Number of java classes created < 8000

Hi:

Oracle Server Version 8.1.7 running on Solaris 8

I ran the initjvm.sql script against my database and the script only created about 6438 Java classes. The readme file says that approximately 8000 classes should be created. I found a note on the forum that recommended that the initplsj.sql script be run as well. When I ran that it only created 2 additional classes. What am I missing. The error that I get when I try to test the IIOP is


java.lang.ClassNotFoundException: oracle.aurora.server.SGiopServer in <SYS>
at oracle.aurora.rdbms.DbmsJava.classForNameAndSchema(DbmsJava.java)
at oracle.aurora.rdbms.DbmsJava.classForNameInSystemSchema(DbmsJava.java)
at oracle.aurora.net.Presentation.getHandlerOfClass(Presentation.java)
at oracle.aurora.net.Presentation.getHandler(Presentation.java)
at oracle.aurora.net.VirtualCircuit.processRequest(VirtualCircuit.java)
at oracle.aurora.net.Presentation.handleRequest(Presentation.java)
oracle.aurora.net.NoPresentationException: Class does not exist in SYSTEM schema: oracle.aurora.serv
er.SGiopServer
at oracle.aurora.net.Presentation.getHandlerOfClass(Presentation.java)
at oracle.aurora.net.Presentation.getHandler(Presentation.java)
at oracle.aurora.net.VirtualCircuit.processRequest(VirtualCircuit.java)
at oracle.aurora.net.Presentation.handleRequest(Presentation.java)
jox_call_java_pres_: caught
ORA-29532: Java call terminated by uncaught Java exception: oracle.aurora.net.NoPresentationExceptio
n: Class does not exist in SYSTEM schema: oracle.aurora.server.SGiopServer

Any help is appreciated.

Thanks,

- Una.