[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-02-06 Thread ey...@jfrog.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Eyal Ben Moshe commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 Trent, Versions 2.9.0 and 2.9.1 include an update of Apache Http Client to the latest version, in order to support SNI. It looks like the error you're getting is caused by a collision with an older version of the Http Client, which is probably used by a different Jenkins Plugin. You can try upgrading your plugins (after backing up the plugins directory). If that doesn't help, we'll need to figure out which plugin causes this. Please let us know how it goes. We'll be happy to provide additional assistance.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-02-06 Thread trent.dai...@ehi.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Trent Dailey commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 After upgrading Artifactory plugin to 2.9.0 and 2.9.1 I now get the below error when testing a connection from Jenkins to artifactory. Resolving one issue caused another. javax.servlet.ServletException: java.lang.LinkageError: loader constraint violation: when resolving method "org.apache.http.impl.client.HttpClientBuilder.setDefaultCredentialsProvider(Lorg/apache/http/client/CredentialsProvider;)Lorg/apache/http/impl/client/HttpClientBuilder;" the class loader (instance of hudson/ClassicPluginStrategy$AntClassLoader2) of the current class, org/jfrog/build/client/PreemptiveHttpClient, and the class loader (instance of hudson/ClassicPluginStrategy$AntClassLoader2) for the method's defining class, org/apache/http/impl/client/HttpClientBuilder, have different Class objects for the type org/apache/http/client/CredentialsProvider used in the signature at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:796) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:236) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) at org.kohsuke.stapler.Stapler.service(Stapler.java:238) at javax.servlet.http.HttpServlet.service(HttpServlet.java:731) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:135) at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:201) at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:178) at net.bull.javamelody.PluginMonitoringFilter.doFilter(PluginMonitoringFilter.java:85) at org.jvnet.hudson.plugins.monitoring.HudsonMonitoringFilter.doFilter(HudsonMonitoringFilter.java:102) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at hudson.plugins.audit_trail.AuditTrailFilter.doFilter(AuditTrailFilter.java:95) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:126) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:49) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84) at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at jenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.ja

[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-21 Thread gstock.pub...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 aflat closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Fixed in 2.90  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-40907  
 
 
  Can't save jenkins system config   
 

  
 
 
 
 

 
Change By: 
 aflat  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-16 Thread ahmar...@mail.usf.edu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Martin commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 The most recent snapshot does allow me to save configuration changes. Our slaves our distributed among many teams, so it would have been difficult to get them all running on the same JDKs; I appreciate the help!   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-16 Thread jonas.l.jons...@ericsson.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jonas Jonsson commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 We are also using different JDK's. On the SLES12-compile slave, java -version reports:  java version "1.7.0" Java(TM) SE Runtime Environment (build pxa6470_27sr3fp10-20150708_01(SR3 FP10)) IBM J9 VM (build 2.7, JRE 1.7.0 Linux amd64-64 Compressed References 20150630_255653 (JIT enabled, AOT enabled) J9VM - R27_Java727_SR3_20150630_2236_B255653 JIT - tr.r13.java_20150623_94888.01 GC - R27_Java727_SR3_20150630_2236_B255653_CMPRSS J9CL - 20150630_255653) JCL - 20150628_01 based on Oracle jdk7u85-b15  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-15 Thread gstock.pub...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 aflat commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 Latest snapshot does allow me to save again, thank you! Just a fyi, I did install it, and only wiped the exploded dirs in the plugins dir, I forgot about the caches.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-15 Thread ey...@jfrog.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Eyal Ben Moshe commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 aflat and all, Thanks again for the help with this issue. When clicking on the Save button in the System Config page, the Build-Info proxy settings are also saved, and the master attempts to stop or start the Build Info proxy on the Jenkins agents. To do so, the "node.getChannel().call" API is used in the org.jfrog.hudson.pipeline.docker.proxy.BuildInfoProxy class. This API uses java serialisation to transfer the BuildInfoProxy to each agent. I assume that the serialisation can fail when the agent uses a different JDK than the master (following the information aflat provided). For now, I added the code in this commit: https://github.com/JFrogDev/jenkins-artifactory-plugin/commit/8e0149d6eb990593b90ff8ab9a1486d76a43e061 In case the new code fails to stop/start proxy on an agent, it logs an error (with the specific agent name) and continues to the other nodes, so it should allow saving the config now (please let me if it doesn't). As for the actual cause of this issue, I couldn't find any Jenkins reference or article discussing this. Perhaps the Jenkins core folks could help us with this. Here's a download link to the latest snapshot with this fix: https://oss.jfrog.org/oss-snapshot-local/org/jenkins-ci/plugins/artifactory/2.8.3-SNAPSHOT/artifactory-2.8.3-SNAPSHOT.hpi  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+uns

[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-13 Thread ey...@jfrog.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Eyal Ben Moshe commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 Thanks for this valuable information! Andrew and Jonas - Do you also use different JDKs on the master and agents?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-13 Thread gstock.pub...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 aflat commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 It's not the same jdk. Master has:  

 

openjdk version "1.8.0_71"
OpenJDK Runtime Environment (build 1.8.0_71-b15)
OpenJDK 64-Bit Server VM (build 25.71-b15, mixed mode)
 

 the aix machine(which is what the stacktrace is complaining about) is: 

 

java version "1.8.0"
Java(TM) SE Runtime Environment (build pap3280sr1-20150417_01(SR1))
IBM J9 VM (build 2.8, JRE 1.8.0 AIX ppc-32 20150410_243669 (JIT enabled, AOT enabled)
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-13 Thread gstock.pub...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 aflat commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 And I can't test with only 1 agent, I have 20 right now, so I can't realistically remove them all  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-12 Thread ey...@jfrog.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Eyal Ben Moshe commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 Thanks for trying this out. Two questions: Are you using the same JDK (and JDK version) on the master and agents? Does this happen also when you have only one agent up and running? (I assume this doesn't happen when only the master is up and running).  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-12 Thread gstock.pub...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 aflat commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 Still failed java.io.InvalidClassException: org.jfrog.hudson.pipeline.docker.proxy.BuildInfoProxy$1; local class incompatible: stream classdesc serialVersionUID = -6979611471510483393, local class serialVersionUID = 3717572278092073188 at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:702) at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1705) at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1600) at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1875) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1432) at java.io.ObjectInputStream.readObject(ObjectInputStream.java:428) at hudson.remoting.UserRequest.deserialize(UserRequest.java:217) at hudson.remoting.UserRequest.perform(UserRequest.java:131) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:336) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:277) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1153) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.lang.Thread.run(Thread.java:785) at ..remote call to AIXslave(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1537) at hudson.remoting.UserResponse.retrieve(UserRequest.java:253) at hudson.remoting.Channel.call(Channel.java:822) at org.jfrog.hudson.pipeline.docker.proxy.BuildInfoProxy.stopAll(BuildInfoProxy.java:71) at org.jfrog.hudson.ArtifactoryBuilder$DescriptorImpl.configureProxy(ArtifactoryBuilder.java:227) at org.jfrog.hudson.ArtifactoryBuilder$DescriptorImpl.configure(ArtifactoryBuilder.java:198) at jenkins.model.Jenkins.configureDescriptor(Jenkins.java:3648) at jenkins.model.Jenkins.doConfigSubmit(Jenkins.java:3611) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:335) at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:175) at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:108) at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:124) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) at org.kohsuke.stapler.Stapler.service(Stapler.java:238) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:135) at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:201) at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:178) at net.bull.javamelody.PluginMonitoringFilter.doFilter(PluginMonitoringFilter.java:85) at org.jvnet.hudson.plugins.monitoring.HudsonMonitoringFilter.doFilter(HudsonMonitoringFilter.java:104) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at jenkins.metrics.impl.MetricsFilter.doFilter(MetricsFilter.java:125) at hudson.util.PluginServl

[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-12 Thread ey...@jfrog.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Eyal Ben Moshe commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 Trying something else now to bypass this issue. I renamed the "BuildInfoProxyManager" class to "BuildInfoProxy". Here's the new snapshot link: https://oss.jfrog.org/oss-snapshot-local/org/jenkins-ci/plugins/artifactory/2.8.3-SNAPSHOT/artifactory-2.8.3-SNAPSHOT.hpi In case this one fails as well, please share the stacktrace.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-12 Thread ahmar...@mail.usf.edu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Martin commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 I am still seeing the same issue with the above snapshot (artifactory-2.8.3-20170112.143247-35.hpi). I did ensure the caches were cleaned up. Thanks for your continued support, and I hope we can find a resolution soon.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-12 Thread ey...@jfrog.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Eyal Ben Moshe commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 My apologies for the inconvenience caused by this issue. This issue just does not reproduce for us - something causes this behaviour difference. We've just committed this change to the BuildInfoProxyManager class: https://github.com/JFrogDev/jenkins-artifactory-plugin/commit/2263acadf8535bb90e8668374fb4277d9bc41bb9 The change removes the following class member: private static final Logger logger The issue could be caused because "static final" variables are not treated as transients during the class serialisation (unlike "static" variables which are not "final"). Below is a download link to snapshot version with the fix and we'd appreciate your feedback for it. Please make sure to clean up caches on the master and agents (including the caches directory under the jenkins home dir): https://repo.jfrog.org/artifactory/libs-snapshots-local/org/jenkins-ci/plugins/artifactory/2.8.3-SNAPSHOT/artifactory-2.8.3-SNAPSHOT.hpi  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-12 Thread gstock.pub...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 aflat commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 I wiped all the caches, restarted jenkins, same issue. I also disabled the aixslave, which is where the remoting exception is being thrown , cleaned anything on that machine, and restarted everything. Still the same error when I try to save the jenkins config. I did have to roll back to 2.8.1 now, since I can't push artifacts anymore with the snapshot hpi, it's giving credential issues, which I may be able to fix if I could save the jenkins config. I can test more snapshots if you can figure anything else out.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-12 Thread jonas.l.jons...@ericsson.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jonas Jonsson commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 I notice that the 'reporter' of the issue also have a "remote call" in the stack trace ...   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-12 Thread jonas.l.jons...@ericsson.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jonas Jonsson edited a comment on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 I can CONFIRM this bug, all of a sudden I had it on our master too (2.35).  Did a "emergency reboot" (upgraded ALL plugins before restart).  Slaves are running Ubuntu 14.04.5 LTS and Ubuntu 16.04.1 LTS, all updated and rebooted.  The problem is still there, we're now on 2.40 of jenkins.war.Jenkins master is running on Ubuntu 14.04.5 LTS (4.4.0-59 kernel).java version "1.8.0_77"Java(TM) SE Runtime Environment (build 1.8.0_77-b03)Java HotSpot(TM) 64-Bit Server VM (build 25.77-b03, mixed mode)Artifactory plugin 2.8.2 Stack trace:{{java.io.InvalidClassException: org.jfrog.hudson.pipeline.docker.proxy.BuildInfoProxyManager$1; local class incompatible: stream classdesc serialVersionUID = 3391376971919256168, local class serialVersionUID = 1809589100624711481java.io.InvalidClassException: org.jfrog.hudson.pipeline.docker.proxy.BuildInfoProxyManager$1; local class incompatible: stream classdesc serialVersionUID = 3391376971919256168, local class serialVersionUID = 1809589100624711481 at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:699) at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1706) at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1601) at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1874) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1433) at java.io.ObjectInputStream.readObject(ObjectInputStream.java:429) at hudson.remoting.UserRequest.deserialize(UserRequest.java:217) at hudson.remoting.UserRequest.perform(UserRequest.java:131) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:336) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:274) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1157) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:627) at java.lang.Thread.run(Thread.java:809) at ..remote call to SLES12-compile(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1537) at hudson.remoting.UserResponse.retrieve(UserRequest.java:253) at hudson.remoting.Channel.call(Channel.java:822) at org.jfrog.hudson.pipeline.docker.proxy.BuildInfoProxyManager.stopAll(BuildInfoProxyManager.java:69) at org.jfrog.hudson.ArtifactoryBuilder$DescriptorImpl.configureProxy(ArtifactoryBuilder.java:227) at org.jfrog.hudson.ArtifactoryBuilder$DescriptorImpl.configure(ArtifactoryBuilder.java:198) at jenkins.model.Jenkins.configureDescriptor(Jenkins.java:3648) at jenkins.model.Jenkins.doConfigSubmit(Jenkins.java:3611) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:335) at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:175) at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:108) at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:124) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) at org.kohsuke.stapler.Stapler.service(Stapler.java:238) at javax.servlet.http.HttpServl

[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-12 Thread jonas.l.jons...@ericsson.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jonas Jonsson edited a comment on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 I can CONFIRM this bug, all of a sudden I had it on our master too (2.35).  Did a "emergency reboot" (upgraded ALL plugins before restart).  Slaves are running Ubuntu 14.04.5 LTS and Ubuntu 16.04.1 LTS, all updated and rebooted.  The problem is still there, we're now on 2.40 of jenkins.war. Jenkins master is running on Ubuntu 14.04.5 LTS (4.4.0-59 kernel).java version "1.8.0_77"Java(TM) SE Runtime Environment (build 1.8.0_77-b03)Java HotSpot(TM) 64-Bit Server VM (build 25.77-b03, mixed mode)Artifactory plugin 2.8.2  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-12 Thread jonas.l.jons...@ericsson.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jonas Jonsson commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 I can CONFIRM this bug, all of a sudden I had it on our master too (2.35).  Did a "emergency reboot" (upgraded ALL plugins before restart). Slaves are running Ubuntu 14.04.5 LTS and Ubuntu 16.04.1 LTS, all updated and rebooted.  The problem is still there, we're now on 2.40 of jenkins.war.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-11 Thread ey...@jfrog.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Eyal Ben Moshe commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 Andrew, The only thing I can think of, that could cause this, is that on one of the agents, an older version of the BuildInfoProxyManager is still in the classpath.  Does this still happen when only the master is active? If not, can you try adding a brand new agent (having it as the only agent connected)? This may provide some clues as for the source of the problem.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-11 Thread ahmar...@mail.usf.edu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Martin commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 My apologies, I had missed the 'caches' folder on the first go around, but even after deleting it now, ensuring there were no other artifactory references in the plugins directory and restarting again, the issue persists.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-11 Thread ey...@jfrog.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Eyal Ben Moshe commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 Andrew,  Do you have a "caches" under the Jenkins home directory? If you do, can you please delete it and then restart the master and agents?  Also, can you please make sure that inside plugins directory there's no file or directory with a name that includes "artifactory", except for the snapshot you installed? Please let us know if this resolves the issue.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-11 Thread ey...@jfrog.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Eyal Ben Moshe edited a comment on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 After installing the snapshot version, can you please try the following?1. Delete the cache from master and agent's file-system.2. Make sure that inside / home plugins  directory there's no file or directory with a name that includes "artifactory", except for the new hpi?3. Restart the master and the agents.Please let us know if this resolves the issue.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-11 Thread ahmar...@mail.usf.edu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Martin commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 java version "1.8.0_25" Java(TM) SE Runtime Environment (build 1.8.0_25-b17) Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-11 Thread gstock.pub...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 aflat commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 just to check, which version of java are you running jenkins with?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-11 Thread ahmar...@mail.usf.edu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Martin commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 I've been seeing this same error when trying to save config changes with the new version of the Artifactory plugin as well. I tried the snapshot version, still had the same error. I deleted org.jfrog.hudson.ArtifactoryBuilder.xml from the Jenkins Home directory, and the artifactory folder in the plugins directory, restarted Jenkins, and am still seeing the same error: "java.io.InvalidClassException: org.jfrog.hudson.pipeline.docker.proxy.BuildInfoProxyManager$1; local class incompatible: stream classdesc serialVersionUID = 3391376971919256168, local class serialVersionUID = 1809589100624711481" We're running on Jenkins core 1.651.3. Please let me know if there's anything else I can do to help test a fix for this.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-10 Thread ey...@jfrog.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Eyal Ben Moshe commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 After installing the snapshot version, can you please try the following? 1. Delete the cache from master and agent's file-system. 2. Make sure that inside /home directory there's no file or directory with a name that includes "artifactory", except for the new hpi? 3. Restart the master and the agents. Please let us know if this resolves the issue.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-10 Thread gstock.pub...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 aflat commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 Still the same error even with the snapshot version installed. I am using openJDK  openjdk version "1.8.0_71" OpenJDK Runtime Environment (build 1.8.0_71-b15) OpenJDK 64-Bit Server VM (build 25.71-b15, mixed mode)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-10 Thread ey...@jfrog.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Eyal Ben Moshe commented on  JENKINS-40907  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't save jenkins system config   
 

  
 
 
 
 

 
 We've seen this issue when running Jenkins with the IBM JDK. Here's a download link for a snapshot version that should resolve this issue: https://repo.jfrog.org/artifactory/libs-snapshots-local/org/jenkins-ci/plugins/artifactory/2.8.3-SNAPSHOT/artifactory-2.8.3-SNAPSHOT.hpi The fix will also be included in the next Jenkins Artifactory Plugin release, due to be released during the next few days.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-09 Thread gstock.pub...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 aflat updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40907  
 
 
  Can't save jenkins system config   
 

  
 
 
 
 

 
Change By: 
 aflat  
 

  
 
 
 
 

 
 Whenever I try to save my config I get the stack trace. I only have credentials saved  in the artifactory config section . No docker proxy set up, since I'm not using docker. Docker is not installed on the jenkins server. I can't save my jenkins config anymore.java.io.InvalidClassException: org.jfrog.hudson.pipeline.docker.proxy.BuildInfoProxyManager$1; local class incompatible: stream classdesc serialVersionUID = 3391376971919256168, local class serialVersionUID = 1809589100624711481java.io.InvalidClassException: org.jfrog.hudson.pipeline.docker.proxy.BuildInfoProxyManager$1; local class incompatible: stream classdesc serialVersionUID = 3391376971919256168, local class serialVersionUID = 1809589100624711481 at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:702) at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1705) at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1600) at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1875) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1432) at java.io.ObjectInputStream.readObject(ObjectInputStream.java:428) at hudson.remoting.UserRequest.deserialize(UserRequest.java:217) at hudson.remoting.UserRequest.perform(UserRequest.java:131) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:336) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:277) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1153) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.lang.Thread.run(Thread.java:785) at ..remote call to AIXslave(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1537) at hudson.remoting.UserResponse.retrieve(UserRequest.java:253) at hudson.remoting.Channel.call(Channel.java:822) at org.jfrog.hudson.pipeline.docker.proxy.BuildInfoProxyManager.stopAll(BuildInfoProxyManager.java:69) at org.jfrog.hudson.ArtifactoryBuilder$DescriptorImpl.configureProxy(ArtifactoryBuilder.java:227) at org.jfrog.hudson.ArtifactoryBuilder$DescriptorImpl.configure(ArtifactoryBuilder.java:198) at jenkins.model.Jenkins.configureDescriptor(Jenkins.java:3648) at jenkins.model.Jenkins.doConfigSubmit(Jenkins.java:3611) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:335) at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:175) at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:108) at org.kohsuke.stapler.MetaCl

[JIRA] (JENKINS-40907) Can't save jenkins system config

2017-01-09 Thread ahmar...@mail.usf.edu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Martin updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40907  
 
 
  Can't save jenkins system config   
 

  
 
 
 
 

 
Change By: 
 Andrew Martin  
 
 
Summary: 
 Can't save jenkins  ystem  system  config  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.