Can't create or import Database Control Repository on fresh install

I've just installed the latest 10g version on a Linux system. Afterward, and after exporting my ORACLE_SID and ORACLE_HOME variables, on trying to start the EM Control (emctl), I got the dreaded "OC4J Configuration issue" error:
./emctl start dbconsole
TZ set to US/Eastern
OC4J Configuration issue. /usr/local/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole_myhostname_myoracledb not found.
lsnrctl hung when connecting or checking status:
./lsnrctl
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 25-JUN-2007 16:14:23
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Welcome to LSNRCTL, type "help" for information.
LSNRCTL> status
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=myhostname)(PORT=1521)))
So I ran netca to configure the listener, and that seemed to work, but at the end it complained that the port was already in use (even though netstat -a shows nothing on port 1521). Then I tried to create the repository (emca -repos create), but that failed too ("SYSMAN already exists"):
INFO: Creating the EM repository (this may take a while) ...
Jun 25, 2007 4:18:55 PM oracle.sysman.emcp.EMReposConfig createRepository
CONFIG: ORA-20001: SYSMAN already exists..
ORA-06512: at line 17
oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-20001: SYSMAN already exists..
ORA-06512: at line 17
at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1467)
at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeScript(SQLEngine.java:841)
at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.executeScript(SQLPlusEngine.java:265)
at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.executeScript(SQLPlusEngine.java:306)
at oracle.sysman.emcp.EMReposConfig.createRepository(EMReposConfig.java:360)
at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:182)
at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:124)
at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:142)
at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:479)
at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1123)
at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:463)
at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:412)
Jun 25, 2007 4:18:55 PM oracle.sysman.emcp.EMReposConfig invoke
SEVERE: Error creating the repository
Jun 25, 2007 4:18:55 PM oracle.sysman.emcp.EMReposConfig invoke
INFO: Refer to the log file at /usr/local/oracle/product/10.2.0/db_1/cfgtoollogs/emca/myoracledb/emca_repos_create_<date>.log for
Jun 25, 2007 4:18:55 PM oracle.sysman.emcp.EMConfig perform
SEVERE: Error creating the repository
Refer to the log file at /usr/local/oracle/product/10.2.0/db_1/cfgtoollogs/emca/myoracledb/emca_2007-06-25_04-18-37-PM.log for morJun 25, 2007 4:18:55 PM oracle.sysman.emcp.EMConfig perform
CONFIG: Stack Trace:
oracle.sysman.emcp.exception.EMConfigException: Error creating the repository
at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:194)
at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:124)
at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:142)
at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:479)
at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1123)
at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:463)
at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:412)
I'm not sure what else to try. Any thoughts?
Thank you,
~John

Please let me know if this isn't the correct log:
$ cat $ORACLE_HOME/cfgtoollogs/emca/oracledb/emca_2007-06-27_04-51-05-PM.log
Jun 27, 2007 4:51:05 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag '-config' set to true
Jun 27, 2007 4:51:05 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'UPDATE_EMAIL' set to true
Jun 27, 2007 4:51:05 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'dbcontrol' set to true
Jun 27, 2007 4:51:05 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'db' set to true
Jun 27, 2007 4:51:05 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'create' set to true
Jun 27, 2007 4:51:05 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'drop' set to true
Jun 27, 2007 4:51:05 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: ORACLE_HOME value: /usr/local/oracle/product/10.2.0/db_1
Jun 27, 2007 4:51:05 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
Jun 27, 2007 4:51:05 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: EM_HOME value: /usr/local/oracle/product/10.2.0/db_1
Jun 27, 2007 4:51:09 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: SID value: oracledb
Jun 27, 2007 4:51:09 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
Jun 27, 2007 4:51:09 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
CONFIG: This is expected, as we might be calling it from a non-rac home
Jun 27, 2007 4:51:09 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
CONFIG: Error retrieving the local node for the cluster
Jun 27, 2007 4:51:09 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
CONFIG: PRKH-1010 : Unable to communicate with CRS services.
[OCR Error(Native: prsr_initCLSS:[21])]
Jun 27, 2007 4:51:09 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
CONFIG: Cluster Error Message: PRKH-1010 : Unable to communicate with CRS services.
[OCR Error(Native: prsr_initCLSS:[21])]
Jun 27, 2007 4:51:09 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
Jun 27, 2007 4:51:09 PM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
CONFIG: Sid: oracledb Host: [hostname] Node: null OH: /usr/local/oracle/product/10.2.0/db_1 isDBC: false
Jun 27, 2007 4:51:09 PM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
CONFIG: Sid: oracledb Host: [hostname] Node: null OH: /usr/local/oracle/product/10.2.0/db_1 agentHome: null isCentral: false
Jun 27, 2007 4:51:09 PM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
CONFIG: Sid: oracledb Host: [hostname] Node: null OH: /usr/local/oracle/product/10.2.0/db_1 agentHome: null isCentral: false
Jun 27, 2007 4:51:09 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter SYS_PWD.
Jun 27, 2007 4:51:09 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: oracledb, oracleHome: /usr/local/oracle/product/10.2.0/db_1, and user:
Jun 27, 2007 4:51:10 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
Jun 27, 2007 4:51:10 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'asm_db' set to false
Jun 27, 2007 4:51:10 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'asm_db' set to false
Jun 27, 2007 4:51:12 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: PORT value: 1521
Jun 27, 2007 4:51:15 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter SYS_PWD.
Jun 27, 2007 4:51:15 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: oracledb, oracleHome: /usr/local/oracle/product/10.2.0/db_1, and user: SYS
Jun 27, 2007 4:51:15 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
Jun 27, 2007 4:51:17 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: oracledb, oracleHome: /usr/local/oracle/product/10.2.0/db_1, and user: DBSNMP
Jun 27, 2007 4:51:17 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
Jun 27, 2007 4:51:20 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: EMAIL_ADDRESS value:
Jun 27, 2007 4:51:21 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: MAIL_SERVER_NAME value:
Jun 27, 2007 4:51:21 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
Jun 27, 2007 4:51:21 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: CONFIRMATION ANSWER value:
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: CONFIRMATION ANSWER value: yes
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter LOG_FILE.
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: oracledb, oracleHome: /usr/local/oracle/product/10.2.0/db_1, and user: SYS
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
CONFIG: No Database unique name available. Will try to retrieve it from DB itself
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value: oracledb
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.EMConfig perform
INFO: This operation is being logged at /usr/local/oracle/product/10.2.0/db_1/cfgtoollogs/emca/oracledb/emca_2007-06-27_04-51-05-PM.log.
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'CHECK_CONFIG' set to true
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: oracledb, oracleHome: /usr/local/oracle/product/10.2.0/db_1, and user: SYS
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: oracledb, oracleHome: /usr/local/oracle/product/10.2.0/db_1, and user: DBSNMP
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter MODIFY_SID.
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: oracledb, oracleHome: /usr/local/oracle/product/10.2.0/db_1, and user: SYS
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'asm_db' set to false
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter MODIFY_SID.
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.DatabaseChecks getDbServiceName
CONFIG: No service name available. Will try to set db_unique_name.db_domain
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: oracledb, oracleHome: /usr/local/oracle/product/10.2.0/db_1, and user: SYS
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value:
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
CONFIG: No Database unique name available. Will try to retrieve it from DB itself
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value: oracledb
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DB_DOMAIN.
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
CONFIG: No db domain available. Will query db for db_domain parameter
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_DOMAIN value: world
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value: oracledb
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: SERVICE_NAME value: oracledb.world
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter MODIFY_SID.
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DBID.
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.DatabaseChecks getDbid
CONFIG: No dbid available. Will query db to extract it.
Jun 27, 2007 4:51:23 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: oracledb, oracleHome: /usr/local/oracle/product/10.2.0/db_1, and user: SYS
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DBID value: 3244183297
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'db' set to true
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter MODIFY_SID.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.DatabaseChecks getDbServiceName
CONFIG: No service name available. Will try to set db_unique_name.db_domain
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: oracledb, oracleHome: /usr/local/oracle/product/10.2.0/db_1, and user: SYS
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value:
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
CONFIG: No Database unique name available. Will try to retrieve it from DB itself
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value: oracledb
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_DOMAIN value: world
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value: oracledb
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: SERVICE_NAME value: oracledb.world
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: oracledb, oracleHome: /usr/local/oracle/product/10.2.0/db_1, and user: SYS
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter EMAIL_ADDRESS.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter MAIL_SERVER_NAME.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: oracledb, oracleHome: /usr/local/oracle/product/10.2.0/db_1, and user: SYS
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.EMDBPreConfig invoke
CONFIG: Passed repository configuration check
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter MODIFY_SID.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter MODIFY_SID.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter GLOBAL_DB_UNIQUE_NAME.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.DatabaseChecks getGlobalDbUniqueName
CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: oracledb, oracleHome: /usr/local/oracle/product/10.2.0/db_1, and user: SYS
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_DOMAIN value: world
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: oracledb.world
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.FileUtil _copyFile
CONFIG: Copying file /usr/local/oracle/product/10.2.0/db_1/sysman/config/emd.properties to /usr/local/oracle/product/10.2.0/db_1/sysman/config/emd.properties.emca.tmp
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.FileUtil backupFile
CONFIG: The original file /usr/local/oracle/product/10.2.0/db_1/sysman/config/emd.properties has been copied to /usr/local/oracle/product/10.2.0/db_1/sysman/config/emd.properties.emca.tmp
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.FileUtil _copyFile
CONFIG: Copying file /usr/local/oracle/product/10.2.0/db_1/sysman/config/emoms.properties.emca to /usr/local/oracle/product/10.2.0/db_1/sysman/config/emoms.properties
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.FileUtil backupFile
CONFIG: The original file /usr/local/oracle/product/10.2.0/db_1/sysman/config/emoms.properties.emca has been copied to /usr/local/oracle/product/10.2.0/db_1/sysman/config/emoms.properties
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.FileUtil _copyFile
CONFIG: Copying file /usr/local/oracle/product/10.2.0/db_1/sysman/emd/targets.xml to /usr/local/oracle/product/10.2.0/db_1/sysman/emd/targets.xml.emca.tmp
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.FileUtil backupFile
CONFIG: The original file /usr/local/oracle/product/10.2.0/db_1/sysman/emd/targets.xml has been copied to /usr/local/oracle/product/10.2.0/db_1/sysman/emd/targets.xml.emca.tmp
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'IS_CENTRAL_AGENT_RECONFIG' set to false
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
CONFIG: Sid: oracledb Host: [hostname] Node: null OH: /usr/local/oracle/product/10.2.0/db_1 agentHome: null isCentral: false
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
CONFIG: Sid: oracledb Host: [hostname] Node: null OH: /usr/local/oracle/product/10.2.0/db_1 isDBC: false
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'IS_CENTRAL_AGENT_CONFIGURED' set to false
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'IS_DBCONTROL_CONFIGURED' set to false
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter AGENT_PORT.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter RMI_PORT.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter JMS_PORT.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
CONFIG: Sid: oracledb Host: [hostname] Node: null OH: /usr/local/oracle/product/10.2.0/db_1 isDBC: false
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter PORTS_FILE.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter JMS_PORT_oracledb.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter JMS_PORT.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter RMI_PORT_oracledb.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter RMI_PORT.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_oracledb.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter AGENT_PORT_oracledb.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter AGENT_PORT.
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
CONFIG: Setting oracle.installer.oui_loc to /usr/local/oracle/product/10.2.0/db_1/oui
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
CONFIG: Setting oracle.installer.oui_loc to /usr/local/oracle/product/10.2.0/db_1/oui
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Homes to scan for used ports: [usr/local/oracle/product/10.2.0/db_1]
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME /usr/local/oracle/product/10.2.0/db_1
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Marking JMS port: null from /usr/local/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Marking RMI port: null from /usr/local/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Marking HTTP port: null from /usr/local/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.PortManager getAgentPort
CONFIG: Cannot parse EMD_URL correctly. No port identified
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Marking Agent port: null from /usr/local/oracle/product/10.2.0/db_1/sysman/config/emd.properties
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Cannnot parse EMD_URL correctly. No port identified
Jun 27, 2007 4:51:24 PM oracle.sysman.emcp.util.FileUtil getProperties
CONFIG: Error reading file /usr/local/oracle/product/10.2.0/db_1/install/staticports.ini
Jun 27, 2007 4:51:25 PM oracle.sysman.emcp.EMConfig perform
SEVERE: Failed to allocate port(s) in the specified range(s) for the following process(es): JMS [5540-5559],RMI [5520-5539],Database Control [5500-5519],EM Agent [3938] | [1830-1849]
Refer to the log file at /usr/local/oracle/product/10.2.0/db_1/cfgtoollogs/emca/oracledb/emca_2007-06-27_04-51-05-PM.log for more details.
Jun 27, 2007 4:51:25 PM oracle.sysman.emcp.EMConfig perform
CONFIG: Stack Trace:
oracle.sysman.emcp.exception.EMConfigException: Failed to allocate port(s) in the specified range(s) for the following process(es): JMS [5540-5559],RMI [5520-5539],Database Control [5500-5519],EM Agent [3938] | [1830-1849]
at oracle.sysman.emcp.EMDBPreConfig.checkPorts(EMDBPreConfig.java:2266)
at oracle.sysman.emcp.EMDBPreConfig.performConfiguration(EMDBPreConfig.java:670)
at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:233)
at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:160)
at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:141)
at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:479)
at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1123)
at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:463)
at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:412)

Similar Messages

  • After install, database is not available. How can I create a new database?

    I installed "Oracle Database 10g Express Edition".
    After install I tried to "Go To Database Home Page" and received a "Page not found" error.
    If I run SQLPLUS and ...:
    connect / as sysdba
    shutdown immediate
    startup
    I get
    ORACLE instance started.
    Total System Global Area 805306368 bytes
    Fixed Size 1289996 bytes
    Variable Size 209715444 bytes
    Database Buffers 591396864 bytes
    Redo Buffers 2904064 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    The alert log (C:\OracleXE\app\oracle\admin\XE\bdump\alert_xe.txt) says
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Wed Mar 04 13:57:03 2009
    ALTER DATABASE MOUNT
    Wed Mar 04 13:57:03 2009
    ORA-00202: control file: 'C:\ORACLEXE\ORADATA\XE\CONTROL.DBF'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    And I can not find any control files on my PC.
    Can I create one?

    Yes. This is correct. There is no control file. In fact, there is nothing in C:\OracleXE\oradata\XE. It appears that the install did not create a database, so I figured I'd try to create one myself
    but did not haev any success. Should the install have created a database? I did install the same product on a laptop and it seemed to work fine. The problem I ran into was that it does not have
    enough memory to be useful, only 512 Meg. So I decided to install it on my desktop PC with 3 Gig. This is where I am having the problem. I tried a re-install but still no database was created.

  • Admin Tool can not create any new database or model [nqserror 46131]

    Hi everyone!
    I can not create anything new in each layer on the admin tool. It marks unknown error.
    When I try to import metadata it send the message: [nqserror 46131] unresolved hostname, everything in online mode. I can modify everything offline, then replace the rpd and I can create reports in Answers. But I need to do all of these online mode.
    Everything else works well (Answers, Dashboards, Publisher). The server name is correctly put in the instanceconfig.xml.
    OBIEE Version: 11.1.1.6.0 (upgrade recently from 11.1.1.5). The scheduler does not start since migration.
    Server OS: Red hat enterprise edition
    Regards,
    Edgar Tercero
    Edited by: 958457 on 11-sep-2012 12:04
    Edited by: 958457 on 11-sep-2012 14:13

    Thanks but it not solve my problem.
    I detect no problem in my enviroment variables in the bi-init.sh
    This is what my admin tool log says:
    [OracleBIServerComponent] [ERROR:1] [] [] [ecid: ] [tid: 690] [nQSError: 43113] Message returned from OBIS. [[
    [nQSError: 46131] Unresolved host name: vrnmobiee. Could not get details about the specified host]]

  • How can I create a new database?

    Hi,
    can anyone tell me the steps I have to do if I want to create a new database? Can I perform this operation from the console of the Enterprise Manager or from the DBA studio?
    Thank you.

    You can use DBAssist to create Database of your own desire. No need to go anywhere if u r working on 8i.
    If this sounds good to u then steps can be followed.
    Kartik

  • Can i create a standby database in oracle 10g standared edition ?

    what are the steps required for creating a standby database using oracle 10g standard edition. or Any other feature for mirroring database in oracle 10g standared edition

    Dear mithun,
    Please read the following online documentation;
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14239/standby.htm
    +"+
    +2.3.2 Oracle Software Requirements+
    +The following list describes Oracle software requirements for using Data Guard:+
    +* Oracle Data Guard is available only as a feature of Oracle Database Enterprise Edition. It is not available with Oracle Database Standard Edition. This means the same release of Oracle Database Enterprise Edition must be installed on the primary database and all standby databases in a Data Guard configuration.+
    +Note:+
    +It is possible to simulate a standby database environment with databases running Oracle Database Standard Edition. You can do this by manually transferring archived redo log files using an operating system copy utility or using custom scripts that periodically send archived redo log files from one database to the other. The consequence is that this configuration does not provide the ease-of-use, manageability, performance, and disaster-recovery capabilities available with Data Guard.+
    +"+
    Hope That Helps.
    Ogan

  • Twitter: Can't create an account in control panel

    Twitter: I can login to the Twitter website in Safari without problems but can't create an account in the Mail... control panel: Name or password wrong. No, they are correct! They work in Safari! What's wrong?

    Hi,
    Pleae us the following direct link:
        https://www.hpconnected.com/us/en??localeDetected=true
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Can we create a local database in SQl developer 3.1

    Hi i am trying to create a local database that i can run in my machine. Which username and password should i use.Do i need it , where to get it.
    Thanks

    Hi, SQL Developer is a GUI client to an Oracle database - it does not come bundled with one. You did not mention what your platform is, but Oracle XE is relatively lightweight and available for windows (32bits) and linux (64bits). The database server does not have to reside on the same system where you run sqldev.

  • Can 10g release 2 standalone database control behaves as 9i oem

    Hi all,
    My question is ,in 9i we have oem,we can add multiple databases in 9i oem.At the same time we can login to multiple databases and see different sessions,OS user,memory information, storage information of different databases.Can we perform the same task with 10g EM database control without having the 10g EM grid control.I know by 10g grid control we have a centralized management.But I don't want to install 10g grid control ,I want to make use of 10g database control and monitor my different databases.I wprked in an distributed environment.
    Best Regards,
    Asma Akhter.

    Hi,
    BY installing intelligent agent on separate servers and oracle management server ,it means I have to install EM grid control.I don't want to install Em grid control.I need to monitor different databases as we do in 9i OEM .Is there any option to use 10g database control to perform the same task.
    Regards,
    Asma

  • I can not create a Application View Control

    Hi there
    I'm using wli 8.1 y workshop 8.1.4
    I already created my app view using application integration design console,I tested i everything worked fine.
    According to the tutorial steps I published my app view and I got a *-ejb.jar .
    But my problem is when I try to create an Application View Control using Workshop: Add Control > Integration Controls > ApplicationView
    Then I enter the control's name (step 1), Select radio button Create a New ApplicationView control to use, I enter the name but in the step 3, I click in Browse button but I do not see any applciatioin view.
    It suppose my published appview should appear on thet list in order i can create my appview control...
    any idea?
    thx

    I have tried to create an account via ePrintCenter and it seems that the published application has several flaws in interpreting the provided input.
    1) In the Filed for last Name I enter my last name, which consist of only Alph Characters. The form however thinks that there is some sort of special character and rejects my Input.
    2) E-Mail address. is not identical; OK, so I do a quick OCR on the E-Mail and guess what they are identical. Again the form Fails to recognize this.
    3) Enter a password (2 Fields) and a third is displayed which is marked as "*required" but is not labeled as to what the required info could possibly be. Or is it a 3 password confirmation box, who knows.
    All I know is that a simple registration is a major pain with this HP site.
    Any Help as to how to alleviate this would of course be greatly appreciated.

  • CMP EJB on Windows can't create entity on database

    I've a J2EE application.
    It has session beans and entity beans.
    Session beans have remote interfaces and entity beans have local interfaces.
    It works already on solaris/IAS 9.0.3.0
    CMP Entity beans can't create or update entity on database but remove method can successfuly delete entity when I deployed this ear to Windows/IAS 9.0.3.0 with 9.0.3.1 package.
    What is problem?
    Please help me.

    I've a J2EE application.
    It has session beans and entity beans.
    Session beans have remote interfaces and entity beans have local interfaces.
    It works already on solaris/IAS 9.0.3.0
    CMP Entity beans can't create or update entity on database but remove method can successfuly delete entity when I deployed this ear to Windows/IAS 9.0.3.0 with 9.0.3.1 package.
    What is problem?
    Please help me.

  • Can not view alerts at Database Control Page

    Dear Gurus,
    I have upgraded database from 9i (9.2.0.7) to 10g (10.2.0.4) but I am unable to view alert on Database Control home page although STATISTICS_LEVEL parameter is set to TYPICAL
    any idea what should I do in this regard,
    thanks
    asif

    If You are saying it generated a huge message log, then it sounds quite unusual.
    Are there any messages like
    ....not running ....
    But better would be if You post here what You see on screen.
    Or look into
    $ORACLE_HOME/hostname/sysman/log - are there any errors in logfiles?

  • Can TestStand create a new database

    I have what I thought was an easy questions but I can't find the solution.
    When using the data logging we choose which file it is writing to (I am using Access). I was wondering if there is a way to have TestStand automatically create and save a new file based on the serial number entered during testing.
    So instead of having 1 Access file with all of the serial numbers inside of it (i.e TestSolutions.mdb).
    We would have several Access files all named by the serial numbers input during testing. (i.e. 123.mdb, 124.mdb, 125.mdb, and so on if the serial numbers entered during testing was 123,124,125).
    Also this should append an already created Access file if the serial number is repeated.
    Thanks for all the help.
    Solved!
    Go to Solution.

    In my experience, the database must be created with the appropriate tables and relationships before testing can begin.
    But in your case, you could do the following:
    1.) Create a default 'template.mdb' that is blank and contains all the necessary tables.
    2.) Scan your serial number and COPY your 'template.mdb' to <SN.mdb>.  I could easily do this in LabVIEW.
    You can do the renaming in the DatabaseOptions callback.  It is important to set the ConnectionString.
    For example, I use the following ConnectionString....
    Parameters.DatabaseOptions.ConnectionString="\"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\Program Files\\<SN.mdb>;Persist Security Info=False\""
    I never thought of doing creating separate databases for each serial number, is there any reason why you would need to do that? 
    PH

  • How can i create a new database instance in oracle 10g express edition?

    hello everybody
    i'm a student
    i am developing a database application
    i'm using oracle 10g express edition
    to run my application i need to create another database instance
    but i didn't find any option for doing so in that product
    if there is pls tell me where it is?
    if not pls tell me how to manually create it?
    regards,
    Chaitanya

    Chaitanya Babu M wrote:
    yaa i'm sure about that .
    i want one more instance of database.Can you perhaps explain why? I have a fair share of production and development servers - and not a single one of them needs to run more than one database instance.
    So I'm interested in what requirement you are trying to satisfy by using two database instances on a single platform.
    Oh yeah - if you want to create a custom XE instance (different SID, different tablespace sizes, more/less PL/SQL stuff installed, hack standard), make a copy of your XE db creation script (in your XE's +$ORACLE_HOME/bin+ and called createdb.sh ) and modify that for your needs.
    PS. even with a different SID, only a single XE instance can be run at a time - you can however have 2 different ones defined and then use one at a time (e.g. testing international settings, init param differences, etc.)

  • Can I create a directory database in Numbers, like I have done in Access?

    I have a database in Access that I converted to numbers for the data, but I want to create a directory with merge fields so that its easier to read and pretty to look at. Can this be done in Numbers or Pages? or is there another program comparable to Microsoft Access that I need to get. Is there freeware that would do the trick? thanks.

    thanks for offering your help. I have about 120 contacts in one database with about 20 fields for each contact: name, phn, birthday, anniv, email, address, hobbies, heritage, etc. I guess about 5 or 6 contacts would fit on a page.
    I also have another database that is quite smaller. only about 68 contacts, with just 9 or 10 fields per contact. Last Name, First Name, Unit, Home Phone, Cell Phone, EMail Address, Alt Email, Alt Cell Phone, Additional. I would like the option to add fields as this document grows.
    I searched online for some database management software but it seems that you need to know programing. I inherited the access database listed first so I only had to tweek things, copy and paste fields, I did not have to create it from scratch. Am I looking for the wrong type of program? Is there a program out there that makes simple directories? Or is there an easy way to create a merge document (In Pages or Numbers) to have multiple contacts on one page. Like a label? I am able to create a merge form letter, but can not figure out how to get multiple contacts on a page. I am not planning to give up on my Mac. I am committed to is as I have spent a few thousand dollars to get this, But I just need to know how to get started.
    Thanks again for your help. Toni

  • The form base xlm can't creat in the File System Repository

    Hi all
    A document created by  the sap demo news can display in the folder base the cm Repository corrected,but can't in File System Repository.
    What is the reason?
    Edited by: joecui on Apr 9, 2010 7:11 AM

    Hi,
    You should not use the /etc repository for creating and storing xmlforms or any content!! This repository is used for configuration purposes and should not be visible to end users, otherwise there would be a very strong possibility that your CM config could be modified, deleted etc.
    If you want you should create your own FS repository pointing to a separate FS location to which your end users have access.
    Regards,
    Lorcan.

Maybe you are looking for

  • Sap R/3 4.6c and BW 3.0b installation snapshot steps both on one server

    hi gurus, i want to install R/3 4.6c and BW 3.0b on to my laptop my laptop configuration is 2bg RAM 160 HDD Intel centrino Duo mobile 1.66ghz processor i also need the connectivity steps to be working between R/3 and BW for me to extract data from R/

  • Iphoto re-emails an old photo when I try to share a different one

    I have sent 5 photos through Iphoto/share/email in the last two days, but the recipient keeps getting a photo that I sent last month.

  • Jagged edges on photos.

    Hello. I got a huge problem when trying to incorporate pics in PSE12. I have downsized all pics to 2000X1500 using PS. My problem is that the photos comes out with jagged edges and really bad quality. I have tried all sorts of things.  Saving it to P

  • How to have spreadsheet like columns in report (like an Excel grid)

    <p>I am trying to make a report in landscape format with around 15 columns across the sheet. The data is sales numbers per months plus total, budget and deviation (calculated).</p><p>The data should be in an <strong><u>Excel-like grid</u></strong>. T

  • Regd: 100% composition for a material

    Hi, I am a technical consultant currently implementing 'REACH' solution for a Chemical industry client and have a functional issue related to the composition of a BOM. (BOM transfer) I have (say) four materials sharing the same specification (substan