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 » WebSphere Message Broker (ACE) Support » JMS Nodes Connectivity Issue with WAS 7

Post new topic  Reply to topic
 JMS Nodes Connectivity Issue with WAS 7 « View previous topic :: View next topic » 
Author Message
eai143
PostPosted: Mon Jan 07, 2013 4:35 am    Post subject: JMS Nodes Connectivity Issue with WAS 7 Reply with quote

Apprentice

Joined: 16 Aug 2006
Posts: 28

Hi,
I am using WMB v7.0 in Windows 7 . I am trying to poll to a JMS topic created in WAS 7 using JMS nodes.

while deploying the message flow to broker, windows event log generating below 2 errors


( MB7BROKER.JMS ) Java exception: ''java.lang.NoSuchMethodError''; thrown from class name: ''com.ibm.ws.sib.api.jmsra.impl.JmsJcaConnectionFactoryImpl'', method name:
''createCoreConnection'', file: ''JmsJcaConnectionFactoryImpl.java'', line: '692'

( MB7BROKER.JMS ) The method ''run'' in Java node ''JMS Input'' has thrown the following exception: 'java.lang.NoSuchMethodError: javax/resource/ResourceException.<init>(Ljava/lang/String;Ljava/lang/Throwable;)V'.

The method ''run'' of the Java node has thrown an exception. Examine previous error messages for details of the cause of the problem.

This error is generated by the Java node API. It can occur in a Java Compute node or a Java user-defined node. If the node is a user-defined node, contact the node provider for further details.

I have also included the jars(com.ibm.ws.sib.client.thin.jms_7.0.0.jar,com.ibm.ws.ejb.thinclient_7.0.0.jar ,sibc.jndi.jar, sibc.jms.jar) files in broker shared-class library. Any suggestion on resolving this issue would be very helpfull.
Back to top
View user's profile Send private message
zpat
PostPosted: Mon Jan 07, 2013 5:50 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

Which type of JMS transport layer are you using?
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Mon Jan 07, 2013 6:00 am    Post subject: Re: JMS Nodes Connectivity Issue with WAS 7 Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

eai143 wrote:
I am using WMB v7.0


That says alot. There are about twenty three V7 versions. Specifically which one are you using? WMB versions numbers have four digits, like this: 7.0.0.6.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
eai143
PostPosted: Mon Jan 07, 2013 6:38 am    Post subject: Re: JMS Nodes Connectivity Issue with WAS 7 Reply with quote

Apprentice

Joined: 16 Aug 2006
Posts: 28

lancelotlinc wrote:
eai143 wrote:
I am using WMB v7.0


That says alot. There are about twenty three V7 versions. Specifically which one are you using? WMB versions numbers have four digits, like this: 7.0.0.6.


I am using WMB7.0.0.1
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Mon Jan 07, 2013 6:43 am    Post subject: Re: JMS Nodes Connectivity Issue with WAS 7 Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

eai143 wrote:
lancelotlinc wrote:
eai143 wrote:
I am using WMB v7.0


That says alot. There are about twenty three V7 versions. Specifically which one are you using? WMB versions numbers have four digits, like this: 7.0.0.6.


I am using WMB7.0.0.1


That may be part of your problem. Update your WMB toolkit and runtime to at least 7.0.0.5. Be sure to set your effective level.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
eai143
PostPosted: Mon Jan 07, 2013 6:49 am    Post subject: Re: JMS Nodes Connectivity Issue with WAS 7 Reply with quote

Apprentice

Joined: 16 Aug 2006
Posts: 28

lancelotlinc wrote:
eai143 wrote:
lancelotlinc wrote:
eai143 wrote:
I am using WMB v7.0


That says alot. There are about twenty three V7 versions. Specifically which one are you using? WMB versions numbers have four digits, like this: 7.0.0.6.


I am using WMB7.0.0.1


That may be part of your problem. Update your WMB toolkit and runtime to at least 7.0.0.5. Be sure to set your effective level.



I also tried with WMB 8.0.0.1 in a different Machine ,I am getting the same exceptions while deploying the Flow in 8.0.0.1 Broker
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Mon Jan 07, 2013 6:51 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

Update to latest. 7.0.0.5 is not equal to 8.0.0.1. Even if you installed the 8.0.0.1 fixpack, that doesn't mean your effective level was set correctly.

Have you attended the WMB Developers class?
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
eai143
PostPosted: Mon Jan 07, 2013 7:56 am    Post subject: Reply with quote

Apprentice

Joined: 16 Aug 2006
Posts: 28

lancelotlinc wrote:
Update to latest. 7.0.0.5 is not equal to 8.0.0.1. Even if you installed the 8.0.0.1 fixpack, that doesn't mean your effective level was set correctly.

Have you attended the WMB Developers class?


I know how to check my Broker Effective level and it was set correctly . I am aware 7.0.5 is not equal to 8.0.0.1. Reason why I also Mentioned about 8.0.0.1 is ,Experts like you may suggest some workarounds for fixing the issue apart from simply asking to upgrade to the latest fix.

Thanks for your Reply.
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Mon Jan 07, 2013 8:10 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

See "Making the JMS provider client available to the JMS nodes" and "Terminals and properties" section:

http://publib.boulder.ibm.com/infocenter/wmbhelp/v7r0m0/index.jsp?topic=%2Fcom.ibm.etools.mft.doc%2Fac24820_.htm

Follow the step-by-step instructions completely.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
zpat
PostPosted: Tue Jan 08, 2013 3:15 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

You still haven't said which JMS transport type you are using?

Are we to assume MQ? In which case don't use JMS nodes, use MQ nodes.
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 » WebSphere Message Broker (ACE) Support » JMS Nodes Connectivity Issue with WAS 7
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.