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: Oracle 8i netasst problems

Re: Oracle 8i netasst problems

From: Matt <k_a_h_l_i_l_at_yahoo.com>
Date: Fri, 10 Sep 1999 11:27:47 GMT
Message-ID: <37d8ea15.26341511@news.columbia.edu>


So you must be using Linux. What distribution? What version?

The "cannot find class java/lang/Thread" error means that your JRE is not properly linked. Note that the JDK does not have everything that the JRE has, so you have to make sure to install the JRE. Then, make a symbolic link from /usr/local/jre to your JRE directory; then /usr/local/jre/bin/jre should be the jre executable file.

This should at least solve the Thread error message.

        -Matt

On Thu, 09 Sep 1999 13:58:19 -0600, Shad <auto_at_travelware.net> wrote:

>I've installed the patch and finally got the listener re-linked...But
>now when I try and run netasst, instead of doing nothing (as it did
>before the patch) it says:
>
>Unable to initialize threads: cannot find class java/lang/Thread
>Could not create Java VM
>
>Does anyone know what causes this? I've searched documentation and the
>only thing I can find to help this is to install the patch (which I've
>done). Can someone help?
>
>Also, I've configured the listener but when I start the intelligent
>agent, it says:
>
>LSNRCTL> dbsnmp_start
>LSNRCTL> Certain conflicts were resolved during discovery
>Please consult /ora/u01/app/oracle/product/8.1.5/network/log/nmiconf.log
>for det
>ails
>
>DBSNMP for Linux: release 8.1.5 - Production on 09-SEP-99 13:55:38
>Using oratab file /etc/oratab
>Warning : No Listener found for SID ORCL. ORCL will be skipped
>
>yet the listener is up and running fine...any help with that? The
>intelligent agent is running...but you can't discover it's objects.
>
Received on Fri Sep 10 1999 - 06:27:47 CDT

Original text of this message

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