PQ49157: BOOTSTRAP STEP 13 FAILURE WHEN RUNNING ON Z/OS WITH JDK 1.3 SR7 BUILD DATE 20010424. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() APAR status Closed as program error. Error description Failure during Bootstrap. Message "BBOU0604I WS BOOTSTRAP STEP 13 Create LDAP upper tree structure HAS BEEN ROLLED BACK" is seen in the BBOSMSS output. In addition you see a java stack trace in the output of BBOSMSS. In the stack trace, we see the following: .at com.ibm.rmi.corba.InitialNamingClient.resolve(InitialNamingC lient.java:256) .at com.ibm.rmi.corba.InitialNamingClient.cachedInitialReference s(InitialNamingClient.java:388) .at com.ibm.rmi.corba.InitialNamingClientresolve_initial_referen ces(InitialNamingClient.java:242) .at com.ibm.rmi.corba.ORB.resolve_initial_references(ORB.java:20 63) .at com.ibm.ws.naming.ldap.WsnLdapPropertyManager.init(WsnLdapPr opertyManager.java:180) .at com.ibm.ws.naming.ldap.WsnLdapPropertyManager.setSystemPrope rties(WsnLdapPropertyManager.java(Compiled Code)) . Note that we leave our ORB at the ORB.java:2063 line. . In the Error log, we also see an entry for SERVER=SYSMGMT01 JobName=BBOSMSS ./bbolshcp.cpp+299 ... BBOU0011W The function SOMCPP_UnmarshalThrowSystemException(SOMRequest&,const char*) +299 raised CORBA system exception CORBA::INTERNAL. Error code is C9C25803 .Local fix 1) Add a jvm.properties file to the SYSMGT01 server and any J2EE server defined. BBOASR2 is the default J2EE server shipped with the product for the IVPE. In the jvm.properties file, have the following entry: os.name=OS/390 2) In addition, to get the client to set the 'proper' os.name vaule, the 'ejbivp.sh' file in the "/tmp/CBIVP" directory will have to canged as shown below: . Current line is: # Run the testcase for 'bmp' java -DPROPERTY_FILE=/usr/lpp/WebSphere/samples/PolicyIVP/ejb/Po licy.Property com.ibm.ws390.samples.ivp.client.TestClient bmp new line should be: # Run the testcase for 'bmp' java -DPROPERTY_FILE=/usr/lpp/WebSphere/samples/PolicyIVP/ejb/Po licy.Property -Dos.name=OS/390 com.ibm.ws390.samples.ivp.client. TestClient bmp . The 'cmp' line needs to be changed in the same fashion, we need to pass in the 'os.name=OS/390' parameter. So the second change to the 'ejbivp.sh' file would look like: . #RUn the testcase for 'cmp' # Run the testcase for 'bmp' java -DPROPERTY_FILE=/usr/lpp/WebSphere/samples/PolicyIVP/ejb/Po licy.Property -Dos.name=OS/390 com.ibm.ws390.samples.ivp.client. TestClient cmp . Note that the above lines need to be on a single continuous line in the 'ejbivp.sh' file. .Problem summary **************************************************************** * USERS AFFECTED: All users of WebSphere Application Server * * V4.0 for z/OS and OS/390. * **************************************************************** * PROBLEM DESCRIPTION: BOOTSTRAP Step 13 fails with CORBA * * system exception CORBA::INTERNAL. * * Error code is C9C25803, when running * * JDK 1.3 on z/OS level systems. * **************************************************************** * RECOMMENDATION: * **************************************************************** The exception and minor code are as follows: CORBA system exception CORBA::INTERNAL. Error code is C9C25803 This exception will occur in the System Management Server Region Default name BBOSMSS. There will be a JVM Stack trace that will look as follows: JVM Stack Trace = org.omg.CORBA.INTERNAL: minor code: C9C25803 completed: No at com.ibm.ws390.util._EJSUtilitiesImpl .CreateUpperTreeStructure(_EJSUtilitiesImpl.java:290) at com.ibm.ws390.util._EJSUtilitiesSkeleton .CreateUpperTreeStructure(_EJSUtilitiesSkeleton.java:167) You may also see the following message: BBOU0729E Bootstrap error. Could not create upper tree structure for WS namingProblem conclusion Support was added to check for the new value returned from System.getPorperty("os.name"). The new value is z/OS. This change was made in the ORBUtil.java part in bboj\src\com\ibm\rmi\corba\rt\ORBUtil.java APAR PQ49157 is associated with SERVICE LEVEL W400016 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: UQ54915 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 #: PQ49157
IBM Group: Software Group
Modified date: Aug 2, 2001
(C) Copyright IBM Corporation 2000, 2006. All Rights Reserved.