Message from discussion
No static content available for Neo Server at port [7474], management console
Received: by 10.68.227.230 with SMTP id sd6mr13611411pbc.8.1333554311494;
Wed, 04 Apr 2012 08:45:11 -0700 (PDT)
X-BeenThere: neo4j@googlegroups.com
Received: by 10.68.229.99 with SMTP id sp3ls78461pbc.0.gmail; Wed, 04 Apr 2012
08:45:10 -0700 (PDT)
Received: by 10.68.194.101 with SMTP id hv5mr3300381pbc.2.1333554310558;
Wed, 04 Apr 2012 08:45:10 -0700 (PDT)
Date: Wed, 4 Apr 2012 08:45:10 -0700 (PDT)
From: aldrinm <aldr...@gmail.com>
To: neo4j@googlegroups.com
Message-ID: <9691363.387.1333554310015.JavaMail.geo-discussion-forums@pbcgj9>
In-Reply-To: <4F7C5509.5020302@armbruster-it.de>
References: <3111163.433.1332924790178.JavaMail.geo-discussion-forums@pbcty5> <4F7B54F0.5010006@armbruster-it.de> <8554552.2344.1333548142714.JavaMail.geo-discussion-forums@pbcgg7>
<4F7C5509.5020302@armbruster-it.de>
Subject: Re: [Neo4j] No static content available for Neo Server at port
[7474], management console
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----=_Part_385_17538695.1333554310014"
------=_Part_385_17538695.1333554310014
Content-Type: multipart/alternative;
boundary="----=_Part_386_30726030.1333554310014"
------=_Part_386_30726030.1333554310014
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Hi Stefan,
It's at https://github.com/aldrinm/neo4j-embedded
-Aldrin
On Wednesday, 4 April 2012 19:34:57 UTC+5:30, Stefan Armbruster wrote:
>
> Hi Aldrin,
>
> is your code available somewhere?
>
> Regards,
> Stefan
>
> Am 04.04.2012 16:02, schrieb aldrinm:
> > Hi Stefan,
> >
> > This didn't work for me. I get same error. However, I can access the
> > REST endpoint http://localhost:7474/db/data/ and
> > http://localhost:7474/webadmin gives me a 404. So i guess only the web
> > admin console is not being set up correctly.
> >
> > Thanks,
> > Aldrin
> >
> >
> > On Wednesday, 4 April 2012 01:22:16 UTC+5:30, Stefan Armbruster wrote:
> >
> > Hi,
> >
> > it's a dependency issue. Jersey refuses to start up with "No
> > WebApplication provider is present". I've played around and found a
> > working config. Try to replace the quoted section in your
> > BuildConfig.groovy with
> >
> > dependencies {
> > compile(group:"org.neo4j.app", name:"neo4j-server",
> version:"1.6.1")
> > runtime(group:"org.neo4j.app", name:"neo4j-server",
> version:"1.6.1",
> > branch:"static-web")
> > runtime('com.sun.jersey:jersey-server:1.9')
> > runtime('com.sun.jersey:jersey-core:1.9')
> > }
> >
> > Regards,
> > Stefan
> >
> > Am 28.03.2012 10:53, schrieb aldrinm:
> > > "ERROR web.Jetty6WebServer - No static content available for Neo
> > Server
> > > at port [7474], management console"
> > >
> > > What does this error mean?
> > >
> > > I'm trying to run an embedded server from within a Grails 2.0.1
> > app with
> > > the Neo4j plugin.
> > >
> > > I've read
> > > this
> >
> http://stackoverflow.com/questions/8111959/use-wrappingneoserverbootstrapper-with-spring-data-neo4j
> > <
> http://stackoverflow.com/questions/8111959/use-wrappingneoserverbootstrapper-with-spring-data-neo4j
> >
> >
> > > and set up the BuildConfig dependencies as specified
> > > in
> >
> https://github.com/sarmbruster/neo4jsample/blob/master/grails-app/conf/BuildConfig.groovy
> > <
> https://github.com/sarmbruster/neo4jsample/blob/master/grails-app/conf/BuildConfig.groovy
> >
> > >
> > > dependencies {
> > > // uncomment next three lines if you're using embedded/ha
> > *and*
> > > you want the webadmin available
> > > compile(group:"org.neo4j.app", name:"neo4j-server",
> > version:"1.6.1")
> > > runtime(group:"org.neo4j.app", name:"neo4j-server",
> > > version:"1.6.1", branch:"static-web")
> > > runtime('com.sun.jersey:jersey-bundle:1.9-SNAPSHOT')
> > > }
> > >
> > >
> > > any insight would be helpful.
> > >
> > >
> > >
> >
> >
>
>
>
------=_Part_386_30726030.1333554310014
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
Hi Stefan,<div><br></div><div>It's at <a href=3D"https://github.com/al=
drinm/neo4j-embedded">https://github.com/aldrinm/neo4j-embedded</a> </=
div><div><br></div><div><br></div><div>-Aldrin</div><div><br><br>On Wednesd=
ay, 4 April 2012 19:34:57 UTC+5:30, Stefan Armbruster wrote:<blockquote cl=
ass=3D"gmail_quote" style=3D"margin: 0;margin-left: 0.8ex;border-left: 1px =
#ccc solid;padding-left: 1ex;">Hi Aldrin,<p>is your code available somewher=
e?</p><p>Regards,<br>Stefan</p><p>Am 04.04.2012 16:02, schrieb aldrinm:<br>=
> Hi Stefan,<br>> <br>> This didn't work for me. I get same error.=
However, I can access the<br>> REST endpoint <a href=3D"http://localhos=
t:7474/db/data/" target=3D"_blank">http://localhost:7474/db/data/</a> and<b=
r>> <a href=3D"http://localhost:7474/webadmin" target=3D"_blank">http://=
localhost:7474/webadmin</a> gives me a 404. So i guess only the web<br>>=
admin console is not being set up correctly.<br>> <br>> Thanks,<br>&=
gt; Aldrin<br>> <br>> <br>> On Wednesday, 4 April 2012 01:22:16 UT=
C+5:30, Stefan Armbruster wrote:<br>> <br>> Hi,<br>>=
<br>> it's a dependency issue. Jersey refuses to start up=
with "No<br>> WebApplication provider is present". I've p=
layed around and found a<br>> working config. Try to repla=
ce the quoted section in your<br>> BuildConfig.groovy with=
<br>> <br>> dependencies {<br>> =
compile(group:"org.neo4j.app"<wbr>, name:"neo4j-server", version:"1.=
6.1")<br>> runtime(group:"org.neo4j.app"<wbr>=
, name:"neo4j-server", version:"1.6.1",<br>> branch:"stati=
c-web")<br>> runtime('com.sun.jersey:<wbr>jer=
sey-server:1.9')<br>> runtime('com.sun.jersey=
:<wbr>jersey-core:1.9')<br>> }<br>> <br>> &nb=
sp; Regards,<br>> Stefan<br>> <br>> Am=
28.03.2012 10:53, schrieb aldrinm:<br>> > "ERROR web.J=
etty6WebServer - No static content available for Neo<br>> &=
nbsp; Server<br>> > at port [7474], management console"=
<br>> ><br>> > What does this error=
mean?<br>> ><br>> > I'm trying to =
run an embedded server from within a Grails 2.0.1<br>> app=
with<br>> > the Neo4j plugin.<br>> &g=
t;<br>> > I've read<br>> > this<br>=
> <a href=3D"http://stackoverflow.com/questions/8111959/us=
e-wrappingneoserverbootstrapper-with-spring-data-neo4j" target=3D"_blank">h=
ttp://stackoverflow.com/<wbr>questions/8111959/use-<wbr>wrappingneoserverbo=
otstrapper-<wbr>with-spring-data-neo4j</a><br>> <<a hre=
f=3D"http://stackoverflow.com/questions/8111959/use-wrappingneoserverbootst=
rapper-with-spring-data-neo4j" target=3D"_blank">http://stackoverflow.com/<=
wbr>questions/8111959/use-<wbr>wrappingneoserverbootstrapper-<wbr>with-spri=
ng-data-neo4j</a>><br>> <br>> > and set up the Bu=
ildConfig dependencies as specified<br>> > in<br>> &=
nbsp; <a href=3D"https://github.com/sarmbruster/neo4jsample/blob/mas=
ter/grails-app/conf/BuildConfig.groovy" target=3D"_blank">https://github.co=
m/<wbr>sarmbruster/neo4jsample/blob/<wbr>master/grails-app/conf/<wbr>BuildC=
onfig.groovy</a><br>> <<a href=3D"https://github.com/sa=
rmbruster/neo4jsample/blob/master/grails-app/conf/BuildConfig.groovy" targe=
t=3D"_blank">https://github.com/<wbr>sarmbruster/neo4jsample/blob/<wbr>mast=
er/grails-app/conf/<wbr>BuildConfig.groovy</a>><br>> &g=
t;<br>> > dependencies {<br>> &=
nbsp; > // uncomment next three lines if you=
're using embedded/ha<br>> *and*<br>> >=
; you want the webadmin available<br>> > =
compile(group:"org.neo4j.app", name:"neo4j-server",<br>> &=
nbsp; version:"1.6.1")<br>> > &nbs=
p; runtime(group:"org.neo4j.app", name:"neo4j-server",<br>>  =
; > version:"1.6.1", branch:"static-web")<br>> &=
gt; runtime('com.sun.jersey:<wbr>jersey-bundle:=
1.9-SNAPSHOT')<br>> > }<br>> &nb=
sp; ><br>> ><br>> > any insight =
would be helpful.<br>> ><br>> ><br>=
> > <br>> <br>> </p><p><br></p><p></p><p></=
p><p></p></blockquote></div>
------=_Part_386_30726030.1333554310014--
------=_Part_385_17538695.1333554310014--