PQ54736: THIS APAR ADDRESSES DEFECTS IN WEBSPHERE APPLICATION SERVER V4.0 FOR Z/OS AND OS/390. | |||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||
![]() APAR status Closed as program error. Error description This APAR addresses defects in WebSphere Application Server V4.0 for z/OS and OS/390.Local fix Problem summary **************************************************************** * USERS AFFECTED: All users of WebSphere Application Server * * V4.0 for z/OS and OS/390. * **************************************************************** * PROBLEM DESCRIPTION: APAR PQ54736 addresses various problems * * in WebSphere Application Server V4.0 * * for z/OS and OS/390. * **************************************************************** * RECOMMENDATION: * **************************************************************** APAR PQ54736 addresses the following problems in WebSphere Application Server V4.0 for z/OS and OS/390: (MD12081) In the System Management(SM) Scripting API J2EE resources support the default resource type should be provided if none is specified. Also, for J2EE resources instances a default system name should be provided if none is specified. (MD12219) For System Management(SM) Scripting API, J2EE resource instance attributes are listed on multiple lines mixed with other instance properties. They should appear on a single output line.Problem conclusion APAR PQ54736 provides the following problem resolution: (MD12081) The System Management(SM) Scripting API code for creating J2EE resources was modified to provide the first available resource type as a default if noresource type is specified in the script. The code for creating J2EE resource instances was modified to provide the first available system name as a default if no system name is specified in the script. (MD12219) The System Management(SM) Scripting API code for listing J2EE resource instance attributes was modified so that the attributes are listed on a single line. The following publication was revised as a result of APAR PQ54736: ________________________________________________________________ WebSphere Application Server V4.0 for z/OS and OS/390 System Management Scripting API SA22-7839-01 ________________________________________________________________ Chapter 4, pg. 168 (new section) Parameter name Values Required j2eeresourcename name of parent x J2EE resource j2eeresourceinstancename name of J2EE x resource instance to be created j2eeresourceinstancedescription description of J2EE resource instance to be created systemname name of the system to associate with the new J2EE resource instance j2eeresourceattributes attributes of the new J2EE resource instance (see below) ________________________________________________________________ Chapter 4, pg. 168 (new section) -output The output file contains further information. There is an example output file in the description of each J2EE resource instance action. The general output format for a J2EE resource instance action looks like this: administratorname.1 AdministratorName connector_class_name.1 Connector class name connector_interface_class_name.1 Connector interface class name conversationname.1 ConversationName factory_class_name.1 Factory class name j2eeresourceattributes.1 Resource attributes j2eeresourceinstancedescription.1 J2EE resource instance description j2eeresourceinstancename.1 J2EE resource instance name j2eeresourcename.1 J2EE resource name sysplexname.1 SysplexName systemname.1 SystemName status 0|4 message.1 OK|ErrorMessage count Number of listed J2EE resources ________________________________________________________________ Chapter 4, pg. 168 (new section) Example output file The output file may look like this: administratorname.1 CBADMIN connector_class_name.1 com.ibm.db2.jcc.DB2DataSource connector_interface_class_name.1 javax.sql.DataSource conversationname.1 API Functiontest factory_class_name.1 com.ibm.ws390.container.resref. DB2JDBCResourceFactory j2eeresourceattributes.1 LogWriterRecording = 'disable' databaseName = 'DBA' db2PlanName = 'DSNXYZ' loginTimeout = 711 j2eeresourceinstancedescription.1 my instance of db2resA j2eeresourceinstancename.1 db2resA_instance j2eeresourcename.1 db2resA sysplexname.1 PLEX1 systemname.1 SY1 status 0 message.1 OK count 1 ________________________________________________________________ Chapter 4, pg. 168 (new section) Example output file The output file may look like this: administratorname.1 CBADMIN connector_class_name.1 com.ibm.db2.jcc.DB2DataSource connector_interface_class_name.1 javax.sql.DataSource conversationname.1 API Functiontest factory_class_name.1 com.ibm.ws390.container.resref. DB2JDBCResourceFactory j2eeresourceattributes.1 LogWriterRecording = 'disable' databaseName = 'DBA' db2PlanName = 'DSNXYZ' loginTimeout = 7 j2eeresourceinstancedescription.1 my instance of db2resA j2eeresourceinstancename.1 db2resA_instance j2eeresourcename.1 db2resA sysplexname.1 PLEX1 systemname.1 SY1 status 0 message.1 OK count 1 ________________________________________________________________ Chapter 4, pg. 168 (new section) Example output file The output file may look like this: administratorname.1 CBADMIN connector_class_name.1 com.ibm.db2.jcc.DB2DataSource connector_interface_class_name.1 javax.sql.DataSource conversationname.1 API Functiontest factory_class_name.1 com.ibm.ws390.container.resref. DB2JDBCResourceFactory j2eeresourceattributes.1 LogWriterRecording = 'disable' databaseName = 'DBA' db2PlanName = 'DSNJDBC' loginTimeout = 7 j2eeresourceinstancedescription.1 my instance of db2resA j2eeresourceinstancename.1 db2resA_instance j2eeresourcename.1 db2resA sysplexname.1 PLEX1 systemname.1 SY1 status 0 message.1 OK count 1 ________________________________________________________________ Chapter 4, pg. 168 (new section) Example output file The output file may look like this: administratorname.1 CBADMIN connector_class_name.1 com.ibm.db2.jcc.DB2DataSource connector_interface_class_name.1 javax.sql.DataSource conversationname.1 API Functiontest factory_class_name.1 com.ibm.ws390.container.resref. DB2JDBCResourceFactory j2eeresourceattributes.1 LogWriterRecording = 'disable' databaseName = 'DBA' db2PlanName = 'DSNXYZ' loginTimeout = 711 j2eeresourceinstancedescription.1 my instance of db2resA j2eeresourceinstancename.1 db2resA_instance j2eeresourcename.1 db2resA sysplexname.1 PLEX1 systemname.1 SY1 status 0 message.1 OK count 1 ________________________________________________________________ Chapter 9, pg. 225 (new section) inputcreatej2eeresource.xml <?xml version='1.0'?> <!--=========================================================--> <!-- File name: inputcreatej2eeresource.xml --> <!-- --> <!-- Descriptive name: ... --> <!-- --> <!-- Proprietary statement: --> <!-- --> <!-- Licensed Material - Property of IBM --> <!-- --> <!-- 5655-F31 (C) Copyright IBM Corp. 2000, 2001 --> <!-- All Rights Reserved. --> <!-- U.S. Government users - RESTRICTED RIGHTS - Use, --> <!-- Duplication, or Disclosure restricted by GSA-ADP --> <!-- schedule contract with IBM Corp. --> <!-- Status = H28W400 --> <!-- --> <!-- Change history: --> <!--$L0=MD10821, H28W400, 20010726, PDJH: Created. --> <!--$P1=MD12081, H28W400, 20011030, PDJH: J2EE resources: --> <!-- default resource type, default system --> <!-- --> <!--=========================================================--> <!-- internal DTD --> <!DOCTYPE inputcreatej2eeresource <!ELEMENT inputcreatej2eeresource EMPTY> <!ATTLIST inputcreatej2eeresource conversationname CDATA #REQUIRED j2eeresourcename CDATA #REQUIRED j2eeresourcedescription CDATA #IMPLIED j2eeresourcetype CDATA #IMPLIED > > <!--begin of default values--> <inputcreatej2eeresource conversationname = '' j2eeresourcename = '' j2eeresourcedescription = '' j2eeresourcetype = '' /> ________________________________________________________________ Chapter 9, pg. 225 (new section) inputcreatej2eeresourceinstance.xml <?xml version='1.0'?> <!--=========================================================--> <!-- File name: inputcreatej2eeresourceinstance.xml --> <!-- --> <!-- Descriptive name: ... --> <!-- --> <!-- Proprietary statement: --> <!-- --> <!-- Licensed Material - Property of IBM --> <!-- --> <!-- 5655-F31 (C) Copyright IBM Corp. 2000, 2001 --> <!-- All Rights Reserved. --> <!-- U.S. Government users - RESTRICTED RIGHTS - Use, --> <!-- Duplication, or Disclosure restricted by GSA-ADP --> <!-- schedule contract with IBM Corp. --> <!-- Status = H28W400 --> <!-- --> <!-- Change history: --> <!--$L0=MD10821, H28W400, 20010726, PDJH: Created. --> <!--$P1=MD12081, H28W400, 20011030, PDJH: J2EE resources: --> <!-- default resource type, default system --> <!-- --> <!--=========================================================--> <!-- internal DTD --> <!DOCTYPE inputcreatej2eeresourceinstance <!ELEMENT j2eeresourceattributes EMPTY> <!ATTLIST j2eeresourceattributes name CDATA #REQUIRED value CDATA #REQUIRED > <!ELEMENT inputcreatej2eeresourceinstance (j2eeresourceattributes*)> <!ATTLIST inputcreatej2eeresourceinstance conversationname CDATA #REQUIRED j2eeresourcename CDATA #REQUIRED j2eeresourceinstancename CDATA #REQUIRED j2eeresourceinstancedescription CDATA #IMPLIED systemname CDATA #IMPLIED > > <!--begin of default values--> <inputcreatej2eeresourceinstance conversationname = '' j2eeresourcename = '' j2eeresourceinstancename = '' j2eeresourceinstancedescription = '' systemname = '' /> ________________________________________________________________ APAR PQ54736 is associated with SERVICE LEVEL W400051 of WebSphere Application Server V4.0 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: 400
Software edition:
Reference #: PQ54736
IBM Group: Software Group
Modified date: Jan 3, 2002
(C) Copyright IBM Corporation 2000, 2006. All Rights Reserved.