[
https://issues.jboss.org/browse/JBAS-9577?page=com.atlassian.jira.plugin....
]
Alessio Soldano reassigned JBAS-9577:
-------------------------------------
Component/s: (was: Web Services)
Fix Version/s: (was: 6.1.0)
Assignee: (was: Alessio Soldano)
Hi, I believe you're running on JBoss EAP, but you've filed a jira against the
JBoss community application server 6, which really belongs to the past. If the issue is
still relevant on current WildFly version, please file a WFLY jira. Otherwise get in touch
with Red Hat support.
In any case, this does not look like a webservices problem, hence I'm resetting the
assignee.
Circular dependency error while deploying war file
--------------------------------------------------
Key: JBAS-9577
URL:
https://issues.jboss.org/browse/JBAS-9577
Project: Application Server 3 4 5 and 6
Issue Type: Bug
Affects Versions: 6.1.0
Reporter: Ayan Ghoshal
Priority: Minor
Labels: jboss
while deploying browser war file i am getting the below error
07:09:08,081 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-14) MSC000001:
Failed to start service jboss.deployment.unit."BrowserWeb.war".INSTALL:
org.jboss.msc.service.StartException in service
jboss.deployment.unit."BrowserWeb.war".INSTALL: JBAS018733: Failed to process
phase INSTALL of deployment "BrowserWeb.war"
at
org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:127)
[jboss-as-server-7.3.0.Final-redhat-8.jar:7.3.0.Final-redhat-8]
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
[jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1]
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
[jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[rt.jar:1.7.0_79]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[rt.jar:1.7.0_79]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_79]
Caused by: java.lang.IllegalArgumentException: JBAS011043: Circular dependency installing
java:module/env/queue/t24OFSQueue
at
org.jboss.as.ee.component.deployers.ModuleJndiBindingProcessor.addJndiBinding(ModuleJndiBindingProcessor.java:241)
at
org.jboss.as.ee.component.deployers.ModuleJndiBindingProcessor.deploy(ModuleJndiBindingProcessor.java:120)
at
org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:120)
[jboss-as-server-7.3.0.Final-redhat-8.jar:7.3.0.Final-redhat-8]
... 5 more
07:09:08,089 ERROR [org.jboss.as.server] (HttpManagementService-threads - 5) JBAS015870:
Deploy of deployment "BrowserWeb.war" was rolled back with the following failure
message:
{"JBAS014671: Failed services" =>
{"jboss.deployment.unit.\"BrowserWeb.war\".INSTALL" =>
"org.jboss.msc.service.StartException in service
jboss.deployment.unit.\"BrowserWeb.war\".INSTALL: JBAS018733: Failed to process
phase INSTALL of deployment \"BrowserWeb.war\"
Caused by: java.lang.IllegalArgumentException: JBAS011043: Circular dependency
installing java:module/env/queue/t24OFSQueue"}}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)