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?
Thank you!
Nikolay