Unable to start the debugger, HELP!!!
When I try to start debugger on the project in Java Studio Creator 2 U1, I am getting the below error. I even tried adding the path of JRE in PATH env variable with no effect. OS used is Windows XP SP2.
Note that I am able to run the program successfully. Problem is only with starting the debugger.
init:
deps-module-jar:
deps-ear-jar:
deps-jar:
library-inclusion-in-archive:
library-inclusion-in-manifest:
compile:
compile-jsps:
pluto-hack-web-xml-run:
portlet-container-deploy:
jsCreatorDist:
debug:
Stopping server localhost:25848
C:\Program Files\Sun\Creator2_1\SunAppServer8\bin\asadmin.bat stop-domain --domaindir C:\Program Files\Sun\Creator2_1\SunAppServer8\domains\ creator
Starting debug server localhost:25848
C:\Program Files\Sun\Creator2_1\SunAppServer8\bin\asadmin.bat stop-domain --domaindir C:\Program Files\Sun\Creator2_1\SunAppServer8\domains\ creator
Incrementally deploying ParentRelationManagement_1_localhost:25848_server
Completed incremental distribution of ParentRelationManagement_1
Incrementally redeploying ParentRelationManagement_1_localhost:25848_server
Start registering the project's server resources
Finished registering server resources
While redeploying, trying to stop the application in target server completed successfully
Deployment of application ParentRelationManagement_1 completed successfully
C:\Documents and Settings\Ramesh\My Documents\Creator\Projects\ParentRelationManagement_1\nbproject\build-impl.xml: 526: org.netbeans.api.debugger.jpda.DebuggerStartException: shmemBase_attach failed: The system cannot find the file specified
BUILD FAILED (total time: 35 seconds)

