On Mon, Aug 29, 2011 at 2:24 PM, Nikolay Georgiev <[email protected]> wrote: > Hello, > > I am trying the run the SecondHop.java from > http://jackrabbit.apache.org/first-hops.html > > but I get the exception: > javax.jcr.PathNotFoundException: hello/world > at org.apache.jackrabbit.core.NodeImpl$8.perform(NodeImpl.java:2120) > at org.apache.jackrabbit.core.NodeImpl$8.perform(NodeImpl.java:2114) > at > org.apache.jackrabbit.core.session.SessionState.perform(SessionState.java:188) > at org.apache.jackrabbit.core.ItemImpl.perform(ItemImpl.java:91) > at org.apache.jackrabbit.core.NodeImpl.getNode(NodeImpl.java:2114) > at com.db.intranet.poc.pocdlcwithjr.App.main(App.java:33) > > Do you know what could be the problem and how could I fix it?
there's no way of telling what's wrong without knowing what you're doing. ;) could you please provide your source code (App.java)? cheers stefan > > Thank you! > > Nikolay >
