oracle EM seems too tough to configured !!!! [message #438980] |
Wed, 13 January 2010 06:42 |
optimus
Messages: 4 Registered: August 2009
|
Junior Member |
|
|
Dear Friends,
First of all Hello to all.
today I spent my whole behind trying to configure DB Control in my Database. going through this trial and error mechanism at last i am now facing the below error while i configure db control through DBCA.
After giving password of DBSNMP and SYSMAN, the next window shows the below error message and my configuration is aborted.
the log is collected from $ORACLE_HOME/cfgtoollogs/dbca/DEVPRTP location.
$ tail -100 emConfig.log
Jan 13, 2010 6:22:26 PM oracle.sysman.emcp.util.PortManager getAgentPort
CONFIG: Cannot parse EMD_URL correctly. No port identified
Jan 13, 2010 6:22:26 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Marking Agent port: null from /oracle/ora102/sysman/config/emd.properties
Jan 13, 2010 6:22:26 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Cannnot parse EMD_URL correctly. No port identified
Jan 13, 2010 6:22:26 PM oracle.sysman.emcp.util.FileUtil getProperties
CONFIG: Error reading file /oracle/ora102/install/staticports.ini
Jan 13, 2010 6:22:26 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 /oracle/ora102/cfgtoollogs/dbca/DEVPRTP/emConfig.log for more details.
Jan 13, 2010 6:22:26 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:2267)
at oracle.sysman.emcp.EMDBPreConfig.performConfiguration(EMDBPreConfig.java:671)
at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:234)
at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:161)
at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:141)
at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:430)
at oracle.sysman.assistants.util.em.EMConfigStep.executeImpl(EMConfigStep.java:138)
at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
at oracle.sysman.assistants.util.step.BasicStep.callStep(BasicStep.java:251)
at oracle.sysman.assistants.dbca.backend.PostDBConfigureStep.executeImpl(PostDBConfigureStep.java:240)
at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2468)
at java.lang.Thread.run(Thread.java:534)
any idea how to reconfigure DB Control. For more clarification i have attached the snap.
|
|
|
|
|
Re: oracle EM seems too tough to configured !!!! [message #439068 is a reply to message #438980] |
Wed, 13 January 2010 23:41 |
optimus
Messages: 4 Registered: August 2009
|
Junior Member |
|
|
@LKBrwn_DBA
net.ipv4.ip_local_port_range=1024 65000
@babu
[oramax@aktelpretups-test bin]$ emca -repos create
STARTED EMCA at Jan 14, 2010 11:27:29 AM
EM Configuration Assistant, Version 10.2.0.1.0 Production
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Enter the following information:
Database SID: DEVPRTP
Listener port number: 1522
Password for SYS user:
Password for SYSMAN user:
Do you wish to continue? [yes(Y)/no(N)]: Y
Jan 14, 2010 11:28:33 AM oracle.sysman.emcp.EMConfig perform
INFO: This operation is being logged at /oracle/ora102/cfgtoollogs/emca/DEVPRTP/emca_2010-01-14_11-27-29-AM.log.
Jan 14, 2010 11:28:34 AM oracle.sysman.emcp.EMReposConfig createRepository
INFO: Creating the EM repository (this may take a while) ...
Jan 14, 2010 11:28:34 AM oracle.sysman.emcp.EMReposConfig invoke
SEVERE: Error creating the repository
Jan 14, 2010 11:28:34 AM oracle.sysman.emcp.EMReposConfig invoke
INFO: Refer to the log file at /oracle/ora102/cfgtoollogs/emca/DEVPRTP/emca_repos_create_<date>.log for more details.
Jan 14, 2010 11:28:34 AM oracle.sysman.emcp.EMConfig perform
SEVERE: Error creating the repository
Refer to the log file at /oracle/ora102/cfgtoollogs/emca/DEVPRTP/emca_2010-01-14_11-27-29-AM.log for more details.
Could not complete the configuration. Refer to the log file at /oracle/ora102/cfgtoollogs/emca/DEVPRTP/emca_2010-01-14_11-27-29-AM.log for more details.
|
|
|
Re: oracle EM seems too tough to configured !!!! [message #439069 is a reply to message #439068] |
Wed, 13 January 2010 23:53 |
|
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
>SEVERE: Error creating the repository
>Refer to the log file at /oracle/ora102/cfgtoollogs/emca/DEVPRTP emca_2010-01-14_11-27-29-AM.log for more details.
>Could not complete the configuration. Refer to the log file at oracle/ora102/cfgtoollogs/emca/DEVPRTP/emca_2010-01-14_11-27-29-AM.log for more details.
so why did it fail?
|
|
|