[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-585) WebServices is having trouble using Messaging
Ovidiu Feodorov (JIRA)
jira-events at jboss.com
Mon Oct 2 19:07:41 EDT 2006
WebServices is having trouble using Messaging
---------------------------------------------
Key: JBMESSAGING-585
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-585
Project: JBoss Messaging
Issue Type: Bug
Components: AS Integration
Reporter: Ovidiu Feodorov
Assigned To: Clebert Suconic
Fix For: 1.2.0.Alpha2
Thomas Diesler's report (1):
-------------------------------------------------------------------------------------------------------------------------------------------------------------
Hi Folks,
on jbossas/trunk this jboss-service.xml does not deploy
<server>
<mbean code="org.jboss.jms.server.destination.Queue" name="jboss.messaging.destination:service=Queue,name=RequestQueue"
xmbean-dd="xmdesc/Queue-xmbean.xml">
<depends optional-attribute-name="ServerPeer"> jboss.messaging:service=ServerPeer</depends>
</mbean>
<mbean code="org.jboss.jms.server.destination.Queue" name="jboss.messaging.destination:service=Queue,name=ResponseQueue"
xmbean-dd="xmdesc/Queue-xmbean.xml">
<depends optional-attribute-name="ServerPeer"> jboss.messaging:service=ServerPeer</depends>
</mbean>
</server>
2006-09-05 10:17:36,612 DEBUG [org.jboss.deployment.SARDeployer:292] Deploying SAR, start step: url file:/home/tdiesler/svn/jboss/jbossas/trunk/build/output/jboss-5.0.0.Beta/server/default/deploy/jbossws-samples-jmstransport.sar
2006-09-05 10:17:36,612 DEBUG [org.jboss.system.ServiceController:385] starting service jboss.messaging.destination:service=Queue,name=RequestQueue
2006-09-05 10:17:36,614 DEBUG [org.jboss.system.ServiceController:636] Waiting in start of jboss.messaging.destination:service=Queue,name=RequestQueue on
2006-09-05 10:17:36,615 DEBUG [org.jboss.system.ServiceController:385] starting service jboss.messaging.destination:service=Queue,name=ResponseQueue
2006-09-05 10:17:36,615 DEBUG [org.jboss.system.ServiceController:636] Waiting in start of jboss.messaging.destination:service=Queue,name=ResponseQueue on
2006-09-05 10:17:36,631 DEBUG [org.jboss.deployment.MainDeployer:1032] End deployment start on package: jbossws-samples-jmstransport.sar
>From the error output I cannot figure out what is missing.
2006-09-05 10:17:36,653 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner:660] Incomplete Deployment listing:
--- MBeans waiting for other MBeans ---
ObjectName: jboss.j2ee:jndiName=local/OrganizationMDB at 18849006,service=EJB
State: INSTALLED
ObjectName: jboss.messaging.destination:service=Queue,name=RequestQueue
State: CONFIGURED
ObjectName: jboss.messaging.destination:service=Queue,name=ResponseQueue
State: CONFIGURED
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.messaging.destination:service=Queue,name=ResponseQueue
State: CONFIGURED
ObjectName: jboss.messaging.destination:service=Queue,name=RequestQueue
State: CONFIGURED
ObjectName: jboss.j2ee:jndiName=local/OrganizationMDB at 18849006,service=EJB
State: INSTALLED
Hi Folks,
on jbossas/trunk this jboss-service.xml does not deploy
<server>
<mbean code="org.jboss.jms.server.destination.Queue" name="jboss.messaging.destination:service=Queue,name=RequestQueue"
xmbean-dd="xmdesc/Queue-xmbean.xml">
<depends optional-attribute-name="ServerPeer"> jboss.messaging:service=ServerPeer</depends>
</mbean>
<mbean code="org.jboss.jms.server.destination.Queue" name="jboss.messaging.destination:service=Queue,name=ResponseQueue"
xmbean-dd="xmdesc/Queue-xmbean.xml">
<depends optional-attribute-name="ServerPeer"> jboss.messaging:service=ServerPeer</depends>
</mbean>
</server>
2006-09-05 10:17:36,612 DEBUG [org.jboss.deployment.SARDeployer:292] Deploying SAR, start step: url file:/home/tdiesler/svn/jboss/jbossas/trunk/build/output/jboss-5.0.0.Beta/server/default/deploy/jbossws-samples-jmstransport.sar
2006-09-05 10:17:36,612 DEBUG [org.jboss.system.ServiceController:385] starting service jboss.messaging.destination:service=Queue,name=RequestQueue
2006-09-05 10:17:36,614 DEBUG [org.jboss.system.ServiceController:636] Waiting in start of jboss.messaging.destination:service=Queue,name=RequestQueue on
2006-09-05 10:17:36,615 DEBUG [org.jboss.system.ServiceController:385] starting service jboss.messaging.destination:service=Queue,name=ResponseQueue
2006-09-05 10:17:36,615 DEBUG [org.jboss.system.ServiceController:636] Waiting in start of jboss.messaging.destination:service=Queue,name=ResponseQueue on
2006-09-05 10:17:36,631 DEBUG [org.jboss.deployment.MainDeployer:1032] End deployment start on package: jbossws-samples-jmstransport.sar
>From the error output I cannot figure out what is missing.
2006-09-05 10:17:36,653 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner:660] Incomplete Deployment listing:
--- MBeans waiting for other MBeans ---
ObjectName: jboss.j2ee:jndiName=local/OrganizationMDB at 18849006,service=EJB
State: INSTALLED
ObjectName: jboss.messaging.destination:service=Queue,name=RequestQueue
State: CONFIGURED
ObjectName: jboss.messaging.destination:service=Queue,name=ResponseQueue
State: CONFIGURED
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.messaging.destination:service=Queue,name=ResponseQueue
State: CONFIGURED
ObjectName: jboss.messaging.destination:service=Queue,name=RequestQueue
State: CONFIGURED
ObjectName: jboss.j2ee:jndiName=local/OrganizationMDB at 18849006,service=EJB
State: INSTALLED
-------------------------------------------------------------------------------------------------------------------------------------------------------------
Thomas Diesler's report (2):
-------------------------------------------------------------------------------------------------------------------------------------------------------------
Please follow
How can I build and install the latest?
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQBuildAndInstallJBoss50x
Instead of Step 8, do
8. Run the jbossws testsuite
cd jbossws/src/test
ant main
ant -Dtest=org.jboss.test.ws.samples.jmstransport.JMSTransportTestCase one-test
You can also run
ant tests-samples
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list