Hi,
I am trying to use IJ 11.1.3 to deploy an application to WebSphere 8 with java 64-bit. Running it is ok, but when debugging, the server won't start up and gives the following error message:
D:\Programs\IBM\WebSphere_85\AppServer\java\bin\java -Dfile.encoding=windows-1252 -classpath "D:\Programs\IBM\WebSphere_85\AppServer\runtimes\com.ibm.ws.admin.client_8.5.0.jar;D:\Programs\IBM\WebSphere_85\AppServer\plugins\com.ibm.ws.security.crypto.jar;D:\software\JetBrains\IntelliJ IDEA 11.1.3\plugins\webSphereIntegration\lib\webSphereIntegration.jar;D:\software\JetBrains\IntelliJ IDEA 11.1.3\plugins\webSphereIntegration\lib\specifics\webSphereClientImpl.jar;D:\software\JetBrains\IntelliJ IDEA 11.1.3\plugins\JavaEE\lib\javaee-impl.jar" com.intellij.javaee.oss.process.JavaeeProcess 61316 com.intellij.j2ee.webSphere.agent.WebSphereAgent
D:\Programs\IBM\WebSphere_85\AppServer\profiles\AppSrv01\bin\generated_websphere_server_start_script.cmd
Error: JDWP agent already loaded - please check java command line options
JVMJ9TI064E Agent initialization function Agent_OnLoad failed for library jdwp, return code -1
JVMJ9VM015W Initialization error for library j9jvmti26(-3): JVMJ9VM009E J9VMDllMain failed
Disconnected from server
Connected to server
Regards,
Guy