Hello comunity,

I'm testing zOS 2.5 in an Hercules emulator and I realized that zOSMF is taking 
too long to complete initialization. I attach the log of zOSMF started task.

I noticed that java response time is relatively high, for example, simple 
commands like "java -version" takes about 10 seconds to display the output, but 
besides that I dont know how to identify the bottleneck.

Did anybody here experience the same issue? Maybe can provide a hint if this is 
an issue related to the emulator limitations or it can be optimized to improve 
the performance.

Thanks in advance. 

Best regards,
Marco

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN
                         J E S 2  J O B  L O G  --  S Y S T E M  V S 0 1  --  
N O D E  N 1              

 
01.10.52 STC00069 ---- MONDAY,    28 OCT 2024 ----
01.10.52 STC00069  IEF695I START IZUSVR1  WITH JOBNAME IZUSVR1  IS ASSIGNED TO 
USER IZUSVR  , GROUP IZUADMIN
01.10.52 STC00069  $HASP373 IZUSVR1  STARTED
01.10.52 STC00069  IEF403I IZUSVR1 - STARTED - TIME=01.10.52
01.11.52 STC00069  +IEE252I MEMBER IZUPRM00 FOUND IN SYS1.PARMLIB
02.00.01 STC00069  +CWWKF0011I: The zosmfServer server is ready to run a 
smarter planet.  346
   346              The zosmfServer server started in 1862.515 seconds.
02.12.11 STC00069  +CWWKZ0001I: Application IzuManagementFacilityRestCompliance 
started  429
   429              in 341.102 seconds.
02.13.33 STC00069  +CWWKZ0001I: Application IzuManagementFacilityTsoServices 
started in  439
   439              419.948 seconds.
02.14.16 STC00069  +CWWKZ0001I: Application 
IzuManagementFacilityWorkloadManagement  440
   440              started in 462.675 seconds.
02.16.52 STC00069  +CWWKZ0001I: Application IzuManagementFacilityRestJobs 
started in  441
   441              619.034 seconds.
02.17.04 STC00069  IZUG400I: The z/OSMF web application services are 
initialized.
02.17.19 STC00069  +CWWKZ0001I: Application IzuManagementFacilityImportUtility 
started in  443
   443              646.100 seconds.
02.17.58 STC00069  +CWWKZ0001I: Application 
IzuManagementFacilityResourceMonitoring  444
   444              started in 684.447 seconds.
02.19.58 STC00069  +CWWKZ0001I: Application IzuManagementFacilityWorkflow 
started in  445
   445              805.087 seconds.
02.20.03 STC00069  +CWWKZ0001I: Application IzuManagementFacilityVariables 
started in  446
   446              809.569 seconds.
02.20.49 STC00069  +CWWKZ0001I: Application  447
   447              IzuManagementFacilitySecurityConfigurationAssistant started 
in
   447              855.824 seconds.
02.22.41 STC00069  +CWWKZ0001I: Application IzuManagementFacilityRestFiles 
started in  448
   448              967.914 seconds.
02.23.15 STC00069  +CWWKZ0001I: Application IzuManagementFacilityRestConsoles 
started in  449
   449              1001.920 seconds.
02.26.01 STC00069  +CWWKZ0001I: Application IzuManagementFacility started in 
1168.160  450
   450              seconds.
02.26.05 STC00069  +IZUG245I z/OSMF is registered as a feature in z/OS
02.26.35 STC00069  +CWWKZ0001I: Application IzuManagementFacilityISPF started 
in 1201.590  452
   452              seconds.
02.32.12 STC00069  +CWWKZ0001I: Application IzuManagementFacilityProvisioning 
started in  453
   453              1538.629 seconds.
02.32.13 STC00069  +CWWKZ0001I: Application IzuManagementFacilityHelpApp 
started in  454
   454              1540.220 seconds.
02.32.34 STC00069  +CWWKZ0001I: Application 
IzuManagementFacilitySoftwareDeployment  455
   455              started in 1560.764 seconds.
02.36.03 STC00069  +CWWKZ0001I: Application IzuConfigurationAssistant started 
in 1769.726  462
   462              seconds.
        1 //IZUSVR1  JOB MSGLEVEL=1                                             
  STC00069
        2 //STARTING EXEC IZUSVR1                                               
          
        3 XXIZUSVR1  PROC PARMS='zosmfServer',     /* Server parms          */  
          
          XX      ROOT='/usr/lpp/zosmf',           /* z/OSMF installation root 
*/         
          XX      WLPDIR='/usr/lpp/zosmf/liberty', /* Liberty directory        
*/         
          XX      OUTCLS='*',                      /* SYSOUT class             
*/         
          XX      USERDIR='/global/zosmf',         /* Configuration directory  
*/         
          XX      TRACE='N',                       /* Trace option             
*/         
          XX      KCINDEX='Y',                     /* KC index rebuild flag */  
          
          XX      IZUPRM='00',                     /* Parmlib suffixes or PREV 
*/         
          XX      SERVER='AUTOSTART',              /* AUTOSTART server         
*/         
          XX      Z='0',                           /* Reserved for IBM         
*/         
          XX      IZUMEM=4G                        /* Server memlimit          
*/         
          XX*                                                                   
          
          XX*--------------------------------------------------------------*/   
          
          XX* z/OSMF AUTOSTART Websphere Liberty Profile server startup    */   
          
          XX* procedure                                                    */   
          
          XX*--------------------------------------------------------------*/   
          
          XX*------------------------------------------------------------------ 
          
          XX* Parse z/OSMF PARMLIB member                                       
          
          XX*------------------------------------------------------------------ 
          
        4 XXZPARM   EXEC  PGM=IZUPARMS,REGION=0M,                               
          
          XX 
PARM='/IZUPRM=&IZUPRM,TRACE=&TRACE,USERDIR=&USERDIR,SERVER=&SERVER,Z         
          XX             =&Z'                                                   
          
          XX*                                                                   
          
          IEFC653I SUBSTITUTION JCL - 
PGM=IZUPARMS,REGION=0M,PARM='/IZUPRM=00,TRACE=N,USERDIR=/global/zosmf,
          SERVER=AUTOSTART,Z=0'
        5 XXDFLTCFG  DD  PATH='&ROOT./defaults/configuration.defaults'          
          
          XX*                                                                   
          
          IEFC653I SUBSTITUTION JCL - 
PATH='/usr/lpp/zosmf/defaults/configuration.defaults'
        6 XXSTDOUT   DD  SYSOUT=&OUTCLS                                         
          
          IEFC653I SUBSTITUTION JCL - SYSOUT=*
        7 XXSTDERR   DD  SYSOUT=&OUTCLS                                         
          
          IEFC653I SUBSTITUTION JCL - SYSOUT=*
        8 XXCEEDUMP  DD  SYSOUT=&OUTCLS                                         
          
          XX*                                                                   
          
          XX*------------------------------------------------------------------ 
          
          XX* Configure z/OSMF server                                           
          
          XX*------------------------------------------------------------------ 
          
          IEFC653I SUBSTITUTION JCL - SYSOUT=*
        9 XXCONFZMF EXEC PGM=BPXBATCH,REGION=0M,COND=(0,LT),                    
          
          XX PARM='SH &ROOT./bin/izuconfig.sh &ROOT &USERDIR &TRACE &KCINDEX'   
          
          XX*                                                                   
          
          IEFC653I SUBSTITUTION JCL - 
PGM=BPXBATCH,REGION=0M,COND=(0,LT),PARM='SH /usr/lpp/zosmf/bin/izuconfig.sh 
          /usr/lpp/zosmf /global/zosmf N Y'
       10 XXSYSPRINT DD  SYSOUT=&OUTCLS                                         
          
          IEFC653I SUBSTITUTION JCL - SYSOUT=*
       11 XXSYSOUT   DD  SYSOUT=&OUTCLS                                         
          
          IEFC653I SUBSTITUTION JCL - SYSOUT=*
       12 XXSTDERR   DD  SYSOUT=&OUTCLS                                         
          
          IEFC653I SUBSTITUTION JCL - SYSOUT=*
       13 XXSTDOUT   DD  SYSOUT=&OUTCLS                                         
          
          XX*                                                                   
          
          XX*------------------------------------------------------------------ 
          
          XX* Start the Websphere Liberty Profile server                        
          
          XX*                                                                   
          
          XX* WLPUDIR - PATH DD that points to the Liberty Profile's "user"     
          
          XX*           directory. If the DD is not allocated, the user         
          
          XX*           directory location defaults to the wlp/usr directory    
          
          XX*           in the install tree.                                    
          
          XX* STDOUT  - Destination for stdout (System.out)                     
          
          XX* STDERR  - Destination for stderr (System.err)                     
          
          XX* STDENV  - Initial Unix environment - read by the system.  The     
          
          XX*           installation default and server specific server         
          
          XX*           environment files will be merged into this environment  
          
          XX*           before the JVM is launched.                             
          
          XX*------------------------------------------------------------------ 
          
          IEFC653I SUBSTITUTION JCL - SYSOUT=*
       14 XXZOSMF   EXEC  PGM=BPXBATSL,REGION=0M,COND=(0,LT),                   
          
          XX  MEMLIMIT=&IZUMEM.,TIME=NOLIMIT,                                   
          
          XX  PARM='PGM &WLPDIR./lib/native/zos/s390x/bbgzsrv --clean &PARMS'   
          
          XX*                                                                   
          
          IEFC653I SUBSTITUTION JCL - 
PGM=BPXBATSL,REGION=0M,COND=(0,LT),MEMLIMIT=4G,TIME=NOLIMIT,PARM='PGM 
          /usr/lpp/zosmf/liberty/lib/native/zos/s390x/bbgzsrv --clean 
zosmfServer'
       15 XXWLPUDIR  DD  PATH='&USERDIR./configuration'                         
          
          XX*                                                                   
          
          IEFC653I SUBSTITUTION JCL - PATH='/global/zosmf/configuration'
       16 XXSTDOUT   DD  SYSOUT=&OUTCLS                                         
          
          IEFC653I SUBSTITUTION JCL - SYSOUT=*
       17 XXSTDERR   DD  SYSOUT=&OUTCLS                                         
          
          XX*STDOUT   DD PATH='&ROOT/izusvr1.stdout',                           
          
          XX*            PATHOPTS=(OWRONLY,OCREAT,OTRUNC),                      
          
          XX*            PATHMODE=SIRWXU                                        
          
          XX*STDERR   DD PATH='&ROOT/izusvr1.stderr',                           
          
          XX*            PATHOPTS=(OWRONLY,OCREAT,OTRUNC),                      
          
          XX*            PATHMODE=SIRWXU                                        
          
          IEFC653I SUBSTITUTION JCL - SYSOUT=*
 STMT NO. MESSAGE
        2 IEFC001I PROCEDURE IZUSVR1 WAS EXPANDED USING SYSTEM LIBRARY 
SYS1.PROCLIB
IEF695I START IZUSVR1  WITH JOBNAME IZUSVR1  IS ASSIGNED TO USER IZUSVR  , 
GROUP IZUADMIN
IEF142I IZUSVR1 IZUSVR1 - STEP WAS EXECUTED - COND CODE 0000
IEF373I STEP/ZPARM   /START 2024302.0110
IEF032I STEP/ZPARM   /STOP  2024302.0111 
        CPU:     0 HR  00 MIN  00.44 SEC    SRB:     0 HR  00 MIN  00.00 SEC    
        VIRT:   280K  SYS:   224K  EXT:     9024K  SYS:    10248K
        ATB- REAL:                   120K  SLOTS:                     0K
             VIRT- ALLOC:       9M SHRD:       0M
IEF142I IZUSVR1 IZUSVR1 - STEP WAS EXECUTED - COND CODE 0000
IEF373I STEP/CONFZMF /START 2024302.0111
IEF032I STEP/CONFZMF /STOP  2024302.0114 
        CPU:     0 HR  00 MIN  01.07 SEC    SRB:     0 HR  00 MIN  00.12 SEC    
        VIRT:   164K  SYS:   228K  EXT:       16K  SYS:    10160K
        ATB- REAL:                   120K  SLOTS:                     0K
             VIRT- ALLOC:       9M SHRD:       0M
CWWKZ0001I: Application IzuManagementFacilityRestCompliance started
in 341.102 seconds.
CWWKZ0001I: Application IzuManagementFacilityTsoServices started in
419.948 seconds.
CWWKZ0001I: Application IzuManagementFacilityWorkloadManagement
started in 462.675 seconds.
CWWKZ0001I: Application IzuManagementFacilityRestJobs started in
619.034 seconds.
CWWKZ0001I: Application IzuManagementFacilityImportUtility started in
646.100 seconds.
CWWKZ0001I: Application IzuManagementFacilityResourceMonitoring
started in 684.447 seconds.
CWWKZ0001I: Application IzuManagementFacilityWorkflow started in
805.087 seconds.
CWWKZ0001I: Application IzuManagementFacilityVariables started in
809.569 seconds.
CWWKZ0001I: Application
IzuManagementFacilitySecurityConfigurationAssistant started in
855.824 seconds.
CWWKZ0001I: Application IzuManagementFacilityRestFiles started in
967.914 seconds.
CWWKZ0001I: Application IzuManagementFacilityRestConsoles started in
1001.920 seconds.
CWWKZ0001I: Application IzuManagementFacility started in 1168.160
seconds.
IZUG245I z/OSMF is registered as a feature in z/OS
CWWKZ0001I: Application IzuManagementFacilityISPF started in 1201.590
seconds.
CWWKZ0001I: Application IzuManagementFacilityProvisioning started in
1538.629 seconds.
CWWKZ0001I: Application IzuManagementFacilityHelpApp started in
1540.220 seconds.
CWWKZ0001I: Application IzuManagementFacilitySoftwareDeployment
started in 1560.764 seconds.
CWWKZ0001I: Application IzuConfigurationAssistant started in 1769.726
seconds.
CS V2R5: Pinging host aztlan.mikrotik.net (192.168.3.1) 
Ping #1 response took 0.002 seconds. (2.219 milliseconds)
CS V2R5: Pinging host tenoch (192.168.3.99) 
Ping #1 response took 0.001 seconds. (1.499 milliseconds)
IZUG300I: The z/OSMF Configuration Utility has started at Sun Oct 27 19:12:25 
EDT 2024.
IZUG357I: Arguments in effect:
        : CODE_ROOT = /usr/lpp/zosmf
        : USER_DIR  = /global/zosmf
        : TRACE     = N
        : KCINDEX   = Y
IZUG348I: Processing of your request has started. This process might
        : require several minutes or more to complete.
IZUG231W: A global setting json file has been detected at:
 WARNING: "/global/zosmf/configuration/settings/zosmf/zosmf.json" .
 WARNING: The values in this file will override z/OSMF installation values
IZUG231W: A local override file has been detected at:
 WARNING: "/global/zosmf/configuration/local_override.cfg" .
 WARNING: The values in this file will override z/OSMF installation values
 WARNING: and parameters found in PARMLIB. Unexpected behavior may occur.
IZUG293I: Procedure setup_bootstrap is being started on Sun Oct 27 19:12:39 EDT 
2024.
IZUG018W: The property LTPA_EXPIRE is set to 500.
 WARNING: The value specified for SESSION_EXPIRE must be less than LTPA_EXPIRE.
IZUG026I: The configuration file 
        : /global/zosmf/configuration/servers/zosmfServer/bootstrap.properties
        : is being processed.
IZUG056I: The file 
/global/zosmf/configuration/servers/zosmfServer/bootstrap.properties
        : was saved to a backup file 
        : 
/global/zosmf/configuration/servers/zosmfServer/bootstrap.properties.old.
IZUG224I: The configuration data was saved in file:
        : /global/zosmf/configuration/servers/zosmfServer/bootstrap.properties.
IZUG198I: Completed z/OSMF setup_bootstrap procedure on Sun Oct 27 19:13:51 EDT 
2024.
IZUG293I: Procedure setup_miscfiles is being started on Sun Oct 27 19:13:52 EDT 
2024.
IZUG224I: The configuration data was saved in file:
        : /global/zosmf/configuration/servers/zosmfServer/server.env.
IZUG020W: The value -Dcom.ibm.ws.classloading.tcclLockWaitTimeMillis=300000
-Xshareclasses:cacheDir=/javasc/izusvr1,name=izusvr1cache
-Xscmx150M
-Xquickstart
-Xms256M
-Xmx1024M
-Xlp:objectheap:pagesize=1m,warn,pageable
-Xlp:codecache:pagesize=1m,pageable
-Xscmaxaot150M was found
 WARNING: for property JVM_OPTIONS in a local override file.
IZUG224I: The configuration data was saved in file:
        : /global/zosmf/configuration/servers/zosmfServer/jvm.options.
IZUG224I: The configuration data was saved in file:
        : /global/zosmf/configuration/servers/zosmfServer/izu.config.properties.
IZUG198I: Completed z/OSMF setup_miscfiles procedure on Sun Oct 27 19:14:07 EDT 
2024.
IZUG293I: Procedure setup_knownPlugins is being started on Sun Oct 27 19:14:24 
EDT 2024.
IZUG028I: Completed setup for Comm. Server Configuration Assistant.
IZUG028I: Completed setup for ISPF - Classic Interfaces.
IZUG028I: Completed setup for Resource Monitoring.
IZUG028I: Completed setup for Software Management.
IZUG028I: Completed setup for Workload Management.
IZUG341I: Variable substitution entry JVM_OPTIONS is 
        : being created with value 
JVM_OPTIONS="-Dcom.ibm.ws.classloading.tcclLockWaitTimeMillis=300000n-Xshareclasses:cacheDir=/javasc/izusvr1,name=izusvr1cachen-Xscmx150Mn-Xquickstartn-Xms256Mn-Xmx1024Mn-Xlp:objectheap:pagesize=1m,wa
IZUG340I: Variable substitution entry IZU_HELP_SERVICE is 
        : being updated with value IZU_HELP_SERVICE=Y.
IZUG340I: Variable substitution entry IZU_IMPORT_SERVICE is 
        : being updated with value IZU_IMPORT_SERVICE=Y.
IZUG340I: Variable substitution entry IZU_REST_JOB is 
        : being updated with value IZU_REST_JOB=Y.
IZUG340I: Variable substitution entry IZU_REST_TSO is 
        : being updated with value IZU_REST_TSO=Y.
IZUG340I: Variable substitution entry IZU_CLOUD_SERVICE is 
        : being updated with value IZU_CLOUD_SERVICE=Y.
IZUG340I: Variable substitution entry IZU_CLOUD_SERVICE_STARTFLAG is 
        : being updated with value IZU_CLOUD_SERVICE_STARTFLAG=TRUE.
IZUG340I: Variable substitution entry IZU_VARIABLES_SERVICE is 
        : being updated with value IZU_VARIABLES_SERVICE=Y.
IZUG340I: Variable substitution entry IZU_REST_FILE is 
        : being updated with value IZU_REST_FILE=Y.
IZUG340I: Variable substitution entry IZU_WORKFLOW_SERVICE is 
        : being updated with value IZU_WORKFLOW_SERVICE=Y.
IZUG340I: Variable substitution entry IZU_REST_CONSOLE is 
        : being updated with value IZU_REST_CONSOLE=Y.
IZUG340I: Variable substitution entry IZU_SCA_SERVICE is 
        : being updated with value IZU_SCA_SERVICE=Y.
IZUG056I: The file /global/zosmf/configuration/active_configuration.cfg
        : was saved to a backup file 
        : /global/zosmf/configuration/backup_configuration.10.27.24.19.14.26.
IZUG227I: The z/OSMF Cloud Provisioning and Management automatic security 
          properties file already exists.

          The current contents are:
          
#---------------------------------------------------------------------------------------------
# The security-configuration-rexx-location property identifies the location of 
the REXX
# security exec that will be used by Cloud Provisioning and Managment (CPaM) to 
perform
# automatic security operations for CPaM Resource Management domains that are 
designated
# to use automatic security support.
#
# This property is ignored if the security-configuration-directsecurity-enabled 
is set to true.
#---------------------------------------------------------------------------------------------
security-configuration-rexx-location=/usr/lpp/zosmf/workflow/izu.provisioning.security.config.rexx

#---------------------------------------------------------------------------------------------
# The security-configuration-directsecurity-enabled property determines whether 
CPaM will use 
# the R_SecMgtOper service to perform automatic security operations via XML 
descriptors.
# If this property is absent or set to any value other than true (case 
insensitive),
# CPaM will use the security configuration REXX support instead.  This requires 
the
# security-configuration-rexx-location property to be correctly defined.
#
# To disable the use of R_SecMgtOper by CPaM, set the value of this property to
# false (case insensitive) or delete the property and save the file.
#---------------------------------------------------------------------------------------------
security-configuration-directsecurity-enabled=true
IZUG210I: The z/OSMF Configuration Utility has completed successfully at Sun 
Oct 27 19:14:31 EDT 2024.
IZUG349I: The z/OSMF AUTOSTART Server home page can be accessed at 
        : https://tenoch:10443/zosmf 
        : after the z/OSMF server is started on your system.
IZUG350I: The z/OSMF server on this system will attempt to connect to the named 
angel IZUANG1.
Launching zosmfServer (z/OSMF 2.5.0/wlp-1.0.75.cl230320230319-1900) on IBM J9 
VM, version 8.0.8.15 - pmz6480sr8fp15-20231030_01(SR8 FP15) (en_US)
ÝAUDIT   ¨ CWWKE0001I: The server zosmfServer has been launched.
ÝAUDIT   ¨ CWWKG0028A: Processing included configuration resource: 
/global/zosmf/configuration/servers/zosmfServer/apps/izucagui.xml
ÝAUDIT   ¨ CWWKG0028A: Processing included configuration resource: 
/global/zosmf/configuration/servers/zosmfServer/apps/izudDm.xml
ÝAUDIT   ¨ CWWKG0028A: Processing included configuration resource: 
/global/zosmf/configuration/servers/zosmfServer/apps/izuis.xml
ÝAUDIT   ¨ CWWKG0028A: Processing included configuration resource: 
/global/zosmf/configuration/servers/zosmfServer/apps/izurm.xml
ÝAUDIT   ¨ CWWKG0028A: Processing included configuration resource: 
/global/zosmf/configuration/servers/zosmfServer/apps/izuwlm.xml
IZUG247I: User Feature Application State Listener has started.
IZUG248I The applications 
IzuManagementFacilityRestJobs,IzuManagementFacilityTsoServices,IzuManagementFacilityRestFiles,IzuManagementFacilityWorkflow,IzuManagementFacilityRestConsoles,IzuConfigurationAssistant,IzuManagementFacilityReso
KSB0003W: Application IzuManagementFacilityTsoServices has not started after 60 
seconds. Status: NOT FOUND
KSB0003W: Application IzuManagementFacilityRestJobs has not started after 60 
seconds. Status: NOT FOUND
KSB0003W: Application IzuManagementFacilityRestFiles has not started after 60 
seconds. Status: NOT FOUND
KSB0003W: Application IzuManagementFacilityWorkflow has not started after 60 
seconds. Status: NOT FOUND
KSB0003W: Application IzuConfigurationAssistant has not started after 60 
seconds. Status: NOT FOUND
KSB0003W: Application IzuManagementFacilityISPF has not started after 60 
seconds. Status: NOT FOUND
KSB0003W: Application IzuManagementFacilityWorkloadManagement has not started 
after 60 seconds. Status: NOT FOUND
KSB0003W: Application IzuManagementFacilityRestConsoles has not started after 
60 seconds. Status: NOT FOUND
KSB0003W: Application IzuManagementFacilityResourceMonitoring has not started 
after 60 seconds. Status: NOT FOUND
KSB0003W: Application IzuManagementFacilitySoftwareDeployment has not started 
after 60 seconds. Status: NOT FOUND
ÝAUDIT   ¨ CWWKF0015I: The server has the following interim fixes active in the 
runtime: PH50863,PH54173,PH52912,PH53918,PH54214,PH55995. For a full listing of 
installed fixes run: productInfo version --ifixes
ÝAUDIT   ¨ CWWKF0012I: The server installed the following features: 
ÝapiDiscovery-1.0, appSecurity-2.0, beanValidation-1.0, concurrent-1.0, 
distributedMap-1.0, javaMail-1.5, jaxrs-1.1, jdbc-4.0, jndi-1.0, jpa-2.0, 
json-1.0, jsp-2.2, pa
ÝAUDIT   ¨ CWWKF0011I: The zosmfServer server is ready to run a smarter planet. 
The zosmfServer server started in 1862.515 seconds.
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/ibm/api/explorer/
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/ibm/api/
ÝAUDIT   ¨ CWWKZ0022W: Application IzuManagementFacilityRestCompliance has not 
started in 30.154 seconds.
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/zosmf/api/docs/
ÝAUDIT   ¨ CWWKZ0022W: Application IzuManagementFacilityHelpApp has not started 
in 30.252 seconds.
ÝAUDIT   ¨ CWWKZ0022W: Application IzuManagementFacilityRestConsoles has not 
started in 30.387 seconds.
ÝAUDIT   ¨ CWWKZ0022W: Application IzuManagementFacilityResourceMonitoring has 
not started in 30.240 seconds.
ÝAUDIT   ¨ CWWKZ0022W: Application IzuManagementFacilityImportUtility has not 
started in 30.242 seconds.
ÝAUDIT   ¨ CWWKZ0022W: Application IzuManagementFacilityRestFiles has not 
started in 30.440 seconds.
ÝAUDIT   ¨ CWWKZ0022W: Application IzuManagementFacilityWorkloadManagement has 
not started in 30.395 seconds.
ÝAUDIT   ¨ CWWKZ0022W: Application IzuManagementFacility has not started in 
30.386 seconds.
ÝAUDIT   ¨ CWWKZ0022W: Application IzuManagementFacilityISPF has not started in 
30.456 seconds.
ÝAUDIT   ¨ CWWKZ0022W: Application IzuManagementFacilitySoftwareDeployment has 
not started in 30.470 seconds.
ÝAUDIT   ¨ CWWKZ0022W: Application IzuManagementFacilityTsoServices has not 
started in 30.450 seconds.
ÝAUDIT   ¨ CWWKZ0022W: Application IzuManagementFacilityWorkflow has not 
started in 30.387 seconds.
ÝAUDIT   ¨ CWWKZ0022W: Application 
IzuManagementFacilitySecurityConfigurationAssistant has not started in 30.323 
seconds.
ÝAUDIT   ¨ CWWKZ0022W: Application IzuManagementFacilityProvisioning has not 
started in 30.413 seconds.
ÝAUDIT   ¨ CWWKZ0022W: Application IzuManagementFacilityVariables has not 
started in 30.496 seconds.
ÝAUDIT   ¨ CWWKZ0022W: Application IzuManagementFacilityRestJobs has not 
started in 30.450 seconds.
ÝAUDIT   ¨ CWWKZ0022W: Application IzuConfigurationAssistant has not started in 
30.261 seconds.
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/zosmf/api/explorer/
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/zosmf/zwlm/
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/zosmf/compliance/
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/zosmf/tsoApp/
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/zosmf/restfiles/
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/zosmf/
ÝAUDIT   ¨ CWWKZ0001I: Application IzuManagementFacilityRestCompliance started 
in 341.102 seconds.
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/zosmf/workflow/
ÝAUDIT   ¨ CWWKZ0001I: Application IzuManagementFacilityTsoServices started in 
419.948 seconds.
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/zosmf/izur/
ÝAUDIT   ¨ CWWKZ0001I: Application IzuManagementFacilityWorkloadManagement 
started in 462.675 seconds.
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/zosmf/restjobs/
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/zosmf/IzuImportUtility/
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/zosmf/variables/
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/zosmf/config/security/
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/zosmf/provisioning/
ÝAUDIT   ¨ CWWKZ0001I: Application IzuManagementFacilityRestJobs started in 
619.034 seconds.
ÝAUDIT   ¨ CWWKZ0001I: Application IzuManagementFacilityImportUtility started 
in 646.100 seconds.
ÝAUDIT   ¨ CWWKZ0001I: Application IzuManagementFacilityResourceMonitoring 
started in 684.447 seconds.
ÝAUDIT   ¨ CWWKZ0001I: Application IzuManagementFacilityWorkflow started in 
805.087 seconds.
ÝAUDIT   ¨ CWWKZ0001I: Application IzuManagementFacilityVariables started in 
809.569 seconds.
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/zosmf/restconsoles/
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/zosmf/dm/
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/zosmf/webispf/
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/zosmf/helps/
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/zosmf/rest/
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/zosmf/IzuUICommon/
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/zosmf/ca/
ÝAUDIT   ¨ CWWKZ0001I: Application 
IzuManagementFacilitySecurityConfigurationAssistant started in 855.824 seconds.
ÝAUDIT   ¨ CWWKZ0001I: Application IzuManagementFacilityRestFiles started in 
967.914 seconds.
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/IzuDojo/
ÝAUDIT   ¨ CWWKZ0001I: Application IzuManagementFacilityRestConsoles started in 
1001.920 seconds.
ÝAUDIT   ¨ CWWKZ0001I: Application IzuManagementFacility started in 1168.160 
seconds.
ÝAUDIT   ¨ CWWKZ0001I: Application IzuManagementFacilityISPF started in 
1201.590 seconds.
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/zosmf/resource-mgmt/
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/zosmf/swmgmt/
ÝAUDIT   ¨ CWWKT0016I: Web application available (default_host): 
https://tenoch:10443/zosmf/swupdate/
ÝAUDIT   ¨ CWWKZ0001I: Application IzuManagementFacilityProvisioning started in 
1538.629 seconds.
ÝAUDIT   ¨ CWWKZ0001I: Application IzuManagementFacilityHelpApp started in 
1540.220 seconds.
ÝAUDIT   ¨ CWWKZ0001I: Application IzuManagementFacilitySoftwareDeployment 
started in 1560.764 seconds.
IZUG250I: All applications specified have started.
ÝAUDIT   ¨ CWWKZ0001I: Application IzuConfigurationAssistant started in 
1769.726 seconds.
JVMJ9VM090I Slow response to network query (319 secs), check your IP DNS 
configuration
ÝERROR   ¨ CWWKO0801E: The SSL connection cannot be initialized from the 
192.168.3.67 host and 62,605 port on the remote client to the 192.168.3.99 host 
and 10,443 port on the local server. Exception: 
javax.net.ssl.SSLHandshakeExceptio
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:125)
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:111)
        at com.ibm.jsse2.TransportContext.fatal(TransportContext.java:359)
        at com.ibm.jsse2.Alert$AlertConsumer.consume(Alert.java:287)
        at com.ibm.jsse2.TransportContext.dispatch(TransportContext.java:198)
        at com.ibm.jsse2.SSLTransport.decode(SSLTransport.java:149)
        at com.ibm.jsse2.SSLEngineImpl.decode(SSLEngineImpl.java:590)
        at com.ibm.jsse2.SSLEngineImpl.readRecord(SSLEngineImpl.java:545)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:411)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:390)
        at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:39)
        at 
com.ibm.ws.channel.ssl.internal.SSLUtils.handleHandshake(SSLUtils.java:909)
        at Ýinternal classes¨

ÝERROR   ¨ CWWKO0801E: The SSL connection cannot be initialized from the 
192.168.3.67 host and 62,606 port on the remote client to the 192.168.3.99 host 
and 10,443 port on the local server. Exception: 
javax.net.ssl.SSLHandshakeExceptio
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:125)
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:111)
        at com.ibm.jsse2.TransportContext.fatal(TransportContext.java:359)
        at com.ibm.jsse2.Alert$AlertConsumer.consume(Alert.java:287)
        at com.ibm.jsse2.TransportContext.dispatch(TransportContext.java:198)
        at com.ibm.jsse2.SSLTransport.decode(SSLTransport.java:149)
        at com.ibm.jsse2.SSLEngineImpl.decode(SSLEngineImpl.java:590)
        at com.ibm.jsse2.SSLEngineImpl.readRecord(SSLEngineImpl.java:545)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:411)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:390)
        at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:39)
        at 
com.ibm.ws.channel.ssl.internal.SSLUtils.handleHandshake(SSLUtils.java:909)
        at Ýinternal classes¨

ÝERROR   ¨ CWWKO0801E: The SSL connection cannot be initialized from the 
192.168.3.67 host and 62,616 port on the remote client to the 192.168.3.99 host 
and 10,443 port on the local server. Exception: 
javax.net.ssl.SSLHandshakeExceptio
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:125)
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:111)
        at com.ibm.jsse2.TransportContext.fatal(TransportContext.java:359)
        at com.ibm.jsse2.Alert$AlertConsumer.consume(Alert.java:287)
        at com.ibm.jsse2.TransportContext.dispatch(TransportContext.java:198)
        at com.ibm.jsse2.SSLTransport.decode(SSLTransport.java:149)
        at com.ibm.jsse2.SSLEngineImpl.decode(SSLEngineImpl.java:590)
        at com.ibm.jsse2.SSLEngineImpl.readRecord(SSLEngineImpl.java:545)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:411)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:390)
        at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:39)
        at 
com.ibm.ws.channel.ssl.internal.SSLUtils.handleHandshake(SSLUtils.java:909)
        at Ýinternal classes¨

ÝERROR   ¨ CWWKO0801E: The SSL connection cannot be initialized from the 
192.168.3.67 host and 62,615 port on the remote client to the 192.168.3.99 host 
and 10,443 port on the local server. Exception: 
javax.net.ssl.SSLHandshakeExceptio
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:125)
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:111)
        at com.ibm.jsse2.TransportContext.fatal(TransportContext.java:359)
        at com.ibm.jsse2.Alert$AlertConsumer.consume(Alert.java:287)
        at com.ibm.jsse2.TransportContext.dispatch(TransportContext.java:198)
        at com.ibm.jsse2.SSLTransport.decode(SSLTransport.java:149)
        at com.ibm.jsse2.SSLEngineImpl.decode(SSLEngineImpl.java:590)
        at com.ibm.jsse2.SSLEngineImpl.readRecord(SSLEngineImpl.java:545)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:411)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:390)
        at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:39)
        at 
com.ibm.ws.channel.ssl.internal.SSLUtils.handleHandshake(SSLUtils.java:909)
        at Ýinternal classes¨

ÝERROR   ¨ CWWKO0801E: The SSL connection cannot be initialized from the 
192.168.3.67 host and 62,642 port on the remote client to the 192.168.3.99 host 
and 10,443 port on the local server. Exception: 
javax.net.ssl.SSLHandshakeExceptio
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:125)
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:111)
        at com.ibm.jsse2.TransportContext.fatal(TransportContext.java:359)
        at com.ibm.jsse2.Alert$AlertConsumer.consume(Alert.java:287)
        at com.ibm.jsse2.TransportContext.dispatch(TransportContext.java:198)
        at com.ibm.jsse2.SSLTransport.decode(SSLTransport.java:149)
        at com.ibm.jsse2.SSLEngineImpl.decode(SSLEngineImpl.java:590)
        at com.ibm.jsse2.SSLEngineImpl.readRecord(SSLEngineImpl.java:545)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:411)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:390)
        at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:39)
        at 
com.ibm.ws.channel.ssl.internal.SSLUtils.handleHandshake(SSLUtils.java:909)
        at Ýinternal classes¨

ÝERROR   ¨ CWWKO0801E: The SSL connection cannot be initialized from the 
192.168.3.67 host and 62,643 port on the remote client to the 192.168.3.99 host 
and 10,443 port on the local server. Exception: 
javax.net.ssl.SSLHandshakeExceptio
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:125)
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:111)
        at com.ibm.jsse2.TransportContext.fatal(TransportContext.java:359)
        at com.ibm.jsse2.Alert$AlertConsumer.consume(Alert.java:287)
        at com.ibm.jsse2.TransportContext.dispatch(TransportContext.java:198)
        at com.ibm.jsse2.SSLTransport.decode(SSLTransport.java:149)
        at com.ibm.jsse2.SSLEngineImpl.decode(SSLEngineImpl.java:590)
        at com.ibm.jsse2.SSLEngineImpl.readRecord(SSLEngineImpl.java:545)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:411)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:390)
        at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:39)
        at 
com.ibm.ws.channel.ssl.internal.SSLUtils.handleHandshake(SSLUtils.java:909)
        at Ýinternal classes¨

ÝERROR   ¨ CWWKO0801E: The SSL connection cannot be initialized from the 
192.168.3.67 host and 62,666 port on the remote client to the 192.168.3.99 host 
and 10,443 port on the local server. Exception: 
javax.net.ssl.SSLHandshakeExceptio
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:125)
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:111)
        at com.ibm.jsse2.TransportContext.fatal(TransportContext.java:359)
        at com.ibm.jsse2.Alert$AlertConsumer.consume(Alert.java:287)
        at com.ibm.jsse2.TransportContext.dispatch(TransportContext.java:198)
        at com.ibm.jsse2.SSLTransport.decode(SSLTransport.java:149)
        at com.ibm.jsse2.SSLEngineImpl.decode(SSLEngineImpl.java:590)
        at com.ibm.jsse2.SSLEngineImpl.readRecord(SSLEngineImpl.java:545)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:411)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:390)
        at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:39)
        at 
com.ibm.ws.channel.ssl.internal.SSLUtils.handleHandshake(SSLUtils.java:909)
        at Ýinternal classes¨

ÝERROR   ¨ CWWKO0801E: The SSL connection cannot be initialized from the 
192.168.3.67 host and 62,667 port on the remote client to the 192.168.3.99 host 
and 10,443 port on the local server. Exception: 
javax.net.ssl.SSLHandshakeExceptio
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:125)
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:111)
        at com.ibm.jsse2.TransportContext.fatal(TransportContext.java:359)
        at com.ibm.jsse2.Alert$AlertConsumer.consume(Alert.java:287)
        at com.ibm.jsse2.TransportContext.dispatch(TransportContext.java:198)
        at com.ibm.jsse2.SSLTransport.decode(SSLTransport.java:149)
        at com.ibm.jsse2.SSLEngineImpl.decode(SSLEngineImpl.java:590)
        at com.ibm.jsse2.SSLEngineImpl.readRecord(SSLEngineImpl.java:545)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:411)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:390)
        at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:39)
        at 
com.ibm.ws.channel.ssl.internal.SSLUtils.handleHandshake(SSLUtils.java:909)
        at Ýinternal classes¨

ÝERROR   ¨ CWWKO0801E: The SSL connection cannot be initialized from the 
192.168.3.67 host and 62,703 port on the remote client to the 192.168.3.99 host 
and 10,443 port on the local server. Exception: 
javax.net.ssl.SSLHandshakeExceptio
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:125)
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:111)
        at com.ibm.jsse2.TransportContext.fatal(TransportContext.java:359)
        at com.ibm.jsse2.Alert$AlertConsumer.consume(Alert.java:287)
        at com.ibm.jsse2.TransportContext.dispatch(TransportContext.java:198)
        at com.ibm.jsse2.SSLTransport.decode(SSLTransport.java:149)
        at com.ibm.jsse2.SSLEngineImpl.decode(SSLEngineImpl.java:590)
        at com.ibm.jsse2.SSLEngineImpl.readRecord(SSLEngineImpl.java:545)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:411)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:390)
        at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:39)
        at 
com.ibm.ws.channel.ssl.internal.SSLUtils.handleHandshake(SSLUtils.java:909)
        at Ýinternal classes¨

ÝERROR   ¨ CWWKO0801E: The SSL connection cannot be initialized from the 
192.168.3.67 host and 62,702 port on the remote client to the 192.168.3.99 host 
and 10,443 port on the local server. Exception: 
javax.net.ssl.SSLHandshakeExceptio
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:125)
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:111)
        at com.ibm.jsse2.TransportContext.fatal(TransportContext.java:359)
        at com.ibm.jsse2.Alert$AlertConsumer.consume(Alert.java:287)
        at com.ibm.jsse2.TransportContext.dispatch(TransportContext.java:198)
        at com.ibm.jsse2.SSLTransport.decode(SSLTransport.java:149)
        at com.ibm.jsse2.SSLEngineImpl.decode(SSLEngineImpl.java:590)
        at com.ibm.jsse2.SSLEngineImpl.readRecord(SSLEngineImpl.java:545)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:411)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:390)
        at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:39)
        at 
com.ibm.ws.channel.ssl.internal.SSLUtils.handleHandshake(SSLUtils.java:909)
        at Ýinternal classes¨

ÝERROR   ¨ CWWKO0801E: The SSL connection cannot be initialized from the 
192.168.3.67 host and 63,226 port on the remote client to the 192.168.3.99 host 
and 10,443 port on the local server. Exception: 
javax.net.ssl.SSLHandshakeExceptio
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:125)
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:111)
        at com.ibm.jsse2.TransportContext.fatal(TransportContext.java:359)
        at com.ibm.jsse2.Alert$AlertConsumer.consume(Alert.java:287)
        at com.ibm.jsse2.TransportContext.dispatch(TransportContext.java:198)
        at com.ibm.jsse2.SSLTransport.decode(SSLTransport.java:149)
        at com.ibm.jsse2.SSLEngineImpl.decode(SSLEngineImpl.java:590)
        at com.ibm.jsse2.SSLEngineImpl.readRecord(SSLEngineImpl.java:545)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:411)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:390)
        at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:39)
        at 
com.ibm.ws.channel.ssl.internal.SSLUtils.handleHandshake(SSLUtils.java:909)
        at Ýinternal classes¨

ÝERROR   ¨ CWWKO0801E: The SSL connection cannot be initialized from the 
192.168.3.67 host and 63,225 port on the remote client to the 192.168.3.99 host 
and 10,443 port on the local server. Exception: 
javax.net.ssl.SSLHandshakeExceptio
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:125)
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:111)
        at com.ibm.jsse2.TransportContext.fatal(TransportContext.java:359)
        at com.ibm.jsse2.Alert$AlertConsumer.consume(Alert.java:287)
        at com.ibm.jsse2.TransportContext.dispatch(TransportContext.java:198)
        at com.ibm.jsse2.SSLTransport.decode(SSLTransport.java:149)
        at com.ibm.jsse2.SSLEngineImpl.decode(SSLEngineImpl.java:590)
        at com.ibm.jsse2.SSLEngineImpl.readRecord(SSLEngineImpl.java:545)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:411)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:390)
        at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:39)
        at 
com.ibm.ws.channel.ssl.internal.SSLUtils.handleHandshake(SSLUtils.java:909)
        at Ýinternal classes¨

ÝERROR   ¨ CWWKO0801E: The SSL connection cannot be initialized from the 
192.168.3.67 host and 63,230 port on the remote client to the 192.168.3.99 host 
and 10,443 port on the local server. Exception: 
javax.net.ssl.SSLHandshakeExceptio
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:125)
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:111)
        at com.ibm.jsse2.TransportContext.fatal(TransportContext.java:359)
        at com.ibm.jsse2.Alert$AlertConsumer.consume(Alert.java:287)
        at com.ibm.jsse2.TransportContext.dispatch(TransportContext.java:198)
        at com.ibm.jsse2.SSLTransport.decode(SSLTransport.java:149)
        at com.ibm.jsse2.SSLEngineImpl.decode(SSLEngineImpl.java:590)
        at com.ibm.jsse2.SSLEngineImpl.readRecord(SSLEngineImpl.java:545)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:411)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:390)
        at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:39)
        at 
com.ibm.ws.channel.ssl.internal.SSLUtils.handleHandshake(SSLUtils.java:909)
        at Ýinternal classes¨

ÝERROR   ¨ CWWKO0801E: The SSL connection cannot be initialized from the 
192.168.3.67 host and 63,231 port on the remote client to the 192.168.3.99 host 
and 10,443 port on the local server. Exception: 
javax.net.ssl.SSLHandshakeExceptio
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:125)
        at com.ibm.jsse2.Alert.createSSLException(Alert.java:111)
        at com.ibm.jsse2.TransportContext.fatal(TransportContext.java:359)
        at com.ibm.jsse2.Alert$AlertConsumer.consume(Alert.java:287)
        at com.ibm.jsse2.TransportContext.dispatch(TransportContext.java:198)
        at com.ibm.jsse2.SSLTransport.decode(SSLTransport.java:149)
        at com.ibm.jsse2.SSLEngineImpl.decode(SSLEngineImpl.java:590)
        at com.ibm.jsse2.SSLEngineImpl.readRecord(SSLEngineImpl.java:545)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:411)
        at com.ibm.jsse2.SSLEngineImpl.unwrap(SSLEngineImpl.java:390)
        at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:39)
        at 
com.ibm.ws.channel.ssl.internal.SSLUtils.handleHandshake(SSLUtils.java:909)
        at Ýinternal classes¨


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to