Re: [Neo4j] IMDB Error 503 in setup.html

2011-08-25 Thread Peter Neubauer
Glad to help!

/peter

On Thu, Aug 25, 2011 at 1:38 PM, elfranco  wrote:

> thank you!
> it works :)
>
> franz
>
> --
> View this message in context:
> http://neo4j-community-discussions.438527.n3.nabble.com/IMDB-Error-503-in-setup-html-tp3281457p3283655.html
> Sent from the Neo4j Community Discussions 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


Re: [Neo4j] IMDB Error 503 in setup.html

2011-08-25 Thread elfranco
thank you!
it works :)

franz

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/IMDB-Error-503-in-setup-html-tp3281457p3283655.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] IMDB Error 503 in setup.html

2011-08-24 Thread Peter Neubauer
Oh,
sorry, this example is totally outdated with the awesomeness of the
Spring Data Graph bindings. Do

https://github.com/SpringSource/spring-data-graph-examples/tree/master/imdb

instead:

git clone https://github.com/SpringSource/spring-data-graph-examples.git
cd spring-data-graph-examples/imdb/
mvn clean install jetty:run


http://localhost:8080/imdb/setup.html

Will try to remove this section with Anders soonish from the Wiki.

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 Wed, Aug 24, 2011 at 7:06 PM, elfranco  wrote:
> Hi Peter, thank you for the fast answer!
>
> I have downloaded the code here:
> http://wiki.neo4j.org/content/IMDB_Example
> downloaded imdb-1.0-src.tar.gz
>
> using neo4j v.1.3 (2011-04-11) community ed.
>
> does this answer your question?
>
> franz
>
>
>
> --
> View this message in context: 
> http://neo4j-community-discussions.438527.n3.nabble.com/IMDB-Error-503-in-setup-html-tp3281457p3281523.html
> Sent from the Neo4j Community Discussions 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


Re: [Neo4j] IMDB Error 503 in setup.html

2011-08-24 Thread elfranco
Hi Peter, thank you for the fast answer!

I have downloaded the code here:
http://wiki.neo4j.org/content/IMDB_Example
downloaded imdb-1.0-src.tar.gz

using neo4j v.1.3 (2011-04-11) community ed.

does this answer your question?

franz



--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/IMDB-Error-503-in-setup-html-tp3281457p3281523.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] IMDB Error 503 in setup.html

2011-08-24 Thread Peter Neubauer
Hi there,
what project are you using? This sounds like old or outdated code, or
version clashes ...

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 Wed, Aug 24, 2011 at 6:44 PM, elfranco  wrote:
> Dear all,
>
>
> I'm testing Neo4J and I have installed the IMDB example.
>
> I have followed the instructions but unfortunatly I can't import the data.
> when I connect to http://:9090/imdb/setup.html
> this is the error I have:
>
> HTTP ERROR 503
>
> Problem accessing /imdb/setup.html. Reason:
>
>    org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'neoService' defined in ServletContext resource
> [/WEB-INF/imdb-app-servlet.xml]: Invocation of init method failed; nested
> exception is java.lang.IllegalStateException: Can't start remote neo shell:
> java.rmi.ServerException: RemoteException occurred in server thread; nested
> exception is:
>        java.rmi.UnmarshalException: error unmarshalling arguments; nested
> exception is:
>        java.lang.ClassNotFoundException: org.neo4j.util.shell.ShellServer (no
> security manager: RMI class loader disabled)
> Caused by:
>
> javax.servlet.UnavailableException:
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'neoService' defined in ServletContext resource
> [/WEB-INF/imdb-app-servlet.xml]: Invocation of init method failed; nested
> exception is java.lang.IllegalStateException: Can't start remote neo shell:
> java.rmi.ServerException: RemoteException occurred in server thread; nested
> exception is:
>        java.rmi.UnmarshalException: error unmarshalling arguments; nested
> exception is:
>        java.lang.ClassNotFoundException: org.neo4j.util.shell.ShellServer (no
> security manager: RMI class loader disabled)
>        at
> org.mortbay.jetty.servlet.ServletHolder.makeUnavailable(ServletHolder.java:415)
>        at
> org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:458)
>        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:736)
>        at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
>        at
> org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
>        at
> org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
>        at 
> org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
>        at
> org.mortbay.jetty.plugin.Jetty6PluginWebAppContext.doStart(Jetty6PluginWebAppContext.java:115)
>        at 
> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>        at
> org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
>        at
> org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156)
>        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.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.java:132)
>        at
> org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:454)
>        at
> org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:396)
>        at
> org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRunMojo.java:210)
>        at 
> org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:184)
>        at
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
>        at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
>        at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>        at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>        at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
>        at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
>        at
> org.apache.maven.lifecycle.internal.LifecycleStarte