javax.jcr.RepositoryException: file backing binary value not found in JBoss BRMS
Issue
javax.jcr.RepositoryExceptionis thrown when building a package. The complete stack trace can be seen below:
javax.jcr.RepositoryException: file backing binary value not found
at org.apache.jackrabbit.core.value.BLOBInTempFile.getStream(BLOBInTempFile.java:140)
at org.drools.repository.AssetItem.getBinaryContentAttachment(AssetItem.java:189)
at org.drools.guvnor.server.contenthandler.DecisionTableXLSHandler.getRawDRL(DecisionTableXLSHandler.java:76)
at org.drools.guvnor.server.contenthandler.DecisionTableXLSHandler.assembleDRL(DecisionTableXLSHandler.java:59)
at org.drools.guvnor.server.contenthandler.DecisionTableXLSHandler.compile(DecisionTableXLSHandler.java:68)
...
Caused by: java.io.FileNotFoundException: /tmp/bin3966833734607661722.tmp
at org.apache.jackrabbit.core.data.LazyFileInputStream.<init>(LazyFileInputStream.java:63)
at org.apache.jackrabbit.core.value.BLOBInTempFile.getStream(BLOBInTempFile.java:138)
... 71 more
Environment
- JBoss Enterprise Business Rules Management System (BRMS)
- 5.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.