• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

WAS 50: MDB listener ports not starting for Topics

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have installed WAS5.0.2 on a Win 2k (sp2) machine. When I start the server (server1) the first time, the SystemOut.log file contains the message :
MDBListenerIm W WMSG0019E: Unable to start MDB Listener PSSampleMDB, JMSDestination Sample/JMS/listen : com.ibm.mq.jms.BrokerCommandFailedException: Broker command failed: 3008 Reason code 3008
at com.ibm.mq.jms.MQBrokerSubscriptionEngine.openDurableSubscription(MQBrokerSubscriptionEngine.java:1410)
at com.ibm.mq.jms.MQConnectionBrowser.pubSubSetup(MQConnectionBrowser.java:402)
at com.ibm.mq.jms.MQConnectionBrowser.MQConnectionBrowserInit(MQConnectionBrowser.java:258)
at com.ibm.mq.jms.MQConnectionBrowser.<init>(MQConnectionBrowser.java:137)
at com.ibm.mq.jms.MQTopicConnection.createDurableConnectionBrowser(MQTopicConnection.java:610)
at com.ibm.mq.jms.MQConnectionConsumer.<init>(MQConnectionConsumer.java:456)
at com.ibm.mq.jms.MQTopicConnection.createDurableConnectionConsumer(MQTopicConnection.java:490)
at com.ibm.ejs.jms.JMSTopicConnectionHandle.createDurableConnectionConsumer(JMSTopicConnectionHandle.java:188)
at com.ibm.ejs.jms.listener.MDBListenerImpl.createResources(MDBListenerImpl.java:398)
at com.ibm.ejs.jms.listener.MDBListenerImpl.internalStart(MDBListenerImpl.java:543)
at com.ibm.ejs.jms.listener.MDBListenerImpl.restart(MDBListenerImpl.java:517)
at com.ibm.ejs.jms.listener.MDBListenerImpl.alarm(MDBListenerImpl.java:799)
at com.ibm.ejs.util.am._Alarm.run(_Alarm.java:80)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:593)
From the Admin console it shows the listener port in the 'started' state! I also created my own listener attached to a topic connection factory. This too did not start. This is happening only for listeners associated with topics. What could the problem be?
[ August 06, 2003: Message edited by: Juzar Roopawalla ]
 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
check if u have defined the MQ_INSTALL_ROOT apporiately. i mean the scope.
 
Juzar Roopawalla
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well this variable is not defined because I have not installed MQ separately. I have just installed the version which comes along with WAS 5.0. The two variables automatically defined are MQ_JAVA_DATA_PATH & MQ_JAVA_INSTALL_PATH. It still is throwing the same error and that too...only for MDB listeners to Topics.
 
Ranch Hand
Posts: 527
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yep, mine also same error with the same kind of set-up. Any updates on this problem ??
 
Ranch Hand
Posts: 365
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can someone tell me where I can find info on installing MQ 5.3 and integrating it with WSAD5?
thank you,
Max Tomlinson
 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm also getting the same error.

any find the soloution?
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try following URL:

1) http://publib.boulder.ibm.com/infocenter/ws51help/index.jsp?topic=/com.ibm.websphere.exp.doc/info/exp/ae/rtrb_samprobs.html

2) http://www.developer.ibm.com/tech/faq/individual?oid=1:401:406:61:81660

The 3008 reason code for the Broker command can occur when the userid has an incorrect length. The Event Broker only allows a 12 character userid on the MS Windows platform and 8 characters on the UNIX platforms. It is recommended that your userids be a maximum of 8 characters, unless you know for certain that your network only consists of Windows machines. Then you could have a maximum of 12 characters.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic