Hi
I installed Oracle 11G Release 2 and jdeveloper 12.1.3 on windows 7 ultimate.
I always have trouble accessing em/console (503 Service Unavailable).
Also gives me error to execute commands emctl and emca.
The file emoms.log always writes the same exception:
2015-03-02 09:48:22,830 [ApplicationServerThread-1] WARN jdbc.ConnectionCache _getConnection.353 - Got a fatal exeption when getting a connection; Error code = 1033; Cleaning up cache and retrying
2015-03-02 09:48:22,842 [ApplicationServerThread-1] ERROR eml.OMSHandshake processFailure.806 - OMSHandshake failed.(AGENT URL = https://My-Portable:3938/emd/main)(ERROR = INTERNAL_ERROR)(CAUSE =java.sql.SQLException: ORA-01033: inicialización o cierre de ORACLE en curso
)
2015-03-02 09:48:43,571 [ApplicationServerThread-3] ERROR audit.AuditManager isAuditOn.162 - Repository may not be up.
2015-03-02 09:48:45,013 [JobWorker 9308:Thread-26] ERROR em.jobs executeCommand.370 - UpdateARUTables: Oracle MetaLink credentials are incorrect or missing. Click Patching Setup to set required parameters.
2015-03-02 18:20:45,600 [OmsServiceDriver thread] WARN jdbc.ConnectionCache _getConnection.352 - We found an invalid or outdated connection in the connection cache
java.sql.SQLException: We found an invalid or outdated connection in the connection cache
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:208)
at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:492)
at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:432)
at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:397)
at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:336)
at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:322)
at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:575)
at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:207)
at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1063)
at oracle.sysman.emSDK.svc.conn.ConnectionService.getRepositoryVersionAndMode(ConnectionService.java:698)
at oracle.sysman.emSDK.svc.conn.ConnectionService.verifyRepositoryEx(ConnectionService.java:778)
at oracle.sysman.emSDK.svc.conn.ConnectionService.verifyRepository(ConnectionService.java:835)
at oracle.sysman.emdrep.jobs.Dispatcher.mainTask(Dispatcher.java:2416)
at oracle.sysman.emdrep.omsservice.OmsServiceDriver.run(OmsServiceDriver.java:163)
2015-03-02 18:20:47,004 [OmsServiceDriver thread] WARN jdbc.ConnectionCache _getConnection.353 - Got a fatal exeption when getting a connection; Error code = 17143; Cleaning up cache and retrying
2015-03-03 09:41:55,010 [OC4J Launcher] ERROR conn.ConnectionService verifyRepositoryEx.818 - Invalid Connection Pool. ERROR = User credentials do not match existing
2015-03-03 09:41:55,064 [ReadProxyFromRep] ERROR rep.proxy getPrivateConnection.89 - Could not get Private Connection from Connection Service. Blocking until connection service becomes valid and then again attempts to get a private connection
2015-03-03 09:41:55,064 [ReadProxyFromRep] ERROR conn.ConnectionService verifyRepositoryEx.818 - Invalid Connection Pool. ERROR = User credentials do not match existing
2015-03-03 09:41:55,064 [ReadProxyFromRep] ERROR conn.ConnectionService blockUntilValid.870 - Connection pool is not valid. status =2
2015-03-03 09:41:55,065 [ReadProxyFromRep] ERROR conn.ConnectionService blockUntilValid.878 - Repository connection details are invalid.
2015-03-03 09:41:56,010 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.479 - Integration Class not found: oracle.sysman.pp.asprov.ui.intg.ASProvisioningIntegration
2015-03-03 09:41:56,011 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.479 - Integration Class not found: oracle.sysman.pp.paf.sample.ui.intg.PAFDemoIntegration
2015-03-03 09:41:56,012 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.479 - Integration Class not found: oracle.sysman.emCLI.CLIIntg
2015-03-03 09:41:56,013 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.479 - Integration Class not found: oracle.sysman.emCLI.CLIDownloadIntg
2015-03-03 09:41:56,065 [ReadProxyFromRep] ERROR conn.ConnectionService verifyRepositoryEx.818 - Invalid Connection Pool. ERROR = User credentials do not match existing
2015-03-03 09:41:58,065 [ReadProxyFromRep] ERROR conn.ConnectionService verifyRepositoryEx.818 - Invalid Connection Pool. ERROR = User credentials do not match existing
2015-03-03 09:42:02,065 [ReadProxyFromRep] ERROR conn.ConnectionService verifyRepositoryEx.818 - Invalid Connection Pool. ERROR = User credentials do not match existing
2015-03-03 09:42:10,065 [ReadProxyFromRep] ERROR conn.ConnectionService verifyRepositoryEx.818 - Invalid Connection Pool. ERROR = User credentials do not match existing
2015-03-03 09:42:12,085 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.479 - Integration Class not found: oracle.sysman.eml.target.slb.common.SLBIntegration
2015-03-03 09:42:26,066 [ReadProxyFromRep] ERROR conn.ConnectionService verifyRepositoryEx.818 - Invalid Connection Pool. ERROR = User credentials do not match existing
2015-03-03 09:42:31,460 [OC4J Launcher] ERROR app.ContextInitializer contextInitialized.493 - Exception message: Servlet port not found
java.lang.RuntimeException: Servlet port not found
at oracle.sysman.eml.app.Console.getPort(Console.java:430)
at oracle.sysman.eml.app.Console.getHostUrl(Console.java:455)
at oracle.sysman.pp.paf.ui.intg.ProvisioningAdvisorIntegration.init(ProvisioningAdvisorIntegration.java:219)
at oracle.sysman.eml.app.ContextInitializer.contextInitialized(ContextInitializer.java:472)
at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1015)
at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:649)
at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:428)
at com.evermind.server.Application.getHttpApplication(Application.java:512)
at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1975)
at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1894)
at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:633)
at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:302)
at com.evermind.server.http.HttpServer.setSites(HttpServer.java:273)
at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:180)
at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2296)
at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:944)
at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:113)
at java.lang.Thread.run(Thread.java:595)
java.sql.SQLException: User credentials do not match existing
Anyone know how to solve this error?
thank you very much