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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: initjvm and rmjvm failing

RE: initjvm and rmjvm failing

From: Reardon, Bruce (CALBBAY) <Bruce.Reardon_at_comalco.riotinto.com.au>
Date: Tue, 16 Apr 2002 20:48:28 -0800
Message-ID: <F001.00446031.20020416204828@fatcity.com>


Peter,

On NT 817 I haven't succeeded in getting JVM to deinstall cleanly and have had to end up rebuilding databases. That said, have a look at bugs 1955536 and 1751857 for details of problems with deinstalling JVM and potential workarounds

>From bug 1955536:

"So, the first thing to try here is probably to .

1) restart the database
2) start a different session that the one the started the database
3) run initjvmaux.sql
4) run rmjvm.sql
5) do the following from bug 1751857

.
 drop trigger JIS$ROLE_TRIGGER$;
 delete from ducs$ where owner='SYS' and pack='JIS$INTERCEPTOR$' and proc='USER_DROPPED';
 delete from aurora$startup$classes$ where classname='oracle.aurora.mts.http.admin.RegisterService';   delete from aurora$dyn$reg;
.
6) restart the database - if you get trigger errors, ignore them

   make sure java_pool_size is at least 50MB 7) start a new session
8) try initjvm.sql
.
Keep spool files of everything."
and then
"Note also that not only does running initjvm after rmjvm require a new session, it requires restarting the database instance. The newer versions of initjvm attempt to enforce this by exiting immediately if it can be detected that rmjvm has run in the same instance."

HTH,
Bruce Reardon

-----Original Message-----
Sent: Wednesday, 17 April 2002 14:08
Hi All

I am trying to add Java support to one of the databases and it keeps failing. It seems that after the first run it didn't get it right and rmjvm doesn't seem to run properly after. there still appears to be a large bunch of objects in the database. Any ideas as to how to clean it up

I can rebuild it if i need to, this is more of a learning task, I normally create them with Java in the first place.

Any ideas
8.1.7 on Solaris 8
Thanks


Peter McLarty               E-mail: Peter.Mclarty_at_mincom.com
Technical Consultant        WWW: http://www.mincom.com
APAC Technical Services     Phone: +61 (0)7 3303 3461
Brisbane,  Australia        Mobile: +61 (0)402 094 238
                            Facsimile: +61 (0)7 3303 3048
=================================================
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Reardon, Bruce (CALBBAY)
  INET: Bruce.Reardon_at_comalco.riotinto.com.au

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Apr 16 2002 - 23:48:28 CDT

Original text of this message

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