|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MisterQ problem |
« View previous topic :: View next topic » |
Author |
Message
|
Ganford |
Posted: Sat Mar 02, 2013 8:48 am Post subject: MisterQ problem |
|
|
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 |
|
 |
fjb_saper |
Posted: Sat Mar 02, 2013 11:27 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 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 |
|
 |
Ganford |
Posted: Sat Mar 02, 2013 11:15 pm Post subject: |
|
|
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 |
|
 |
fjb_saper |
Posted: Sun Mar 03, 2013 12:53 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 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 |
|
 |
Ganford |
Posted: Mon Mar 04, 2013 12:22 am Post subject: |
|
|
Novice
Joined: 09 Aug 2011 Posts: 22
|
Yes i did. It is using files from MQclient. |
|
Back to top |
|
 |
Tibor |
Posted: Wed Mar 26, 2014 4:24 am Post subject: |
|
|
 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 |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|