Skip to Main Content

Java User Groups

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error when transforming XSL in Java 1.8.0_251

Gayan DasanayakeJun 18 2020 — edited Jun 19 2020

When transforming certain XSL documents in the latest Java 1.8.0_251 release the following error is thrown.

com.sun.org.apache.bcel.internal.generic.ClassGenException: Not  
targeting
10980: nop[0](1), but null ERROR:Not targeting 10980:  
nop
[0](1), but null

But the same stylesheet transform without any issues with Java 1.8.0_241.

This is affecting critical report geneations for us so any help is really appreciated.

We have posted all details in Stackoverflow also https://stackoverflow.com/questions/62449124/fatal-error-when-transforming-a-xsl-with-java-1-8-0-251

Comments
Post Details
Added on Jun 18 2020
0 comments
117 views