You are going to have nothing but trouble running that from a share.
C# windows service have enough of a problem running from a share. Not too 
mention running a jvm based service that is opinionated about paths.

Do yourself a favor and install it locally.


On Thursday, December 13, 2012 7:04:38 AM UTC-5, zakyn wrote:
>
> Hello,
>  
> I would like to start jenkins from the the remote folder something like 
> \\Jenkins\jenkins.exe and I got the exception bellow.
> I use service for running it on Windows and the service is running with 
> correct credentials.
>  
> Do you have any hint where the problem could be?
>  
> Thanks.
>  
> zakyn
>  
>  
>  
>  
>  
> Status Code: 500Exception: 
> Stacktrace: 
>
> java.lang.IllegalArgumentException: URI has an authority component
>       at java.io.File.<init>(Unknown Source)
>       at org.kohsuke.stapler.Stapler.toFile(Stapler.java:450)
>       at org.kohsuke.stapler.Stapler.openURL(Stapler.java:268)
>       at org.kohsuke.stapler.Stapler.selectResourceByLocale(Stapler.java:217)
>       at 
> org.kohsuke.stapler.Stapler.openResourcePathByLocale(Stapler.java:202)
>       at org.kohsuke.stapler.Stapler.service(Stapler.java:144)
>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:45)
>       at winstone.ServletConfiguration.execute(ServletConfiguration.java:248)
>       at winstone.RequestDispatcher.forward(RequestDispatcher.java:333)
>       at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:376)
>       at 
> hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:95)
>       at 
> hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:58)
>       at 
> hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:98)
>       at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:87)
>       at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
>       at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
>       at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:47)
>       at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
>       at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
>       at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:162)
>       at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
>       at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
>       at 
> hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
>       at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
>       at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
>       at winstone.RequestDispatcher.forward(RequestDispatcher.java:331)
>       at 
> winstone.RequestHandlerThread.processRequest(RequestHandlerThread.java:244)
>       at winstone.RequestHandlerThread.run(RequestHandlerThread.java:150)
>       at java.lang.Thread.run(Unknown Source)
>
>

Reply via email to