Apache Tomcat® Task will not start after IPL OM Web Viewer 12.1
search cancel

Apache Tomcat® Task will not start after IPL OM Web Viewer 12.1

book

Article ID: 136797

calendar_today

Updated On:

Products

Output Management Web Viewer

Issue/Introduction

Task will not start after IPL.  RSU1906 System maintenance applied on our z/OS 2.3 system.   only difference I see from the task that was working before IPL is the JAVA level.  Before IPL Task found:

JVMJZBL1012I Java Virtual Machine created. Version information follows: 

Java version "1.8.0_191"                                                

 

After IPL:

.JVMJZBL1012I Java Virtual Machine created. Version information follows: 

.java version "1.8.0_211"                                                

OM Web Viewer shuts down after this message:

 org.apache.catalina.core.AprLifecycleListener init                                                         

INFO: The APR based Apache Tomcat® Native library which allows optimal performance in production environments was not found on the java.library.path: ......... 

org.apache.coyote.http11.Http11Protocol init                                                               

INFO: Initializing Coyote HTTP/1.1 on http-8095                                                                                    

May also see in the Apache Tomcat® log:

SEVERE [main] org.apache.catalina.startup.Catalina.stopServer Could not contact localhost:8005. Tomcat may not be running.

SEVERE [main] org.apache.catalina.startup.Catalina.stopServer Catalina.stop: 

 java.net.ConnectException: Connection refused: connect

 

 

Environment

  • Output Management Web Viewer 12.1
  • Apache Tomcat®
  • Java
  • IBM z/OS 2.3

Cause

Possible cause IBM maintenance

Resolution

Go to the server.xml file


change: 


--><Server port="8005" shutdown="SHUTDOWN"> 

to 

--><Server port="-1" shutdown="SHUTDOWN"> 


After you change the port to -1, restart Apache Tomcat® and it should start.