PQ88594: BBOS0112E RunAsSetSpecCred failed in BPX1TLS return value=-1 errno=0x9d errno2=0x0be8050f | |||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||
![]() APAR status Closed as program error. Error description During normal operation of a WebSphere for z/OS application server, the servant region eventually ends with ABEND SEC3 reason code 000C0001. Three SVCDUMPs were collected on the way down. The first SVCDUMP was caused by an exception thrown from a JNI thread. This failure corresponds to a message logged into the WAS Error Log at that time: BBOS0112E Credential handling function RunAsSetSpecCred failed in USS callable service BPX1TLS with Return Value (hex): ffffffff, Return Code (hex): 9d, and Reason Code (hex): be8050f. The BPX1TLS errno is EMVSERR, and the reason code 0be8050f says that the invoker must have a task level ACEE to invoke BPX1TLS but it does not.Local fix Problem summary **************************************************************** * USERS AFFECTED: All users of WebSphere Application Server * * V5.0 for z/OS * **************************************************************** * PROBLEM DESCRIPTION: During normal operation of a WebSphere * * for z/OS application server, the * * servant region eventually ends with * * ABEND SEC3 reason code 000C0001. The * * WAS Error Log shows msg. BBOS0112E * * Credential handling function * * RunAsSetSpecCred failed in USS callable * * service BPX1TLS with Return Value * * (hex): ffffffff, Return Code (hex): 9d, * * and Reason Code (hex): be8050f * **************************************************************** * RECOMMENDATION: * **************************************************************** Three SVCDUMPs were collected during termination. The first SVCDUMP was caused by an exception thrown from a JNI thread. The BPX1TLS errno is EMVSERR, and the reason code 0be8050f says that the invoker must have a task level ACEE to invoke BPX1TLS but it does not. Callable service BPX1TLS is called to synchronize the ACEE and USS security environments. The call was failing because a proper ACEE was not on the calling thread.Problem conclusion The call that failed was a BPX1TLS call with TLS_TASK_ACEE#. In the failed circumstance, the ACEE was to be removed from the thread, and not replaced. The prior logic was to replace the TCBSENV with a new ACEE, and then invoke BPX1TLS. BPXTLS failed because the new ACEE pointer in TCBSENV was 0. In this scenario, the BPX1TLS callable service needs to be called with TLS_DELETE_THREAD_SEC#, followed by the clearing of TCBSENV. APAR PQ88594 is associated with SERVICE LEVEL W502011 of WebSphere Application Server V5.0 for z/OS.Temporary fix Comments
APAR is sysrouted FROM one or more of the following: APAR is sysrouted TO one or more of the following: PQ89475 PQ91532 Modules/Macros
Publications Referenced
|
Document Information |
Current web document: swg1PQ88594.html
Product categories: Software > Application Servers >
Distributed Application & Web Servers > WebSphere Application
Server for z/OS
Operating system(s):
Software version: 500
Software edition:
Reference #: PQ88594
IBM Group: Software Group
Modified date: Jul 16, 2004
(C) Copyright IBM Corporation 2000, 2009. All Rights Reserved.