assia
assia

Reputation: 71

cannot resolvewebsphere exception

How to resolve this exception:

Caused by: java.lang.VerifyError: JVMVRFY013 class loading constraint violated; class=org/apache/axis/client/Service, méthod=getPort(Ljavax/xml/namespace/QName;Ljava/lang/Class;)Ljava/rmi/Remote;, pc=0

Upvotes: 0

Views: 61

Answers (1)

Hashcon
Hashcon

Reputation: 597

There maybe jar conflicts. One possible solution is you can turn off the bytecodes checking by adding the following to your JVM initialization params

-Xverify:none

For more help, you can refer to :FileNet P8 Content Engine event action code fails with class loading constraint violation.

Upvotes: 1

Related Questions