[infinispan-issues] [JBoss JIRA] (ISPN-3973) Random failures in the Rest cache store tests caused by RESTEASY-762
Galder Zamarreño (JIRA)
issues at jboss.org
Thu Apr 3 09:51:12 EDT 2014
[ https://issues.jboss.org/browse/ISPN-3973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño reassigned ISPN-3973:
--------------------------------------
Assignee: Galder Zamarreño (was: Mircea Markus)
> Random failures in the Rest cache store tests caused by RESTEASY-762
> --------------------------------------------------------------------
>
> Key: ISPN-3973
> URL: https://issues.jboss.org/browse/ISPN-3973
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Server
> Affects Versions: 6.0.1.Final
> Reporter: Dan Berindei
> Assignee: Galder Zamarreño
> Fix For: 7.0.0.Final
>
>
> Getting a ConcurrentModificationException while starting the server, just like RESTEASY-762:
> {noformat}
> 07:57:53,182 ERROR [org.mortbay.log] (testng-RestStoreTest) Error starting handlers
> java.util.ConcurrentModificationException
> at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
> at java.util.AbstractList$Itr.next(AbstractList.java:343)
> at org.jboss.resteasy.core.interception.InterceptorRegistry.bindForList(InterceptorRegistry.java:204)
> at org.jboss.resteasy.core.interception.InterceptorRegistry.bind(InterceptorRegistry.java:197)
> at org.jboss.resteasy.core.ResourceMethod.<init>(ResourceMethod.java:105)
> at org.jboss.resteasy.core.ResourceMethodRegistry.processMethod(ResourceMethodRegistry.java:233)
> at org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:125)
> at org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:107)
> at org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:84)
> at org.jboss.resteasy.core.ResourceMethodRegistry.addPerRequestResource(ResourceMethodRegistry.java:73)
> at org.jboss.resteasy.spi.ResteasyDeployment.registration(ResteasyDeployment.java:383)
> at org.jboss.resteasy.spi.ResteasyDeployment.start(ResteasyDeployment.java:225)
> at org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap.contextInitialized(ResteasyBootstrap.java:28)
> at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
> at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
> at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
> at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
> at org.mortbay.jetty.Server.doStart(Server.java:224)
> at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> at org.infinispan.rest.EmbeddedRestServer.start(EmbeddedRestServer.java:53)
> at org.infinispan.rest.RestTestingUtil.startRestServer(RestTestingUtil.java:24)
> at org.infinispan.rest.RestTestingUtil.startRestServer(RestTestingUtil.java:18)
> at org.infinispan.rest.RestTestingUtil.startRestServer(RestTestingUtil.java:14)
> at org.infinispan.persistence.rest.RestStoreTest.createStore(RestStoreTest.java:44)
> at org.infinispan.persistence.BaseStoreTest.setUp(BaseStoreTest.java:70)
> {noformat}
> http://ci.infinispan.org/viewLog.html?buildId=5930&tab=buildResultsDiv&buildTypeId=bt9#testNameId1275325936187186419
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list