[JIRA] (JENKINS-11992) Win7 x64: x86 Java runtime creates bad PATH on x64 OS causing ' \Java\jre6\bin"" was unexpected at this time.' error

2017-03-06 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev assigned an issue to Oleg Nenashev  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-11992  
 
 
  Win7 x64: x86 Java runtime creates bad PATH on x64 OS causing ' \Java\jre6\bin"" was unexpected at this time.' error   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Assignee: 
 Kohsuke Kawaguchi Oleg Nenashev  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-11992) Win7 x64: x86 Java runtime creates bad PATH on x64 OS causing ' \Java\jre6\bin"" was unexpected at this time.' error

2016-11-21 Thread sravya.pud...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sravya Pudota commented on  JENKINS-11992  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Win7 x64: x86 Java runtime creates bad PATH on x64 OS causing ' \Java\jre6\bin"" was unexpected at this time.' error   
 

  
 
 
 
 

 
 Any updates or any temporary fixes?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-11992) Win7 x64: x86 Java runtime creates bad PATH on x64 OS causing ' \Java\jre6\bin was unexpected at this time.' error

2012-10-02 Thread scol...@gmail.com (JIRA)














































Steven Cole
 commented on  JENKINS-11992


Win7 x64: x86 Java runtime creates bad PATH on x64 OS causing  \Java\jre6\bin was unexpected at this time. error















This just happened to us; quite annoying. Our workaround is to assign the path at the top of any build scripts, as the "unexpected at this time" error was generated by the vcvarsall batch file (from Microsoft Visual Studio), and we we have time to get in before that's actually called.

But those quotation marks should never get there.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-11992) Win7 x64: x86 Java runtime creates bad PATH on x64 OS causing ' \Java\jre6\bin was unexpected at this time.' error

2012-10-02 Thread scol...@gmail.com (JIRA)












































 
Steven Cole
 edited a comment on  JENKINS-11992


Win7 x64: x86 Java runtime creates bad PATH on x64 OS causing  \Java\jre6\bin was unexpected at this time. error
















This just happened to us; quite annoying. Our workaround is to assign the path at the top of any build scripts, as the "unexpected at this time" error was generated by the vcvarsall batch file (from Microsoft Visual Studio), and we have time to get in before that's actually called.

But those quotation marks should never get there.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-11992) Win7 x64: x86 Java runtime creates bad PATH on x64 OS causing ' \Java\jre6\bin was unexpected at this time.' error

2012-03-08 Thread frederik.fr...@gmail.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-11992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=160014#comment-160014
 ] 

Frederik Fromm commented on JENKINS-11992:
--

moved to master-slave component

 Win7 x64: x86 Java runtime creates bad PATH on x64 OS causing ' 
 \Java\jre6\bin was unexpected at this time.' error
 

 Key: JENKINS-11992
 URL: https://issues.jenkins-ci.org/browse/JENKINS-11992
 Project: Jenkins
  Issue Type: Bug
  Components: master-slave
Affects Versions: current
 Environment: Win7 x64
Reporter: Mark MacVicar
Assignee: Kohsuke Kawaguchi
Priority: Minor

 Win7 x64: x86 Java runtime creates bad PATH on x64 OS causing ' 
 \Java\jre6\bin was unexpected at this time.' error
 I had installed the x86 Java 6, Version 6 update 29, (build 1.6.0_29-b11), 
 which installs into C:\Program Files (x86)\Java\jre6. When I started the 
 jenkins client and ran a build I received ' \Java\jre6\bin was unexpected 
 at this time.' errors in the console any time a shell command was invoked on 
 the slave.
 Upon investigation it appears that the Java runtime set to path to (as 
 reported by the Manage Jenkins -- Manage Nodes -- My Slave -- Systeminfo 
 page:
 {panel}
 C:\Program Files (x86)\Java\jre6\bin;...;C:\Program Files 
 (x86)\Java\jre6\bin
 {panel}
 Searching about on the internet I see several projects reporting issues about 
 unescaped parens being added to the path.
 https://issues.apache.org/jira/browse/GERONIMO-5365
 https://forums.oracle.com/forums/thread.jspa?threadID=2171702
 I can work around this issue by using the x64 JRE on 64-bit OS.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-11992) Win7 x64: x86 Java runtime creates bad PATH on x64 OS causing ' \Java\jre6\bin was unexpected at this time.' error

2012-03-08 Thread frederik.fr...@gmail.com (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-11992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Frederik Fromm updated JENKINS-11992:
-

Component/s: master-slave
 (was: slave-setup)

 Win7 x64: x86 Java runtime creates bad PATH on x64 OS causing ' 
 \Java\jre6\bin was unexpected at this time.' error
 

 Key: JENKINS-11992
 URL: https://issues.jenkins-ci.org/browse/JENKINS-11992
 Project: Jenkins
  Issue Type: Bug
  Components: master-slave
Affects Versions: current
 Environment: Win7 x64
Reporter: Mark MacVicar
Assignee: Kohsuke Kawaguchi
Priority: Minor

 Win7 x64: x86 Java runtime creates bad PATH on x64 OS causing ' 
 \Java\jre6\bin was unexpected at this time.' error
 I had installed the x86 Java 6, Version 6 update 29, (build 1.6.0_29-b11), 
 which installs into C:\Program Files (x86)\Java\jre6. When I started the 
 jenkins client and ran a build I received ' \Java\jre6\bin was unexpected 
 at this time.' errors in the console any time a shell command was invoked on 
 the slave.
 Upon investigation it appears that the Java runtime set to path to (as 
 reported by the Manage Jenkins -- Manage Nodes -- My Slave -- Systeminfo 
 page:
 {panel}
 C:\Program Files (x86)\Java\jre6\bin;...;C:\Program Files 
 (x86)\Java\jre6\bin
 {panel}
 Searching about on the internet I see several projects reporting issues about 
 unescaped parens being added to the path.
 https://issues.apache.org/jira/browse/GERONIMO-5365
 https://forums.oracle.com/forums/thread.jspa?threadID=2171702
 I can work around this issue by using the x64 JRE on 64-bit OS.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira