Link to home
Start Free TrialLog in
Avatar of xoxomos
xoxomos

asked on

Enterprise Manager Problem

I just installed 10.2. Oracle on a Windows XP machine.  I set up this little 'loopback adapter'  instructed as this is a dhcp machine.
  When i try to open EM, i get
"Error"
"java.lang.exception: Exception in sending Request::null"
contents of logfile follows:
2009-04-02 12:12:22,710 [MetricCollector:HOMETAB_THREAD600:60] ERROR

rt.DbMetricCollectorTarget _getAllData.328 - oracle.sysman.emSDK.emd.comm.CommException: Exception in sending Request :: null
oracle.sysman.emSDK.emd.comm.CommException: Exception in sending Request :: null
      at oracle.sysman.emSDK.emd.comm.EMDClient.getResponseForRequest_(EMDClient.java:1319)
      at oracle.sysman.emSDK.emd.comm.EMDClient.getResponseForRequest(EMDClient.java:1212)
      at oracle.sysman.emSDK.emd.comm.EMDClient.getMetrics(EMDClient.java:637)
      at oracle.sysman.emo.perf.metric.rt.DbHomeTab._getAllData(DbHomeTab.java:324)
      at oracle.sysman.emo.perf.metric.rt.DbHomeTab.getData(DbHomeTab.java:139)
      at oracle.sysman.emo.perf.metric.eng.MetricCached.collectCachedData(MetricCached.java:402)
      at oracle.sysman.emo.perf.metric.eng.MetricCollectorThread._collectCachedData(MetricCollectorThread.java:596)
      at oracle.sysman.emo.perf.metric.eng.MetricCollectorThread.run(MetricCollectorThread.java:320)
      at java.lang.Thread.run(Thread.java:534)
2009-04-02 12:12:42,819 [EMUI_12_12_42_/console/database/instance/sitemap] ERROR perf.sitemap initializeGeneral.398 - Failed to initialize object: ORA-20206:
ORA-06512: at "SYSMAN.EMD_DATABASE", line 1165
ORA-01403: no data found
ORA-06512: at line 1



I have dropped the database and created a new one with the same results.
Any ideas how to resolve this EM problem?
Avatar of schwertner
schwertner
Flag of Antarctica image

Turn off the default firewall.
Make the loopback adapter first adapter.
Does the listener runs?
What about the famous registration of the instance by the Listener
that could be checked so from command line:

lsnrctl services
Avatar of xoxomos
xoxomos

ASKER

Looking at the logs, maybe it has to do with that time zone business.  I'm  in the Pacific area and it was impacted.   I recall some patches from Oracle that corrected that problem, but since this is a play box......
 (error = 10061)
2009-04-02 11:57:21 Thread-3868 ERROR main: nmectl.c: nmectl_validateTZRegion, agentTZoffset =-420,and testTZoffset for America/Los_Angeles:-480 do not match
2009-04-02 11:57:22 Thread-3868 ERROR main: nmectl.c: nmectl_validateTZRegion, agentTZoffset =-420,and testTZoffset for America/Los_Angeles:-480 do not match
ASKER CERTIFIED SOLUTION
Avatar of sventhan
sventhan
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of xoxomos

ASKER

Thanks