Problem Note 43659: Errors can occur in the JBoss server log when you start the JBoss server with the SAS® 9.3 Deployment Wizard and you use JBoss Messaging
When you try to start the JBoss server with the SAS 9.3 Deployment Wizard, you might receive errors in the JBoss server.log file. Possible errors that can occur are as follows:
Error 1
No ClassLoaders found for org.jboss.mq.server.jmx.Queue
Error 2
2011-07-05 22:10:13,473 DEBUG [org.jboss.deployment.SARDeployer] create operation failed for
package file:/C:/jboss-4.2.3.GA Messaging/server/SASServer1/deploy/jms/sas-jms-service.xml
This problem occurs when you use JBoss 4.2.3 GA with JBoss Messaging.
To resolve this issue:
- Delete the sas-jms-service.xml file in JBoss-home-directory/server/SASServer1/deploy/jms/ file.
- In the connection-factories-service.xml file that is in JBoss-home-directory/server/SASServer1/deploy/jboss-messaging.sar/, change the ConnectionFactory <mbean> element by adding the two lines below that are annotated with <!-- ADD THIS LINE -->.
<mbean code="org.jboss.jms.server.connectionfactory.ConnectionFactory" name="jboss.messaging.connectionfactory:service=ConnectionFactory" xmbean-dd="xmdesc/ConnectionFactory-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
<depends optional-attribute-name="Connector">jboss.messaging:service=Connector,transport=bisocket</depends>
<depends>jboss.messaging:service=PostOffice</depends>
<attribute name="JNDIBindings">
<bindings>
<binding>sas/jms/QueueConnectionFactory</binding> <!-- ADD THIS LINE -->
<binding>sas/jms/TopicConnectionFactory</binding> <!-- ADD THIS LINE -->
<binding>/ConnectionFactory</binding>
<binding>/XAConnectionFactory</binding>
<binding>java:/ConnectionFactory</binding>
<binding>java:/XAConnectionFactory</binding>
</bindings>
</attribute>
</mbean>
- In the destinations-service.xml file that is in JBoss-home-directory/server/SASServer1/deploy/jboss-messaging.sar/, add the following 11 <mbeans> as children of the <server> element:
<mbean code="org.jboss.jms.server.destination.TopicService" name="jboss.messaging.destination:service=Topic,name=scheduler.pip.broadcastTopic" xmbean-dd="xmdesc/Topic-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
<depends>jboss.messaging:service=PostOffice</depends>
<attribute name="JNDIName">sas/jms/scheduler.pip.broadcastTopic</attribute>
</mbean>
<mbean code="org.jboss.jms.server.destination.QueueService" name="jboss.messaging.destination:service=Queue,name=scheduler.pip.jobQueue" xmbean-dd="xmdesc/Queue-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
<depends>jboss.messaging:service=PostOffice</depends>
<attribute name="JNDIName">sas/jms/scheduler.pip.jobQueue</attribute>
</mbean>
<mbean code="org.jboss.jms.server.destination.QueueService" name="jboss.messaging.destination:service=Queue,name=scheduler.pip.outputQueue" xmbean-dd="xmdesc/Queue-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
<depends>jboss.messaging:service=PostOffice</depends>
<attribute name="JNDIName">sas/jms/scheduler.pip.outputQueue</attribute>
</mbean>
<mbean code="org.jboss.jms.server.destination.QueueService" name="jboss.messaging.destination:service=Queue,name=scheduler.pip.resultsQueue" xmbean-dd="xmdesc/Queue-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
<depends>jboss.messaging:service=PostOffice</depends>
<attribute name="JNDIName">sas/jms/scheduler.pip.resultsQueue</attribute>
</mbean>
<mbean code="org.jboss.jms.server.destination.TopicService" name="jboss.messaging.destination:service=Topic,name=SASPublishedEventTopic" xmbean-dd="xmdesc/Topic-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
<depends>jboss.messaging:service=PostOffice</depends>
<attribute name="JNDIName">sas/jms/SASPublishedEventTopic</attribute>
</mbean>
<mbean code="org.jboss.jms.server.destination.TopicService" name="jboss.messaging.destination:service=Topic,name=NotificationEventTopic" xmbean-dd="xmdesc/Topic-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
<depends>jboss.messaging:service=PostOffice</depends>
<attribute name="JNDIName">sas/jms/NotificationEventTopic</attribute>
</mbean>
<mbean code="org.jboss.jms.server.destination.QueueService" name="jboss.messaging.destination:service=Queue,name=WorkflowEventsQueue" xmbean-dd="xmdesc/Queue-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
<depends>jboss.messaging:service=PostOffice</depends>
<attribute name="JNDIName">sas/jms/app/WorkflowEventsQueue</attribute>
</mbean>
<mbean code="org.jboss.jms.server.destination.QueueService" name="jboss.messaging.destination:service=Queue,name=WorkflowCommandQueue" xmbean-dd="xmdesc/Queue-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
<depends>jboss.messaging:service=PostOffice</depends>
<attribute name="JNDIName">sas/jms/WorkflowCommandQueue</attribute>
</mbean>
<mbean code="org.jboss.jms.server.destination.QueueService" name="jboss.messaging.destination:service=Queue,name=AuditQueue" xmbean-dd="xmdesc/Queue-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
<depends>jboss.messaging:service=PostOffice</depends>
<attribute name="JNDIName">sas/jms/AuditQueue</attribute>
</mbean>
<mbean code="org.jboss.jms.server.destination.QueueService" name="jboss.messaging.destination:service=Queue,name=WorkflowQueue" xmbean-dd="xmdesc/Queue-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
<depends>jboss.messaging:service=PostOffice</depends>
<attribute name="JNDIName">sas/jms/WorkflowQueue</attribute>
</mbean>
<mbean code="org.jboss.jms.server.destination.QueueService" name="jboss.messaging.destination:service=Queue,name=AlertQueue" xmbean-dd="xmdesc/Queue-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
<depends>jboss.messaging:service=PostOffice</depends>
<attribute name="JNDIName">sas/jms/AlertQueue</attribute>
</mbean>
- Restart SAS Remote Services and the JBoss server.
Operating System and Release Information
| SAS System | SAS Enterprise BI Server | z/OS | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Microsoft® Windows® for x64 | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Microsoft Windows Server 2003 Datacenter Edition | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Microsoft Windows Server 2003 Enterprise Edition | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Microsoft Windows Server 2003 Standard Edition | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Microsoft Windows Server 2003 for x64 | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Microsoft Windows Server 2008 | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Microsoft Windows Server 2008 for x64 | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Microsoft Windows XP Professional | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Windows 7 Enterprise 32 bit | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Windows 7 Enterprise x64 | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Windows 7 Home Premium 32 bit | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Windows 7 Home Premium x64 | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Windows 7 Professional 32 bit | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Windows 7 Professional x64 | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Windows 7 Ultimate 32 bit | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Windows 7 Ultimate x64 | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Windows Vista | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Windows Vista for x64 | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| 64-bit Enabled AIX | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| 64-bit Enabled HP-UX | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| 64-bit Enabled Solaris | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| HP-UX IPF | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Linux | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Linux for x64 | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
| Solaris for x64 | 9.3 | 9.3 | 9.3 TS1M0 | 9.3 TS1M1 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Problem Note |
| Priority: | medium |
| Date Modified: | 2011-07-07 15:10:01 |
| Date Created: | 2011-07-06 09:31:18 |