PQ65410: ADD BASIC ERROR MESSAGES TO ADVANCED EDITION BATCH COMPILE TO INDICATE INVALID WEBMODULE AND ENTERPRISEAPP PARAMETERS. | |||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() APAR status Closed as program error. Error description When an invalid enterpriseApp or webModule name is passed as a parameter to the JspBatchCompiler on WebSphere Advanced Edition, no error message is displayed to indicate a problem to the user.Local fix Problem summary **************************************************************** * USERS AFFECTED: WebSphere Application Server Advanced * * Edition using the JspBatchCompiler to * * precompile jsp's. * **************************************************************** * PROBLEM DESCRIPTION: JspBatchCompiler on WebSphere Advanced * * Edition does not provide error * * messages to indicate invalid * * enterpriseApp or webModule parameters. * **************************************************************** * RECOMMENDATION: * **************************************************************** To assist with servicability related pmr's involving the JspBatchCompiler on AE, users need to be presented with a list of valid parameter values for enterpriseApp and webModule names.Problem conclusion To assist in problem determination, development added simple error messages to present to the user. Below is a sample run with a invalid enterpriseApp and webModule name being passed into the JspBatchCompiler as well as a successful run. # ./JspBatchCompiler.sh -enterpriseApp hpwas_sampleApp -webModule examples2 Connecting to repository...Done. Enterprise Application: hpwas_sampleApp Attempting to match -webModule examples2 with default_app on server Default Server Attempting to match -webModule examples2 with examples on server Default Server webModule examples2 not found # ./JspBatchCompiler.sh -enterpriseApp hpwas_sampleApp2 -webModule examples Connecting to repository...Done. Enterprise Application: hpwas_sampleApp2 enterpriseApp hpwas_sampleApp2 not found Current installed enterpriseApp's --------------------------------- hpwas_sampleApp # ./JspBatchCompiler.sh -enterpriseApp hpwas_sampleApp -webModule examples Connecting to repository...Done. Enterprise Application: hpwas_sampleApp Attempting to match -webModule examples with default_app on server Default Server Found match -webModule examples Compiling Web Module: examples compile: HelloHTML.jsp HelloHTML.jsp up to date compile: HelloHTMLError.jsp HelloHTMLError.jsp up to date compile: HelloVXML.jsp HelloVXML.jsp up to date compile: HelloVXMLError.jsp HelloVXMLError.jsp up to date compile: HelloWML.jsp HelloWML.jsp up to date compile: HelloWMLError.jsp HelloWMLError.jsp up to date compile: HitCount.jsp HitCount.jsp up to date compile: debug_error.jsp debug_error.jsp up to date compile: error.jsp error.jsp up to date compile: simple.jsp simple.jsp up to dateTemporary fix 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 #: PQ65410
IBM Group: Software Group
Modified date: Aug 28, 2002
(C) Copyright IBM Corporation 2000, 2006. All Rights Reserved.