Hide Forgot
project_key: SOA Running a test application I have encountered an exception. I have seen it only once for now so it is not happening consistently. Calling QueryResult.getNodes() resulted in: javax.jcr.PathNotFoundException: Unable to find "{}myfile.txt"; lowest existing path is "/" I don't see such exception anticipated in the JCR 2 API. Please see https://hudson.qa.jboss.com/hudson/view/SOA-Release/job/soa-modeshape-ddl/93/artifact/jbosssoa/jboss-as/jdbc_conf/mssql2005/testapp.html or MSSQL2005 result on https://hudson.qa.jboss.com/hudson/view/SOA-Release/job/soa-modeshape-ddl/93/artifact/test-output/Groovy%20Test%20Suite/index.html Also same hudson build contains server log (https://hudson.qa.jboss.com/hudson/view/SOA-Release/job/soa-modeshape-ddl/93/artifact/jbosssoa/jboss-as/server/production/log/server.log).
Link: Added: This issue Cloned to SOA-2726
Changing to blocker so further investigation can be done.
Putting it for 5.1 GA, if it turns out not to be a blocker, it will be downgraded and moved to Future.
Writer: Added: Darrin
I believe this has been fixed in ModeShape (in the trunk and 2.2.x branch). As I mentioned in MODE-1067, I wasn't able to replicate the error (it is timing related), but I do think the failure mechanism and fix were straightforward.
Thanks! Once I have the patch into a release I'll try to run test continuously to hopefully fall into same situation. My guess is my test program will fail in a different way which should prove your fix is correct (or not).
A fix was committed to the 2.2.x product branch. However, it was indicated that problem was not able to be duplicated, but they feel the patch addresses a symptom of the problem after performing a code review and fixing 2 of the 3 access patterns.
Link: Added: This issue is related to SOA-2772
Based on numerous test repeats and also on the tests I have run for SOA-2772 I am pretty confident this issue has been resolved.