hello,
I am 'learning' to install Oracle Enterprise 10 on SLES 9 SP2 and appear to be missing a step or not understanding something. I have sucessfully installed Oracle using runInstall in Interactive mode. Things appeared to go smoothly and I was able to access http://fqdn:1158/em.
Next I am trying to perform the same install but in non-interactive mode.
I run the installation interactively on a freshly installed SUSE box this time recording a response file.
On another fresh SUSE install I try to install Oracle using the response file,
/tmp/oracle/database/runInstaller -silent -responseFile /home1/app/oracle/newinstall.rsp.
This appear to go well. At the end I run root.sh as instructed. I once again go to http://fqdn:1158/en and get the error below. As a side note it appears that the DB is up, as I can run some basic sqlplus command such as select * from dba_users;
500 Internal Server Error
java.lang.NullPointerException at oracle.jdbc.driver.T4CTTIoauthenticate.marshalOauth(T4CTTIoauthenticate.java:381) at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:360) at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:493) at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:164) at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34) at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:767) at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:324) at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:114) at oracle.jdbc.pool.OracleConnectionCacheImpl.getNewPoolOrXAConnection(OracleConnectionCacheImpl.java:694) at oracle.jdbc.pool.OracleConnectionCacheImpl.getPooledConnection(OracleConnectionCacheImpl.java:540) at oracle.jdbc.pool.OracleConnectionCacheImpl.getConnection(OracleConnectionCacheImpl.java:346) at oracle.jd
bc.poo
l.OracleConnectionCacheImpl.getConnection(OracleConnectionCacheImpl.java:324) at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:296) at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:423) at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:156) at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:605) at oracle.sysman.emSDK.svc.conn.ConnectionService.getRepositoryVersionAndMode(ConnectionService.java:368) at oracle.sysman.emSDK.svc.conn.ConnectionService.verifyRepositoryEx(ConnectionService.java:395) at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:144) at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600) at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletR
equest
Dispatcher.forwardInternal(ServletRequestDispatcher.java:317) at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793) at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270) at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112) at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192) at
java.lang.Thread.run (
Thread.java:534)
Any insight appreciated,
Thanks,
Alan