DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18110>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18110 java.io.IOException: CreateProcess [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | ------- Additional Comments From [EMAIL PROTECTED] 2003-03-19 10:16 ------- I set the correct value to jwsdp.home and checked the full path definition is actually expressed (xrpcc.bat) but the problem persists. Here is the complete diagnostic message indicating the fault: compile-server: [echo] Compiling the server-side source code.... [javac] com\web_tomorrow\xmlrpctut\InterestImpl.java omitted as com/web_tomorrow/xmlrpctut/InterestImpl.class is up to date. xrpcc-server: [echo] Running xrpcc for the server: [exec] Current OS is Windows 2000 [exec] Executing '\Documents and Settings\Administrator\jwsdp-1.1 \bin\xrpcc.bat' with arguments: [exec] '-classpath' [exec] 'build/server:build/shared' [exec] '-server' [exec] '-d' [exec] 'build/server' [exec] 'config.xml' [exec] [exec] The ' characters around the executable and arguments are [exec] not part of the command. BUILD FAILED file:C:/Documents and Settings/administrator/mysunprojs/interest_ws/build.xml:64: Execute failed: java.io.IOException: CreateProcess: "\Documents and Settings\Administrator\jwsdp-1.1\bin\xrpcc.bat" -classpath build/server:build/shared -server -d build/server config.xml error=2 at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:371) at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:250) at org.apache.tools.ant.Task.perform(Task.java:341) at org.apache.tools.ant.Target.execute(Target.java:309) at org.apache.tools.ant.Target.performTasks(Target.java:336) at org.apache.tools.ant.Project.executeTarget(Project.java:1339) at org.apache.tools.ant.Project.executeTargets(Project.java:1255) at org.apache.tools.ant.Main.runBuild(Main.java:609) at org.apache.tools.ant.Main.start(Main.java:196) at org.apache.tools.ant.Main.main(Main.java:235) Caused by: java.io.IOException: CreateProcess: "\Documents and Settings\Administrator\jwsdp-1.1\bin\xrpcc.bat" -classpath build/server:build/shared -server -d build/server config.xml error=2 at java.lang.Win32Process.create(Native Method)