No, there is nothing on the server side which needs to be set. Maybe I'm not understanding the technique you attempted.
I downloaded the slave.jar file from the Jenkins server to a local directory on my computer. I created a batch file and inserted the "java -jar slave.jar ..." command in the batch file I started the batch file by double clicking it from Windows explorer Did you do something different than that? Mark Waite On Mon, Dec 16, 2013 at 1:38 PM, Adam Westhusing <[email protected]>wrote: > I tried doing this and still received the security warning. Is there > anything special that needs to be set on the server side to not receive the > warning? > > > On Mon, Dec 2, 2013 at 3:39 PM, Mark Waite <[email protected]>wrote: > >> You can download slave.jar from the link on each slave node definition >> page. It is available from http://localhost:8080/jnlpJars/slave.jar(replace >> localhost with your Jenkins server host name). >> >> Mark Waite >> >> >> On Mon, Dec 2, 2013 at 12:58 PM, Jeremy Morton >> <[email protected]>wrote: >> >>> I am not finding slave.jar, and that command errors with: >>> >>> Error: Unable to access jarfile slave.jar >>> >>> On Friday, November 29, 2013 4:13:31 AM UTC-5, Mikael Larsson wrote: >>> >>>> Hi, >>>> >>>> We had the same issue and solved it by using the alternative way to >>>> start the jnlp-jar: >>>> >>>> java -jar slave.jar -jnlpUrl https://ci.domain.com/jenkins/ >>>> computer/COMPUTERNAME/slave-agent.jnlp >>>> >>>> >>>> >>>> Den tisdagen den 29:e oktober 2013 kl. 19:25:12 UTC+1 skrev Jeremy >>>> Morton: >>>>> >>>>> When I run the javaws.exe command line to start slave-agent.jnlp, I >>>>> now get this Security warning from Java, which implies that in a future >>>>> Java update, I won't be able to run it at all. >>>>> >>>>> Is this something that I need to configure to make Java happy, or is >>>>> this a Jenkins-side fix? >>>>> >>>>> >>>>> Security Warning >>>>> >>>>> Do you want to run this application? >>>>> >>>>> Name: hudson.remoting.Launcher >>>>> >>>>> Publisher: UNKNOWN >>>>> >>>>> Location: *http://jenkinsmaster:8080* <http://jenkinsmaster:8080/> >>>>> >>>>> Running applications by UNKNOWN publishers will be blocked in a future >>>>> release >>>>> >>>>> because it is potentially unsafe and a security risk. >>>>> >>>>> Risk: This application will run with unrestricted access which may put >>>>> your computer and personal information at >>>>> >>>>> risk. The information provided is unreliable op unknown so it is >>>>> recommended not to run this application unless >>>>> >>>>> you are familiar with its source >>>>> >>>>> This application will be blocked in a Future Java security update >>>>> because the JAR File manifest does not >>>>> >>>>> contain the Permissions attribute. Please contact the Publisher for >>>>> more information. More Information >>>>> >>>>> Select the box below, then click Run to start the application >>>>> >>>>> I accept the risk and want to run this application Run Cancel >>>>> >>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Jenkins Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Jenkins Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
