ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Java / JMS » MQJMS1016E

Post new topic  Reply to topic
 MQJMS1016E « View previous topic :: View next topic » 
Author Message
dn415
PostPosted: Wed Jul 17, 2002 5:00 pm    Post subject: MQJMS1016E Reply with quote

Novice

Joined: 01 Jul 2002
Posts: 10

Hi all,

I have a JMS MessageListener (using MA88) listening to a single MQ queue. All this listener does is set up a QueueSender, and send the JMS message to a Weblogic queue. Thus the onMessage looks like this:

public void onMessage(JMSMessage message) {
try {
queueSender.send(message);
message.acknowledge();
} catch (Exception e) {
e.printStackTrace();
}
}

This listener runs fine for about 40 minutes. And then all of a sudden, I'll get a MQJMS1016E: an internal error has occurred. Please contact your system administrator. java.lang.OutOfMemory error.

Does anyone know why this is happening? Why would there be an OutOfMemory error, when it seems like the only thing I'm doing is queueSender.send(message)? The Using Java documentation does not have an entry for MQJMS1016, it skips it!

Any help would be much appreciated. Thanks!

Thanks,
Duke
dn415@ucla.edu
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
bower5932
PostPosted: Fri Jul 19, 2002 8:04 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Aug 2001
Posts: 3023
Location: Dallas, TX, USA

Did you get the linked exception? It might shed some light. Also, this looks like an error that would generate an FDC file. Did you get one? If so, post the top of it.

My guesses would be that this has something to do with garbage collection not being done in a timely manner or you have a bunch of orphaned subscribers that are eating up resources.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
dn415
PostPosted: Mon Jul 22, 2002 12:10 pm    Post subject: Reply with quote

Novice

Joined: 01 Jul 2002
Posts: 10

Hi,

thanks for the reply.

Yea I tried to print out the LinkedException, but I don't think it ever gets thrown...i.e. I think it's a runtime error or something, that suddenly just prints out:

2002.07.22 13:18:25 MQJMS1016E an internal error has occurred. Please contact your system administrator. Detail: java.lang.OutOfMemoryError

I checked the MQSeries QueueManager, and there is no FDC file, also I made sure the queue manager had the max settings for logs, i.e. 62 Primary, 61 Secondary,

The weblogic queue is not full either. Could anything in the IBM jars be causing this perhaps??

Thanks,
Duke
dn415@ucla.edu
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Java / JMS » MQJMS1016E
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.