Posted: Fri Aug 21, 2009 7:14 am Post subject: ClassNotFound Exception in runtime
Apprentice
Joined: 18 Dec 2008 Posts: 44
Hi All,
I have a java (JCN node) implementation in my Broker code which is working fine on my local broker environment.
However, I am facing an issue when I am deploying it to the development environment for which the runtime broker is on UNIX platform.
Below is the exception:
"BIP4395E: Java exception: 'java.lang.ClassNotFoundException'; thrown from class name: 'java.net.URLClassLoader', method name: 'findClass', file: 'URLClassLoader.java', line: '493'
The message contains that data associated with a Java exception.
No user action required."
I somehow feel that this is an issue related to the runtime broker environment and thus should work fine if the broker on the UNIX platform is checked for this possible cause.
One more clue is that the jar file created as part of the build is empty. I doesnot contain any of our java classes (.class files corresponding to java code) but the bar file contains the compile message flows and the jar file (jar file contains the .classpath file and the .project file). did someone face similar issue? What did you do for it.
First thing id check is whether the java file being compiled in your toolkit such that you get a .class file. Is the java file in the same project as the flow or in a standalone java project?
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