Thanks Alexander, by checking the complete log I was able to see the error was being caused by MySQL, I was trying to store a big resource and mysql had a limit of 1M.
Edgar Merino Alexander Klimetschek escribió:
On Fri, May 1, 2009 at 2:32 AM, Edgar Merino <[email protected]> wrote:org.apache.jackrabbit.core.state.ItemStateException: failed to write bundle: 9d42543e-87df-4b0e-82cf-a580e9922fa8 at org.apache.jackrabbit.core.persistence.bundle.BundleDbPersistenceManager.store(BundleDbPersistenceManager.java:546)The jackrabbit log should contain the real error (or at least another stacktrace) before this one. That should give more infos about the problem - from looking at the code it could be both an SQL problem or something with an incomplete internal node bundle. Regards, Alex
