What my be the problem when I see a stacktrace like this....
Caused by: java.io.EOFException: no more data available
at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:2968)
at org.xmlpull.mxp1.MXParser.more(MXParser.java:2975)
at org.xmlpull.mxp1.MXParser.parseEntityRef(MXParser.java:2207)
at org.xmlpull.mxp1.MXParser.nextImpl(MXParser.java:1310)
at org.xmlpull.mxp1.MXParser.nextToken(MXParser.java:1144)
at org.jibx.runtime.impl.UnmarshallingContext.accumulateText(UnmarshallingContext.java:870)
at org.jibx.runtime.impl.UnmarshallingContext.parseContentText(UnmarshallingContext.java:929)
at org.jibx.runtime.impl.UnmarshallingContext.parseElementText(UnmarshallingContext.java:1065)
at com.cnetnetworks.framework.data.cache.xpub.PseudoMapEntry.JiBX_datasource_jibx_binding_unmarshal_1_0(PseudoMapEntry.java)
at com.cnetnetworks.framework.data.cache.xpub.JiBX_datasource_jibx_bindingPseudoMapEntry_access.unmarshal()
at com.cnetnetworks.framework.data.cache.xpub.JiBX_MungeAdapter.JiBX_datasource_jibx_binding_unmarshal_1_2()
at com.cnetnetworks.framework.data.cache.xpub.PseudoMap.JiBX_datasource_jibx_binding_unmarshal_1_0(PseudoMap.java)
at com.cnetnetworks.framework.data.cache.xpub.JiBX_datasource_jibx_bindingPseudoMap_access.unmarshal()
at com.cnetnetworks.framework.data.cache.xpub.JiBX_MungeAdapter.JiBX_datasource_jibx_binding_unmarshal_1_1()
at com.cnetnetworks.framework.data.cache.xpub.BasicResult.JiBX_datasource_jibx_binding_unmarshal_1_0(BasicResult.java)
at com.cnetnetworks.framework.data.cache.xpub.JiBX_datasource_jibx_bindingBasicResult_access.unmarshal()
at com.cnetnetworks.framework.data.ca
