Error message is received when starting the WebSphere Test Server in WebSphere Studio Application Developer (WSAD):
"JVMCI158: Can't load "jprobeagent.dll", because Can't find dependent libraries
JVMCI098: xmloadJVMHelperLib jprobeagent -jp_input=C:\JProbe\{JPL path} -jp_connection_file=C:\JProbe\cm.properties -jp_snapshot_dir=C:\JProbe\SnapShots, failed
Could not create the Java Virtual Machine."
There is a misconfiguration of the WSAD WebSphere Application Server (WAS).
Verify that the -Xbootclasspath parameter has been coded properly in the JVM section of the server. Add the following (ensuring the paths are appropriate to your system):
"-Xbootclasspath/a:C:\JProbe5.2.0\lib\jpagent.jar"
"-Xrunjprobeagent:-jp_input=C:\temp\WSAD5.jpl
-jp_connection_file=c:\temp\cm.properties
-jp_snapshot_dir=c:\temp"
"-Xnoclassgc"
Please note that the above argument should all be on one line and that the cm.properties file will not exist the your system at this time. The cm.properties file that is created at runtime; therefore, the location is determined by you. In the example able "C:\temp" was used. Similarly, you can specify a snapshot directory that is appropriate for your environment.