Assertion failed: LDAP_VALID( ld ), file extended.c, line 127
Hi - The HTTP Server in my setup would not start.
The setup consists of two servers (Server A, Server B) under a hardware load balancer.
Server A is working fine. Both OC4J and HTTP Server are up and running. And this server has AS control.
Server B is the one having the problem. OC4J is up and running. HTTP Server is not.
I am also able to connect to Server A through the load balancer, so I guess that rules out any load balancer problems.
I searched the 'unable to start HTTP server' threads - failed to find one that had a similar problem. Hence this post.
Could someone please take a look at this problem? Any help is greatly appreciated.
Environment
Oracle Application Server 10.1.3.2 on Solaris 9
The error message and the information from the logs is given below:
opmnctl: starting opmn and all managed processes...
================================================================================
opmn id=servername:port
1 of 2 processes started.
ias-instance id=as.servername
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
--------------------------------------------------------------------------------
ias-component/process-type/process-set:
HTTP_Server/HTTP_Server/HTTP_Server/
Error
--> Process (index=1,uid=1994923173,pid=1316)
failed to start a managed process after the maximum retry limit
Log:
/path/to/log/HTTP_Server~1.log
Entry in the HTTP Server log
--------
07/07/17 09:39:12 Start process
--------
/$ORACLE_HOME/Apache/Apache/bin/apachectl startssl: execing httpd
Assertion failed: LDAP_VALID( ld ), file extended.c, line 127
Entry in the OPMN log
07/07/17 09:38:34 [internal] Logging disabled
07/07/17 09:39:07 [ons-internal] ONS server initiated
07/07/17 09:39:07 [pm-internal] PM state directory exists: /$ORACLE_HOME/opmn/logs/states
07/07/17 09:39:07 [pm-internal] OPMN server ready. Request handling enabled.
07/07/17 09:39:08 [pm-requests] Request 2 Started. Command: /start
07/07/17 09:39:08 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1994923173:0)
07/07/17 09:39:08 [pm-process] Starting Process: default_group~home~default_group~1 (1994923174:0)
07/07/17 09:39:11 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1994923173:0)
07/07/17 09:42:40 [pm-process] Process Alive: default_group~home~default_group~1 (1994923174:1315)
07/07/17 09:42:40 [pm-requests] Request 2 Completed. Command: /start
07/07/17 09:56:53 [pm-internal] OPMN server stopped. Request handling disabled.
07/07/17 09:56:53 [pm-requests] Request 3a Started. Command: /shutdown
07/07/17 09:56:53 [pm-process] Stopping Process: default_group~home~default_group~1 (1994923174:1315)
07/07/17 09:57:28 [pm-requests] Request 3a Completed. Command: /shutdown
07/07/17 09:57:28 [pm-process] Process Stopped: default_group~home~default_group~1 (1994923174:1315)
07/07/17 09:57:28 [pm-requests] Http 3a
as.x1-08~default_group~home~default_group~1994923174:1315
Status: Stopped
Operation: request (success)
ErrFile: /$ORACLE_HOME/opmn/logs/default_group~home~default_group~1.log
07/07/17 09:57:31 [internal] Logging disabled
Entry in the default home group log
Jul 17, 2007 9:57:25 AM org.jgroups.blocks.ConnectionTable run
INFO: exception is java.net.SocketException: Socket closed
Jul 17, 2007 9:57:25 AM org.jgroups.blocks.ConnectionTable$Connection run
INFO: exception is java.io.EOFException
Jul 17, 2007 9:57:25 AM org.jgroups.blocks.ConnectionTable$Connection run
INFO: exception is java.net.SocketException: Socket closed
Jul 17, 2007 9:57:25 AM org.jgroups.blocks.ConnectionTable$Connection run
INFO: exception is java.io.EOFException
Jul 17, 2007 9:57:25 AM org.jgroups.blocks.ConnectionTable$Connection run
INFO: exception is java.net.SocketException: Socket closed
Jul 17, 2007 9:57:25 AM org.jgroups.blocks.ConnectionTable run
INFO: exception is java.net.SocketException: Socket closed
Jul 17, 2007 9:57:25 AM org.jgroups.blocks.ConnectionTable run
INFO: exception is java.net.SocketException: Socket closed
Jul 17, 2007 9:57:25 AM org.jgroups.blocks.ConnectionTable$Connection run
INFO: exception is java.io.EOFException
Jul 17, 2007 9:57:25 AM org.jgroups.blocks.ConnectionTable$Connection run
INFO: exception is java.net.SocketException: Socket closed
Jul 17, 2007 9:57:25 AM org.jgroups.blocks.ConnectionTable$Connection run
INFO: exception is java.io.EOFException
Jul 17, 2007 9:57:25 AM org.jgroups.blocks.ConnectionTable$Connection run
INFO: exception is java.net.SocketException: Socket closed
Jul 17, 2007 9:57:25 AM org.jgroups.blocks.ConnectionTable run
INFO: exception is java.net.SocketException: Socket closed
Jul 17, 2007 9:57:26 AM org.jgroups.blocks.ConnectionTable run
INFO: exception is java.net.SocketException: Socket closed
Jul 17, 2007 9:57:26 AM org.jgroups.blocks.ConnectionTable$Connection run
INFO: exception is java.io.EOFException
Jul 17, 2007 9:57:26 AM org.jgroups.blocks.ConnectionTable$Connection run
INFO: exception is java.net.SocketException: Socket closed
Thank you.