Mailing List
Home
Forum Home
Oracle List - by freelists.org
Oracle on SUSE Linux - Runing Oracle on SUSE Linux
Oracle database error code ...
www.freelists.org
Subjects
ORA 12540: TNS:internal limit restriction exceeded
ORA 12838 please : Is possible to append two times to the same table befo
ORA 12838 please : Is possible to append two times to the same table before
ora 04031
ora 12500 on windows
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 01925: maximum of 30 enabled roles exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ora 12500 on windows
ORA 01650, one idea
ORA 01650
ORA 4030
ORA 12838 please : Is possible to append two times to thesametable before do
ORA 12838 please : Is possible to append two times to thesame table before d
ORA 01536
ORA 03113 end of file on communication channel
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 00600:
ORA 00020: maximum number of processes (%s) exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ORA 3113 while creating a cluster database 9201 RAC on Linux with OCFS
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 01650, one idea
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 2000 Error Using DBMS STATS GATHER SCHEMA STATS
ORA 01650, one idea
ORA 01650, one idea
ORA 01650, one idea
ORA 01650
ORA 01650
ORA 01031
ORA 4030
ORA 4030
ORA 06502: PL/SQL: numeric or value error: Bulk Bind: Truncated Bind
ORA 01722 invalid number
 
Issues accessing EM

Issues accessing EM

2007-02-05       - By ajbrown2007@(protected)

 Back
Reply:     1     2     3  

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