The stack trace of the exception is: 'Frame : 0 java.lang.NoClassDefFoundError: org.jose4j.lang.JoseException '.

Issue #167 invalid
Kittu Thiru created an issue

I’m using the jose4j-0.4.1.jar. While deploying project to IIB(IBM Integration Bus) toolkit node getting below exception

BIP4517E: An exception was issued when an instance of Java class 'Personbasic_JavaCompute1' was being created for JavaCompute node 'personbasic.Java Compute1'. The stack trace of the exception is: 'Frame : 0 java.lang.NoClassDefFoundError: org.jose4j.lang.JoseException.

Code:

import org.jose4j.lang.JoseException;

Try{

jwe.setCompactSerialization(responseString);

jwe.getPlaintextString();

}catch (final JoseException e) {
e.printStackTrace();
}

Class : org.jose4j.lang.JoseException

IDE is not displaying any errors related to this.

Comments (3)

  1. Log in to comment