Author |
Message
|
sapana |
Posted: Fri Jan 15, 2010 4:34 am Post subject: BIP4395E: Java exception |
|
|
Apprentice
Joined: 16 Apr 2007 Posts: 33 Location: Pune
|
I am trying to deploy a message flow which contains JCN and a sendMail node. But I am getting following errors:
BIP4368S: The method 'setAttribute' has thrown the following exception: java.lang.UnsupportedClassVersionError: com/racv/FlatternOutstandingAction_JavaCompute (Unsupported major.minor version 49.0).
The Java API framework has caught an unhandled Java exception.
Contact the node provider for further details.
And
BIP4395E: Java exception: 'java.lang.UnsupportedClassVersionError'; thrown from class name: 'java.lang.ClassLoader', method name: 'defineClass0', file: 'ClassLoader.java', line: '-2'
The message contains that data associated with a Java exception.
No user action required.
The Java Build path of java project includes javacompute.jar,jplugin2.jar and JRE lib. Please help me resolve this |
|
Back to top |
|
 |
sapana |
Posted: Mon Jan 18, 2010 12:47 am Post subject: |
|
|
Apprentice
Joined: 16 Apr 2007 Posts: 33 Location: Pune
|
The JRE verison is :
java version "1.4.2" |
|
Back to top |
|
 |
kimbert |
Posted: Mon Jan 18, 2010 2:42 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Last time I saw this message, I found out that I was attempting to execute code which was compiled for a recent version of the JVM ( 1.5 or 1.6 ) using a previous version ( 1.4 ). I would check your system path, and make sure that you're using the correct Java version. |
|
Back to top |
|
 |
sapana |
Posted: Mon Jan 18, 2010 4:53 am Post subject: |
|
|
Apprentice
Joined: 16 Apr 2007 Posts: 33 Location: Pune
|
Hi Kimbert,
I have the java complier compliance level for project set as 1.4.
And to determine the JVM used by the execution group I did:
C:\IBM\WMBRuntime>java -version
java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
Am I setting these correctly?Is there any other way to check the JVM version for a specific execution group? |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Jan 18, 2010 7:50 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
sapana wrote: |
Hi Kimbert,
I have the java complier compliance level for project set as 1.4.
And to determine the JVM used by the execution group I did:
C:\IBM\WMBRuntime>java -version
java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
Am I setting these correctly?Is there any other way to check the JVM version for a specific execution group? |
When you compile you need to set the target version to 1.4  _________________ MQ & Broker admin |
|
Back to top |
|
 |
sapana |
Posted: Mon Jan 18, 2010 9:55 pm Post subject: |
|
|
Apprentice
Joined: 16 Apr 2007 Posts: 33 Location: Pune
|
Yes I had it set to 1.4
And it seems to be some problem with my toolkit, I am reinstalling it now! |
|
Back to top |
|
 |
|