您的位置:首页 > 数据库 > Oracle

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

2012-09-13 00:55 423 查看
刚装完 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:

stop dbconsole

emctl resetTZ agent

emctl config agent getTZ

start dbconsole

cmd输入emctl stop dbconsole 发生错误

设置环境变量=》先设置环境变量ORACLE_SID

set oracle_sid=orcl

emctl stop dbconsole

emctl resetTZ agent

emctl config agent getTZ

emctl start dbconsole

OK搞定。

转自:http://blog.csdn.net/haizei4924/article/details/7162529
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐