User ba4374b8a0
24-03-2009 14:54:13
Good Morning,
I am installing a new JCHEM and Cartridge server alongside an Oracle 10g R2 installation. I downloaded the package which included java and installed.
./install.sh jchem/jchem@jchem worked fine, and all the index types, procedures, tables were created correctly. During the next step, where I run
call jchem_core_pkg.use_password('jchem');
I recive an error, and when I run the ./test.sh jchem/jchem@jchem I recieve the following output.
************************************************************************
[root@sdprdjchem cartridge]# ./test.sh jchem/jchem@jchem
SQL*Plus: Release 10.1.0.3.0 - Production on Tue Mar 24 07:49:46 2009
Copyright (c) 1982, 2004, Oracle. All rights reserved.
Enter user-name:
Connected to:
Oracle Database 10g Release 10.1.0.3.0 - 64bit Production
SQL> select jchem_core_pkg.getenvironment() from dual
*
ERROR at line 1:
ORA-29532: Java call terminated by uncaught Java exception:
java.lang.ExceptionInInitializerError
ORA-06512: at "JCHEM.JCHEM_CORE_PKG", line 29
ORA-06512: at "JCHEM.JCHEM_CORE_PKG", line 80
Disconnected from Oracle Database 10g Release 10.1.0.3.0 - 64bit Production
************************************************************************
Any help would be greatly apprecieated. I am using the most rescent version of JCHEM downloaded from the site for Linux.
Thanks,
Brian Jackson
I am installing a new JCHEM and Cartridge server alongside an Oracle 10g R2 installation. I downloaded the package which included java and installed.
./install.sh jchem/jchem@jchem worked fine, and all the index types, procedures, tables were created correctly. During the next step, where I run
call jchem_core_pkg.use_password('jchem');
I recive an error, and when I run the ./test.sh jchem/jchem@jchem I recieve the following output.
************************************************************************
[root@sdprdjchem cartridge]# ./test.sh jchem/jchem@jchem
SQL*Plus: Release 10.1.0.3.0 - Production on Tue Mar 24 07:49:46 2009
Copyright (c) 1982, 2004, Oracle. All rights reserved.
Enter user-name:
Connected to:
Oracle Database 10g Release 10.1.0.3.0 - 64bit Production
SQL> select jchem_core_pkg.getenvironment() from dual
*
ERROR at line 1:
ORA-29532: Java call terminated by uncaught Java exception:
java.lang.ExceptionInInitializerError
ORA-06512: at "JCHEM.JCHEM_CORE_PKG", line 29
ORA-06512: at "JCHEM.JCHEM_CORE_PKG", line 80
Disconnected from Oracle Database 10g Release 10.1.0.3.0 - 64bit Production
************************************************************************
Any help would be greatly apprecieated. I am using the most rescent version of JCHEM downloaded from the site for Linux.
Thanks,
Brian Jackson