PQ71666: ERROR MESSAGES DISPLAYED DURING FIRST STARTUP OF THE J2EE SERVERFOLLOWING DEPLOYMENT OF AN APPLICATION | |||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||
![]() APAR status Closed as program error. Error description During the intial startup of the j2ee server following the successful deployment of an application, the customer sees a series of webapp messages such as: . . FunctionName: com.ibm.servlet.engine.srt.WebGroup SourceId: com.ibm.servlet.engine.srt.WebGroup Category: ERROR ExtendedMessage: failed.to.intialize.webapp . . . ExtendedMessage: Error adding module to Web Container: com.ibm.ejs.models.base.config.applicationserver.impl.WebModuleR (uri : PolicyIVP.war) com.ibm.servlet.engine.WebAppNotLoadedExceptio Failed to load webapp: PolicyIVP . . Although these messages appear, the customer is able to run the application successfully. These messages only appear during the first startup of the j2ee server after deployment. If the server is stopped and restarted, the messages do not appear. The customer feels that these messages should be removed, because they are misleading.Local fix Problem summary **************************************************************** * USERS AFFECTED: All users of WebSphere Application Server * * V4.0.1 for z/OS and OS/390. * **************************************************************** * PROBLEM DESCRIPTION: During the intial startup of the j2ee * * server following the successful * * deployment of an application, the * * customer sees a series of webapp * * messages such as: * * ....... * * ....... * * FunctionName: com.ibm.servlet.engine. * * srt.WebGroup * * SourceId: com.ibm.servlet.engine.srt. * * WebGroup * * Category: ERROR * * ExtendedMessage: failed.to.intialize. * * webapp * * ....... * * ....... * * ExtendedMessage: Error adding module * * to * * Web Container: * * com.ibm.ejs.models.base.config. * * applicationserver.impl.WebModuleR * * (uri: PolicyIVP.war) com.ibm.servlet. * * engine.WebAppNotLoadedException * * Failed to load webapp: PolicyIVP * * * * Although these messages appear, the * * customer is able to run the application * * successfully. These messages only * * appear during the first startup of the * * j2ee server after deployment. If the * * server is stopped and restarted, the * * messages do not appear. These messages * * should be removed, because they are * * misleading. * **************************************************************** * RECOMMENDATION: * **************************************************************** When a new WebApplication is installed the WebContainer is initialized in 2 phases. The WebContainer is initialized asynchorously with the naming server. The initialization of the webmodules is done before the naming registration for the new WebApplication is done. This causes the loading of the webmodule to fail and we print the error messages during the first phase of the WebContainer startup. The startup code in the WebContainer is aware that a new WebApplication is installed. So the initialization of the failed webmodules are done again in the second phase of the WebContainer startup and the WebApplication is installed successfully the second time.Problem conclusion The code was changed such that we do not print the error messages during the first phase of the WebContainer startup. APAR PQ71666 is associated with SERVICE LEVEL W401502 of WebSphere Application Server V4.0.1 for z/OS and OS/390.Temporary fix Comments
APAR is sysrouted FROM one or more of the following: APAR is sysrouted TO one or more of the following: Modules/Macros
|
Document Information |
Product categories: Software > Application Servers >
Distributed Application & Web Servers > WebSphere Application
Server for z/OS
Operating system(s):
Software version: 401
Software edition:
Reference #: PQ71666
IBM Group: Software Group
Modified date: Apr 3, 2003
(C) Copyright IBM Corporation 2000, 2006. All Rights Reserved.