<< Back to previous view |
![]() |
[QB-688] CreateProcess error=5, Access is denied
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Major |
Reporter: | Joey Larot | Assigned To: | Robin Shen |
Resolution: | Won't Fix | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown | ||
Environment: | Running agent on Windows XP system |
Description |
I would like to know what the error below means. I am unable to find it in any searches that I perform on your site. I am able to run the batch file so I am unsure where to look in order to resolve this quickbuild issue.
CreateProcess error=5, Access is denied at com.pmease.quickbuild.execution.CommandExecutor.runAndGetResult(CommandExecutor.java:203) at com.pmease.quickbuild.plugin.basis.CommandBuildStep.run(CommandBuildStep.java:218) at com.pmease.quickbuild.plugin.basis.CommandBuildStep$$EnhancerByCGLIB$$c96b3592.CGLIB$run$10(<generated>) at com.pmease.quickbuild.plugin.basis.CommandBuildStep$$EnhancerByCGLIB$$c96b3592$$FastClassByCGLIB$$edd61920.invoke(<generated>) at net.sf.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:215) at com.pmease.quickbuild.DefaultExpressionManager$Interpolator.intercept(DefaultExpressionManager.java:271) at com.pmease.quickbuild.plugin.basis.CommandBuildStep$$EnhancerByCGLIB$$c96b3592.run(<generated>) at com.pmease.quickbuild.stepsupport.Step.execute(Step.java:525) at com.pmease.quickbuild.stepsupport.StepJob.execute(StepJob.java:37) at com.pmease.quickbuild.grid.GridJob.run(GridJob.java:116) at java.lang.Thread.run(Unknown Source) |
Comments |
Comment by Robin Shen [ 14/Oct/10 01:56 AM ] |
This is normally a permission issue, either because the user running QuickBuild process does not have permission to run the command, or the file itself is not executable. You may verify this by logging into the machine using the user running QuickBuild process, and run that command manually from command prompt. |