Known issues

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 drive jdbc connection. For PBVM version 9, it uses pbjdbc1290.jar to drive jdbc connection. If PBVM10 and PBVM 9 are installed on same EAServer, all the JAR files mentioned above will be added to 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 database using JDBC, it will use PBVM10 JDBC driver. Hence, this will result an error.