[
https://issues.apache.org/jira/browse/JCR-3684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Mueller updated JCR-3684:
--------------------------------
Description:
I saw the following exception in a log file:
Unexpected error while writing NAME value.
at
org.apache.jackrabbit.core.persistence.util.BundleWriter.writeState(BundleWriter.java:312)
at
org.apache.jackrabbit.core.persistence.util.BundleWriter.writeBundle(BundleWriter.java:131)
at
org.apache.jackrabbit.core.persistence.util.BundleBinding.writeBundle(BundleBinding.java:164)
Unfortunately, the class BundleWriter swallows the root cause of the exception.
was:
I saw the following exception in a log file:
{code}
Unexpected error while writing NAME value.
at
org.apache.jackrabbit.core.persistence.util.BundleWriter.writeState(BundleWriter.java:312)
at
org.apache.jackrabbit.core.persistence.util.BundleWriter.writeBundle(BundleWriter.java:131)
at
org.apache.jackrabbit.core.persistence.util.BundleBinding.writeBundle(BundleBinding.java:164)
{code}
Unfortunately, the class BundleWriter swallows the root cause of the exception.
> BundleWriter: Unexpected error while writing NAME value.
> --------------------------------------------------------
>
> Key: JCR-3684
> URL: https://issues.apache.org/jira/browse/JCR-3684
> Project: Jackrabbit Content Repository
> Issue Type: Bug
> Reporter: Thomas Mueller
> Assignee: Thomas Mueller
>
> I saw the following exception in a log file:
> Unexpected error while writing NAME value.
> at
> org.apache.jackrabbit.core.persistence.util.BundleWriter.writeState(BundleWriter.java:312)
> at
> org.apache.jackrabbit.core.persistence.util.BundleWriter.writeBundle(BundleWriter.java:131)
> at
> org.apache.jackrabbit.core.persistence.util.BundleBinding.writeBundle(BundleBinding.java:164)
> Unfortunately, the class BundleWriter swallows the root cause of the
> exception.
--
This message was sent by Atlassian JIRA
(v6.1#6144)