IOException in sending Request :: Connection refused: connect

来源:互联网 发布:linux cat命令加行号 编辑:程序博客网 时间:2024/05/16 18:04

IOException in sending Request :: Connection refused: connect

文章分类:数据库

刚装完 Oracle 10g,然后,进行em后,界面出来了,但报了一个错:

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

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




 

 


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

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

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

agentTZRegion=Asia/Chungking

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

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

emctl stop dbconsole 

 

(然后去$ORACLE_HOME/db_1/$HOSTNAME/sysman/config/emd.properties中将agentTZRegion缺省是GMT修改为agentTZRegion=Asia/Chungking
)

emctl resetTZ agent

 (这句不用)

emctl config agent getTZ

(直接使用这句)

emctl start dbconsole
(最后用这句就可以了)
如以下截图:



 



重新登陆,搞定!







 

原创粉丝点击