Hello,
I’m hoping someone can help to point me in the right direction so that I can overcome an error I’m having as part of my first OTM install, which is purely as a test / look and see mission.
Basically I cannot fix a Java error when the update_content command is run as part of
the dbupdate_55.sql job for the initial install of OTM 555.
Reported error from within the command prompt when update_content.cmd is ran.
//
Build Number is 5.5 (Patch) (200806052207)
ECHO is off.
Inserting new glogowner data...
V55P_PARTITION_KEY_FORMULA
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
at java.net.URLClassLoader$1.run(URLClassLoader.java: 199)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.j ava:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:2 89)
at sun.misc.Launcher$AppClassLoader.loadClass(Launche r.java:274)
at java.lang.ClassLoader.loadClass(ClassLoader.java:2 35)
at java.lang.ClassLoader.loadClassInternal(ClassLoade r.java:302)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at glog.database.admin.CSVUtil.initializeConnection(C SVUtil.java:2797)
at glog.database.admin.CSVUtil.run(CSVUtil.java:2689)
at glog.database.admin.CSVUtil.main(CSVUtil.java:3017 )
//
Environment and install steps
Server1: Windows 2003 server for OTM/OAS/Web/oracle client
Server2 :Windows 2003 server for Oracle 11g Db
I believe that the main install went fine with no reported errors.
1. …installlog.xml actions summary section were all successes.
1b. I followed the steps listed in the readme.txt to replace the key files (I didn’t do the steps with regards to improving performance)
2. The db import only had compile issues (ora-00041)
3. Each db step/script listed in the administration guide ran fine
4. DB object counts where correct
5. DB recompile left all objects valid
6.dbupdate_55.sql ran correctly (from what I can tell) up until the update_content where I got the above error.
I have left all configuration files as they where installed and as yet haven’t started any services.
Thanks in advance for any help anyone is able to give.
I’m hoping someone can help to point me in the right direction so that I can overcome an error I’m having as part of my first OTM install, which is purely as a test / look and see mission.
Basically I cannot fix a Java error when the update_content command is run as part of
the dbupdate_55.sql job for the initial install of OTM 555.
Reported error from within the command prompt when update_content.cmd is ran.
//
Build Number is 5.5 (Patch) (200806052207)
ECHO is off.
Inserting new glogowner data...
V55P_PARTITION_KEY_FORMULA
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
at java.net.URLClassLoader$1.run(URLClassLoader.java: 199)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.j ava:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:2 89)
at sun.misc.Launcher$AppClassLoader.loadClass(Launche r.java:274)
at java.lang.ClassLoader.loadClass(ClassLoader.java:2 35)
at java.lang.ClassLoader.loadClassInternal(ClassLoade r.java:302)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at glog.database.admin.CSVUtil.initializeConnection(C SVUtil.java:2797)
at glog.database.admin.CSVUtil.run(CSVUtil.java:2689)
at glog.database.admin.CSVUtil.main(CSVUtil.java:3017 )
//
Environment and install steps
Server1: Windows 2003 server for OTM/OAS/Web/oracle client
Server2 :Windows 2003 server for Oracle 11g Db
I believe that the main install went fine with no reported errors.
1. …installlog.xml actions summary section were all successes.
1b. I followed the steps listed in the readme.txt to replace the key files (I didn’t do the steps with regards to improving performance)
2. The db import only had compile issues (ora-00041)
3. Each db step/script listed in the administration guide ran fine
4. DB object counts where correct
5. DB recompile left all objects valid
6.dbupdate_55.sql ran correctly (from what I can tell) up until the update_content where I got the above error.
I have left all configuration files as they where installed and as yet haven’t started any services.
Thanks in advance for any help anyone is able to give.
Comment