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 » Java Plugin Contains Msg flows: Deployment issues

Post new topic  Reply to topic
 Java Plugin Contains Msg flows: Deployment issues « View previous topic :: View next topic » 
Author Message
mvarghese
PostPosted: Wed Apr 22, 2009 8:59 am    Post subject: Java Plugin Contains Msg flows: Deployment issues Reply with quote

Centurion

Joined: 27 Sep 2006
Posts: 141

Apr 22 19:55:37 mp007e1 user:info WebSphere Broker v6103[864464]: (EEAX901I.Temp01)[7968]BIP4374S: An unexpected exception has occurred in the Java API framework. : EEAX901I.b80fefcc-2001-0000-0080-ab59979f6898: /build/S610_P/src/DataFlowEngine/PluginInterface/ImbJniNode.cpp: 472: ImbJniNode::setAttribute: :
Apr 22 19:55:44 mp007e1 user:info WebSphere Broker v6103[864464]: (EEAX901I.Temp01)[1]BIP2204I: Execution group using process '864464' thread '1' stopped. : EEAX901I.b80fefcc-2001-0000-0080-ab59979f6898: /build/S610_P/src/DataFlowEngine/ImbMain.cpp: 1102: ImbMain::start: :


Any one come across similar issue, help!!!

So unable to deploy this message flow. Above exception written in syslog Broker 6.1 on AIX
_________________
Jain Varghese
Back to top
View user's profile Send private message
WMBDEV1
PostPosted: Wed Apr 22, 2009 9:02 am    Post subject: Reply with quote

Sentinel

Joined: 05 Mar 2009
Posts: 888
Location: UK

Do you get any abends created?

Some clues for us to work with?

Are you sure this occurs when you deploy the flow as you seemed to suggest?
Back to top
View user's profile Send private message
mvarghese
PostPosted: Wed Apr 22, 2009 9:11 am    Post subject: Reply with quote

Centurion

Joined: 27 Sep 2006
Posts: 141

yes:

2009-04-22 16:21:50.444334 Execution group started. UUID is: 'fb3b2ccc-2001-0000-0080-ab59979f6898'. Broker is: EEAX901I
ftok OS JNI: A file or directory in the path name does not exist.


Exception in thread "Thread-10" java.lang.NoClassDefFoundError: org.apache.xml.security.signature.XMLSignatureException
at java.lang.Class.getDeclaredMethodsImpl(Native Method)
at java.lang.Class.getDeclaredMethods(Class.java:664)
at java.beans.Introspector$1.run(Introspector.java:1294)
at java.security.AccessController.doPrivileged(AccessController.java:197)
at java.beans.Introspector.getPublicDeclaredMethods(Introspector.java:1292)
at java.beans.Introspector.getTargetMethodInfo(Introspector.java:1158)
at java.beans.Introspector.getBeanInfo(Introspector.java:416)
at java.beans.Introspector.getBeanInfo(Introspector.java:188)
at com.ibm.broker.plugin.MbNode.getWriteMethod(MbNode.java:797)
***********************


Location:/var/mqsi/components/EEAX901I/fb3b2ccc-2001-0000-0080-ab59979f6898

***lil path setting
$ more LilPath
/opt/IBM/mqsi/6.1/lil:/opt/IBM/mqsi/6.1/lil32:/opt/IBM/mqsi/6.1/jplugin
$ pwd
/var/mqsi/registry/EEAX901I/CurrentVersion
_________________
Jain Varghese
Back to top
View user's profile Send private message
mqjeff
PostPosted: Wed Apr 22, 2009 10:55 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Did you deploy the plugin first, before trying to deploy the flow that uses it?
Back to top
View user's profile Send private message
vairavan
PostPosted: Wed Apr 22, 2009 4:18 pm    Post subject: Reply with quote

Apprentice

Joined: 22 Apr 2008
Posts: 42

Once you put all your plugins...
Step1: Stop the Broker.
Step2: Delete all the files from /var/mqsi/components/EEAX901I/fb3b2ccc-2001-0000-0080-ab59979f6898
Step3: Place all the jar files which are required for your message flow in /var/mqsi/shared-classes folder.
Step4: Now start the broker.
Step5: Deploy the bar file.

Now you should not get any problems while deploying...
Back to top
View user's profile Send private message
mqjeff
PostPosted: Wed Apr 22, 2009 6:09 pm    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

vairavan wrote:
Step2: Delete all the files from /var/mqsi/components/EEAX901I/fb3b2ccc-2001-0000-0080-ab59979f6898


No.

Do not do this. Even if your Broker is named EEAX901I and has that UUID.

And only put things in shared-classes if that is the correct location for them, such that they are supposed to be loaded by the shared classloader.

Ideally your Java user defined plugins are packaged as PAR files and deployed to a custom LIL directory that you have added to the lil path with mqsichangebroker.
Back to top
View user's profile Send private message
mvarghese
PostPosted: Thu Apr 23, 2009 12:12 am    Post subject: Reply with quote

Centurion

Joined: 27 Sep 2006
Posts: 141

Tried all the options mentioned above, till the condition looks same.

Any alternative.
_________________
Jain Varghese
Back to top
View user's profile Send private message
WMBDEV1
PostPosted: Thu Apr 23, 2009 12:37 am    Post subject: Reply with quote

Sentinel

Joined: 05 Mar 2009
Posts: 888
Location: UK

Is the jar file that contains the missing class accessible to the broker (be it in the shared classes or execution group)?

Please confirm this for me and tell me the name of the jar and where it is to be found.
Back to top
View user's profile Send private message
mvarghese
PostPosted: Thu Apr 23, 2009 12:55 am    Post subject: Reply with quote

Centurion

Joined: 27 Sep 2006
Posts: 141

Apr 23 11:49:02 mp007e1 user:err|error WebSphere Broker v6103[1069160]: (EEAX901I.Temp01)[7968]BIP2121E: The thread bootstrap code caught an unhandled exception on thread '7968'. : EEAX901I.b80fefcc-2001-0000-0080-ab59979f6898: /build/S610_P/src/CommonServices/rios_aix_4/ImbOsThread.cpp: 252: ImbOsThread::threadBootStrap: :
Apr 23 11:49:02 mp007e1 user:info WebSphere Broker v6103[1069160]: (EEAX901I.Temp01)[7968]BIP4374S: An unexpected exception has occurred in the Java API framework. : EEAX901I.b80fefcc-2001-0000-0080-ab59979f6898: /build/S610_P/src/DataFlowEngine/PluginInterface/ImbJniNode.cpp: 472: ImbJniNode::setAttribute: :
*****************************

It works fine in production Env ( MB5), we are trying to deploy in new Integration Mb6.1.
_________________
Jain Varghese
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 » Java Plugin Contains Msg flows: Deployment issues
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.