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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- nacos Connection refused (Connection refused)
- java.net.ConnectException: Connection refused (Connection refused)JavaException
- Error:Can't connect to SOCKS proxy:Connection refused (Connection refused)Error
- go get報錯connect: connection refusedGo
- SSH出現Connection refused錯誤
- nameko shell 報錯 : [Errno 111] Connection refused
- raw.githubusercontent.com port 443: Connection refusedGithub
- Error!: SQLSTATE[HY000] [2002] Connection refusedErrorSQL
- java.net.ConnectException: Connection refused 異常JavaException
- ssh: connect to host localhost port 22: Connection refusedlocalhost
- Linux啟動tomcat後執行shutdown.sh關閉時出現異常:Connection refused (Connection refused)LinuxTomcat
- kubernetes應用flannel失敗 Connection refused.
- telnet localhost 44444 telnet: connect to address ::1: Connection refusedlocalhost
- git push fatal: HttpRequestException encountered. An error occurred while sending the requestGitHTTPExceptionErrorWhile
- 解決 Android studio Connect to 127.0.0.1:[/127.0.0.1] failed: Connection refusedAndroid127.0.0.1AI
- Listener refused the connection with the following error:ORA-12514, TNS:listenerError
- OGG-01224 error 111:Connection refused - retries exceeded.Error
- 坑:ssh: connect to host github.com port 22: Connection refusedGithub
- Solaris SSH 服務處於maintenance模式,ssh connection refusedAINaN模式
- The connection to the server 10.10.0.2:6443 was refused - did you specify the right host or port?Server
- Jedis 連線 Redis報JedisConnectionException: java.net.ConnectException: Connection refusedRedisExceptionJava
- 異常解決——GitLab : ssh: connect to host port 22: Connection refusedGitlab
- tomcat one connection one thread one request one threadTomcatthread
- (20200916 Solved)Docker||redis-cli Could not connect to Redis at 127.0.0.1:6379: Connection refusedDockerRedis127.0.0.1
- 連線資料庫提示sqlstate[hy000] [2002] Connection refused資料庫SQL
- idea報錯資料庫connection refused【杭州多測師_樹哥】Idea資料庫
- 解決telnet: connect to address 127.0.0.1: Connection refused的錯誤資訊問題127.0.0.1
- CM agent 傳送heartbeat給CM server 不斷髮生 connection refused:timed outServer
- pa_simple_new() failed: Connection refused ubuntu 開啟root使用者的聲音AIUbuntu
- 解決Mac終端下載報錯 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refusedMacAIGithub
- 使用putty遠端登入Ubuntu時,報Network error:Connection refused錯誤及解決(記錄)UbuntuError
- docker phpmyadmin 連線宿主mysql資料庫報錯:mysqli::real_connect(): (HY000/2002): Connection refusedDockerPHPMySql資料庫
- wsl docker 安裝frp內網穿透出現error: dial tcp 127.0.0.1:xxxx: connect: connection refused解決方法DockerFRP內網穿透ErrorTCP127.0.0.1
- ubuntu ssh: connect to host ** port 22: Connection refused ssh登入遠端伺服器時提示Permission denied (publickey,password)Ubuntu伺服器
- Fedora 31 k8s kubernetes kubeasz 防火牆 firewalld 導致 harbor pod 容器 例項 網路不通 connect: connection refusedK8S防火牆
- Connection
- java踩坑之java.io.IOException: No space left on deviceJavaExceptiondev
- Refused to set unsafe header "cookie"HeaderCookie
- MySQL:sending data狀態包含了什麼MySql