首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

解决Oracle 10G : java.lang.Exception: Exception in sending Request : null

2012-07-03 
解决Oracle 10G : java.lang.Exception: Exception in sending Request :: null今天启动 Oracle 10g EM,报

解决Oracle 10G : java.lang.Exception: Exception in sending Request :: null

今天启动 Oracle 10g EM,报了一个错:

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

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

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

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

agentTZRegion=Asia/Shanghai

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

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

emctl stop dbconsole

emctl resetTZ agent

emctl config agent getTZ

emctl start dbconsole

热点排行