aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Trouble with JMS Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Trouble with JMS" Watch "Trouble with JMS" New topic
Author

Trouble with JMS

Corey McGlone
Ranch Hand

Joined: Dec 20, 2001
Posts: 3271
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 ]

SCJP Tipline, etc.
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26192
    
  66

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.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
siva kumar
Ranch Hand

Joined: Sep 03, 2004
Posts: 86
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Trouble with JMS
 
Similar Threads
Embedded JMS provider problem, Help!
Handling Uploaded Files
Configuring WSAD5.1 with MQ5.2
hi kyle
createQueueConnection failed