|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Java Error |
« View previous topic :: View next topic » |
Author |
Message
|
cvag |
Posted: Wed Dec 20, 2017 7:42 am Post subject: Java Error |
|
|
Centurion
Joined: 17 Mar 2008 Posts: 127
|
Hi,
I have the ESQL procedure which is calling the JAVA class
Code: |
CREATE PROCEDURE getMapFromCache(IN refMap REFERENCE)
RETURNS CHARACTER
LANGUAGE JAVA
EXTERNAL NAME "Utilities.CacheUtil.getMap"; |
It worked in MB v8.0.
But after migration to IIB10, i do not see any error in the workspace. But it throwing some JAVA error during the deployment.
Code: |
BIP3202E: (.getMapFromCache, 1.1) : An error occurred when trying to resolve the Java class or method 'Utilities.CacheUtil.getMap' which is referred to by the routine 'getMapFromCache'.
Further messages are generated that explain the error in more detail.
Correct the syntax of your Java expression in node '.getMapFromCache', around line and column '1.1', then redeploy the message flow.
BIP2946E: The Java method 'Utilities.CacheUtil.getMap' could not be found
The Java method 'Utilities.CacheUtil.getMap' 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. |
Request help, what is the issue. I checked all the possibilites JRE, Project clean, BASE64 etc. But no lock..
Thanks in Advance  |
|
Back to top |
|
 |
cvag |
Posted: Wed Dec 20, 2017 8:29 am Post subject: |
|
|
Centurion
Joined: 17 Mar 2008 Posts: 127
|
Please ignore this post. Resolved the error.
Thank you. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Dec 20, 2017 8:37 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
cvag wrote: |
Please ignore this post. Resolved the error.
Thank you. |
Can you please specify what you did to resolve the error? Thanks _________________ MQ & Broker admin |
|
Back to top |
|
 |
dsb1917 |
Posted: Mon Jul 02, 2018 6:06 am Post subject: Re: Java Error |
|
|
Newbie
Joined: 05 Jan 2015 Posts: 1
|
cvag wrote: |
Hi,
I have the ESQL procedure which is calling the JAVA class
Code: |
CREATE PROCEDURE getMapFromCache(IN refMap REFERENCE)
RETURNS CHARACTER
LANGUAGE JAVA
EXTERNAL NAME "Utilities.CacheUtil.getMap"; |
It worked in MB v8.0.
But after migration to IIB10, i do not see any error in the workspace. But it throwing some JAVA error during the deployment.
Code: |
BIP3202E: (.getMapFromCache, 1.1) : An error occurred when trying to resolve the Java class or method 'Utilities.CacheUtil.getMap' which is referred to by the routine 'getMapFromCache'.
Further messages are generated that explain the error in more detail.
Correct the syntax of your Java expression in node '.getMapFromCache', around line and column '1.1', then redeploy the message flow.
BIP2946E: The Java method 'Utilities.CacheUtil.getMap' could not be found
The Java method 'Utilities.CacheUtil.getMap' 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. |
Request help, what is the issue. I checked all the possibilites JRE, Project clean, BASE64 etc. But no lock..
Thanks in Advance  |
I am also getting the same issue please help on this.  |
|
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
|
|
|
|