Search found 8 matches

by TestEngineer
07 Dec 2021, 13:58
Forum: Public Forums
Topic: launch Jenkins agent jnlp file via OpenWebStart crashed Caused by: java.security.AccessControlException:
Replies: 17
Views: 16461

Re: launch Jenkins agent jnlp file via OpenWebStart crashed Caused by: java.security.AccessControlException:

As far as i know application is not defining any security manager , it works in past with java web start recently after shifting to OWS i start receiving this error
Do you know how i can check that if application defining its own security manager ?
by TestEngineer
02 Dec 2021, 13:23
Forum: Public Forums
Topic: launch Jenkins agent jnlp file via OpenWebStart crashed Caused by: java.security.AccessControlException:
Replies: 17
Views: 16461

Re: launch Jenkins agent jnlp file via OpenWebStart crashed Caused by: java.security.AccessControlException:

I tried it with the above command still its getting the same error
First step its connected and then immediately after connected its get terminated.
by TestEngineer
29 Nov 2021, 14:38
Forum: Public Forums
Topic: launch Jenkins agent jnlp file via OpenWebStart crashed Caused by: java.security.AccessControlException:
Replies: 17
Views: 16461

Re: launch Jenkins agent jnlp file via OpenWebStart crashed Caused by: java.security.AccessControlException:

Hi
Can you please guide how to do that , I actually opened my jnlp file via right click Open With OpenWebStart.
you mean i have to pass "--nosecurity" inside security tag in jnlp file
Thanks
by TestEngineer
26 Nov 2021, 11:22
Forum: Public Forums
Topic: launch Jenkins agent jnlp file via OpenWebStart crashed Caused by: java.security.AccessControlException:
Replies: 17
Views: 16461

Re: launch Jenkins agent jnlp file via OpenWebStart crashed Caused by: java.security.AccessControlException:

yes it has also done on the server
as mentioned by you i just updated the open webstart , restart the computer and tried to run , unfortunately i still encounter the same problem. Attached is the log files.
by TestEngineer
23 Nov 2021, 13:18
Forum: Public Forums
Topic: launch Jenkins agent jnlp file via OpenWebStart crashed Caused by: java.security.AccessControlException:
Replies: 17
Views: 16461

Re: launch Jenkins agent jnlp file via OpenWebStart crashed Caused by: java.security.AccessControlException:

In my jnlp file i already added this tag
<security>
<all-permissions/>
</security>

I opened my jnlp file via notepad editor and this tag is already present in my jnlp file
by TestEngineer
09 Nov 2021, 17:05
Forum: Public Forums
Topic: launch Jenkins agent jnlp file via OpenWebStart crashed Caused by: java.security.AccessControlException:
Replies: 17
Views: 16461

launch Jenkins agent jnlp file via OpenWebStart crashed Caused by: java.security.AccessControlException:

I have jenkins agent running on windows 10 , when i start the agent via jnlp using OPENWEBSTART its connect i can see "Connected" but then Terminated the next second , when I went into the Jenkins/remoting/logs i found out this error , any one can please help what is the issue and why its ...