|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
JavaAgent vs Different System Groups |
« View previous topic :: View next topic » |
Author |
Message
|
mmoita |
Posted: Fri May 06, 2005 1:26 am Post subject: JavaAgent vs Different System Groups |
|
|
Newbie
Joined: 06 May 2005 Posts: 1
|
I'm trying to use one Java Agent to access different System Groups, but I'm not being able to do it.
I did develop two Web Applications, that I did deploy in the same WAS 5.0.2 in the same Virtual Host.
The first application to start is the one that is cappable to acess the respective workflow server. When the second application tries to start it always gives an error. This situation is independent of the first application to start.
Thanks for help. |
|
Back to top |
|
 |
MQSerious |
Posted: Fri May 06, 2005 4:37 am Post subject: |
|
|
Acolyte
Joined: 29 Mar 2004 Posts: 68 Location: At Large
|
More details on your WF setup might help. |
|
Back to top |
|
 |
vennela |
Posted: Fri May 06, 2005 5:30 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
|
Back to top |
|
 |
karthik |
Posted: Sat May 07, 2005 9:33 am Post subject: |
|
|
 Centurion
Joined: 17 Oct 2003 Posts: 114
|
Hi mmoita
Please look at the following article.
This talks about the following.
http://www-128.ibm.com/developerworks/websphere/library/techarticles/0406_kulhanek/0406_kulhanek.html
This is from the article
Quote: |
Prior to WebSphere Application Server V5, WebSphere MQWorkflow Web Client and WebSphere Business Integration Monitor were deployed into different application servers. This approach was taken because the WebSphere MQWorkflow Java API, which is being used in both the Web Client and the Monitor, is implemented through a Java Native Interface (JNI) wrapper that calls into a C Library. According to the J2EE specification, you can load a native shared library once by an application server. Therefore, the two applications are deployed in two different application servers |
Specific concentration should be on
Quote: |
This approach was taken because the WebSphere MQWorkflow Java API, which is being used in both the Web Client and the Monitor, is implemented through a Java Native Interface (JNI) wrapper that calls into a C Library. According to the J2EE specification, you can load a native shared library once by an application server |
This looks like the reason why you are getting an error while you are loading your second application.
There is a workaround in this article with an example of how to avoid this error. But its specific to MQWF webclient and WBI Monitor.
So, you might have to play around your applications , to find a workaround yourself.
Thanks
Karthik |
|
Back to top |
|
 |
hos |
Posted: Fri May 13, 2005 7:30 am Post subject: |
|
|
Chevalier
Joined: 03 Feb 2002 Posts: 470
|
Hi,
USE THE NATIVE JAVA API! It will overcome such kind of problems. |
|
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
|
|
|
|