TSS7237E ENVIRONMENT IS CONTROLLED - MARK UNCONTROLLED REQUEST REJECTED
search cancel

TSS7237E ENVIRONMENT IS CONTROLLED - MARK UNCONTROLLED REQUEST REJECTED

book

Article ID: 374267

calendar_today

Updated On:

Products

Compliance Event Manager

Issue/Introduction

When a user logs on to the TOMCAT portal, the below TSS error in the TOMCAT task log is seen:

TSS7237E ENVIRONMENT IS CONTROLLED - MARK UNCONTROLLED REQUEST REJECTED

Environment

z/os tomcat

Cause

This can happen in some environments where the org.sqlite.lib.path variable is not defined. This happens when the underlying sqlite module in ibsqlitejdbc.so tries to dynamically lookup 
the libpath value and does not find it. 

Resolution

To correct, add the following line in CEMETOME:

IJO="$IJO -Dorg.sqlite.lib.path=${CEM_USSPATH}/cai/cacem/cem"

anywhere after the line:

 export CEM_USSPATH= <YOUR_CEM_USS_PATH>

and anywhere before the line:

export IBM_JAVA_OPTIONS="$IJO "