How to Fix a Byte Code Validation Problem at Runtime
To fix a bytecode validation issue, add the following in the JVM options, then restart the server:
JAVA_OPTIONS="$JAVA_OPTIONS -noverify -javaagent:$ARCTURUS_HOME/applicare-aspects ...
You can also fix this issue in the specific case of Jav 7 using the following JVM option:
JAVA_OPTIONS="$JAVA_OPTIONS -XX:-UseSplitVerifier -javaagent:$ARCTURUS_HOME/applicare-aspects ...
Please sign in to leave a comment.
Comments
0 comments