We have encountered few issues while starting the oracle SOA suite after applying SOA patch 10.1.3.3. The HTTP server was still down after the SOA suite restart.
On analyzing the HTTP_Server~1.log file available under $SOA_Home\opmn\logs, the following error was logged.
Syntax error on line 278 of $SOA_Home/apache/apache/conf/httpd.conf:Cannot load $SOA_Home/apache/apache/modules/apachemoduleossl.dll into server: (127) The specified procedure could not be found
This issue might occur if there are few DLL files pertaining to SSL missing or unavailable for the HTTP server start. If you are not using the SSL advantage, then the quick fix is to comment out the following sections of httpd.conf file (Key in # infront of the line to comment).
<ifdefine>
LoadModule ossl_module modules/ApacheModuleOSSL.DLL
</ifdefine>
# Include the SSL definitions and Virtual Host container
include "D:\product\10.1.3.1\OracleAS_1\Apache\Apache\conf\ssl.conf"
Now, restart the Oracle SOA instance & the Http Server should run.
On analyzing the HTTP_Server~1.log file available under $SOA_Home\opmn\logs, the following error was logged.
Syntax error on line 278 of $SOA_Home/apache/apache/conf/httpd.conf:Cannot load $SOA_Home/apache/apache/modules/apachemoduleossl.dll into server: (127) The specified procedure could not be found
This issue might occur if there are few DLL files pertaining to SSL missing or unavailable for the HTTP server start. If you are not using the SSL advantage, then the quick fix is to comment out the following sections of httpd.conf file (Key in # infront of the line to comment).
<ifdefine>
LoadModule ossl_module modules/ApacheModuleOSSL.DLL
</ifdefine>
# Include the SSL definitions and Virtual Host container
include "D:\product\10.1.3.1\OracleAS_1\Apache\Apache\conf\ssl.conf"
Now, restart the Oracle SOA instance & the Http Server should run.
Hi Satya,
ReplyDeletePlease provide me, if you have working java code or ant script to deploy DVM. Thanks in advance.
RaM
ramugvs@gmail.com
Hi Ram,
ReplyDeleteI have posted a new article on Import DVM using Ant. Check out the following link http://sathyam-soa.blogspot.com/2009/05/import-dvm-using-java-ant.html
Hope this helps!