Re: Java Version 7, Update 45 warning every time I try starting the slave

2014-05-01 Thread k . thieling
running java 7. You might get the prompt initially still, but I think there is an option to trust on the prompt. - Original Message - From: "gho_v" To: jenkinsci-users@googlegroups.com Sent: Wednesday, April 30, 2014 8:52:38 PM Subject: Re: Java Version 7, Update 45 warn

Re: Java Version 7, Update 45 warning every time I try starting the slave

2014-04-30 Thread gho_v
Hi, I have the same problem, I upgraded Jenkins to the latest version (1.561), I setup the window slave using 'Launch slave agents via Java Web Start'. Everytime I restart window (installed with Java 1.7 update 45), I got the security warning pop up to ask me 'Do you want to run this applicati

Re: Java Version 7, Update 45 warning every time I try starting the slave

2014-02-03 Thread alex ouzounis
t;>>> >>>> ---------- >>>> *From: *"Jeremy Morton" >>>> *To: *jenkins...@googlegroups.com >>>> *Sent: *Wednesday, January 15, 2014 2:22:08 PM >>>> *Subject: *Re: Re: Java Version 7, Update 45 warning e

Re: Java Version 7, Update 45 warning every time I try starting the slave

2014-02-03 Thread Mark Waite
gt; Programs. >>> >>> Then go to the Security Tab, and click on edit site list. Add your >>> jenkins base address there >>> >>> -- >>> *From: *"Jeremy Morton" >>> *To: *jenkins...@googlegroups.com >>&g

Re: Java Version 7, Update 45 warning every time I try starting the slave

2014-02-02 Thread Srinivas Kona
ity Tab, and click on edit site list. Add your >> jenkins base address there >> >> -- >> *From: *"Jeremy Morton" >> *To: *jenkins...@googlegroups.com >> *Sent: *Wednesday, January 15, 2014 2:22:08 PM >> *Subject: *

Re: Java Version 7, Update 45 warning every time I try starting the slave

2014-01-15 Thread Jeremy Morton
> Then go to the Security Tab, and click on edit site list. Add your > jenkins base address there > > -- > *From: *"Jeremy Morton" > > *To: *jenkins...@googlegroups.com > *Sent: *Wednesday, January 15, 2014 2:22:08 PM > *Subject: *Re:

Re: Java Version 7, Update 45 warning every time I try starting the slave

2014-01-15 Thread k . thieling
Subject: Re: Re: Java Version 7, Update 45 warning every time I try starting the slave Even worse, even if you don't update Java, it refuses to run self-signed jnlp files because you aren't running the latest version [and the latest version blocks them, too]. On Wednesday, Janu

Re: Re: Java Version 7, Update 45 warning every time I try starting the slave

2014-01-15 Thread Jeremy Morton
Even worse, even if you don't update Java, it refuses to run self-signed jnlp files because you aren't running the latest version [and the latest version blocks them, too]. On Wednesday, January 15, 2014 3:10:15 PM UTC-5, Jeremy Morton wrote: > FYI, as of Update 51, it now blocks with no opti

Re: Re: Java Version 7, Update 45 warning every time I try starting the slave

2014-01-15 Thread Jeremy Morton
> Beutenmüller (Stv.) > Registergericht: Amtsgericht Stuttgart, HRB Nr. 212778 > Umsatzsteuer: ID-Nr.: DE147841145 > ---- > > > > Von: Mark > > An: jenkins...@googlegroups.com > Datum:17.12.2013 16:07 > Betreff:Re: Java Version 7, Upda

Antwort: Re: Java Version 7, Update 45 warning every time I try starting the slave

2013-12-19 Thread Andreas Schilling
47841145 Von:Mark An: jenkinsci-users@googlegroups.com Datum: 17.12.2013 16:07 Betreff: Re: Java Version 7, Update 45 warning every time I try starting the slave Gesendet von: jenkinsci-users@googlegroups.com I am expe

Re: Java Version 7, Update 45 warning every time I try starting the slave

2013-12-17 Thread Mark
I am experiencing the same problems. Executed: *java -jar **slave.jar** -jnlpUrlhttp://HOSTNAME:8080/computer/HOSTNAME/slave-agent.jnlp -secret * And still get the error message "Running this application may be a security risk" Op dinsdag 17 dec

Re: Java Version 7, Update 45 warning every time I try starting the slave

2013-12-16 Thread Mark Waite
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 bat

Re: Java Version 7, Update 45 warning every time I try starting the slave

2013-12-16 Thread Adam Westhusing
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 wrote: > You can download slave.jar from the link on each slave node definition > page. It is ava

Re: Java Version 7, Update 45 warning every time I try starting the slave

2013-12-02 Thread Mark Waite
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 wrote: > I am not finding slave.jar, and t

Re: Java Version 7, Update 45 warning every time I try starting the slave

2013-12-02 Thread Daniel Beck
Download from your Jenkins at https://ci.domain.com/jenkins/jnlpJars/slave.jar On 02.12.2013, at 20:58, Jeremy Morton 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 Larss

Re: Java Version 7, Update 45 warning every time I try starting the slave

2013-12-02 Thread Jeremy Morton
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

Re: Java Version 7, Update 45 warning every time I try starting the slave

2013-11-29 Thread Mikael Larsson
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 javaw