Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: initjvm.sql didn't install JServer properly

Re: initjvm.sql didn't install JServer properly

From: James Williams <willjamu_at_mindspring.com>
Date: Tue, 06 Feb 2001 02:42:04 GMT
Message-ID: <3a7f6452.11578462@nntp.mindspring.com>

On Mon, 5 Feb 2001 20:37:49 -0500, "Mel Martin" <mmartin_at_computer.org> wrote:

Make sure your SYSTEM tablespace and Java pool are large enough.

Run RMJVM.SQL to cleanup

Connect internal

Run INITJVM.SQL

>Howdy,
>
>We have tried to install JServer without luck - we don't receive any errors
>from the script - but we cannot execute the EJB helloworld examples ...
>
>It seems as though the installation script doesn't actually install all of
>the necessary classes. We get the following error in a trace file:
>
>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.au
>rora.server.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.NoPresentationException: Class does not exist in SYSTEM
>schema: oracle.aurora.server.SGiopServer
>
>The javavm readme states that we should have over 8000 classes - we end up
>with about 6500.
>
>Any help/insight/disparaging remarks would be welcome :)
>
>thanks,
>Mel
>
>
  Received on Mon Feb 05 2001 - 20:42:04 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US