PQ60522: ADDRESS REMOVE SERVER TO ENSURE DB UPDATES OCCUR IN A SINGLE TRANSACTION. | |||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() APAR status Closed as program error. Error description fix to Server.ejbRemove is to move activeObject invocation into one (After-commit-task) thread such that the original ejbRemove is guranteed to be transactional (single transaction).Local fix Problem summary **************************************************************** * USERS AFFECTED: All WebSphere Application Server 4.0* users. * **************************************************************** * PROBLEM DESCRIPTION: WebSphere admin server fails to start * * and reports the following: * * AdminServer X WSVR0009E: Error during * * Startup com.ibm.ejs.exception. * * RemoteException: ADMR3016E:Failed to * * get the server group name * **************************************************************** * RECOMMENDATION: * **************************************************************** The problem is really one of inconsistency in the WAS repository. This was caused by a code sequence that should have occurred within a single transaction but was actually split into multiple transactions. The first part of the sequence was committed, but the second part failed and the accompanying rollback could not undo the earlier updates. The current version of the dbcheck tool can detect (but not correct) the inconsistency in the database. The only safe recovery is to reconstruct the repository.Problem conclusion Modified code so that sequence of operations is performed within a single transaction. Test fix sent to customer and checked into CMVC for inclusion in next PTF.Temporary fix Test fix sent to L2 on 12May02.Comments
APAR is sysrouted FROM one or more of the following: APAR is sysrouted TO one or more of the following: Modules/Macros
SRLS
|
Document Information |
Product categories: Software > Application Servers >
Distributed Application & Web Servers > WebSphere Application
Server > General
Operating system(s):
Software version: 400
Software edition:
Reference #: PQ60522
IBM Group: Software Group
Modified date: Jun 5, 2002
(C) Copyright IBM Corporation 2000, 2006. All Rights Reserved.