Thanks! Any idea when the 1.4.6 plugin will hit the update channel?

-Tom

On Tuesday, October 29, 2013 1:02:31 PM UTC-5, Nicolas De loof wrote:
>
> Created https://issues.jenkins-ci.org/browse/JENKINS-20326 for this, and 
> committed a fix
>
> release in progress
>
>
> 2013/10/29 Tom Arra <[email protected] <javascript:>>
>
>> I have Jenkins running with a Atlassian Stash server all running behind 
>> my corporate firewall. Everything was fine but when I upgraded Jenkins this 
>> morning all of my Git jobs stopped working.  Here is the stack trace (with 
>> the repo URL removed)
>>
>>
>> hudson.plugins.git.GitException 
>> <http://stacktrace.jenkins-ci.org/search?query=hudson.plugins.git.GitException>:
>>  Could not clone G 
>> <http://XpressBot:[email protected]:7990/scm/xwps/xpressv2.git>IT_URL_GOES_HERE
>>      at 
>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:298)
>>  
>> <http://stacktrace.jenkins-ci.org/search/?query=org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute&entity=method>
>>      at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:828) 
>> <http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.git.GitSCM.retrieveChanges&entity=method>
>>      at hudson.plugins.git.GitSCM.checkout(GitSCM.java:861) 
>> <http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.git.GitSCM.checkout&entity=method>
>>      at hudson.model.AbstractProject.checkout(AbstractProject.java:1411) 
>> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractProject.checkout&entity=method>
>>      at 
>> hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:652)
>>  
>> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout&entity=method>
>>      at 
>> jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) 
>> <http://stacktrace.jenkins-ci.org/search/?query=jenkins.scm.SCMCheckoutStrategy.checkout&entity=method>
>>      at 
>> hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:557)
>>  
>> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.run&entity=method>
>>      at hudson.model.Run.execute(Run.java:1665) 
>> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.execute&entity=method>
>>      at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) 
>> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.FreeStyleBuild.run&entity=method>
>>      at hudson.model.ResourceController.execute(ResourceController.java:88) 
>> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.execute&entity=method>
>>      at hudson.model.Executor.run(Executor.java:230) 
>> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.run&entity=method>
>> Caused by: java.lang.IllegalArgumentException 
>> <http://stacktrace.jenkins-ci.org/search?query=java.lang.IllegalArgumentException>:
>>  Username may not be null
>>      at 
>> org.apache.commons.httpclient.UsernamePasswordCredentials.<init>(UsernamePasswordCredentials.java:90)
>>  
>> <http://stacktrace.jenkins-ci.org/search/?query=org.apache.commons.httpclient.UsernamePasswordCredentials.%3Cinit%3E&entity=method>
>>      at 
>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.getURLWithCrendentials(CliGitAPIImpl.java:1376)
>>  
>> <http://stacktrace.jenkins-ci.org/search/?query=org.jenkinsci.plugins.gitclient.CliGitAPIImpl.getURLWithCrendentials&entity=method>
>>      at 
>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.getURLWithCrendentials(CliGitAPIImpl.java:1338)
>>  
>> <http://stacktrace.jenkins-ci.org/search/?query=org.jenkinsci.plugins.gitclient.CliGitAPIImpl.getURLWithCrendentials&entity=method>
>>      at 
>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:52)
>>  
>> <http://stacktrace.jenkins-ci.org/search/?query=org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300&entity=method>
>>      at 
>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:292)
>>  
>> <http://stacktrace.jenkins-ci.org/search/?query=org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute&entity=method>
>>      ... 10 more
>>
>>
>>
>>
>> I tried putting my creds into the credentials plugin and use that but still 
>> no luck.
>>
>>
>> Stack trace
>>
>> javax.servlet.ServletException: java.lang.IllegalArgumentException: Username 
>> may not be null
>>      at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:777)
>>      at org.kohsuke.stapler.Stapler.invoke(Stapler.java:841)
>>      at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:248)
>>      at 
>> org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
>>      at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:727)
>>      at org.kohsuke.stapler.Stapler.invoke(Stapler.java:841)
>>      at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:248)
>>      at 
>> org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
>>      at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:727)
>>      at org.kohsuke.stapler.Stapler.invoke(Stapler.java:841)
>>      at org.kohsuke.stapler.Stapler.invoke(Stapler.java:630)
>>      at org.kohsuke.stapler.Stapler.service(Stapler.java:224)
>>      at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
>>      at 
>> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:686)
>>      at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1494)
>>      at 
>> hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:96)
>>      at 
>> hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:58)
>>      at 
>> hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:99)
>>      at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:88)
>>      at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
>>      at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:48)
>>      at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
>>      at 
>> hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
>>      at 
>> hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
>>      at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:164)
>>      at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
>>      at 
>> org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:46)
>>      at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
>>      at 
>> hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
>>      at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1474)
>>      at 
>> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499)
>>      at 
>> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
>>      at 
>> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:533)
>>      at 
>> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
>>      at 
>> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)
>>      at 
>> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:428)
>>      at 
>> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
>>      at 
>> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)
>>      at 
>> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
>>      at 
>> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
>>      at org.eclipse.jetty.server.Server.handle(Server.java:370)
>>      at 
>> org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
>>      at 
>> org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:949)
>>      at 
>> org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1011)
>>      at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:644)
>>      at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
>>      at 
>> org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
>>      at 
>> org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:668)
>>      at 
>> org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
>>      at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
>>      at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
>>      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
>>      at java.lang.Thread.run(Unknown Source)
>> Caused by: java.lang.IllegalArgumentException: Username may not be null
>>      at 
>> org.apache.commons.httpclient.UsernamePasswordCredentials.<init>(UsernamePasswordCredentials.java:90)
>>      at 
>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.getURLWithCrendentials(CliGitAPIImpl.java:1376)
>>      at 
>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.getURLWithCrendentials(CliGitAPIImpl.java:1338)
>>      at 
>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.getHeadRev(CliGitAPIImpl.java:1253)
>>      at 
>> hudson.plugins.git.UserRemoteConfig$DescriptorImpl.doCheckUrl(UserRemoteConfig.java:154)
>>      at sun.reflect.GeneratedMethodAccessor354.invoke(Unknown Source)
>>      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>>      at java.lang.reflect.Method.invoke(Unknown Source)
>>      at 
>> org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:297)
>>      at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:160)
>>      at 
>> org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:95)
>>      at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:120)
>>      at 
>> org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
>>      at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:727)
>>      ... 52 more
>>
>>
>> Any other ideas out there?
>>
>>  -- 
>> 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] <javascript:>.
>> 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.

Reply via email to