Tomcat failing to start with CC=102
search cancel

Tomcat failing to start with CC=102

book

Article ID: 127989

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS 90S SERVICES Common Services

Issue/Introduction

Trying to start TOMCAT for first time and it's failing with a CC=102.

Environment

Release:
Component: CCSATC

Cause

The userid under which the Tomcat task is running may not have a proper OMVS segment defined.

Resolution

Define the OMVS segment for each region STC. Consult with security administrator and respective security products documentation. Below are some examples:

For a  region STC IDuuuuuuu, UID number nnn, and user home directory /u/name, enter the following commands:

For a CA ACF2 for z/OS system, enter the following commands:


SET PROFILE(USER) DIV(OMVS)
INSERT uuuuuuu UID(nnn) HOME(/u/name) PROGRAM(/bin/sh)



For a CA Top Secret® for z/OS system, enter the following commands:

TSS ADD(uuuuuuu) HOME(/u/name) OMVSPGM(/bin/sh) UID(nnn) GROUP(OMVSGRP)


For a RACF system, enter the following command:

ALU uuuuuuu OMVS(UID(nnn) HOME(/u/name) PROGRAM(/bin/sh))


Note: The OMVS segment must contain a home directory (HOME) and a login shell (PROGRAM or OMVSPGM). The HOME directory must exist, be mounted, and have proper permissions.

Additional Information

Confirm the contents of the OMVS segment by entering the following commands:

For a CA ACF2 for z/OS system, enter the following commands:


SET PROFILE(USER) DIV(OMVS)
LIST uuuuuu



For a CA Top Secret® for z/OS system, enter the following command:

TSS LIS(uuuuuu) DATA(ALL)


For a RACF system, enter the following command:

LISTUSER uuuuuu OMVS NORACF