Re: [Neo4j] 1.5M02 launches then exits immediately

2011-11-02 Thread Peter Neubauer
Tatham,
can you recreate this with a vanilla 1.5.M02 install and a clean
database? In that case, in what folder, and can you send over the full
installation? Just open a ticket in
https://github.com/neo4j/packaging/issues so we can sort it out.

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              - NOSQL for the Enterprise.
http://startupbootcamp.org/    - Öresund - Innovation happens HERE.



On Wed, Nov 2, 2011 at 5:15 PM, Tatham Oddie  wrote:
> On Windows 7.
>
> It launches, opens the network socket, responds to the first REST request 
> with a 200 OK, then promptly exits.
>
> This is an upgrade from 1.5M01 which is/was running fine.
>
> Full log: http://dl.dropbox.com/u/5216304/2003.01-neo4j.0.0.log
>
> Any ideas? I'm not a Java guy so having a hard time working this one out.
>
>
> CONFIG: The EJB interceptor binding API is not available. JAX-RS EJB support 
> is disabled.
> javax.naming.NoInitialContextException: Need to specify class name in 
> environment or system property, or as an applet parameter, or in an 
> application resource file:  java.naming.factory.initial
>                at javax.naming.spi.NamingManager.getInitialContext(Unknown 
> Source)
>                at javax.naming.InitialContext.getDefaultInitCtx(Unknown 
> Source)
>                at javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown 
> Source)
>                at javax.naming.InitialContext.lookup(Unknown Source)
>                at 
> com.sun.jersey.server.impl.ejb.EJBComponentProviderFactoryInitilizer.initialize(EJBComponentProviderFactoryInitilizer.java:64)
>                at 
> com.sun.jersey.spi.container.servlet.WebComponent.configure(WebComponent.java:574)
>                at 
> com.sun.jersey.spi.container.servlet.ServletContainer$InternalWebComponent.configure(ServletContainer.java:311)
>                at 
> com.sun.jersey.spi.container.servlet.WebComponent.load(WebComponent.java:608)
>                at 
> com.sun.jersey.spi.container.servlet.WebComponent.init(WebComponent.java:210)
>                at 
> com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:373)
>                at 
> com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:556)
>                at javax.servlet.GenericServlet.init(GenericServlet.java:241)
>                at 
> org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
>                at 
> org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
>                at 
> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>                at 
> org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:685)
>                at 
> org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
>                at 
> org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
>                at 
> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>                at 
> org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
>                at 
> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>                at 
> org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
>                at org.mortbay.jetty.Server.doStart(Server.java:224)
>                at 
> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>                at 
> org.neo4j.server.web.Jetty6WebServer.startJetty(Jetty6WebServer.java:168)
>                at 
> org.neo4j.server.web.Jetty6WebServer.start(Jetty6WebServer.java:105)
>                at 
> org.neo4j.server.NeoServerWithEmbeddedWebServer.startWebServer(NeoServerWithEmbeddedWebServer.java:227)
>                at 
> org.neo4j.server.NeoServerWithEmbeddedWebServer.start(NeoServerWithEmbeddedWebServer.java:91)
>                at org.neo4j.server.Bootstrapper.start(Bootstrapper.java:87)
>                at org.neo4j.server.Bootstrapper.main(Bootstrapper.java:52)
>
> Nov 03, 2011 11:07:33 AM 
> com.sun.jersey.server.impl.cdi.CDIComponentProviderFactoryInitializer 
> initialize
> CONFIG: The CDI BeanManager is not available. JAX-RS CDI support is disabled.
> javax.naming.NoInitialContextException: Need to specify class name in 
> environment or system property, or as an applet parameter, or in an 
> application resource file:  java.naming.factory.initial
>                at javax.naming.spi.NamingManager.getInitialContext(Unknown 
> Source)
>                at javax.naming.InitialContext.getDefaultInitCtx(Unknown 
> Source)
>                at javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown 
> Source)
>                at javax.naming.InitialContext.lookup(Unknown Source)
>                at 
> com.sun.jersey.serve

[Neo4j] 1.5M02 launches then exits immediately

2011-11-02 Thread Tatham Oddie
On Windows 7.

It launches, opens the network socket, responds to the first REST request with 
a 200 OK, then promptly exits.

This is an upgrade from 1.5M01 which is/was running fine.

Full log: http://dl.dropbox.com/u/5216304/2003.01-neo4j.0.0.log

Any ideas? I'm not a Java guy so having a hard time working this one out.


CONFIG: The EJB interceptor binding API is not available. JAX-RS EJB support is 
disabled.
javax.naming.NoInitialContextException: Need to specify class name in 
environment or system property, or as an applet parameter, or in an application 
resource file:  java.naming.factory.initial
at javax.naming.spi.NamingManager.getInitialContext(Unknown 
Source)
at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
at javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown 
Source)
at javax.naming.InitialContext.lookup(Unknown Source)
at 
com.sun.jersey.server.impl.ejb.EJBComponentProviderFactoryInitilizer.initialize(EJBComponentProviderFactoryInitilizer.java:64)
at 
com.sun.jersey.spi.container.servlet.WebComponent.configure(WebComponent.java:574)
at 
com.sun.jersey.spi.container.servlet.ServletContainer$InternalWebComponent.configure(ServletContainer.java:311)
at 
com.sun.jersey.spi.container.servlet.WebComponent.load(WebComponent.java:608)
at 
com.sun.jersey.spi.container.servlet.WebComponent.init(WebComponent.java:210)
at 
com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:373)
at 
com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:556)
at javax.servlet.GenericServlet.init(GenericServlet.java:241)
at 
org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
at 
org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
at 
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at 
org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:685)
at 
org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
at 
org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
at 
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at 
org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
at 
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at 
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:224)
at 
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at 
org.neo4j.server.web.Jetty6WebServer.startJetty(Jetty6WebServer.java:168)
at 
org.neo4j.server.web.Jetty6WebServer.start(Jetty6WebServer.java:105)
at 
org.neo4j.server.NeoServerWithEmbeddedWebServer.startWebServer(NeoServerWithEmbeddedWebServer.java:227)
at 
org.neo4j.server.NeoServerWithEmbeddedWebServer.start(NeoServerWithEmbeddedWebServer.java:91)
at org.neo4j.server.Bootstrapper.start(Bootstrapper.java:87)
at org.neo4j.server.Bootstrapper.main(Bootstrapper.java:52)

Nov 03, 2011 11:07:33 AM 
com.sun.jersey.server.impl.cdi.CDIComponentProviderFactoryInitializer initialize
CONFIG: The CDI BeanManager is not available. JAX-RS CDI support is disabled.
javax.naming.NoInitialContextException: Need to specify class name in 
environment or system property, or as an applet parameter, or in an application 
resource file:  java.naming.factory.initial
at javax.naming.spi.NamingManager.getInitialContext(Unknown 
Source)
at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
at javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown 
Source)
at javax.naming.InitialContext.lookup(Unknown Source)
at 
com.sun.jersey.server.impl.cdi.CDIComponentProviderFactoryInitializer.initialize(CDIComponentProviderFactoryInitializer.java:66)
at 
com.sun.jersey.spi.container.servlet.WebComponent.configure(WebComponent.java:576)
at 
com.sun.jersey.spi.container.servlet.ServletContainer$InternalWebComponent.configure(ServletContainer.java:311)
at 
com.sun.jersey.spi.container.servlet.WebComponent.load(WebComponent.java:608)
at 
com.sun.jersey.spi.container.servlet.WebComponent.init(WebComponent.java:210)
at 
com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:373)
at 
com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:556)
at j