11G dbconsole 報錯處理: WARN http: snmehl_connect: connect failed to (ehrprod:1158): Connection refused
11G Dbconsole 在啟動時報以下錯誤:
WARN http: snmehl_connect: connect failed to (ehrprod:1158): Connection refused (error = 111)
解決辦法是查詢emagent的程式,kill掉,再啟,最後終於OK了。
[oracle@ehrprod persistence]$ ps -ef | grep emagent
oracle 19843 1 0 14:03 pts/0 00:00:09 /u01/oracle/product/10.2.0.1/bin/emagent
oracle 29162 15448 0 17:04 pts/1 00:00:00 grep emagent
[oracle@ehrprod persistence]$ kill -9 19843
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/66634/viewspace-1059015/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- go get報錯connect: connection refusedGo
- Error:Can't connect to SOCKS proxy:Connection refused (Connection refused)Error
- 解決Mac終端下載報錯 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refusedMacAIGithub
- 解決 Android studio Connect to 127.0.0.1:[/127.0.0.1] failed: Connection refusedAndroid127.0.0.1AI
- ssh: connect to host localhost port 22: Connection refusedlocalhost
- Oracle11G監聽報錯Connection refusedOracle
- OGG Director報錯 Connection FAILEDAI
- AS編譯不通過,提示Error:Connection refused: connect編譯Error
- Gradle 編譯不通過 connection refused connectGradle編譯
- SQLServer映象報錯Connection handshake failedSQLServerAI
- ssh連線Linux收到The remote system refused the connection報錯LinuxREM
- 坑:ssh: connect to host github.com port 22: Connection refusedGithub
- Xtrabackup備份報錯Failed to connect to MySQL serverAIMySqlServer
- java.net.ConnectException: Connection refused (Connection refused)JavaException
- Fatal NI connect error 12170.報錯處理Error
- OGG 同步報錯 - TCP/IP error 111 (Connection refused)TCPError
- 【故障處理】ORA-28547: connection to server failed, probableServerAI
- mysql connection refusedMySql
- 解決telnet: connect to address 127.0.0.1: Connection refused的錯誤資訊問題127.0.0.1
- 異常解決——GitLab : ssh: connect to host port 22: Connection refusedGitlab
- telnet localhost 44444 telnet: connect to address ::1: Connection refusedlocalhost
- centos6.5報錯:checking filesystems failed問題處理CentOSAI
- SQLServer搭建域控下映象報錯Connection handshake failedSQLServerAI
- Solaris SSH 服務處於maintenance模式,ssh connection refusedAINaN模式
- 【故障處理】ORA-12545: Connect failed because target hostAI
- vue報錯:[Vue warn]: Invalid prop: type check failed for prop "value". Expected Number, got String....VueAIGo
- oracle listener錯誤Linux Error: 111: Connection refusedOracleLinuxError
- IOException in sending Request :: Connection refusedException
- 【遠端除錯】Failed to connect to remote VM除錯AIREM
- 安裝GRID CONTROL The OPMN Process Manager failed to start報錯處理AI
- npm報錯:request to https://registry.npm.taobao.org failed處理辦法NPMHTTPAI
- pa_simple_new() failed: Connection refused ubuntu 開啟root使用者的聲音AIUbuntu
- Extjs報錯處理JS
- DG報錯的處理
- errpt報錯處理
- Host is not allowed to connect to this MySQL server 錯誤的處理方法MySqlServer
- Xlib: connection to ":0.0" refused by server(openSUSE)Server
- Failed to resolve:com.android.support:appcompat-v7:報錯處理AIAndroidAPP