Path: news.easynews.com!easynews!news-out.cwix.com!newsfeed.cwix.com!newsfeed1.cidera.com!Cidera!news.netcarrier.net!not-for-mail
Message-ID: <3C5CA26E.2B573F5A@inet.net>
From: "I. S. Clavner" <clavner@inet.net>
X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.19 i586)
X-Accept-Language: en, fr-BE
MIME-Version: 1.0
Newsgroups: comp.databases.oracle.misc
Subject: Installing 8.1.7, Java woes with dbassist
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 52
Date: Sat, 02 Feb 2002 21:37:34 -0500
NNTP-Posting-Host: 216.178.94.162
X-Complaints-To: news@netcarrier.com
X-Trace: news.netcarrier.net 1012702872 216.178.94.162 (Sat, 02 Feb 2002 21:21:12 EST)
NNTP-Posting-Date: Sat, 02 Feb 2002 21:21:12 EST
Organization: NetCarrier Internet Services
Xref: easynews comp.databases.oracle.misc:76039
X-Received-Date: Sat, 02 Feb 2002 19:37:07 MST (news.easynews.com)

Hello All:

OK, I am desperate- I will pay to have this problem solved!

This is the error I get whenever I try to run dbassist:
java.lang.NumberFormatException:
        at java.lang.RuntimeException.<init>(Compiled Code)
        at java.lang.IllegalArgumentException.<init>(Compiled Code)
        at java.lang.NumberFormatException.<init>(Compiled Code)
        at java.lang.Long.parseLong(Compiled Code)
        at java.lang.Long.parseLong(Compiled Code)
        at WizOSD.getAvailableMemory(Compiled Code)
        at WizOSD.DBQueryAvailableRAM(Compiled Code)
        at CheckerClass.CheckAvailableRAM(Compiled Code)
        at CheckerClass.DetectAll(Compiled Code)
        at DBConfigInfo_base.<init>(Compiled Code)
        at DBConfigInfo.<init>(Compiled Code)
        at DBCreateWizard.<init>(Compiled Code)
        at DBCreateWizard.main(Compiled Code)

If anyone has a clue, let me hear from you. I have set LD_LIBRARY_PATH,
CLASSPATH and linked the JRE directory to /usr/local/jre, etc. I did it
all. I guess I just don't know enough Java. Actually I hate Java.

Environment profile:
umask 022

ORACLE_BASE=/u01/app/oracle
ORACLE_HOME=$ORACLE_BASE/product/8.1.7
ORACLE_SID=dbs
ORACLE_DOC=$ORACLE_BASE/doc
export ORACLE_BASE ORACLE_HOME ORACLE_SID ORACLE_DOC

DISPLAY=dbs:0.0
PATH=$ORACLE_HOME/bin:/usr/local/jre:/usr/local/java/bin:$PATH
C1=$ORACLE_HOME/JRE/lib/:$ORACLE_HOME/jlib/
C2=$ORACLE_HOME/assistants/jlib:$ORACLE_HOME/plsql/jlib
C3=$ORACLE_HOME/sysman/jlib:$ORACLE_HOME/rdbms/jlib
C4=$ORACLE_HOME/jdbc/lib/classes111.zip:.:/usr/local/java/lib/classes.zip

C5=$ORACLE_HOME/sqlj/lib/translator.zip
CLASSPATH=$C1:$C2:$C3:$C4:$C5
LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/local/java/bin
export DISPLAY PATH CLASSPATH LD_LIBRARY_PATH

I can arrange to get a login on my server for the purpose of debugging
this if needed.
Facts: Linux 2.2.16, glibc2.1.3, distro Slack 7.1, CPU Pentium I, Via
chipset.

Thanks in advance.

