• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Trouble with JMS

 
Ranch Hand
Posts: 3271
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey folks,

I'm a real newbie to the area of EJB/MDB/JMS, but I'm trying to figure it out for a current project I'm working on. For that project, I need to kick off an asynchronous process that needs to perform database access and I'm hoping to use an MDB to accomplish that.

In this thread, I got some help that got me started and Jeanne Boyarski pointed me to this article that is supposed to step you through setting up a simple MDB in WSAD (which happens to be the IDE I'm using).

Without any real background in EJB/MDB/JMS, I went through the article, blindly clicking on what it told me to. However, when it came time to start my app server to test my MDB, I got a stack dump. Without any real background on which to feed, I'm quite lost as to what the problem is. Here's some of the stack dump I'm getting. Any ideas?


[ November 03, 2004: Message edited by: Corey McGlone ]
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Corey,
My gut feel is that the listener port may be in use by another application.

Also, you may get a better response in the IBM/WebSphere forum if it is a WSAD setup issue. They get a lot of MQ questions in there.
 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI cOREY

you check it console window that whether QueueManager and Broker are started are not

And check it whether you are getting the messages like this are not

11/4/04 12:18:22:438 IST] 3caba3bf ManagerAdmin I TRAS0017I: The startup trace state is *=all=disabled.
[11/4/04 12:18:23:719 IST] 3caba3bf AdminInitiali A ADMN0015I: AdminService initialized
[11/4/04 12:18:25:547 IST] 3caba3bf Configuration A SECJ0215I: Successfully set JAAS login provider configuration class to com.ibm.ws.security.auth.login.Configuration.
[11/4/04 12:18:25:625 IST] 3caba3bf SecurityDM I SECJ0231I: The Security component's FFDC Diagnostic Module com.ibm.ws.security.core.SecurityDM registered successfully: true.
[11/4/04 12:18:26:188 IST] 3caba3bf SecurityCompo I SECJ0309I: Java 2 Security is disabled.
[11/4/04 12:18:26:203 IST] 3caba3bf SecurityCompo I SECJ0212I: WCCM JAAS configuration information successfully pushed to login provider class.
[11/4/04 12:18:26:250 IST] 3caba3bf SecurityCompo I SECJ0240I: Security service initialization completed successfully
[11/4/04 12:18:32:562 IST] 3caba3bf JMSEmbeddedPr A MSGS0050I: Starting the Queue Manager
[11/4/04 12:18:44:141 IST] 3caba3bf JMSEmbeddedPr A MSGS0051I: Queue Manager open for business
[11/4/04 12:18:44:172 IST] 3caba3bf JMSEmbeddedPr A MSGS0052I: Starting the Broker
[11/4/04 12:18:53:969 IST] 3caba3bf JMSEmbeddedPr A MSGS0053I: Broker open for business
[11/4/04 12:18:55:531 IST] 3caba3bf ResourceMgrIm I WSVR0049I: Binding QCF as jms/QCF
[11/4/04 12:18:55:625 IST] 3caba3bf ResourceMgrIm I WSVR0049I: Binding Q as jms/Q
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic