Oracle 10g java.lang.Exception: Exception in sending Request :: null

进行em后,界面出来了,但报了一个错:

 

java.lang.Exception: IOException in sending Request :: Connection refused: connect

 

java.lang.Exception: Exception in sending Request :: null

 

很多功能不能用,提示重新登录

 


Oracle 10g java.lang.Exception: Exception in sending Request :: null

 

解决方案:找到下面的文件

 

$ORACLE_HOME\db_1\$HOSTNAME\sysman\config\emd.properties

 

其中的agentTZRegion缺省是GMT,改为你所在的时区即可,例如:<ChungKing 重庆>

 

agentTZRegion=Asia/Chungking

 

关于时区的列表参考:10.2.0\db_1\sysman\admin\supportedtzs.lst

 

然后先停止 dbconsole 使时区设置生效并重启OracleDBConsole:

 

emctl stop dbconsole

 

emctl resetTZ agent

 

emctl config agent getTZ

 

emctl start dbconsole

 

如以下截图:

 


Oracle 10g java.lang.Exception: Exception in sending Request :: null

重启 在试试

 


Oracle 10g java.lang.Exception: Exception in sending Request :: null