Unable to Start Oracle 11g R2 DB Console in Windows 7 Ultimate
741640Nov 29 2012 — edited Dec 4 2012Hi,
I'm struggling to start the db console for Oracle 11g R2 on Windows 7 Ultimate x64 bit. Running "emctl start dbconsole" producing the following results:
C:\data01\app\oracle\product\11.2.0\db_1\oc4j\j2ee\home>emctl start dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
http://localhost:1158/em/console/aboutApplication
Starting Oracle Enterprise Manager 11g Database Control ...The OracleDBConsoleamgwebdev service is starting...............
The OracleDBConsoleamgwebdev service could not be started.
A service specific error occurred: 2.
More help is available by typing NET HELPMSG 3547.
emdb.nohup:
C:\data01\app\oracle\product\11.2.0\db_1\localhost_amgwebdev\sysman\emd>C:\data01\app\oracle\product\11.2.0\db_1\jdk/bin/java -server -Xmx192M -XX:MaxPermSize=200M -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -DORACLE_HOME=C:\data01\app\oracle\product\11.2.0\db_1 -Doracle.home=C:\data01\app\oracle\product\11.2.0\db_1/oc4j -Doracle.oc4j.localhome=C:\data01\app\oracle\product\11.2.0\db_1\localhost_amgwebdev/sysman -DEMSTATE=C:\data01\app\oracle\product\11.2.0\db_1\localhost_amgwebdev -Doracle.j2ee.dont.use.memory.archive=true -Djava.protocol.handler.pkgs=HTTPClient -Doracle.security.jazn.config=C:\data01\app\oracle\product\11.2.0\db_1/oc4j/j2ee/OC4J_DBConsole_localhost_amgwebdev/config/jazn.xml -Djava.security.policy=C:\data01\app\oracle\product\11.2.0\db_1/oc4j/j2ee/OC4J_DBConsole_localhost_amgwebdev/config/java2.policy -Djavax.net.ssl.KeyStore=C:\data01\app\oracle\product\11.2.0\db_1/sysman/config/OCMTrustedCerts.txt-Djava.security.properties=C:\data01\app\oracle\product\11.2.0\db_1/oc4j/j2ee/home/config/jazn.security.props -DEMDROOT=C:\data01\app\oracle\product\11.2.0\db_1\localhost_amgwebdev -Dsysman.md5password=true -Drepapi.oracle.home=C:\data01\app\oracle\product\11.2.0\db_1 -Ddisable.checkForUpdate=true -Doracle.sysman.ccr.ocmSDK.websvc.keystore=C:\data01\app\oracle\product\11.2.0\db_1/jlib/emocmclnt.ks -Dice.pilots.html4.ignoreNonGenericFonts=true -Djava.awt.headless=true -jar C:\data01\app\oracle\product\11.2.0\db_1/oc4j/j2ee/home/oc4j.jar -config C:\data01\app\oracle\product\11.2.0\db_1/oc4j/j2ee/OC4J_DBConsole_localhost_amgwebdev/config/server.xml
----- Thu Nov 29 19:45:35 2012::Console Launched with PID 3556 at time Thu Nov 29 19:45:35 2012 -----
----- Thu Nov 29 19:45:35 2012::Agent Launched with PID 3624 at time Thu Nov 29 19:45:35 2012 -----
(pid=3624): starting emagent version 10.2.0.4.2
(pid=3624): emagent started successfully
----- Thu Nov 29 19:46:09 2012::Checking status of DBConsole : 3556 -----
----- Thu Nov 29 19:47:19 2012::Checking status of DBConsole : 3556 -----
----- Thu Nov 29 19:47:51 2012::Checking status of DBConsole : 3556 -----
----- Thu Nov 29 19:48:24 2012::Checking status of DBConsole : 3556 -----
----- Thu Nov 29 19:48:55 2012::Checking status of DBConsole : 3556 -----
----- Thu Nov 29 19:49:27 2012::Checking status of DBConsole : 3556 -----
12/11/29 19:49:49 Error initializing server: OC4J administrator account is not configured correctly. Please make sure that at least one administration account is created and configured correctly.
12/11/29 19:49:49 Fatal error: server exiting
----- Thu Nov 29 19:49:50 2012::Pid 3556 not found. reaped=3556, processStatus=256 -----
----- Thu Nov 29 19:49:51 2012::Checking status of DBConsole : 3556 -----
----- Thu Nov 29 19:49:51 2012::DBConsole exited at Thu Nov 29 19:49:51 2012 with return value 0. -----
----- Thu Nov 29 19:49:51 2012::DBConsole was shutdown normally. -----
----- Thu Nov 29 19:49:51 2012::Exiting watchdog loop
I am able to connect to db_1 database as SYS, though. It's the EM console that I can't manage to start.
I've searched many forums, but haven't been able to find a solution yet. Nothing in the installation steps on configuring OC4J admin account either. Please help.
Thank you.