COMMON SERVICES FOR Z/OS90S SERVICESCommon 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:
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: