Hi David, I just found a workaround for it this afternoon. I moved my neo4j db folder with all the data into the jetty installation folder and changed the db folder String using a relative path instead of an absolute one. (I guess it's not the most elegant one but it works fine so far). Cheers,
Pablo On Tue, Feb 22, 2011 at 7:40 PM, David Montag < [email protected]> wrote: > Pablo, > > Did you resolve this, or is this still an issue for you? > > David > > On Mon, Feb 21, 2011 at 2:08 AM, Pablo Pareja <[email protected]> wrote: > > > Hi Jim, > > > > I already did it, I'm using a constant defined in the code for the DB > > folder > > which it's the same > > I used for testing things with a really simple jar. > > I also tried changing the permissions for every DB file granting every > kind > > of permission to any kind of user (I know that's > > kind of crazy but just wanted to make sure it didn't have anything to do > > with that...) > > > > Pablo > > > > > > On Mon, Feb 21, 2011 at 11:00 AM, Jim Webber <[email protected]> > > wrote: > > > > > Hi Pablo, > > > > > > This caught my eye in your stacktrace: Unable to create directory > path[] > > > for Neo4j > > > > > > Can you confirm that you have provided the right path for your database > > > into your Jetty app? > > > > > > Jim > > > > > > > > > _______________________________________________ > > > Neo4j mailing list > > > [email protected] > > > https://lists.neo4j.org/mailman/listinfo/user > > > > > > > > > > > -- > > Pablo Pareja Tobes > > LinkedIn http://www.linkedin.com/in/pabloparejatobes > > Twitter http://www.twitter.com/pablopareja > > > > http://about.me/pablopareja > > http://www.ohnosequences.com > > _______________________________________________ > > Neo4j mailing list > > [email protected] > > https://lists.neo4j.org/mailman/listinfo/user > > > > > > -- > David Montag > Neo Technology, www.neotechnology.com > Cell: 650.556.4411 > [email protected] > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > -- Pablo Pareja Tobes LinkedIn http://www.linkedin.com/in/pabloparejatobes Twitter http://www.twitter.com/pablopareja http://about.me/pablopareja http://www.ohnosequences.com _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

