java.lang.IllegalStateException: Failed to load node for fqn /key: at org.jboss.cache.loader.JDBCCacheLoader.loadNode(JDBCCacheLoader.java:845) at org.jboss.cache.loader.JDBCCacheLoader.get(JDBCCacheLoader.java:200) at org.jboss.cache.loader.JDBCCacheLoaderTest.testLargeObject(JDBCCacheLoaderTest.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.textui.TestRunner.doRun(TestRunner.java:116) at com.intellij.rt.execution.junit.IdeaTestRunner.doRun(IdeaTestRunner.java:69) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.intellij.rt.execution.junit.IdeaTestRunner.startRunnerWithArgs(IdeaTestRunner.java:24) at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:118) at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:40) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) Caused by: java.lang.Exception: Unable to load to deserialize result: at org.jboss.cache.loader.JDBCCacheLoader.loadNode(JDBCCacheLoader.java:833) ... 25 more Caused by: java.lang.IndexOutOfBoundsException at org.jboss.resource.adapter.jdbc.remote.SerializableInputStream.read(SerializableInputStream.java:339) at org.jboss.resource.adapter.jdbc.remote.SerializableInputStream.read(SerializableInputStream.java:266) at org.jboss.serial.io.JBossObjectInputStream.checkSignature(JBossObjectInputStream.java:110) at org.jboss.serial.io.JBossObjectInputStream.(JBossObjectInputStream.java:94) at org.jboss.serial.io.JBossObjectInputStream.(JBossObjectInputStream.java:83) at org.jboss.serial.io.JBossObjectInputStream.(JBossObjectInputStream.java:73) at org.jboss.serial.io.JBossObjectInputStreamSharedTree.(JBossObjectInputStreamSharedTree.java:51) at org.jboss.cache.marshall.JBossObjectStreamFactory$JBossObjectInputStreamOverride.(JBossObjectStreamFactory.java:27) at org.jboss.cache.marshall.JBossObjectStreamFactory.createObjectInputStream(JBossObjectStreamFactory.java:55) at org.jboss.cache.marshall.ObjectSerializationFactory.createObjectInputStream(ObjectSerializationFactory.java:63) at org.jboss.cache.marshall.VersionAwareMarshaller.objectFromStream(VersionAwareMarshaller.java:175) at org.jboss.cache.loader.JDBCCacheLoader.loadNode(JDBCCacheLoader.java:828) ... 25 more