Hi All,
I am facing an runtime exception "java.io.IOException: invalid constant
type: 15" while running swing application which is in Java 1.8 with Orient
DB.
The application(jar) is being deployed in weblogic 12. I thought it is due
to Javassist 3.16 jar.
So i have upgraded to javassist 3.18 in the lib of my application, Orient
DB lib and also in domain lib too manually to resolve the issue but could
not suceed.
Even i have tried by using manifest file in the jar but the issue is not
resolved yet.
Below is exception log :-
Caused by: java.lang.RuntimeException: java.io.IOException: invalid
constant type: 15
at javassist.CtClassType.getClassFile2(CtClassType.java:203)
at javassist.CtClassType.subtypeOf(CtClassType.java:303)
at javassist.CtClassType.subtypeOf(CtClassType.java:318)
at
javassist.compiler.MemberResolver.compareSignature(MemberResolver.java:247)
at
javassist.compiler.MemberResolver.lookupMethod(MemberResolver.java:119)
at
javassist.compiler.MemberResolver.lookupMethod(MemberResolver.java:144)
at
javassist.compiler.MemberResolver.lookupMethod(MemberResolver.java:96)
at
javassist.compiler.TypeChecker.atMethodCallCore(TypeChecker.java:704)
at javassist.compiler.TypeChecker.atCallExpr(TypeChecker.java:681)
at
javassist.compiler.JvstTypeChecker.atCallExpr(JvstTypeChecker.java:156)
at javassist.compiler.ast.CallExpr.accept(CallExpr.java:45)
Could anyone please suggest valuable inputs to resolve the issue.
Thanks a lot in advance.
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.