Brendan, I ses a stacktrace as the last log in wrapper.log. INFO | jvm 1 | 2011/02/20 09:05:43 | [org.mortbay.log] : EXCEPTION INFO | jvm 1 | 2011/02/20 09:05:43 | java.net.SocketException: Connection reset INFO | jvm 1 | 2011/02/20 09:05:43 | at java.net.SocketInputStream.read(SocketInputStream.java:168) INFO | jvm 1 | 2011/02/20 09:05:43 | at org.mortbay.io.ByteArrayBuffer.readFrom(ByteArrayBuffer.java:382) INFO | jvm 1 | 2011/02/20 09:05:43 | at org.mortbay.io.bio.StreamEndPoint.fill(StreamEndPoint.java:107) INFO | jvm 1 | 2011/02/20 09:05:43 | at org.mortbay.jetty.bio.SocketConnector$Connection.fill(SocketConnector.java:198) INFO | jvm 1 | 2011/02/20 09:05:43 | at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:290) INFO | jvm 1 | 2011/02/20 09:05:43 | at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) INFO | jvm 1 | 2011/02/20 09:05:43 | at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) INFO | jvm 1 | 2011/02/20 09:05:43 | at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228) INFO | jvm 1 | 2011/02/20 09:05:43 | at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) INFO | jvm 1 | 2011/02/20 09:05:43 | [org.mortbay.log] : EOF INFO | jvm 1 | 2011/02/20 09:07:51 | [org.mortbay.log] : EXCEPTION INFO | jvm 1 | 2011/02/20 09:07:51 | java.net.SocketTimeoutException: Read timed out INFO | jvm 1 | 2011/02/20 09:07:51 | at java.net.SocketInputStream.socketRead0(Native Method) INFO | jvm 1 | 2011/02/20 09:07:51 | at java.net.SocketInputStream.read(SocketInputStream.java:129) INFO | jvm 1 | 2011/02/20 09:07:51 | at org.mortbay.io.ByteArrayBuffer.readFrom(ByteArrayBuffer.java:382) INFO | jvm 1 | 2011/02/20 09:07:51 | at org.mortbay.io.bio.StreamEndPoint.fill(StreamEndPoint.java:107) INFO | jvm 1 | 2011/02/20 09:07:51 | at org.mortbay.jetty.bio.SocketConnector$Connection.fill(SocketConnector.java:198) INFO | jvm 1 | 2011/02/20 09:07:51 | at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:290) INFO | jvm 1 | 2011/02/20 09:07:51 | at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) INFO | jvm 1 | 2011/02/20 09:07:51 | at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) INFO | jvm 1 | 2011/02/20 09:07:51 | at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228) INFO | jvm 1 | 2011/02/20 09:07:51 | at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) INFO | jvm 1 | 2011/02/20 09:07:51 | [org.mortbay.log] : EOF
- is there any other java process already running (another server instance) that could cause that? - are you accessing the webadmin from another machine than localhost? in that case, you want to configure the explicit IP of the server, see http://docs.neo4j.org/chunked/snapshot/server-configuration.html - can you get to the data endpoint (curl -v 192.168.1.101:7474/db/data/) ? 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://startupbootcamp.org/ - Öresund - Innovation happens HERE. http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. On Sun, Feb 20, 2011 at 2:14 AM, Brendan Cheng <[email protected]> wrote: > Hi Peter, > Here is the screenshot and the logs. > I changed the openjdk to sun java 6_18 but still get the same result. > I wonder what configuration in Linux do you run on? > Regards, > Brendan > > Sent from my iPad > On 2011-2-20, at 上午4:34, [email protected] wrote: > > > Message: 2 > Date: Sat, 19 Feb 2011 12:17:50 +0100 > From: Peter Neubauer <[email protected]> > Subject: Re: [Neo4j] webadmin failed to show full page in ubuntu Java > To: Neo4j user discussions <[email protected]> > Message-ID: > <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > Brendan, > this is not a known issue. Could you take a Screenshot of it and maybe > even log the firebug errors that might show up? Jacob is the man to > talk to here. > > 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://startupbootcamp.org/ ? ? - ?resund - Innovation happens HERE. > http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. > > > > On Sat, Feb 19, 2011 at 12:07 PM, Brendan Cheng <[email protected]> wrote: > > Hi, > > I tried to run the Webadmin from newly installed Linux ubuntu 10.0.4 > > with Openjdk 6 and icetea 6 but found only half of page loaded. > > Also the Linux is in Oracle VM box 4.0.4. > > is this a known lissue? Any idea? > > Thanks in advance, > > Brendan > > _______________________________________________ > > Neo4j mailing list > > [email protected] > > https://lists.neo4j.org/mailman/listinfo/user > > _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

