Alex Simpson resolved Bug JENKINS-26640 as Fixed

We have now resolved this.

Anyone wishing to know, this is what we did to resolve it:

1) Uninstall any Java version higher than 7.
2) Downloaded and installed JDK or JRE version 6u10.
3) Opened Jenkins.XML with Notepad ++.
4) Changed the following parameter from <executable>%BASE%\jre\bin\java</executable> to <executable>C:\Program Files\Java\jre6\bin\java</executable>

If you navigate to %BASE%\jre\bin\java and see what the file version is (java.exe) you will notice its version 7, which is what has caused this issue for us. So it looks like Java JRE 7 is bundled with the Jenkins(Windows) installation, and by changing the above parameter you're basically telling Jenkins to use the version you just installed, which works.

Might come in handy if anyone else experiences this issue.

Kind regards,
Alex

Change By: Alex Simpson (29/Jan/15 3:53 PM)
Status: Open Resolved
Resolution: Fixed
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

--
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.

Reply via email to