Hi there guys,
i get the error---- java.lang.Exception: Exception in sending Request :: null
i have spent 10hrs trying to figure this out. the installation went without any hitch,
the instance is up and running, but when i use the console i get the error
i have correctly set the etc hosts with the correct info
192.168.1.125 zedmaster
i can ping to zedmaster
oracle version = 10g release 2 (10.2.0.1.0)
os = windows xp pro 64 bit on dell precision 380
1) i set the loopback adapter and results as follows:
Ethernet adapter Local Area Connection 2:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft Loopback Adapter
Physical Address. . . . . . . . . : 02-00-4C-4F-4F-50
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.1.125
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.
set oracle_sid=TYPHOON
emctl status dbconsole
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
http://ZEDMASTER:1158/em/console/aboutApplication
EM Daemon is not running.
------------------------------------------------------------------
Logs are generated in directory C:\oracle\product\10.2.0\TYPHOON/ZEDMASTER_TYPHO
ON/sysman/log
emctl start dbconsole
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
http://ZEDMASTER:1158/em/console/aboutApplication
Starting Oracle Enterprise Manager 10g Database Control ...The requested service
has already been started.
More help is available by typing NET HELPMSG 2182.
emctl status dbconsole
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
http://ZEDMASTER:1158/em/console/aboutApplication
EM Daemon is not running.
------------------------------------------------------------------
Logs are generated in directory C:\oracle\product\10.2.0\TYPHOON/ZEDMASTER_TYPHO
ON/sysman/log
emctl status agent
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
---------------------------------------------------------------
Agent is Not Running
i guess the loopback adapter is o.k.
yes - i figured out there is a timezone error/mismatch
Done the following steps:
c:\emctl config agent getTZ = america/new_york 
i have tried to correct this in the emd file by setting agentTZRegion=Canada/Eastern but it gets overwritten when 
resetTZ agentTZRegion is executed.
so the resetTZ is basically resetting the value.
emctl resetTZ agent
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
Updating C:\oracle\product\10.2.0\TYPHOON/ZEDMASTER_TYPHOON/sysman/config/emd.properties...
resetTZ failed.
The agentTZRegion in:/sysman/config/emd.properties
is not in agreement with what the agent thinks it should be.
Fix your environment.
Pick a TZ value that corresponds to time zone settings listed in:
IS there a way to fix the emd file and then have the TZagent pick up the value from there or ??
Thanks