Unable to start HTTP server after restore
After a restore of the Application Server and Oracle SOA Suite we were unable to start OHS (Oracle HTTP Server). The result of opmnctl status was:
Processes in Instance: <<>> ---------------------------------+--------------------+---------+--------- ias-component | process-type | pid | status ---------------------------------+--------------------+---------+--------- OC4JGroup:admin_group | OC4J:admin_apps | 241672 | Alive ASG | ASG | N/A | Down OC4JGroup:default_group | OC4J:oc4j_soa | 409618 | Alive OC4JGroup:default_group | OC4J:home | 340092 | Alive HTTP_Server | HTTP_Server | 462964 | Down
The command opmnctl startproc ias-component=HTTP_Server resulted in:
Error --> Process (pid=13365) failed to start a managed process after the maximum retry limit
The log file /opmn/logs/HTTP_Server~1.log. Was not very helpfull:
-------- 09/08/19 10:25:37 Start process -------- ORACLE_HOME/Apache/Apache/bin/apachectl startssl: execing httpd
After a lot of Google, OTN and searching on our server we found out that the owner and rights for the .apachectl somehow got lost during the back up (compression?) or restore operation. On UNIX the HTTP server should run as root. Changing the ownership and rights as described in the link solved our problem:
- Change to root user
- Navigate to ORACLE_HOME/Apache/Apache/bin and execute the following command:
- chown root .apachectl
- chmod 6750 .apachectl
- Exit root.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/27677524/viewspace-756479/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- guarantee restore points-Flashback after RMAN restoreREST
- Cannot restore segment prot after reloc:Permission deniedREST
- How to Restore the Database Using AMDU after Diskgroup CorruptionRESTDatabase
- How to restore raid after reinstall LinuxRESTAILinux
- SQL Server Backup & RestoreSQLServerREST
- iptables報錯!iptables-restore unable to initialize table 'filterRESTFilter
- Open Resetlogs After Restore Hangs (Doc ID 1455666.1)REST
- How to restore ASM based OCR after complete loss of the CRS diskgroupRESTASM
- android studio Error:Unable to start the daemon process【轉】AndroidError
- CRS can not Start After Node Reboot (文件 ID 733260.1)boot
- CRS-215 Srvctl unable to start ASM, Listener, RDBMS ResourcesASM
- Unable to connect to SQL Server ExpressSQLServerExpress
- You may fail to backup log or restore log after TDE certification/key rotation.AIREST
- springcloud和Eureka整合時報錯:Unable to start embedded TomcatSpringGCCloudTomcat
- the application was unable to start correctly 0xc000007bAPP
- Server Tomcat v7.0 Server at localhost failed to startServerTomcatlocalhostAI
- 啟動Tomcat 失敗(Unable to start cluster)及解決方法Tomcat
- How to Restore CRS after accidentally run localconfig on RAC system_747415.1RESTIDE
- ggsci error libclntsh.so.10.1: cannot restore segment prot after relocErrorREST
- Unable To Open Database After ASM Upgrade From Release 11.1 To Release 11.2DatabaseASM
- Server Tomcat v9.0 Server at localhost failed to start.ServerTomcatlocalhostAI
- http包serverHTTPServer
- sqlplus因selinux報錯cannot restore segment prot after reloc: Permission deniedSQLLinuxREST
- libclntsh.so.11.1:cannot restore segment prot after reloc:Permission denied 報錯REST
- SQL Server wanting, start your journey now!SQLServer
- unable to connect to converter enterprise serverServer
- 【轉載】啟動sqlplus命令,會報的cannot restore segment prot after relocSQLREST
- Unable To Recreate DG Fast Start Failover Configuration With DGMGRL-454418.1ASTAI
- 【SQLServer】linked server "" was unable to begin a distributed transaction.SQLServer
- /sqlplus: error on libnnz11.so: cannot restore segment prot after reloc [ID 454196.1]SQLErrorREST
- Can't debug c++ project because unable to static library start program *.libC++Project
- http server原始碼解析HTTPServer原始碼
- Perfect & swift-server/httpSwiftServerHTTP
- Beego run http server Running on http://:8080GoHTTPServer
- MySQL5.7 Unable to find a match: MySQL-community-serverMySqlUnityServer
- MySQL不能啟動 Can't start server : Bind on unix sockeMySqlServer
- 拼多多版http-serverHTTPServer
- 實現自己的http serverHTTPServer