IOException in sending Request :: Connection refused
java.lang.Exception: IOException in sending Request :: Connection refused 解決方法一
1.進入$ORACLE_HOME\ORACLE_SID\sysman\log
檢視emagent.trc
--------資料夾下沒有檔案
2.發現WARN collector: the column name DiskActivityavwait in this condition does not exist
--------沒有檔案
3.使用emctl resetTZ agent,要根據提示執行相關命令;
我這邊的提示資訊如下:
TZ set to US/Eastern
Oracle Enterprise Manager 10g Database Control Release 10.2.0.5.0
Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
Updating /u01/app/oracle/product/10.2.0/db_1/db2_orcl2/sysman/config/emd.properties...
Time zone set to US/Eastern.
To complete this process, you must either:
connect to the database served by this DBConsole as user 'sysman', and execute:
SQL> exec mgmt_target.set_agent_tzrgn('db2:3938','US/Eastern')
-- or --
connect to the database served by this DBConsole as user 'sys', and execute:
SQL> alter session set current_schema = SYSMAN;
SQL> exec mgmt_target.set_agent_tzrgn('db2:3938','US/Eastern')
4.使用SYSMAN登入,然後執行
exec mgmt_target.set_agent_tzrgn('db2:3938','US/Eastern')
sqlplus sysman/****
SQL> exec mgmt_target.set_agent_tzrgn('db2:3938','US/Eastern')
PL/SQL procedure successfully completed.
5.再執行emctl start dbconsole,OEM啟動OK。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/14184018/viewspace-713490/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- java.net.ConnectException: Connection refused (Connection refused)JavaException
- jdbc連線sql server 出現 java.sql.SQLException: Network error IOException: Connection refused:JDBCSQLServerJavaExceptionError
- mysql connection refusedMySql
- Error:Can't connect to SOCKS proxy:Connection refused (Connection refused)Error
- java.io.IOException: Connection reset by peerJavaException
- Xlib: connection to ":0.0" refused by server(openSUSE)Server
- FTP Connection refused error 解決辦法FTPError
- Xlib: connection to ":0.0" refused by server 問題Server
- go get報錯connect: connection refusedGo
- java.net.ConnectException: Connection refused 異常JavaException
- ssh: connect to host localhost port 22: Connection refusedlocalhost
- java.sql.SQLException: Io 異常: Connection refusedJavaSQLException
- git push fatal: HttpRequestException encountered. An error occurred while sending the requestGitHTTPExceptionErrorWhile
- Linux啟動tomcat後執行shutdown.sh關閉時出現異常:Connection refused (Connection refused)LinuxTomcat
- raw.githubusercontent.com port 443: Connection refusedGithub
- AS編譯不通過,提示Error:Connection refused: connect編譯Error
- Gradle 編譯不通過 connection refused connectGradle編譯
- Oracle11G監聽報錯Connection refusedOracle
- EJB create時ConnectException: Connection refused to host:....問題Exception
- Solaris SSH 服務處於maintenance模式,ssh connection refusedAINaN模式
- Error!: SQLSTATE[HY000] [2002] Connection refusedErrorSQL
- kubernetes應用flannel失敗 Connection refused.
- 坑:ssh: connect to host github.com port 22: Connection refusedGithub
- oracle listener錯誤Linux Error: 111: Connection refusedOracleLinuxError
- scp時候出現ssh Connection refused的解決方案
- ssh連線Linux收到The remote system refused the connection報錯LinuxREM
- 【轉載】Xlib: connection to ":0.0" refused by server的解決方法Server
- Volley傳送簡單的網路請求(Sending a Simple Request)
- Xlib: connection to ":0.0" refused by server Xlib: No protocol specified解決方案ServerProtocol
- OGG 同步報錯 - TCP/IP error 111 (Connection refused)TCPError
- 異常解決——GitLab : ssh: connect to host port 22: Connection refusedGitlab
- Listener refused the connection with the following error:ORA-12514, TNS:listenerError
- telnet localhost 44444 telnet: connect to address ::1: Connection refusedlocalhost
- Connection to https://dl-ssl.google.com refused的解決辦法HTTPGo
- OGG-01223 TCP/IP error 79 (Connection refused)TCPError
- ssh 安裝及登入提示:connection refused的解決辦法
- Scheduler&Task&Worker&Thread&Request&Session&Connection OF MSSQLthreadSessionSQL
- The connection to the server 10.10.0.2:6443 was refused - did you specify the right host or port?Server