AEM6 upgrade. Oak
Hello
I have upgraded my cq instance to AEM6 according to instructions, I have also installed Service Pack 2 and hotfix 6316.
When I try to get jcr:data property of node, I got exception
java.lang.IllegalStateException: String is too long: 2318850473248389347
at org.apache.jackrabbit.oak.plugins.segment.Segment.loadString(Segment.java:362)
at org.apache.jackrabbit.oak.plugins.segment.Segment.readString(Segment.java:329)
at org.apache.jackrabbit.oak.plugins.segment.Segment.readString(Segment.java:323)
at org.apache.jackrabbit.oak.plugins.segment.SegmentPropertyState.getValue(SegmentPropertyState.java:167)
at org.apache.jackrabbit.oak.plugins.segment.SegmentPropertyState.getValue(SegmentPropertyState.java:158)
at org.apache.jackrabbit.oak.plugins.value.ValueImpl.getValue(ValueImpl.java:381)
at org.apache.jackrabbit.oak.plugins.value.ValueImpl.getOakString(ValueImpl.java:144)
at org.apache.jackrabbit.oak.plugins.value.ValueImpl.getString(ValueImpl.java:287)
at org.apache.jackrabbit.oak.jcr.session.PropertyImpl.getString(PropertyImpl.java:259)
I also have clear AEM6 instance and this problem is not reproduced on this instance.
This problem looks like OAK-2294, but as I said, I have installed hotfix 6316.
Thanks,
Denis