FW: Unable to create bug reporting account

2013-07-09 Thread Alberti, Johannes
Hi,

I tried to create an account on https://jenkins-ci.org/account/doSignup for 
jalberti(johannes.albe...@gmail.com) as well 
as jalberti(johannes.albe...@sap.com), in both 
cases I was asked to send an email to this mailing list due to "the SPAM 
problem". Maybe rather than waiting for the account to be provided, I can also 
report the actual issue & workaround here for your reference, if you could open 
the issue report and let me know the # number, that would be appreciated, if 
you have any else resolution recommendation I'm happy to revert the changes 
done on our side.

Jenkins 1.522 + Maven plugin 1.522 + GIT+Gerrit on Windows 2008 R2 and Java SE 
7 U21.
When trying to build a maven project you might receive below errors


FATAL: Argument has embedded quote, use the explicit CMD.EXE call.

java.lang.IllegalArgumentException:
 Argument has embedded quote, use the explicit CMD.EXE call.

at 
java.lang.ProcessImpl.isQuoted(ProcessImpl.java:231)

at 
java.lang.ProcessImpl.needsEscaping(ProcessImpl.java:245)

at 
java.lang.ProcessImpl.createCommandLine(ProcessImpl.java:183)

at 
java.lang.ProcessImpl.(ProcessImpl.java:373)

at 
java.lang.ProcessImpl.start(ProcessImpl.java:136)

at 
java.lang.ProcessBuilder.start(ProcessBuilder.java:1025)

at 
hudson.Proc$LocalProc.(Proc.java:244)

at 
hudson.Proc$LocalProc.(Proc.java:216)

at 
hudson.Launcher$LocalLauncher.launch(Launcher.java:773)

at 
hudson.Launcher$ProcStarter.start(Launcher.java:353)

at 
hudson.Launcher$ProcStarter.join(Launcher.java:360)

at 
hudson.tasks.Maven.perform(Maven.java:327)

at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)

at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:804)

at 
hudson.model.Build$BuildExecution.build(Build.java:199)

at 
hudson.model.Build$BuildExecution.doRun(Build.java:160)

at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:586)

at 
hudson.model.Run.execute(Run.java:1593)

at 
hudson.matrix.MatrixRun.run(MatrixRun.java:146)

at 
hudson.model.ResourceController.execute(ResourceController.java:88)

at 
hudson.model.Executor.run(Executor.java:247)



followed by below (after above is resolved)


The system cannot find the file specified

FATAL: command execution failed

java.io.IOException:
 CreateProcess error=2, The system cannot find the file specified

at java.lang.ProcessImpl.create(Native Method)

at java.lang.ProcessImpl.(ProcessImpl.java:381)

at java.lang.ProcessImpl.start(ProcessImpl.java:136)

at java.lang.

RE: Unable to create bug reporting account

2013-07-12 Thread Alberti, Johannes
Ping?

From: johannes.albe...@sap.com
Sent: Tuesday, July 09, 2013 1:34 PM
To: jenkinsci-dev@googlegroups.com
Subject: FW: Unable to create bug reporting account

Hi,

I tried to create an account on https://jenkins-ci.org/account/doSignup for 
jalberti(johannes.albe...@gmail.com) as well 
as jalberti(johannes.albe...@sap.com), in both 
cases I was asked to send an email to this mailing list due to "the SPAM 
problem". Maybe rather than waiting for the account to be provided, I can also 
report the actual issue & workaround here for your reference, if you could open 
the issue report and let me know the # number, that would be appreciated, if 
you have any else resolution recommendation I'm happy to revert the changes 
done on our side.

Jenkins 1.522 + Maven plugin 1.522 + GIT+Gerrit on Windows 2008 R2 and Java SE 
7 U21.
When trying to build a maven project you might receive below errors


FATAL: Argument has embedded quote, use the explicit CMD.EXE call.

java.lang.IllegalArgumentException:
 Argument has embedded quote, use the explicit CMD.EXE call.

at 
java.lang.ProcessImpl.isQuoted(ProcessImpl.java:231)

at 
java.lang.ProcessImpl.needsEscaping(ProcessImpl.java:245)

at 
java.lang.ProcessImpl.createCommandLine(ProcessImpl.java:183)

at 
java.lang.ProcessImpl.(ProcessImpl.java:373)

at 
java.lang.ProcessImpl.start(ProcessImpl.java:136)

at 
java.lang.ProcessBuilder.start(ProcessBuilder.java:1025)

at 
hudson.Proc$LocalProc.(Proc.java:244)

at 
hudson.Proc$LocalProc.(Proc.java:216)

at 
hudson.Launcher$LocalLauncher.launch(Launcher.java:773)

at 
hudson.Launcher$ProcStarter.start(Launcher.java:353)

at 
hudson.Launcher$ProcStarter.join(Launcher.java:360)

at 
hudson.tasks.Maven.perform(Maven.java:327)

at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)

at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:804)

at 
hudson.model.Build$BuildExecution.build(Build.java:199)

at 
hudson.model.Build$BuildExecution.doRun(Build.java:160)

at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:586)

at 
hudson.model.Run.execute(Run.java:1593)

at 
hudson.matrix.MatrixRun.run(MatrixRun.java:146)

at 
hudson.model.ResourceController.execute(ResourceController.java:88)

at 
hudson.model.Executor.run(Executor.java:247)



followed by below (after above is resolved)


The system cannot find the file specified

FATAL: command execution failed

java.io.IOException:
 CreateProcess error=2, The system cannot find the file specified

at java.lang.ProcessImpl.