That didn't work. I tried a couple different combination until I found the
error log. There is a line saying that it can't find neo4j.properties which
might be causing the problem?

DEBUG WrapperSimpleAppMain
org.apache.commons.configuration.ConfigurationUtils -
ConfigurationUtils.locate(): base is /usr/bin/neo4j-1.3.M01/conf, name is
neo4j-server.pr$
DEBUG WrapperSimpleAppMain
org.apache.commons.configuration.ConfigurationUtils - Loading configuration
from the path /usr/bin/neo4j-1.3.M01/conf/neo4j-server.properties
WARN WrapperSimpleAppMain org.neo4j.server.configuration.Configurator - The
specified file for database performance tuning properties [neo4j.properties]
does not exist.
INFO WrapperSimpleAppMain org.neo4j.server.database.Database - Creating
database at /usr/bin/neo4j-1.3.M01/../data/graph.db
WARN WrapperSimpleAppMain org.neo4j.server.database.Database - No database
tuning properties set in the property file, using defaults. Please specify
the performance prop$
INFO WrapperSimpleAppMain org.neo4j.server.NeoServer - Starting Neo Server
on port [7474]
INFO WrapperSimpleAppMain org.neo4j.server.NeoServer - Mounting webadmin at
[webadmin-html]
INFO WrapperSimpleAppMain org.neo4j.server.NeoServer - Mounting management
API at [http://localhost:7474/db/manage/]
INFO WrapperSimpleAppMain org.neo4j.server.web.Jetty6WebServer - Adding
JAXRS package [org.neo4j.server.webadmin.rest] at [/db/manage]
INFO WrapperSimpleAppMain org.neo4j.server.NeoServer - Mounting REST API at
[http://localhost:7474/db/data/]
INFO WrapperSimpleAppMain org.neo4j.server.web.Jetty6WebServer - Adding
JAXRS package [org.neo4j.server.rest.web] at [/db/data]
INFO WrapperSimpleAppMain org.neo4j.server.web.Jetty6WebServer - Adding
Redirector at [/]
INFO WrapperSimpleAppMain org.neo4j.server.web.Jetty6WebServer - Mounting
static content at [/webadmin] from [webadmin-html]
INFO WrapperSimpleAppMain org.neo4j.server.web.Jetty6WebServer - Found
[jar:file:/usr/bin/neo4j-1.3.M01/system/lib/neo4j-server-0.6-1.3.M01-static-web.jar!/webadmin-html]
INFO WrapperSimpleAppMain org.neo4j.server.web.Jetty6WebServer - Mounting
static content from
[jar:file:/usr/bin/neo4j-1.3.M01/system/lib/neo4j-server-0.6-1.3.M01-static-$
INFO WrapperSimpleAppMain org.neo4j.server.web.Jetty6WebServer - Mounting
servlet at [/db/manage]
INFO WrapperSimpleAppMain org.neo4j.server.web.Jetty6WebServer - Mounting
servlet at [/db/data]
INFO WrapperSimpleAppMain org.neo4j.server.web.Jetty6WebServer - Mounting
servlet at [/]


On Wed, Feb 2, 2011 at 4:27 PM, <user-requ...@lists.neo4j.org> wrote:

> Send User mailing list submissions to
>        user@lists.neo4j.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        https://lists.neo4j.org/mailman/listinfo/user
> or, via email, send a message with subject or body 'help' to
>        user-requ...@lists.neo4j.org
>
> You can reach the person managing the list at
>        user-ow...@lists.neo4j.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of User digest..."
>
>
> Today's Topics:
>
>   1.  Neo4j web admin connection error (Eddy Respondek)
>   2. Re:  Neo4j web admin connection error (Peter Neubauer)
>   3. Re:  Exact numeric indexing? (Mattias Persson)
>   4. Re:  Shortest Path Query with property filters (Peter Neubauer)
>   5. Re:  Neo4j 1.2 server on Linux X86 - 64 bit (Peter Neubauer)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 2 Feb 2011 15:28:55 +0700
> From: Eddy Respondek <eddy.respon...@gmail.com>
> Subject: [Neo4j] Neo4j web admin connection error
> To: user@lists.neo4j.org
> Message-ID:
>        
> <aanlktin6cjpytgh34zgityszouexoqye+nzkxrjpd...@mail.gmail.com<aanlktin6cjpytgh34zgityszouexoqye%2bnzkxrjpd...@mail.gmail.com>
> >
> Content-Type: text/plain; charset=UTF-8
>
> I've just installed Neo4j on Debian Lenny and I'm trying to expose the Web
> Admin on a sub-domain via Apache2 proxypass. Web Admin is served but I'm
> getting a "Unknown connection problem" message. Do you have any suggestions
> to resolve this? What error logs or configuration files should I be
> checking
> to see whats going wrong?
>
> My settings are:
>
> ProxyRequests Off
>
> <Proxy *>
> AddDefaultCharset off
> Order deny,allow
> Deny from all
> Allow from all
> </Proxy>
>
> ProxyVia On
>
> <VirtualHost *:80>
> ServerName graph.example.com
> ProxyPass / http://localhost:7474/
> ProxyPassReverse / http://localhost:7474/
> </VirtualHost>
>
>
> I'm not sure if it's helpful but the url has localhost in it like this:
>
>
> http://graph.example.com/webadmin/#p=dashboard&s=http%3A//localhost%3A7474/db/manage/
>
> Thanks
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 2 Feb 2011 10:01:26 +0100
> From: Peter Neubauer <peter.neuba...@neotechnology.com>
> Subject: Re: [Neo4j] Neo4j web admin connection error
> To: Neo4j user discussions <user@lists.neo4j.org>
> Message-ID:
>        
> <AANLkTi=-C=_ovsarp-ho7qjwtlvjo-k3gp4u4+ks7...@mail.gmail.com<ovsarp-ho7qjwtlvjo-k3gp4u4%2bks7...@mail.gmail.com>
> >
> Content-Type: text/plain; charset=ISO-8859-1
>
> Eddy,
> are you connecting from anything other than localhost? In that case,
> you need to set up the server to serve with the external name,
> otherwise the webadmin will try to connect to "localhost" which is the
> machine you are viewing from.
>
> Look at http://docs.neo4j.org/chunked/snapshot/server-configuration.html
> and set the org.neo4j.server.webadmin.data.uri and
> org.neo4j.server.webadmin.management.uri to the explicit URIs of your
> server.
>
> Does that help? I will adjust the docs to point this out more clearly.
>
> Cheers,
>
> /peter neubauer
>
> GTalk:? ? ? neubauer.peter
> Skype? ? ?? peter.neubauer
> Phone? ? ?? +46 704 106975
> LinkedIn?? http://www.linkedin.com/in/neubauer
> Twitter? ? ? http://twitter.com/peterneubauer
>
> http://www.neo4j.org? ? ? ? ? ? ?? - Your high performance graph database.
> http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.
>
>
>
> On Wed, Feb 2, 2011 at 9:28 AM, Eddy Respondek <eddy.respon...@gmail.com>
> wrote:
> > I've just installed Neo4j on Debian Lenny and I'm trying to expose the
> Web
> > Admin on a sub-domain via Apache2 proxypass. Web Admin is served but I'm
> > getting a "Unknown connection problem" message. Do you have any
> suggestions
> > to resolve this? What error logs or configuration files should I be
> checking
> > to see whats going wrong?
> >
> > My settings are:
> >
> > ProxyRequests Off
> >
> > <Proxy *>
> > AddDefaultCharset off
> > Order deny,allow
> > Deny from all
> > Allow from all
> > </Proxy>
> >
> > ProxyVia On
> >
> > <VirtualHost *:80>
> > ServerName graph.example.com
> > ProxyPass / http://localhost:7474/
> > ProxyPassReverse / http://localhost:7474/
> > </VirtualHost>
> >
> >
> > I'm not sure if it's helpful but the url has localhost in it like this:
> >
> >
> http://graph.example.com/webadmin/#p=dashboard&s=http%3A//localhost%3A7474/db/manage/
> >
> > Thanks
> > _______________________________________________
> > Neo4j mailing list
> > User@lists.neo4j.org
> > https://lists.neo4j.org/mailman/listinfo/user
> >
>
>
> ------------------------------
>
> Message: 3
> Date: Wed, 2 Feb 2011 10:20:05 +0100
> From: Mattias Persson <matt...@neotechnology.com>
> Subject: Re: [Neo4j] Exact numeric indexing?
> To: Neo4j user discussions <user@lists.neo4j.org>
> Message-ID:
>        <AANLkTi=qzqxhyuaqg0xrygwn3rlpvy7qmjh0dv3uj...@mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> If you only use exact lookups (no ranges) then you don't need to index your
> values "numerically" (via ValueContext.numeric(123)). Just use:
>
>   index.add( myNode, "key", 123 );
>   ...
>   index.get( "key", 123 );
>
> but if you're querying for both ranges and sometimes exact lookups, then
> your suggestion is the way to go. Indexing numbers "numerically" converts
> values into special values in lucene natively to allow for correct range
> queries. That's why there's a difference here.
>
> 2011/2/2 Chris Maier <christopher.ma...@gmail.com>
>
> > I know that Neo4j can perform numeric range queries on its indexes,
> > but I would also like to do exact numeric queries, such as "find all
> > nodes where the 'foo' property has a value of 123".  Currently I am
> > rephrasing these types of queries as "find all nodes where the 'foo'
> > property is between 123 and 123", which works, but I was wondering if
> > there was a better way to do it?  I haven't found anything so far.
> >
> > Thanks!
> > Chris
> > _______________________________________________
> > Neo4j mailing list
> > User@lists.neo4j.org
> > https://lists.neo4j.org/mailman/listinfo/user
> >
>
>
>
> --
> Mattias Persson, [matt...@neotechnology.com]
> Hacker, Neo Technology
> www.neotechnology.com
>
>
> ------------------------------
>
> Message: 4
> Date: Wed, 2 Feb 2011 10:20:45 +0100
> From: Peter Neubauer <peter.neuba...@neotechnology.com>
> Subject: Re: [Neo4j] Shortest Path Query with property filters
> To: Neo4j user discussions <user@lists.neo4j.org>
> Message-ID:
>        <aanlktikjwru1pbuqkeg9vwqzgxg7gdm3prnvfnwzl...@mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Shae,
> as always, when you do performance tests, make sure you are not
> running only one run, since then you have cold caches. Do a couple of
> runs without closing the DB, and you might get totally different
> results, since then the object caches have a chance to warm up, and it
> mirrors the production scenario much more closely.
>
> Cheers,
>
> /peter neubauer
>
> GTalk:? ? ? neubauer.peter
> Skype? ? ?? peter.neubauer
> Phone? ? ?? +46 704 106975
> LinkedIn?? http://www.linkedin.com/in/neubauer
> Twitter? ? ? http://twitter.com/peterneubauer
>
> http://www.neo4j.org? ? ? ? ? ? ?? - Your high performance graph database.
> http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.
>
>
>
> On Wed, Feb 2, 2011 at 2:04 AM, GRIFFITHS, Shae
> <shae.griffi...@baesystems.com> wrote:
> > Thanks Michael,
> >
> > I was looking at predicates and thought I saw that they were deprecated
> (replaced by evaluators?), but maybe it was just late and I misread it! I'll
> try to get that working today. I'm loving Neo4j so far, there's nothing it
> can't do! :P
> >
> > For the shortest path stuff it is fairly quick, I'm actually running a
> performance test as we speak (1000 random start nodes each finding a
> shortest path to 1000 random end nodes - with some pre-processing to tell if
> they're connected or not) and so far, the worst case has been 8 seconds, and
> the average is around 150ms-200ms I think, I'll post when the results come
> back and I've got some statistics.
> >
> > Shae
> >
> > -----Original Message-----
> > From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org]
> On Behalf Of Michael Hunger
> > Sent: Wednesday, 2 February 2011 11:27 AM
> > To: Neo4j user discussions
> > Subject: Re: [Neo4j] Shortest Path Query with property filters
> >
> > Hi Shae,
> >
> > the shortesPath algo takes a RelationshipExpander which is implemented by
> a Expander subclass.
> > For each Expander you can addNodeFilter and addRelationshipFilters using
> Predicates.
> >
> > That should do what you try to achieve.
> >
> > If I got this wrong, please someone correct me.
> >
> > What is your current performance for the shortest path between the
> relevant nodes?
> >
> > Cheers
> >
> > Michael
> >
> > Am 02.02.2011 um 01:45 schrieb Shae Griffiths:
> >
> >>
> >> Hi Team,
> >>
> >> I'm a bit of a Neo4j Newbie and am trying to use it for some shortest
> path
> >> work. I have an embedded DB and am using Java to interact with it. At
> the
> >> moment I have shortest path stuff working (using
> >> GraphAlgoFactory.shortestPath as per the sample code), but i would like
> to
> >> extend this to make a few decisions along its route.
> >>
> >> eg. find a shortest path from Node A to Node B, but avoiding all nodes
> that
> >> have a specific property value (i.e. Find a relationship from Roger
> Black to
> >> Peter White without going "through" anyone with the surname "smith")
> >> or find the shortest path from Node A to Node B without encountering a
> >> specific node.
> >>
> >> I see this as essentially the same problem, just with a different
> parameter.
> >> The Evaluator class seems to have the brains to work it out, but i'm
> lost as
> >> to how to implement it with the shortest path algorithm. Its a large-ish
> DB
> >> (~14million nodes) so i'd like it to be a relatively fast solution if
> >> there's one around.
> >>
> >> Am I barking up the wrong tree, has this been covered already and I
> missed
> >> it, or am i on the right track but not quite there?
> >> --
> >> View this message in context:
> http://neo4j-user-list.438527.n3.nabble.com/Shortest-Path-Query-with-property-filters-tp2402322p2402322.html
> >> Sent from the Neo4J User List mailing list archive at Nabble.com.
> >> _______________________________________________
> >> Neo4j mailing list
> >> User@lists.neo4j.org
> >> https://lists.neo4j.org/mailman/listinfo/user
> >
> > _______________________________________________
> > Neo4j mailing list
> > User@lists.neo4j.org
> > https://lists.neo4j.org/mailman/listinfo/user
> > "Warning:
> > The information contained in this email and any attached files is
> > confidential to BAE Systems Australia. If you are not the intended
> > recipient, any use, disclosure or copying of this email or any
> > attachments is expressly prohibited. ?If you have received this email
> > in error, please notify us immediately. VIRUS: Every care has been
> > taken to ensure this email and its attachments are virus free,
> > however, any loss or damage incurred in using this email is not the
> > sender's responsibility. ?It is your responsibility to ensure virus
> > checks are completed before installing any data sent in this email to
> > your computer."
> >
> >
> > _______________________________________________
> > Neo4j mailing list
> > User@lists.neo4j.org
> > https://lists.neo4j.org/mailman/listinfo/user
> >
>
>
> ------------------------------
>
> Message: 5
> Date: Wed, 2 Feb 2011 10:27:21 +0100
> From: Peter Neubauer <peter.neuba...@neotechnology.com>
> Subject: Re: [Neo4j] Neo4j 1.2 server on Linux X86 - 64 bit
> To: Neo4j user discussions <user@lists.neo4j.org>
> Message-ID:
>        <AANLkTimJQXfOj3pipyGSoErGpic=3NEJ9YdUwWRT=v...@mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Nice work Joshi!
>
> I wonder if there could be a place where different plugins and
> extensions can be pointed out, so people can see what is out there.
> This plugin is certainly useful for a number of cases. Putting it on
> GIThub with a short README would be a good step, then we maybe can
> link to it?
>
> Cheers,
>
> /peter neubauer
>
> GTalk:? ? ? neubauer.peter
> Skype? ? ?? peter.neubauer
> Phone? ? ?? +46 704 106975
> LinkedIn?? http://www.linkedin.com/in/neubauer
> Twitter? ? ? http://twitter.com/peterneubauer
>
> http://www.neo4j.org? ? ? ? ? ? ?? - Your high performance graph database.
> http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.
>
>
>
> On Tue, Feb 1, 2011 at 11:55 PM, Joshi Hemant - hjoshi
> <hemant.jo...@acxiom.com> wrote:
> > I solved it!! The jar file needed to be in the plugins folder.
> > -Hemant
> >
> > -----Original Message-----
> > From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org]
> On Behalf Of Joshi Hemant - hjoshi
> > Sent: Tuesday, February 01, 2011 4:50 PM
> > To: Neo4j user discussions
> > Subject: Re: [Neo4j] Neo4j 1.2 server on Linux X86 - 64 bit
> >
> > I could create OldIndex plugin to read index created using 0.8 snapshot
> of REST server and made entry for the plugin in the
> org.neo4j.server.plugins.ServerPlugin as follows:
> > org.neo4j.examples.server.plugins.OldIndex
> > The code for OldIndex is very straight forward :
> >
> > @Name( "getNodes" )
> > ? ?@Description( "Get all nodes from the lucene index" )
> > ? ?@PluginTarget( GraphDatabaseService.class )
> > ? ?public Iterable<Node> getAllNodes( @Source GraphDatabaseService
> graphDb,
> > ? ? ? ? ? ? ? ?@Description( "The key to search old lucene index with" )
> @Parameter( name = "key" ) String key,
> > ? ? ? ? ? ? ? ?@Description( "The value to search old lucene index with"
> ) @Parameter( name = "value" ) String value)
> > ? ?{
> > ? ? ? ?IndexService ind = new LuceneReadOnlyIndexService(graphDb);
> > ? ? ?IndexHits<Node> nodeHits = ind.getNodes(key, value);
> > ? ? ? ?return nodeHits;
> > ? ?}
> >
> > When I post to URL
> http://localhost:7474/db/data/ext/OldIndex/graphdb/getNodes with key as
> name and value as "JOHN DOE", I should get a single node back as it was
> indexed and accessible earlier through old 0.8 REST snapshot.
> >
> > According to wrapper.log file, the request was handled and returned with
> 200 HTTP code.
> >
> > INFO ? | jvm 1 ? ?| 2011/02/01 16:38:46 | [org.mortbay.log] : REQUEST
> /db/data/ext/OldIndex/graphdb/getNodes on
> org.mortbay.jetty.HttpConnection@124e935
> > INFO ? | jvm 1 ? ?| 2011/02/01 16:38:46 | [org.mortbay.log] :
> sessionManager=org.mortbay.jetty.servlet.HashSessionManager@14b5f4a
> > INFO ? | jvm 1 ? ?| 2011/02/01 16:38:46 | [org.mortbay.log] :
> session=null
> > INFO ? | jvm 1 ? ?| 2011/02/01 16:38:46 | [org.mortbay.log] :
> servlet=org.neo4j.server.web.NeoServletContainer-19297865
> > INFO ? | jvm 1 ? ?| 2011/02/01 16:38:46 | [org.mortbay.log] : chain=null
> > INFO ? | jvm 1 ? ?| 2011/02/01 16:38:46 | [org.mortbay.log] : servlet
> holder=org.neo4j.server.web.NeoServletContainer-19297865
> > INFO ? | jvm 1 ? ?| 2011/02/01 16:38:46 | [org.mortbay.log] : RESPONSE
> /db/data/ext/OldIndex/graphdb/getNodes ?200
> > INFO ? | jvm 1 ? ?| 2011/02/01 16:38:46 | [org.mortbay.log] : EOF
> >
> > But there were no results returned.
> > The question is: how does one access old lucene index created with 0.8
> snapshot in the new 1.2 server plugin framework?
> > -Hemant
> >
> > -----Original Message-----
> > From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org]
> On Behalf Of Peter Neubauer
> > Sent: Thursday, January 27, 2011 4:43 PM
> > To: Neo4j user discussions
> > Subject: Re: [Neo4j] Neo4j 1.2 server on Linux X86 - 64 bit
> >
> > Joshi,
> > you can see the process here,
> > http://docs.neo4j.org/chunked/snapshot/server-plugins.html, and and an
> > example under neo4j-examples (part of the server distribution) under
> > /examples/java/site/server-plugins.html that links to the local
> > example code.
> >
> > Let me know if you encounter problems, and I will try to help you!
> >
> > Cheers,
> >
> > /peter neubauer
> >
> > GTalk:? ? ? neubauer.peter
> > Skype? ? ?? peter.neubauer
> > Phone? ? ?? +46 704 106975
> > LinkedIn?? http://www.linkedin.com/in/neubauer
> > Twitter? ? ? http://twitter.com/peterneubauer
> >
> > http://www.neo4j.org? ? ? ? ? ? ?? - Your high performance graph
> database.
> > http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.
> >
> >
> >
> > On Thu, Jan 27, 2011 at 10:06 AM, Joshi Hemant - hjoshi
> > <hemant.jo...@acxiom.com> wrote:
> >> I can write a java program if it is straight forward process. Otherwise,
> I will have to wait.
> >> -Hemant
> >>
> >> -----Original Message-----
> >> From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org]
> On Behalf Of Peter Neubauer
> >> Sent: Thursday, January 27, 2011 10:35 AM
> >> To: Neo4j user discussions
> >> Subject: Re: [Neo4j] Neo4j 1.2 server on Linux X86 - 64 bit
> >>
> >> Joshi,
> >> would it be possible for you to write that extension? Otherwise, I can
> >> try to power it through one of these days :/
> >>
> >> Cheers,
> >>
> >> /peter neubauer
> >>
> >> GTalk:? ? ? neubauer.peter
> >> Skype? ? ?? peter.neubauer
> >> Phone? ? ?? +46 704 106975
> >> LinkedIn?? http://www.linkedin.com/in/neubauer
> >> Twitter? ? ? http://twitter.com/peterneubauer
> >>
> >> http://www.neo4j.org? ? ? ? ? ? ?? - Your high performance graph
> database.
> >> http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.
> >>
> >>
> >>
> >> On Thu, Jan 27, 2011 at 8:08 AM, Joshi Hemant - hjoshi
> >> <hemant.jo...@acxiom.com> wrote:
> >>> I do not think I have an options of updating index to new provider
> framework using REST or java. I think an extension would make updating to
> latest release much easier for us.
> >>> -Hemant
> >>>
> >>> -----Original Message-----
> >>> From: user-boun...@lists.neo4j.org [mailto:
> user-boun...@lists.neo4j.org] On Behalf Of Peter Neubauer
> >>> Sent: Wednesday, January 26, 2011 11:59 PM
> >>> To: Neo4j user discussions
> >>> Subject: Re: [Neo4j] Neo4j 1.2 server on Linux X86 - 64 bit
> >>>
> >>> Joshi,
> >>> the current REST API exposes the new Indexes that you can create on
> >>> nodes and relatoinships. The old indexes (that your DB probably is
> >>> indexed with) are not exposed via the Server REST API.
> >>>
> >>> I would suggest to reindex your data using either the current REST
> >>> API,
> http://components.neo4j.org/neo4j-server/snapshot/rest.html#Add_indices_with_provided_configuration_parameters
> >>>
> >>> ?or in Java code http://wiki.neo4j.org/content/Index_Framework or
> >>>
> >>> Is that possible for you? Otherwise we would need to find another
> >>> solution, or write an extension that provides access to the old index
> >>> API, since this has come up repeatedly now.
> >>>
> >>> Cheers,
> >>>
> >>> /peter neubauer
> >>>
> >>> GTalk:? ? ? neubauer.peter
> >>> Skype? ? ?? peter.neubauer
> >>> Phone? ? ?? +46 704 106975
> >>> LinkedIn?? http://www.linkedin.com/in/neubauer
> >>> Twitter? ? ? http://twitter.com/peterneubauer
> >>>
> >>> http://www.neo4j.org? ? ? ? ? ? ?? - Your high performance graph
> database.
> >>> http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing
> party.
> >>>
> >>>
> >>>
> >>> On Wed, Jan 26, 2011 at 8:53 PM, Joshi Hemant - hjoshi
> >>> <hemant.jo...@acxiom.com> wrote:
> >>>> Thanks Peter. You were right. Changing those 2 entries did solve the
> problem of connecting to the webadmin UI as well as getting json document
> back for simple requests such as
> >>>>
> >>>> curl -H Accept:application/json
> http://gigdev8028.gig.acxiom.net:9999/db/data/node/1
> >>>>
> >>>> Here are the 2 issues that are still puzzling to me.
> >>>> 1) Though I have put the 2 aforementioned settings in neo4j.properties
> file under conf folder (attached), I was still able to create a new node
> without problems and could get json document back for the new node as well.
> >>>>
> >>>> 2) When I pointed neo4j 1.2 server to my old neo4j-rest-db directory,
> I could access all nodes, relationships as well properties etc. online
> through webadmin as well as json requests but I am not able to access the
> lucene index I have created on this data. I have several nodes I have
> indexed in the old version that I would like to access using 1.2 but when I
> try to get to http://gigdev8028.gig.acxiom.net:9999/db/data/index/node
> >>>>
> >>>> So far I get no response (no error either) I have attached neo4j.log
> and wrapper.log if that helps.
> >>>> Thanks for your help.
> >>>> -Hemant
> >>>>
> >>>> -----Original Message-----
> >>>> From: user-boun...@lists.neo4j.org [mailto:use
> r-boun...@lists.neo4j.org] On Behalf Of Peter Neubauer
> >>>> Sent: Tuesday, January 25, 2011 9:27 PM
> >>>> To: Neo4j user discussions
> >>>> Subject: Re: [Neo4j] Neo4j 1.2 server on Linux X86 - 64 bit
> >>>>
> >>>> Joshi,
> >>>> I am a bit suspicious of your wrapper.log,
> >>>>
> >>>> STATUS | wrapper ?| 2011/01/24 11:34:47 | Launching a JVM...
> >>>> INFO ? | jvm 1 ? ?| 2011/01/24 11:34:47 | WrapperManager:
> Initializing...
> >>>> INFO ? | jvm 1 ? ?| 2011/01/24 11:34:47 | WrapperManager:
> >>>> INFO ? | jvm 1 ? ?| 2011/01/24 11:34:47 | WrapperManager: WARNING -
> >>>> Unable to load the Wrapper's native library because none of the
> >>>> INFO ? | jvm 1 ? ?| 2011/01/24 11:34:47 | WrapperManager:
> >>>> following files:
> >>>> INFO ? | jvm 1 ? ?| 2011/01/24 11:34:47 | WrapperManager:
> >>>> libwrapper-linux-x86-64.so
> >>>> INFO ? | jvm 1 ? ?| 2011/01/24 11:34:47 | WrapperManager:
> >>>> libwrapper.so
> >>>> INFO ? | jvm 1 ? ?| 2011/01/24 11:34:47 | WrapperManager:
> >>>> could be located on the following java.library.path:
> >>>> INFO ? | jvm 1 ? ?| 2011/01/24 11:34:47 | WrapperManager:
> >>>> /home/hjoshi/neo4j-1.2/bin/lib
> >>>> INFO ? | jvm 1 ? ?| 2011/01/24 11:34:47 | WrapperManager:
> >>>> Please see the documentation for the wrapper.java.library.path
> >>>> INFO ? | jvm 1 ? ?| 2011/01/24 11:34:47 | WrapperManager:
> >>>> configuration property.
> >>>> INFO ? | jvm 1 ? ?| 2011/01/24 11:34:47 | WrapperManager:
> >>>> System signals will not be handled correctly.
> >>>>
> >>>> but that should not be fatal.
> >>>>
> >>>> It seems you are accessing the webadmin from outside localhost with
> >>>> the external name? In that case, you should tell the external address
> >>>> in the conf/neo4j-server.properties:
> >>>>
> >>>> # REST endpoint for the data API
> >>>> # Note the / in the end is mandatory
> >>>> org.neo4j.server.webadmin.data.uri=http://localhost:7474/db/data/
> >>>>
> >>>> # REST endpoint of the administration API (used by Webadmin)
> >>>> org.neo4j.server.webadmin.management.uri=
> http://localhost:7474/db/manage/
> >>>>
> >>>> should be changed to
> >>>>
> >>>> # REST endpoint for the data API
> >>>> # Note the / in the end is mandatory
> >>>> org.neo4j.server.webadmin.data.uri=
> http://gigdev8028.gig.acxiom.net:7474/db/data/
> >>>>
> >>>> # REST endpoint of the administration API (used by Webadmin)
> >>>> org.neo4j.server.webadmin.management.uri=
> http://gigdev8028.gig.acxiom.net:7474/db/manage/
> >>>>
> >>>> Does that change things for the webadmin?
> >>>>
> >>>> Cheers,
> >>>>
> >>>> /peter neubauer
> >>>>
> >>>> GTalk:? ? ? neubauer.peter
> >>>> Skype? ? ?? peter.neubauer
> >>>> Phone? ? ?? +46 704 106975
> >>>> LinkedIn?? http://www.linkedin.com/in/neubauer
> >>>> Twitter? ? ? http://twitter.com/peterneubauer
> >>>>
> >>>> http://www.neo4j.org? ? ? ? ? ? ?? - Your high performance graph
> database.
> >>>> http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing
> party.
> >>>>
> >>>>
> >>>>
> >>>> On Sat, Jan 22, 2011 at 9:08 AM, Peter Neubauer
> >>>> <peter.neuba...@neotechnology.com> wrote:
> >>>>> Joshi,
> >>>>> Could youy send over the contents of the log files under data/log to
> >>>>> me in order to take a look?
> >>>>>
> >>>>> /peter
> >>>>>
> >>>>> On Friday, January 21, 2011, Joshi Hemant - hjoshi
> >>>>> <hemant.jo...@acxiom.com> wrote:
> >>>>>> I downloaded Neo4j 1.2 release for linux from
> http://neo4j.org/get?file=neo4j-1.2-unix.tar.gz and extracted it to a
> directory using tar -zxvf <file>. I installed the service using bin/neo4j
> install option. Next, I followed documentation at
> http://wiki.neo4j.org/content/Getting_Started_With_Neo4j_Server. After the
> neo4j server is started successfully, when I try the curl command
> >>>>>> curl -H Accept:application/json http://localhost:7474/db/data/
> >>>>>>
> >>>>>> I get the following response:
> >>>>>> <HTML>
> >>>>>> <HEAD><TITLE>Redirection</TITLE></HEAD>
> >>>>>> <BODY><H1>Redirect</H1></BODY>
> >>>>>>
> >>>>>> Also from firefox, when I try to access webadmin at
> http://gigdev8028.gig.acxiom.net:7474/webadmin/
> >>>>>> I get the following error message:
> >>>>>> Server connection lost
> >>>>>> Attempting to re-establish connection..
> >>>>>>
> >>>>>> I have not changed any config files. uname-a command returns the
> following:
> >>>>>> 2.6.18-194.el5 #1 SMP Tue Mar 16 21:52:39 EDT 2010 x86_64 x86_64
> x86_64 GNU/Linux
> >>>>>>
> >>>>>> The 2 log files neo4j.log and wrapper.log under data/log directory
> do not show any error messages.
> >>>>>>
> >>>>>> Am I missing something?
> >>>>>> -Hemant
> >>>>>>
> ***************************************************************************
> >>>>>> The information contained in this communication is confidential, is
> >>>>>> intended only for the use of the recipient named above, and may be
> legally
> >>>>>> privileged.
> >>>>>>
> >>>>>> If the reader of this message is not the intended recipient, you are
> >>>>>> hereby notified that any dissemination, distribution or copying of
> this
> >>>>>> communication is strictly prohibited.
> >>>>>>
> >>>>>> If you have received this communication in error, please resend this
> >>>>>> communication to the sender and delete the original message or any
> copy
> >>>>>> of it from your computer system.
> >>>>>>
> >>>>>> Thank You.
> >>>>>>
> ****************************************************************************
> >>>>>>
> >>>>>> _______________________________________________
> >>>>>> Neo4j mailing list
> >>>>>> User@lists.neo4j.org
> >>>>>> https://lists.neo4j.org/mailman/listinfo/user
> >>>>>>
> >>>>>
> >>>> _______________________________________________
> >>>> Neo4j mailing list
> >>>> User@lists.neo4j.org
> >>>> https://lists.neo4j.org/mailman/listinfo/user
> >>>> _______________________________________________
> >>>> Neo4j mailing list
> >>>> User@lists.neo4j.org
> >>>> https://lists.neo4j.org/mailman/listinfo/user
> >>>>
> >>> _______________________________________________
> >>> Neo4j mailing list
> >>> User@lists.neo4j.org
> >>> https://lists.neo4j.org/mailman/listinfo/user
> >>> _______________________________________________
> >>> Neo4j mailing list
> >>> User@lists.neo4j.org
> >>> https://lists.neo4j.org/mailman/listinfo/user
> >>>
> >> _______________________________________________
> >> Neo4j mailing list
> >> User@lists.neo4j.org
> >> https://lists.neo4j.org/mailman/listinfo/user
> >> _______________________________________________
> >> Neo4j mailing list
> >> User@lists.neo4j.org
> >> https://lists.neo4j.org/mailman/listinfo/user
> >>
> > _______________________________________________
> > Neo4j mailing list
> > User@lists.neo4j.org
> > https://lists.neo4j.org/mailman/listinfo/user
> > _______________________________________________
> > Neo4j mailing list
> > User@lists.neo4j.org
> > https://lists.neo4j.org/mailman/listinfo/user
> > _______________________________________________
> > Neo4j mailing list
> > User@lists.neo4j.org
> > https://lists.neo4j.org/mailman/listinfo/user
> >
>
>
> ------------------------------
>
> _______________________________________________
> User mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
>
> End of User Digest, Vol 47, Issue 17
> ************************************
>
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to