|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
ResourceException in JMS? |
« View previous topic :: View next topic » |
Author |
Message
|
chanchal |
Posted: Thu Apr 01, 2004 9:29 am Post subject: |
|
|
Apprentice
Joined: 30 Jan 2004 Posts: 38
|
It shows ResourceException in jar file.Now I m running the same thing on some other machine and its working fine.I installed JBoss few days back.Before installing it,everything was working fine,I think it has corrupted something on my m/c.I even unstalled JBoss and reinstalled MQ but it doesn't work on my m/c and working on other m/c. |
|
Back to top |
|
 |
chanchal |
Posted: Thu Apr 01, 2004 10:56 am Post subject: |
|
|
Apprentice
Joined: 30 Jan 2004 Posts: 38
|
Hi guys,I think something must be wrong with my m/c as its working on other m/c.I even unstalled and reinstalled product on my m/c but it doesn't work on my m/c. |
|
Back to top |
|
 |
lojian |
Posted: Thu Nov 15, 2007 7:14 pm Post subject: |
|
|
Newbie
Joined: 14 Feb 2007 Posts: 4
|
The space - (C:\Program Files) maybe a problem. |
|
Back to top |
|
 |
bower5932 |
Posted: Thu Nov 15, 2007 8:33 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
Seeing some more of the error other than just ResourceException might help.... |
|
Back to top |
|
 |
eai_guy |
Posted: Mon Nov 26, 2007 1:05 am Post subject: |
|
|
Voyager
Joined: 18 Oct 2007 Posts: 90
|
Hi All,
I had similar problem trying to inquire on a MQ queue .....
It got resolved when I initialized MqEnvironment class as following,
public void init()
{
// Set up MQSeries environment
MQEnvironment.hostname = hostname; // Could have put the
// hostname & channel
MQEnvironment.channel = channel; // string directlyhere!
MQEnvironment.properties.put(MQC.TRANSPORT_PROPERTY,//Set TCP/IP or server
MQC.TRANSPORT_MQSERIES);//Connection
} // end of init |
|
Back to top |
|
 |
|
|
|
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
|
|
|
|