Hello, I am using Jenkins in master-slave config. for building and testing project on many slaves with different architectures so as to create a performance chart/graph and written corresponding scripts for those (all in windows env.), and everything is working fine using a jnlp instance . But after that, I am facing problem in installing jenkins as service ( i.e after the jnlp instance invocation saying connected --> FILE -->Install as a service ) And this a snippet from the generated error log file it says :- Oct 11, 2013 2:35:00 PM hudson.remoting.jnlp.Main$CuiListener <init> INFO: Jenkins agent is running in headless mode. Oct 11, 2013 2:35:00 PM hudson.remoting.jnlp.Main$CuiListener status INFO: Locating server among [http://localhost:8080/, http://192.168.1.82:8080/] Oct 11, 2013 2:35:00 PM hudson.remoting.jnlp.Main$CuiListener status INFO: Connecting to localhost:49173 Oct 11, 2013 2:35:00 PM hudson.remoting.jnlp.Main$CuiListener status INFO: Handshaking Oct 11, 2013 2:35:00 PM hudson.remoting.jnlp.Main$CuiListener error SEVERE:* The server rejected the connection: Unauthorized access* java.lang.Exception: The server rejected the connection: Unauthorized access at hudson.remoting.Engine.onConnectionRejected(Engine.java:286) at hudson.remoting.Engine.run(Engine.java:261)
-- So basically using windows as a service is not working which is must for the project as it is supposed to have many regression and performance tests and they are supposed to invoked on daily basis or on polling basis i.e *service should get recognized on every reboot .* So, please help me on this problem and let me know if any thing i am missing. (using jenkins version 1.534 ) -- 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.
