[infinispan-issues] [JBoss JIRA] Commented: (ISPN-1385) JDK7 CI job bringing CI to a halt

Galder Zamarreño (JIRA) jira-events at lists.jboss.org
Wed Sep 14 03:25:26 EDT 2011


    [ https://issues.jboss.org/browse/ISPN-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628300#comment-12628300 ] 

Galder Zamarreño commented on ISPN-1385:
----------------------------------------

The big logs are result of unexpected exceptions such as:

{code}2011-09-14 03:17:40,413 ERROR [UnitTestTestNGListener] (testng-ChainingCacheLoaderTest) Test failed testStreamingAPIReusingStreams(org.infinispan.loaders.decorators.ChainingCacheLoaderTest)
org.infinispan.loaders.CacheLoaderException: com.thoughtworks.xstream.converters.ConversionException: Cannot construct org.infinispan.container.entries.ImmortalCacheEntry as it does not have a no-args constructor : Cannot construct org.infinispan.container.entries.ImmortalCacheEntry as it does not have a no-args constructor
---- Debugging information ----
message             : Cannot construct org.infinispan.container.entries.ImmortalCacheEntry as it does not have a no-args constructor
cause-exception     : com.thoughtworks.xstream.converters.reflection.ObjectAccessException
cause-message       : Cannot construct org.infinispan.container.entries.ImmortalCacheEntry as it does not have a no-args constructor
class               : org.infinispan.container.entries.ImmortalCacheEntry
required-type       : org.infinispan.container.entries.ImmortalCacheEntry
path                : /org.infinispan.container.entries.ImmortalCacheEntry
line number         : 1
-------------------------------
	at org.infinispan.loaders.dummy.DummyInMemoryCacheStore.fromStream(DummyInMemoryCacheStore.java:91)
	at org.infinispan.loaders.decorators.ChainingCacheStore.fromStream(ChainingCacheStore.java:73)
	at org.infinispan.loaders.BaseCacheStoreTest.testStreamingAPIReusingStreams(BaseCacheStoreTest.java:595)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:644)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:546)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:700)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1002)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:137)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:121)
	at org.testng.TestRunner.runWorkers(TestRunner.java:909)
	at org.testng.TestRunner.privateRun(TestRunner.java:618)
	at org.testng.TestRunner.run(TestRunner.java:499)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:332)
	at org.testng.SuiteRunner.access$000(SuiteRunner.java:33)
	at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:358)
	at org.testng.internal.thread.ThreadUtil$CountDownLatchedRunnable.run(ThreadUtil.java:142)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:722)
Caused by: com.thoughtworks.xstream.converters.ConversionException: Cannot construct org.infinispan.container.entries.ImmortalCacheEntry as it does not have a no-args constructor : Cannot construct org.infinispan.container.entries.ImmortalCacheEntry as it does not have a no-args constructor
---- Debugging information ----
message             : Cannot construct org.infinispan.container.entries.ImmortalCacheEntry as it does not have a no-args constructor
cause-exception     : com.thoughtworks.xstream.converters.reflection.ObjectAccessException
cause-message       : Cannot construct org.infinispan.container.entries.ImmortalCacheEntry as it does not have a no-args constructor
class               : org.infinispan.container.entries.ImmortalCacheEntry
required-type       : org.infinispan.container.entries.ImmortalCacheEntry
path                : /org.infinispan.container.entries.ImmortalCacheEntry
line number         : 1
-------------------------------
	at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:89)
	at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63)
	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76)
	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60)
	at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:137)
	at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:33)
	at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:923)
	at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:909)
	at com.thoughtworks.xstream.XStream.fromXML(XStream.java:853)
	at com.thoughtworks.xstream.XStream.fromXML(XStream.java:845)
	at org.infinispan.marshall.TestObjectStreamMarshaller.objectFromObjectStream(TestObjectStreamMarshaller.java:70)
	at org.infinispan.loaders.dummy.DummyInMemoryCacheStore.fromStream(DummyInMemoryCacheStore.java:86)
	... 22 more
Caused by: com.thoughtworks.xstream.converters.reflection.ObjectAccessException: Cannot construct org.infinispan.container.entries.ImmortalCacheEntry as it does not have a no-args constructor
	at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.newInstance(PureJavaReflectionProvider.java:71)
	at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.instantiateNewInstance(AbstractReflectionConverter.java:308)
	at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:161)
	at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82)
	... 33 more{code}

Looking into them.

> JDK7 CI job bringing CI to a halt
> ---------------------------------
>
>                 Key: ISPN-1385
>                 URL: https://issues.jboss.org/browse/ISPN-1385
>             Project: Infinispan
>          Issue Type: Task
>            Reporter: Galder Zamarreño
>            Assignee: Galder Zamarreño
>             Fix For: 5.0.2.FINAL
>
>
> The JDK7 job brought CI to an standstill and Jenkins had to be restarted.
> It's unclear whether this is due to JDK7 itself, or due to the 68MB+ log that the job generates:
> https://infinispan.ci.cloudbees.com/job/Infinispan-master-JDK7-tcp/18/console
> The log should be reduced first, try running the testsuite and then enable the job in CI.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the infinispan-issues mailing list