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 » MisterQ problem

Post new topic  Reply to topic
 MisterQ problem « View previous topic :: View next topic » 
Author Message
Ganford
PostPosted: Sat Mar 02, 2013 8:48 am    Post subject: MisterQ problem Reply with quote

Novice

Joined: 09 Aug 2011
Posts: 22

Hi guys, can someone help me. I'm kinda of lost. I installed MisterQ already on three machines, but all of themshows me error window with message "Error while sending PCF message// case: Can't find resources for bundle java.util.PropertyResourceBundle, key MQJE001b"
There is of course nothing in WIN logs. Can someone help me find out what is wrong?
Anyway MisterQ seems to work, I’m able to connect to QM and list queues but it will fail again when i try to save message from queue on local disk.

I found error log of MisterQr, nice thing:

Code:
!ENTRY de.artotaku.misterq.ui 4 0 2013-03-02 16:35:32.632
!MESSAGE Error
!STACK 0
java.lang.reflect.InvocationTargetException
   at de.artotaku.misterq.ui.internal.actions.ProgressMonitorAction.run(ProgressMonitorAction.java:84)
   at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: de.artotaku.misterq.core.exception.MisterQException: Error while sending PCF message.

Cause: Can't find resource for bundle java.util.PropertyResourceBundle, key MQJE001b
   at de.artotaku.misterq.core.internal.util.PCFUtil.sendPCFRequest(PCFUtil.java:72)
   at de.artotaku.misterq.core.internal.util.PCFUtil.sendPCFRequest(PCFUtil.java:27)
   at de.artotaku.misterq.core.internal.MisterQObjectContainer.addMisterQObjects(MisterQObjectContainer.java:51)
   at de.artotaku.misterq.core.internal.QueueContainer.createChildren(QueueContainer.java:21)
   at de.artotaku.misterq.core.internal.MisterQObjectContainer.refresh(MisterQObjectContainer.java:65)
   at de.artotaku.misterq.core.internal.MisterQModel.refresh(MisterQModel.java:563)
   at de.artotaku.misterq.core.internal.MisterQModel.refresh(MisterQModel.java:577)
   at de.artotaku.misterq.ui.internal.actions.ConnectAction.runWithProgress(ConnectAction.java:60)
   at de.artotaku.misterq.ui.internal.actions.ProgressMonitorAction.run(ProgressMonitorAction.java:81)
   ... 1 more
Caused by: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key MQJE001b
   at java.util.ResourceBundle.getObject(Unknown Source)
   at java.util.ResourceBundle.getString(Unknown Source)
   at com.ibm.mq.MQException.getMessage(MQException.java:1756)
   at com.ibm.mq.MQException.<init>(MQException.java:1505)
   at com.ibm.mq.MQDestination.getInt(MQDestination.java:655)
   at com.ibm.mq.MQDestination.get(MQDestination.java:459)
   at com.ibm.mq.pcf.PCFMessageAgent.send(PCFMessageAgent.java:197)
   at de.artotaku.misterq.core.internal.util.PCFUtil.sendPCFRequest(PCFUtil.java:61)
   ... 9 more
Root exception:
de.artotaku.misterq.core.exception.MisterQException: Error while sending PCF message.

Cause: Can't find resource for bundle java.util.PropertyResourceBundle, key MQJE001b
   at de.artotaku.misterq.core.internal.util.PCFUtil.sendPCFRequest(PCFUtil.java:72)
   at de.artotaku.misterq.core.internal.util.PCFUtil.sendPCFRequest(PCFUtil.java:27)
   at de.artotaku.misterq.core.internal.MisterQObjectContainer.addMisterQObjects(MisterQObjectContainer.java:51)
   at de.artotaku.misterq.core.internal.QueueContainer.createChildren(QueueContainer.java:21)
   at de.artotaku.misterq.core.internal.MisterQObjectContainer.refresh(MisterQObjectContainer.java:65)
   at de.artotaku.misterq.core.internal.MisterQModel.refresh(MisterQModel.java:563)
   at de.artotaku.misterq.core.internal.MisterQModel.refresh(MisterQModel.java:577)
   at de.artotaku.misterq.ui.internal.actions.ConnectAction.runWithProgress(ConnectAction.java:60)
   at de.artotaku.misterq.ui.internal.actions.ProgressMonitorAction.run(ProgressMonitorAction.java:81)
   at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key MQJE001b
   at java.util.ResourceBundle.getObject(Unknown Source)
   at java.util.ResourceBundle.getString(Unknown Source)
   at com.ibm.mq.MQException.getMessage(MQException.java:1756)
   at com.ibm.mq.MQException.<init>(MQException.java:1505)
   at com.ibm.mq.MQDestination.getInt(MQDestination.java:655)
   at com.ibm.mq.MQDestination.get(MQDestination.java:459)
   at com.ibm.mq.pcf.PCFMessageAgent.send(PCFMessageAgent.java:197)
   at de.artotaku.misterq.core.internal.util.PCFUtil.sendPCFRequest(PCFUtil.java:61)
   ... 9 more

!ENTRY de.artotaku.misterq.ui 4 0 2013-03-02 16:51:32.541
!MESSAGE Error
!STACK 0
java.lang.reflect.InvocationTargetException
   at de.artotaku.misterq.ui.internal.actions.ProgressMonitorAction.run(ProgressMonitorAction.java:84)
   at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: de.artotaku.misterq.core.exception.MisterQException: Error while reading messages from Queue MCFIBRRT2.CONVERT.MASTER.OUT2

Cause: Can't find resource for bundle java.util.PropertyResourceBundle, key MQJE001b
   at de.artotaku.misterq.core.internal.util.ExceptionHandler.handleException(ExceptionHandler.java:30)
   at de.artotaku.misterq.core.internal.Queue.getMessages(Queue.java:813)
   at de.artotaku.misterq.core.internal.Queue.getMessages(Queue.java:751)
   at de.artotaku.misterq.core.internal.QueueMessageProvider.getMessages(QueueMessageProvider.java:22)
   at de.artotaku.misterq.core.internal.MisterQModel.saveMessages(MisterQModel.java:671)
   at de.artotaku.misterq.core.internal.MisterQModel.saveMessages(MisterQModel.java:635)
   at de.artotaku.misterq.ui.internal.actions.SaveMessagesFromQueueAction.runWithProgress(SaveMessagesFromQueueAction.java:43)
   at de.artotaku.misterq.ui.internal.actions.ProgressMonitorAction.run(ProgressMonitorAction.java:81)
   ... 1 more
Caused by: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key MQJE001b
   at java.util.ResourceBundle.getObject(Unknown Source)
   at java.util.ResourceBundle.getString(Unknown Source)
   at com.ibm.mq.MQException.getMessage(MQException.java:1756)
   at com.ibm.mq.MQException.<init>(MQException.java:1505)
   at com.ibm.mq.MQDestination.getInt(MQDestination.java:655)
   at com.ibm.mq.MQDestination.get(MQDestination.java:459)
   at de.artotaku.misterq.core.internal.Queue.getMessages(Queue.java:785)
   ... 7 more
Root exception:
de.artotaku.misterq.core.exception.MisterQException: Error while reading messages from Queue MCFIBRRT2.CONVERT.MASTER.OUT2

Cause: Can't find resource for bundle java.util.PropertyResourceBundle, key MQJE001b
   at de.artotaku.misterq.core.internal.util.ExceptionHandler.handleException(ExceptionHandler.java:30)
   at de.artotaku.misterq.core.internal.Queue.getMessages(Queue.java:813)
   at de.artotaku.misterq.core.internal.Queue.getMessages(Queue.java:751)
   at de.artotaku.misterq.core.internal.QueueMessageProvider.getMessages(QueueMessageProvider.java:22)
   at de.artotaku.misterq.core.internal.MisterQModel.saveMessages(MisterQModel.java:671)
   at de.artotaku.misterq.core.internal.MisterQModel.saveMessages(MisterQModel.java:635)
   at de.artotaku.misterq.ui.internal.actions.SaveMessagesFromQueueAction.runWithProgress(SaveMessagesFromQueueAction.java:43)
   at de.artotaku.misterq.ui.internal.actions.ProgressMonitorAction.run(ProgressMonitorAction.java:81)
   at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key MQJE001b
   at java.util.ResourceBundle.getObject(Unknown Source)
   at java.util.ResourceBundle.getString(Unknown Source)
   at com.ibm.mq.MQException.getMessage(MQException.java:1756)
   at com.ibm.mq.MQException.<init>(MQException.java:1505)
   at com.ibm.mq.MQDestination.getInt(MQDestination.java:655)
   at com.ibm.mq.MQDestination.get(MQDestination.java:459)
   at de.artotaku.misterq.core.internal.Queue.getMessages(Queue.java:785)
   ... 7 more


MisterQ related post on forum: http://www.mqseries.net/phpBB2/viewtopic.php?p=349656#349656
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Sat Mar 02, 2013 11:27 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20696
Location: LI,NY

Looks to me like you don't have all the MQ jar files on the path.
The other post on MisterQ is really dated. If you just installed and the MQ jars came with the install, think about replacing them with the latest from your MQ client.
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Ganford
PostPosted: Sat Mar 02, 2013 11:15 pm    Post subject: Reply with quote

Novice

Joined: 09 Aug 2011
Posts: 22

Hey, thanks for reply, but this is probably not the problem. MisteQ is using java files, which he took from WebSphere directory. So there should be nothing outdated.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Sun Mar 03, 2013 12:53 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20696
Location: LI,NY

Ganford wrote:
Hey, thanks for reply, but this is probably not the problem. MisteQ is using java files, which he took from WebSphere directory. So there should be nothing outdated.


And where those files packaged with the app (MisterQ)? Then yes they are outdated.
Just use the files from the java MQclient. You did install the full MQ client yes? (The client is free and available as a support pack).
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Ganford
PostPosted: Mon Mar 04, 2013 12:22 am    Post subject: Reply with quote

Novice

Joined: 09 Aug 2011
Posts: 22

Yes i did. It is using files from MQclient.
Back to top
View user's profile Send private message
Tibor
PostPosted: Wed Mar 26, 2014 4:24 am    Post subject: Reply with quote

Grand Master

Joined: 20 May 2001
Posts: 1033
Location: Hungary

Ganford, if your question is still interesting, this exception was caused by the MQException.getMessage() call which is localization related. Could you check your NLS settings?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Java / JMS » MisterQ problem
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.