Skip to Main Content

DevOps, CI/CD and Automation

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ORA-29532 java.lang.NullPointerException

46325Oct 26 2001
Running the xslsample procedure from 9i I get this error on
random executions when running multiple times from one
connection. Is there a patch for this or is this a known
problem?
I'm trying to set up a procedure to take in a clob, parse it,
transform it with a stylesheet, and then insert it to the
database, but I'm having the same problem demonstrated here by
the Oracle provided xslsample procedure.

Here's the output - Fails 1st, then runs 3 times ok, then fails.
All the calls are exactly the same.

BEGIN xslsample
( '/u01/apps/oracle/product/9.0.1/xdk/demo/plsql/parser', 'family
.xml','iden.xsl','n.xml','err' ); END;

*
ERROR at line 1:
ORA-29532: Java call terminated by uncaught Java exception:
java.lang.NullPointerException
ORA-06512: at "SYS.XSLPROCESSORCOVER", line 0
ORA-06512: at "SYS.XSLPROCESSOR", line 95
ORA-06512: at "PROPERTIES.XSLSAMPLE", line 67
ORA-06512: at line 1BEGIN xslsample
( '/u01/apps/oracle/product/9.0.1/xdk/demo/plsql/parser', 'family
.xml','iden.xsl','n.xml','err' ); END;

PL/SQL procedure successfully completed.

PL/SQL procedure successfully completed.

PL/SQL procedure successfully completed.

BEGIN xslsample
( '/u01/apps/oracle/product/9.0.1/xdk/demo/plsql/parser', 'family
.xml','iden.xsl','n.xml','err' ); END;

*
ERROR at line 1:
ORA-29532: Java call terminated by uncaught Java exception:
java.lang.NullPointerException
ORA-06512: at "SYS.XSLPROCESSORCOVER", line 0
ORA-06512: at "SYS.XSLPROCESSOR", line 95
ORA-06512: at "PROPERTIES.XSLSAMPLE", line 67
ORA-06512: at line 1BEGIN xslsample
( '/u01/apps/oracle/product/9.0.1/xdk/demo/plsql/parser', 'family
.xml','iden.xsl','n.xml','err' ); END;

*
ERROR at line 1:
ORA-29532: Java call terminated by uncaught Java exception:
java.lang.NullPointerException
ORA-06512: at "SYS.XSLPROCESSORCOVER", line 0
ORA-06512: at "SYS.XSLPROCESSOR", line 95
ORA-06512: at "PROPERTIES.XSLSAMPLE", line 67
ORA-06512: at line 1

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 11 2002
Added on Oct 26 2001
4 comments
662 views