PBVM on a Solaris machine with multiple CPUs (CR #358585) If there is a memory leak, it will cause EAServer to crash when you run PBVM version 9.0.2 on a Solaris machine with multiple CPUs.
JDBC drivers not compatible (CR #361294) The JDBC drivers for PBVM version 10 and PBVM version 9 are not compatible. For PBVM version 10, it uses pbjdbc12100.jar to establish jdbc connection. For PBVM version 9, it uses pbjdbc1290.jar to establish jdbc connection. If PBVM10 and PBVM 9 are installed on same EAServer, all the JAR files mentioned above will be added to the system variable, CLASSPATH. Because the driver class in each JAR file has same name, the sequence of these JAR files will decide which driver will be used. If pbjdbc12100.jar is listed in front of pbjdbc1290.jar in the CLASSPATH, when a PB 9 component tries to connect to the database using JDBC, it will use PBVM10 JDBC driver. Hence, this will result an error.
Call JSP to invoke a Web service failed (CRs #439135, #439525, and #440103) This issue relates to CR #439135 in which PBVM version 10.2.1 is delivered as an EAServer Web service client with EAServer 5.2, the generated classes are not compatible with EAServer 5.3 and later. To resolve this problem, PowerBuilder should release new Web service JARs such as sybasewst.jar and its related components. This feature is no longer supported in this release.