Classpath Issue with xmlparserV2.jar in WAS 8.5.5

前端 未结 2 1468
野性不改
野性不改 2021-01-26 06:40

I had a severe issue in WAS 8.5.5. I have included the xmlparserV2.jar in JVM classpath as per my requirement. I have restarted the WAS and server start to fail

2条回答
  •  暖寄归人
    2021-01-26 07:02

    Is this issue got resolved?

    Becuase I am aslo facing same kind of issue. First getting - java.sql.SQLException: java.lang.NoClassDefFoundError: oracle.xml.parser.v2.XMLParseException to resolve this issue if we add xmlparserv2.jar in JDBC class path then application running fine but my JVM got crush (not bale to login cosole). Server is behaving properly after removing this jar from classpath.

提交回复
热议问题