[jboss-jira] [JBoss JIRA] (WFLY-7915) CCME in WildFlyJobXmlResolver
Tomaz Cerar (JIRA)
issues at jboss.org
Thu Jan 19 10:25:01 EST 2017
[ https://issues.jboss.org/browse/WFLY-7915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tomaz Cerar updated WFLY-7915:
------------------------------
Description:
When running on JDK9-ea there are ConncurrentModificationExceptions happening in WildFlyJobXmlResolver
Problem can happen also on JDK8 but it looks like it is easier to reproduce on JDK9.
{code}
Caused by: java.util.ConcurrentModificationException at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1138)
at org.wildfly.extension.batch.jberet.deployment.WildFlyJobXmlResolver.addJob(WildFlyJobXmlResolver.java:290)
at org.wildfly.extension.batch.jberet.deployment.WildFlyJobXmlResolver.init(WildFlyJobXmlResolver.java:280)
at org.wildfly.extension.batch.jberet.deployment.WildFlyJobXmlResolver.create(WildFlyJobXmlResolver.java:231)
at org.wildfly.extension.batch.jberet.deployment.WildFlyJobXmlResolver.forDeployment(WildFlyJobXmlResolver.java:110)
at org.wildfly.extension.batch.jberet.deployment.BatchEnvironmentProcessor.deploy(BatchEnvironmentProcessor.java:77)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:147)
{code}
see https://ci.wildfly.org/viewLog.html?buildId=41982&tab=buildResultsDiv&buildTypeId=WF_MasterLinuxJdk9ea for failures
was:
When running on JDK9-ea there are ConncurrentModificationExceptions happening in WildFlyJobXmlResolver
Problem can happen also on JDK8 but it looks like it is easier to reproduce on JDK9.
{noformat}
Caused by: java.util.ConcurrentModificationException at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1138) at org.wildfly.extension.batch.jberet.deployment.WildFlyJobXmlResolver.addJob(WildFlyJobXmlResolver.java:290) at org.wildfly.extension.batch.jberet.deployment.WildFlyJobXmlResolver.init(WildFlyJobXmlResolver.java:280) at org.wildfly.extension.batch.jberet.deployment.WildFlyJobXmlResolver.create(WildFlyJobXmlResolver.java:231) at org.wildfly.extension.batch.jberet.deployment.WildFlyJobXmlResolver.forDeployment(WildFlyJobXmlResolver.java:110) at org.wildfly.extension.batch.jberet.deployment.BatchEnvironmentProcessor.deploy(BatchEnvironmentProcessor.java:77) at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:147)
{noformat}
see https://ci.wildfly.org/viewLog.html?buildId=41982&tab=buildResultsDiv&buildTypeId=WF_MasterLinuxJdk9ea for failures
> CCME in WildFlyJobXmlResolver
> -----------------------------
>
> Key: WFLY-7915
> URL: https://issues.jboss.org/browse/WFLY-7915
> Project: WildFly
> Issue Type: Bug
> Components: Batch
> Reporter: Tomaz Cerar
> Assignee: Cheng Fang
>
> When running on JDK9-ea there are ConncurrentModificationExceptions happening in WildFlyJobXmlResolver
> Problem can happen also on JDK8 but it looks like it is easier to reproduce on JDK9.
> {code}
> Caused by: java.util.ConcurrentModificationException at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1138)
> at org.wildfly.extension.batch.jberet.deployment.WildFlyJobXmlResolver.addJob(WildFlyJobXmlResolver.java:290)
> at org.wildfly.extension.batch.jberet.deployment.WildFlyJobXmlResolver.init(WildFlyJobXmlResolver.java:280)
> at org.wildfly.extension.batch.jberet.deployment.WildFlyJobXmlResolver.create(WildFlyJobXmlResolver.java:231)
> at org.wildfly.extension.batch.jberet.deployment.WildFlyJobXmlResolver.forDeployment(WildFlyJobXmlResolver.java:110)
> at org.wildfly.extension.batch.jberet.deployment.BatchEnvironmentProcessor.deploy(BatchEnvironmentProcessor.java:77)
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:147)
> {code}
> see https://ci.wildfly.org/viewLog.html?buildId=41982&tab=buildResultsDiv&buildTypeId=WF_MasterLinuxJdk9ea for failures
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list