-
Bug
-
Resolution: Done
-
Blocker
-
3.8.1.Final
-
None
When using Teiid and the ModeShape.vdb to query ModeShape, seeing the following error:
Caused by: java.io.FileNotFoundException: org/modeshape/jcr/default-workspace-cache-config.xml (No such file or directory)
at java.io.FileInputStream.open(Native Method) [rt.jar:1.7.0_55]
at java.io.FileInputStream.<init>(FileInputStream.java:146) [rt.jar:1.7.0_55]
at java.io.FileInputStream.<init>(FileInputStream.java:101) [rt.jar:1.7.0_55]
at org.infinispan.util.AbstractFileLookup.lookupFileStrict(AbstractFileLookup.java:83) [infinispan-core-5.2.11.Final-redhat-2.jar:5.2.11.Final-redhat-2]
at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:326) [infinispan-core-5.2.11.Final-redhat-2.jar:5.2.11.Final-redhat-2]
at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:313) [infinispan-core-5.2.11.Final-redhat-2.jar:5.2.11.Final-redhat-2]
at org.modeshape.jboss.service.RepositoryService.getCacheContainer(RepositoryService.java:119)
... 27 more
- is caused by
-
MODE-2493 ModeShape managed transactions can cause NPEs if they're rolled back after a failed commit
- Resolved