|
Problem(Abstract) |
When customizing the Base Application server for the first
time, the controller region is receiving the following which can be seen
in the job output:
java.lang.NoSuchMethodError: com.ibm.rmi.iiop.CDROutputStream:
method setGIOPVersion(BB)V not found
.at
com.ibm.ws390.orb.ClientRequestImpl.<init>(ClientRequestImpl.java:53)
.at com.ibm.ws390.orb.ClientDelegate.request(ClientDelegate.java:508)
.at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:245)
.at com.ibm.ws390.orb._ORBSRStub.doOrbSRPing(_ORBSRStub.java(Inlined
Compiled Code))
.at
com.ibm.ws390.orb.ControlRegionBridge.ping_any_SR(ControlRegionBridge.java:143)
.at com.ibm.ws390.orb.ORBEJSBridge.ping_any_SR(ORBEJSBridge.java:483)
|
|
|
|
Cause |
JAVA SR19 is a required minimum for WebSphere Application
Server V5 and a lower level of Java (SR 15) was being used. |
|
|
Resolving the
problem |
The minimum required for WebSphere V5 is SR19 which has a
build string of "cm131s-20030510a". This is PTF UQ77055. The above error
is the error observed when SR19 is not installed.
|
|
|