Question

APPS9 UD17 fails update when SSL is checked

  • 16 September 2021
  • 5 replies
  • 725 views

Userlevel 3
Badge +7

Ok I have been working with this UD17 since June and here is what I am experiencing.

I have a 3rd party wildcard SSL that supports TLS1.1 & TLS1.2

I have verified the certificate is not expired.

When I apply the UD17 to our current UD14 environment and uncheck SSL - the update applies fine.

When I check SSL and use either a self-signed cert or apply our wildcard cert, I get an error.

 

Finalize process IFS Middleware Server 90.23.0

web-config-weblogic

Update middleware servers

Error in Ant-script: server\install_fndmws.xml

Reported error is: The following error occurred while executing this line:

D:\ifs\extsvr\SANITY\repository\server\install_fndmws.xml:457: Java returned: 1

 

I have verified the Oracle Inventory is clean.

 

I have set the following SSL:

Cipher Suite = ALL

Protocol = ALL -TLSV1.2

 

Does anyone know why the SSL wont apply to UD17?

Were there any significant changes to SSL in UD15 or UD16?

 

Truly appreciate any feedback.

Marjie


This topic has been closed for comments

5 replies

Userlevel 7
Badge +20

Hi Marjie,

Have you enabled extended logging before clicking execute in the installer. (.ext check box in the installer? ) I think that should give you a more detailed error message. Examining the ant call in the file   install_fndmws.xml:457 will give us some idea on what’s the ant target that is being called. However, detailed logging will need to be enabled like I have noted above to get an idea why it’s failing. 

 

Thanks,

Kasun

Userlevel 3
Badge +7

Kasun;

I will do so.

I tried working with 3 environments yesterday and all 3 failed. I do remember checking ext, but do not recall which env I was doing so with. 

Thx again.

Userlevel 3
Badge +7

I enabled ext, update partially failed -due to http server not starting.

 

Below are several excerpts from log files

I do see references to SSLCACHESESSION is None

SSLPROXYSESSIONCACHE notes in the .conf file as being invalid.

<2021-09-20 14:52:26> <INFO> <OHS-0> <AH00526: Syntax error on line 16 of D:/ifs/extsvr/SANITY/instance/SANITY/conf/mod_wl_ohs_SANITY.conf:>
<2021-09-20 14:52:26> <INFO> <OHS-0> <Invalid command 'SSLProxySessionCache', perhaps misspelled or defined by a module not included in the server configuration>

 

So here I go down a rabbit hole looking at logs.

If there is another log file i should include, please let me know.

 

Any assistance is truly appreciated.

 

Error in Ant-script: server\install_fndmws.xml
Reported error is: The following error occurred while executing this line:
D:\ifs\extsvr\SANITY\repository\server\install_fndmws.xml:457: Java returned: 1
Finalize process IFS Base Functionality 6.0.0

 

Log file reveals:

The ' characters around the executable and arguments are
not part of the command.
[java]: Error redirected to property: wlst.script.error
[java]: 
[java]: Initializing WebLogic Scripting Tool (WLST) ...
[java]: 
[java]: Welcome to WebLogic Server Administration Scripting Shell
[java]: 
[java]: Type help() for help on available commands
[java]: 
[java]: Connecting to Node Manager ...
[java]: Successfully Connected to Node Manager.
[java]: Killing server SANITY ...
[java]: This Exception occurred at Mon Sep 20 15:18:41 EDT 2021.
[java]: weblogic.nodemanager.NMException: Received error message from Node Manager Server: [OHS Server 'SANITY' is not currently running]. Please check Node Manager log for details.
[java]: Error occurred while performing nmKill : Error killing server SANITY : Received error message from Node Manager Server: [OHS Server 'SANITY' is not currently running]. Please check Node Manager log for details. 
[java]: Use dumpStack() to view the full stacktrace :
[java]: Currently connected to Node Manager to monitor the domain ohs.
[java]: 
[java]: FAILED
[java]: 
[java]: Java Result: 1
[antcall]: Exiting D:\ifs\extsvr\SANITY\repository\server\install_fndmws.xml.
[antcall]: Exiting D:\ifs\extsvr\SANITY\repository\server\install_fndmws.xml.
[antcall]: Exiting D:\ifs\extsvr\SANITY\repository\server\install_fndmws.xml.
Error in Ant-script: server\install_fndmws.xml
Reported error is: The following error occurred while executing this line:
D:\ifs\extsvr\SANITY\repository\server\install_fndmws.xml:2791: The following error occurred while executing this line:
D:\ifs\extsvr\SANITY\repository\server\install_fndmws.xml:2701: The following error occurred while executing this line:
D:\ifs\extsvr\SANITY\repository\server\install_fndmws.xml:2608: Failed Stopping MWS HTTP. Error is: (Problem invoking WLST - Traceback (innermost last):
  File "D:\ifs\extsvr\SANITY\tmp\mws\stop-http-component.py", line 9, in ?
Failed stopping HTTP servers

Nodemanager log reveals.

<Sep 20, 2021 1:34:24 PM EDT> <INFO> <ohs> <SANITY> <The server 'SANITY' with process id 20556 is no longer alive; waiting for the process to die.>
<Sep 20, 2021 1:34:24 PM EDT> <INFO> <ohs> <SANITY> <Server was killed>
<Sep 20, 2021 1:34:28 PM EDT> <INFO> <Loading domains file: D:\ifs\extsvr\SANITY\ohs\nodemanager\nodemanager.domains>
<Sep 20, 2021 1:34:29 PM EDT> <INFO> <Loading identity key store: FileName=D:\ifs\extsvr\SANITY\ohs\security\DemoIdentity.jks, Type=jks, PassPhraseUsed=true>
<Sep 20, 2021 1:34:29 PM EDT> <INFO> <Loaded NodeManager configuration properties from 'D:\ifs\extsvr\SANITY\ohs\nodemanager\nodemanager.properties'>
<Sep 20, 2021 1:34:29 PM EDT> <INFO> <Node manager v12.2.1.3.0>
<Sep 20, 2021 1:34:29 PM EDT> <INFO> <Server Implementation Class: weblogic.nodemanager.server.NMServer$ClassicServer.>
<Sep 20, 2021 1:34:29 PM EDT> <INFO> <Secure socket listener started on port 18094, host DVSAPP18/172.16.8.77>
<Sep 20, 2021 1:35:19 PM EDT> <INFO> <ohs> <SANITY> <The server 'SANITY' is running now.>
<Sep 20, 2021 2:47:10 PM EDT> <INFO> <ohs> <SANITY> <The server 'SANITY' with process id 4804 is no longer alive; waiting for the process to die.>
<Sep 20, 2021 2:47:10 PM EDT> <INFO> <ohs> <SANITY> <Server was killed>
<Sep 20, 2021 2:52:14 PM EDT> <INFO> <Loading domains file: D:\ifs\extsvr\SANITY\ohs\nodemanager\nodemanager.domains>
<Sep 20, 2021 2:52:15 PM EDT> <INFO> <Loading identity key store: FileName=D:\ifs\extsvr\SANITY\ohs\security\DemoIdentity.jks, Type=jks, PassPhraseUsed=true>
<Sep 20, 2021 2:52:15 PM EDT> <INFO> <Loaded NodeManager configuration properties from 'D:\ifs\extsvr\SANITY\ohs\nodemanager\nodemanager.properties'>
<Sep 20, 2021 2:52:15 PM EDT> <INFO> <Node manager v12.2.1.3.0>
<Sep 20, 2021 2:52:15 PM EDT> <INFO> <Server Implementation Class: weblogic.nodemanager.server.NMServer$ClassicServer.>
<Sep 20, 2021 2:52:15 PM EDT> <INFO> <Secure socket listener started on port 18094, host DVSAPP18/172.16.8.77>
<Sep 20, 2021 2:52:26 PM EDT> <WARNING> <Server start command for OHS server 'SANITY' failed due to: [Failed to start the server SANITY
Check log file D:\ifs\extsvr\SANITY\ohs\system_components\OHS\ohs_nm.log
Check log file D:\ifs\extsvr\SANITY\ohs\servers\SANITY\logs\SANITY.log]. Please check Node Manager log and/or server 'SANITY' log for detailed information.>

D:\ifs\extsvr\SANITY\ohs\system_components\OHS\ohs_nm.log
<2021-09-20 13:34:17> <INFO> <OHS-4020> <Stopping server SANITY>
<2021-09-20 13:34:17> <INFO> <OHS-0> <Running D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\launch.exe D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\httpd.exe -DOHS_MPM_WINNT -d D:/ifs/extsvr/SANITY/ohs/config/fmwconfig/components/OHS/instances/SANITY -k shutdownconsole -f D:\ifs\extsvr\SANITY\ohs\config\fmwconfig\components\OHS\instances\SANITY\httpd.conf>
<2021-09-20 13:34:19> <INFO> <OHS-0> <D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\launch.exe D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\httpd.exe -DOHS_MPM_WINNT -d D:/ifs/extsvr/SANITY/ohs/config/fmwconfig/components/OHS/instances/SANITY -k shutdownconsole -f D:\ifs\extsvr\SANITY\ohs\config\fmwconfig\components\OHS\instances\SANITY\httpd.conf: exit status = 0>
<2021-09-20 13:34:19> <INFO> <OHS-4005> <Check the instance log file for more information: D:\ifs\extsvr\SANITY\ohs\servers\SANITY\logs\SANITY.log>
<2021-09-20 13:34:24> <INFO> <OHS-0> <The server 'SANITY' with process id 20556 is no longer alive; waiting for the process to die.>
<2021-09-20 13:34:24> <INFO> <OHS-0> <Server was killed>
<2021-09-20 13:34:29> <INFO> <OHS-0> <Domain initialized for D:\ifs\extsvr\SANITY\ohs>
<2021-09-20 13:34:36> <INFO> <OHS-4018> <Starting server SANITY>
<2021-09-20 13:34:36> <INFO> <OHS-0> <Running D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\launch.exe D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\httpd.exe -DOHS_MPM_WINNT -d D:/ifs/extsvr/SANITY/ohs/config/fmwconfig/components/OHS/instances/SANITY -f D:\ifs\extsvr\SANITY\ohs\config\fmwconfig\components\OHS\instances\SANITY\httpd.conf>
<2021-09-20 13:34:37> <INFO> <OHS-0> <Errors will be logged into D:/ifs/extsvr/SANITY/ohs/servers/SANITY/logs/SANITY.log>
<2021-09-20 13:34:42> <INFO> <OHS-0> <D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\launch.exe D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\httpd.exe -DOHS_MPM_WINNT -d D:/ifs/extsvr/SANITY/ohs/config/fmwconfig/components/OHS/instances/SANITY -f D:\ifs\extsvr\SANITY\ohs\config\fmwconfig\components\OHS\instances\SANITY\httpd.conf: exit status = 0>
<2021-09-20 13:34:42> <INFO> <OHS-4005> <Check the instance log file for more information: D:\ifs\extsvr\SANITY\ohs\servers\SANITY\logs\SANITY.log>
<2021-09-20 14:47:05> <INFO> <OHS-4020> <Stopping server SANITY>
<2021-09-20 14:47:05> <INFO> <OHS-0> <Running D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\launch.exe D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\httpd.exe -DOHS_MPM_WINNT -d D:/ifs/extsvr/SANITY/ohs/config/fmwconfig/components/OHS/instances/SANITY -k shutdownconsole -f D:\ifs\extsvr\SANITY\ohs\config\fmwconfig\components\OHS\instances\SANITY\httpd.conf>
<2021-09-20 14:47:07> <INFO> <OHS-0> <D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\launch.exe D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\httpd.exe -DOHS_MPM_WINNT -d D:/ifs/extsvr/SANITY/ohs/config/fmwconfig/components/OHS/instances/SANITY -k shutdownconsole -f D:\ifs\extsvr\SANITY\ohs\config\fmwconfig\components\OHS\instances\SANITY\httpd.conf: exit status = 0>
<2021-09-20 14:47:07> <INFO> <OHS-4005> <Check the instance log file for more information: D:\ifs\extsvr\SANITY\ohs\servers\SANITY\logs\SANITY.log>
<2021-09-20 14:47:10> <INFO> <OHS-0> <The server 'SANITY' with process id 4804 is no longer alive; waiting for the process to die.>
<2021-09-20 14:47:10> <INFO> <OHS-0> <Server was killed>
<2021-09-20 14:52:15> <INFO> <OHS-0> <Domain initialized for D:\ifs\extsvr\SANITY\ohs>
<2021-09-20 14:52:24> <INFO> <OHS-4018> <Starting server SANITY>
<2021-09-20 14:52:24> <INFO> <OHS-0> <Running D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\launch.exe D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\httpd.exe -DOHS_MPM_WINNT -d D:/ifs/extsvr/SANITY/ohs/config/fmwconfig/components/OHS/instances/SANITY -f D:\ifs\extsvr\SANITY\ohs\config\fmwconfig\components\OHS\instances\SANITY\httpd.conf>
<2021-09-20 14:52:26> <INFO> <OHS-0> <AH00526: Syntax error on line 16 of D:/ifs/extsvr/SANITY/instance/SANITY/conf/mod_wl_ohs_SANITY.conf:>
<2021-09-20 14:52:26> <INFO> <OHS-0> <Invalid command 'SSLProxySessionCache', perhaps misspelled or defined by a module not included in the server configuration>
<2021-09-20 14:52:26> <SEVERE> <OHS-0> <D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\launch.exe D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\httpd.exe -DOHS_MPM_WINNT -d D:/ifs/extsvr/SANITY/ohs/config/fmwconfig/components/OHS/instances/SANITY -f D:\ifs\extsvr\SANITY\ohs\config\fmwconfig\components\OHS\instances\SANITY\httpd.conf: exit status = 1>
<2021-09-20 14:52:26> <INFO> <OHS-4005> <Check the instance log file for more information: D:\ifs\extsvr\SANITY\ohs\servers\SANITY\logs\SANITY.log>
<2021-09-20 14:52:26> <SEVERE> <OHS-0> <Failed to start the server SANITY>

 

D:\ifs\extsvr\SANITY\ohs\servers\SANITY\logs\SANITY.log

<2021-09-20 13:34:17> <INFO> <OHS-4020> <Stopping server SANITY>
<2021-09-20 13:34:17> <INFO> <OHS-0> <Running D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\launch.exe D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\httpd.exe -DOHS_MPM_WINNT -d D:/ifs/extsvr/SANITY/ohs/config/fmwconfig/components/OHS/instances/SANITY -k shutdownconsole -f D:\ifs\extsvr\SANITY\ohs\config\fmwconfig\components\OHS\instances\SANITY\httpd.conf>
<2021-09-20 13:34:19> <INFO> <OHS-0> <D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\launch.exe D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\httpd.exe -DOHS_MPM_WINNT -d D:/ifs/extsvr/SANITY/ohs/config/fmwconfig/components/OHS/instances/SANITY -k shutdownconsole -f D:\ifs\extsvr\SANITY\ohs\config\fmwconfig\components\OHS\instances\SANITY\httpd.conf: exit status = 0>
<2021-09-20 13:34:19> <INFO> <OHS-4005> <Check the instance log file for more information: D:\ifs\extsvr\SANITY\ohs\servers\SANITY\logs\SANITY.log>
<2021-09-20 13:34:24> <INFO> <OHS-0> <The server 'SANITY' with process id 20556 is no longer alive; waiting for the process to die.>
<2021-09-20 13:34:24> <INFO> <OHS-0> <Server was killed>
<2021-09-20 13:34:29> <INFO> <OHS-0> <Domain initialized for D:\ifs\extsvr\SANITY\ohs>
<2021-09-20 13:34:36> <INFO> <OHS-4018> <Starting server SANITY>
<2021-09-20 13:34:36> <INFO> <OHS-0> <Running D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\launch.exe D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\httpd.exe -DOHS_MPM_WINNT -d D:/ifs/extsvr/SANITY/ohs/config/fmwconfig/components/OHS/instances/SANITY -f D:\ifs\extsvr\SANITY\ohs\config\fmwconfig\components\OHS\instances\SANITY\httpd.conf>
<2021-09-20 13:34:37> <INFO> <OHS-0> <Errors will be logged into D:/ifs/extsvr/SANITY/ohs/servers/SANITY/logs/SANITY.log>
<2021-09-20 13:34:42> <INFO> <OHS-0> <D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\launch.exe D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\httpd.exe -DOHS_MPM_WINNT -d D:/ifs/extsvr/SANITY/ohs/config/fmwconfig/components/OHS/instances/SANITY -f D:\ifs\extsvr\SANITY\ohs\config\fmwconfig\components\OHS\instances\SANITY\httpd.conf: exit status = 0>
<2021-09-20 13:34:42> <INFO> <OHS-4005> <Check the instance log file for more information: D:\ifs\extsvr\SANITY\ohs\servers\SANITY\logs\SANITY.log>
<2021-09-20 14:47:05> <INFO> <OHS-4020> <Stopping server SANITY>
<2021-09-20 14:47:05> <INFO> <OHS-0> <Running D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\launch.exe D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\httpd.exe -DOHS_MPM_WINNT -d D:/ifs/extsvr/SANITY/ohs/config/fmwconfig/components/OHS/instances/SANITY -k shutdownconsole -f D:\ifs\extsvr\SANITY\ohs\config\fmwconfig\components\OHS\instances\SANITY\httpd.conf>
<2021-09-20 14:47:07> <INFO> <OHS-0> <D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\launch.exe D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\httpd.exe -DOHS_MPM_WINNT -d D:/ifs/extsvr/SANITY/ohs/config/fmwconfig/components/OHS/instances/SANITY -k shutdownconsole -f D:\ifs\extsvr\SANITY\ohs\config\fmwconfig\components\OHS\instances\SANITY\httpd.conf: exit status = 0>
<2021-09-20 14:47:07> <INFO> <OHS-4005> <Check the instance log file for more information: D:\ifs\extsvr\SANITY\ohs\servers\SANITY\logs\SANITY.log>
<2021-09-20 14:47:10> <INFO> <OHS-0> <The server 'SANITY' with process id 4804 is no longer alive; waiting for the process to die.>
<2021-09-20 14:47:10> <INFO> <OHS-0> <Server was killed>
<2021-09-20 14:52:15> <INFO> <OHS-0> <Domain initialized for D:\ifs\extsvr\SANITY\ohs>
<2021-09-20 14:52:24> <INFO> <OHS-4018> <Starting server SANITY>
<2021-09-20 14:52:24> <INFO> <OHS-0> <Running D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\launch.exe D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\httpd.exe -DOHS_MPM_WINNT -d D:/ifs/extsvr/SANITY/ohs/config/fmwconfig/components/OHS/instances/SANITY -f D:\ifs\extsvr\SANITY\ohs\config\fmwconfig\components\OHS\instances\SANITY\httpd.conf>
<2021-09-20 14:52:26> <INFO> <OHS-0> <AH00526: Syntax error on line 16 of D:/ifs/extsvr/SANITY/instance/SANITY/conf/mod_wl_ohs_SANITY.conf:>
<2021-09-20 14:52:26> <INFO> <OHS-0> <Invalid command 'SSLProxySessionCache', perhaps misspelled or defined by a module not included in the server configuration>
<2021-09-20 14:52:26> <SEVERE> <OHS-0> <D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\launch.exe D:\ifs\extsvr\SANITY/mw_home/http\ohs\bin\httpd.exe -DOHS_MPM_WINNT -d D:/ifs/extsvr/SANITY/ohs/config/fmwconfig/components/OHS/instances/SANITY -f D:\ifs\extsvr\SANITY\ohs\config\fmwconfig\components\OHS\instances\SANITY\httpd.conf: exit status = 1>

<2021-09-20 14:52:26> <INFO> <OHS-4005> <Check the instance log file for more information: D:\ifs\extsvr\SANITY\ohs\servers\SANITY\logs\SANITY.log>
<2021-09-20 14:52:26> <SEVERE> <OHS-0> <Failed to start the server SANITY>
[2021-09-20T13:34:19.0652-04:00] [OHS] [NOTIFICATION:16] [AH00422] [mpm_winnt] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 20556] [tid: 736] [user: SYSTEM] [VirtualHost: main] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[2021-09-20T13:34:23.6280-04:00] [OHS] [NOTIFICATION:16] [AH00430] [mpm_winnt] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 20556] [tid: 736] [user: SYSTEM] [VirtualHost: main] AH00430: Parent: Child process 9448 exited successfully.
[2021-09-20T13:34:47.9903-04:00] [OHS] [WARNING:32] [AH01873] [ossl] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 4804] [tid: 1068] [user: SYSTEM] [VirtualHost: main] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[2021-09-20T13:34:55.4440-04:00] [OHS] [ERROR:32] [OH99999] [weblogic] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 4804] [tid: 1068] [user: SYSTEM] [VirtualHost: main] Lowering WLMaxWebSocketClients to 450. Increase ThreadsPerChild to support more connections
[2021-09-20T13:34:56.0221-04:00] [OHS] [NOTIFICATION:16] [AH00455] [mpm_winnt] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 4804] [tid: 1068] [user: SYSTEM] [VirtualHost: main] AH00455: Oracle-HTTP-Server-12.2.1.3.0/2.4.25 (Win64) mod_ossl/12.2.1.3.0 configured -- resuming normal operations
[2021-09-20T13:34:56.0221-04:00] [OHS] [NOTIFICATION:16] [AH00456] [mpm_winnt] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 4804] [tid: 1068] [user: SYSTEM] [VirtualHost: main] AH00456: Server built: Aug 17 2017 20:40:27
[2021-09-20T13:34:56.0221-04:00] [OHS] [NOTIFICATION:16] [AH00094] [core] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 4804] [tid: 1068] [user: SYSTEM] [VirtualHost: main] AH00094: Command line: 'D:\\ifs\\extsvr\\SANITY/mw_home/http\\ohs\\bin\\httpd.exe -d D:/ifs/extsvr/SANITY/mw_home/http/ohs -D OHS_MPM_WINNT -d D:/ifs/extsvr/SANITY/ohs/config/fmwconfig/components/OHS/instances/SANITY -f D:\\ifs\\extsvr\\SANITY\\ohs\\config\\fmwconfig\\components\\OHS\\instances\\SANITY\\httpd.conf'
[2021-09-20T13:34:56.0221-04:00] [OHS] [NOTIFICATION:16] [AH00418] [mpm_winnt] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 4804] [tid: 1068] [user: SYSTEM] [VirtualHost: main] AH00418: Parent: Created child process 36024
[2021-09-20T13:35:08.1792-04:00] [OHS] [WARNING:32] [AH01873] [ossl] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 36024] [tid: 948] [user: SYSTEM] [VirtualHost: main] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[2021-09-20T13:35:15.7578-04:00] [OHS] [ERROR:32] [OH99999] [weblogic] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 36024] [tid: 948] [user: SYSTEM] [VirtualHost: main] Lowering WLMaxWebSocketClients to 450. Increase ThreadsPerChild to support more connections
[2021-09-20T13:35:18.6642-04:00] [OHS] [NOTIFICATION:16] [OH99999] [weblogic] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 36024] [tid: 948] [user: SYSTEM] [VirtualHost: main] WebLogic Server Plugin version 12.2.1.3.0 <WLSPLUGINS_12.2.1.3.0_WINDOWS.X64_170817.2030>
[2021-09-20T13:35:18.6642-04:00] [OHS] [NOTIFICATION:16] [AH00354] [mpm_winnt] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 36024] [tid: 948] [user: SYSTEM] [VirtualHost: main] AH00354: Child: Starting 600 worker threads.
[2021-09-20T14:37:39.3321-04:00] [OHS] [ERROR:32] [OH99999] [weblogic] [client_id: 172.16.8.79] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 36024] [tid: 5880] [user: SYSTEM] [VirtualHost: dvsapp18.cpk.chpk.com:18443] <360241632163058125> *******Exception type [CONNECTION_REFUSED] (apr_socket_connect call failed with error=730061, host=172.16.8.77, port=18100 ) raised at line 1692 of URL.cpp
[2021-09-20T14:37:39.3321-04:00] [OHS] [ERROR:32] [OH99999] [weblogic] [client_id: 172.16.8.79] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 36024] [tid: 5880] [user: SYSTEM] [VirtualHost: dvsapp18.cpk.chpk.com:18443] Trying POST /fndext/soapgateway at backend host '172.16.8.77/18100; got exception 'CONNECTION_REFUSED [os error=0, line 1692 of URL.cpp]: apr_socket_connect call failed with error=730061, host=172.16.8.77, port=18100 '
[2021-09-20T14:37:43.3637-04:00] [OHS] [ERROR:32] [OH99999] [weblogic] [client_id: 172.16.8.79] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 36024] [tid: 5880] [user: SYSTEM] [VirtualHost: dvsapp18.cpk.chpk.com:18443] <360241632163058125> parseServerList: DVSAPP18:18100 apr_socket_connect error [730061] No connection could be made because the target machine actively refused it.  
[2021-09-20T14:37:44.3637-04:00] [OHS] [ERROR:32] [OH99999] [weblogic] [client_id: 172.16.8.79] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 36024] [tid: 5880] [user: SYSTEM] [VirtualHost: dvsapp18.cpk.chpk.com:18443] <360241632163058125> *******Exception type [CONNECTION_REFUSED] (apr_socket_connect call failed with error=730061, host=::1, port=18100 ) raised at line 1692 of URL.cpp
[2021-09-20T14:37:44.3637-04:00] [OHS] [ERROR:32] [OH99999] [weblogic] [client_id: 172.16.8.79] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 36024] [tid: 5880] [user: SYSTEM] [VirtualHost: dvsapp18.cpk.chpk.com:18443] Trying POST /fndext/soapgateway at backend host '::1/18100; got exception 'CONNECTION_REFUSED [os error=0, line 1692 of URL.cpp]: apr_socket_connect call failed with error=730061, host=::1, port=18100 '
[2021-09-20T14:37:47.4108-04:00] [OHS] [ERROR:32] [OH99999] [weblogic] [client_id: 172.16.8.79] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 36024] [tid: 5880] [user: SYSTEM] [VirtualHost: dvsapp18.cpk.chpk.com:18443] <360241632163058125> *******Exception type [CONNECTION_REFUSED] (apr_socket_connect call failed with error=730061, host=::1, port=18100 ) raised at line 1692 of URL.cpp
[2021-09-20T14:37:47.4108-04:00] [OHS] [ERROR:32] [OH99999] [weblogic] [client_id: 172.16.8.79] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 36024] [tid: 5880] [user: SYSTEM] [VirtualHost: dvsapp18.cpk.chpk.com:18443] Trying POST /fndext/soapgateway at backend host '::1/18100; got exception 'CONNECTION_REFUSED [os error=0, line 1692 of URL.cpp]: apr_socket_connect call failed with error=730061, host=::1, port=18100 '
[2021-09-20T14:37:50.4579-04:00] [OHS] [ERROR:32] [OH99999] [weblogic] [client_id: 172.16.8.79] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 36024] [tid: 5880] [user: SYSTEM] [VirtualHost: dvsapp18.cpk.chpk.com:18443] <360241632163058125> *******Exception type [CONNECTION_REFUSED] (apr_socket_connect call failed with error=730061, host=::1, port=18100 ) raised at line 1692 of URL.cpp
[2021-09-20T14:37:50.4579-04:00] [OHS] [ERROR:32] [OH99999] [weblogic] [client_id: 172.16.8.79] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 36024] [tid: 5880] [user: SYSTEM] [VirtualHost: dvsapp18.cpk.chpk.com:18443] Trying POST /fndext/soapgateway at backend host '::1/18100; got exception 'CONNECTION_REFUSED [os error=0, line 1692 of URL.cpp]: apr_socket_connect call failed with error=730061, host=::1, port=18100 '
[2021-09-20T14:37:53.4893-04:00] [OHS] [ERROR:32] [OH99999] [weblogic] [client_id: 172.16.8.79] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 36024] [tid: 5880] [user: SYSTEM] [VirtualHost: dvsapp18.cpk.chpk.com:18443] <360241632163058125> *******Exception type [CONNECTION_REFUSED] (apr_socket_connect call failed with error=730061, host=::1, port=18100 ) raised at line 1692 of URL.cpp
[2021-09-20T14:37:53.4893-04:00] [OHS] [ERROR:32] [OH99999] [weblogic] [client_id: 172.16.8.79] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 36024] [tid: 5880] [user: SYSTEM] [VirtualHost: dvsapp18.cpk.chpk.com:18443] Trying POST /fndext/soapgateway at backend host '::1/18100; got exception 'CONNECTION_REFUSED [os error=0, line 1692 of URL.cpp]: apr_socket_connect call failed with error=730061, host=::1, port=18100 '
[2021-09-20T14:37:56.5051-04:00] [OHS] [ERROR:32] [OH99999] [weblogic] [client_id: 172.16.8.79] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 36024] [tid: 5880] [user: SYSTEM] [VirtualHost: dvsapp18.cpk.chpk.com:18443] <360241632163058125> *******Exception type [CONNECTION_REFUSED] (apr_socket_connect call failed with error=730061, host=::1, port=18100 ) raised at line 1692 of URL.cpp
[2021-09-20T14:37:56.5051-04:00] [OHS] [ERROR:32] [OH99999] [weblogic] [client_id: 172.16.8.79] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 36024] [tid: 5880] [user: SYSTEM] [VirtualHost: dvsapp18.cpk.chpk.com:18443] Trying POST /fndext/soapgateway at backend host '::1/18100; got exception 'CONNECTION_REFUSED [os error=0, line 1692 of URL.cpp]: apr_socket_connect call failed with error=730061, host=::1, port=18100 '
[2021-09-20T14:37:58.5209-04:00] [OHS] [ERROR:32] [OH99999] [weblogic] [client_id: 172.16.8.79] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 36024] [tid: 5880] [user: SYSTEM] [VirtualHost: dvsapp18.cpk.chpk.com:18443] <360241632163058125> request [/fndext/soapgateway] did NOT process successfully..................
[2021-09-20T14:47:07.0810-04:00] [OHS] [NOTIFICATION:16] [AH00422] [mpm_winnt] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 4804] [tid: 1068] [user: SYSTEM] [VirtualHost: main] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[2021-09-20T14:47:09.1123-04:00] [OHS] [NOTIFICATION:16] [AH00364] [mpm_winnt] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 36024] [tid: 948] [user: SYSTEM] [VirtualHost: main] AH00364: Child: All worker threads have exited.
[2021-09-20T14:47:09.1436-04:00] [OHS] [NOTIFICATION:16] [AH00430] [mpm_winnt] [host_id: DVSAPP18] [host_addr: 172.16.8.77] [pid: 4804] [tid: 1068] [user: SYSTEM] [VirtualHost: main] AH00430: Parent: Child process 36024 exited successfully.

 

I’m pretty sure connection refused has to do with no SSL connection configured.

 

Any guidance from other experts when it comes to tracing these types of errors is truly appreciated.

 

Thank you,

Marjie

 

 

 

Userlevel 7
Badge +20

Hi Marjie,

Please attach the full log as an attachment. If you prefer not to attach it here, I think the best course of action would be to create a case with IFS and have an IFS consultant have a look. 

 

Thanks,

Kasun

Userlevel 3
Badge +7

Here are the following files - this is after running reconfiguration.

 

I’m also including a copy of the current Inventory in case something is missing or a wrong entry is there.

 

I have a support ticket open and have been working with a few members of the team.

I will need to rollback the VM today and restore the db backups.

Any assistance is greatly appreciated.

 

Thanks to all,

Marjie