|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
java method not found issue |
« View previous topic :: View next topic » |
Author |
Message
|
bijesh |
Posted: Wed Mar 20, 2013 5:23 pm Post subject: java method not found issue |
|
|
Acolyte
Joined: 30 Jan 2007 Posts: 66
|
Hi,
I've a ESQL procedure with the following signature
retrieveFromGC(IN cDomain CHARACTER, IN cOperation CHARACTER,IN cEndPoint CHARACTER,IN rEnvGCGet REFERENCE)
This procedure invokes a java function with the following signature
public static void retrieveFrmGlobalCache(String mapName,String operationName, String endPoint, MbElement referenceName)
This setup is working fine on a WMB 8.0.0.1 enterprise edition installed on 32 bit Windows and AIX operating systems.
Whereas the same is giving the following error when ran on a WMB 8.0.0.1 standard edition installed on a 64 bit Windows operating system.
The Java method ''retrieveFrmGlobalCache'' with the specified signature could not be found in the specified class. Ensure the method exists in the specified class and that it exactly matches its ESQL signature.
I've deployed the jar file as part of the bar file.
Any thoughts around whether there is something wrong with the method signature or a PMR is the answer ?
Thanks in advance |
|
Back to top |
|
 |
Esa |
Posted: Wed Mar 20, 2013 11:52 pm Post subject: Re: java method not found issue |
|
|
 Grand Master
Joined: 22 May 2008 Posts: 1387 Location: Finland
|
bijesh wrote: |
This setup is working fine on a WMB 8.0.0.1 enterprise edition installed on 32 bit Windows and AIX operating systems.
Whereas the same is giving the following error when ran on a WMB 8.0.0.1 standard edition installed on a 64 bit Windows operating system.
|
Just to make sure, even it seems obvious that you have implemented an ESQL wrapper for accessing V 8.0.0.1 global cache:
There is no Enterprise Edition in V 8, it has been renamed to Advanced Mode. See Operation modes
So, do you mean V 7 Enterprise Edition or V8 Advanced mode?
I would say that you need to raise a PMR. Before doing that you can try to add a method with a very simple signature and test if that is found. |
|
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
|
|
|
|