[JIRA] [docker-plugin] (JENKINS-24408) docker plugin throwing NumberFormatException when trying to connect to docker from jenkins

2015-04-12 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-24408


docker plugin throwing NumberFormatException when trying to connect to docker from jenkins















Please try beta release from experimental center and reopen if issue will still persist.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [docker-plugin] (JENKINS-24408) docker plugin throwing NumberFormatException when trying to connect to docker from jenkins

2015-04-12 Thread gentoo.inte...@gmail.com (JIRA)















































Kanstantsin Shautsou
 resolved  JENKINS-24408 as Fixed


docker plugin throwing NumberFormatException when trying to connect to docker from jenkins
















Change By:


Kanstantsin Shautsou
(12/Apr/15 11:48 AM)




Status:


Open
Resolved





Resolution:


Fixed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [docker-plugin] (JENKINS-24408) docker plugin throwing NumberFormatException when trying to connect to docker from jenkins

2015-04-03 Thread seabb...@akamai.com (JIRA)














































Sean Abbott
 commented on  JENKINS-24408


docker plugin throwing NumberFormatException when trying to connect to docker from jenkins















I am also having this issue with docker swarm and jenkins.

Ubuntu 14.04, both jenkins and docker manager.  Swarm image 0.2.0-rc1.  docker 1.5.0

Attempting to connect to the swarm manager yields:  
javax.servlet.ServletException: java.lang.NumberFormatException: For input string: "swarm/0"

Plugin version 0.8.
Jenkins 1.596.1



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [docker-plugin] (JENKINS-24408) docker plugin throwing NumberFormatException when trying to connect to docker from jenkins

2015-04-02 Thread manuel.bog...@itsv.at (JIRA)














































Manuel Bogner
 commented on  JENKINS-24408


docker plugin throwing NumberFormatException when trying to connect to docker from jenkins















=> https://github.com/jenkinsci/docker-plugin/issues/193



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [docker-plugin] (JENKINS-24408) docker plugin throwing NumberFormatException when trying to connect to docker from jenkins

2015-04-01 Thread rc...@redhat.com (JIRA)














































Ryan Cook
 commented on  JENKINS-24408


docker plugin throwing NumberFormatException when trying to connect to docker from jenkins















The -dev is being added by the rpm packaging as made aware by Manuel Bogner.  If you have access to the rpm and pull down the source and extract you will see a few entries where it specifies minor-dev. Hope this helps



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [docker-plugin] (JENKINS-24408) docker plugin throwing NumberFormatException when trying to connect to docker from jenkins

2015-04-01 Thread manuel.bog...@itsv.at (JIRA)














































Manuel Bogner
 commented on  JENKINS-24408


docker plugin throwing NumberFormatException when trying to connect to docker from jenkins















See https://github.com/jenkinsci/docker-plugin/blob/docker-plugin-0.8/src/main/java/com/nirima/jenkins/plugins/docker/DockerCloud.java:353. There is a call that seems to parse the docker version and this doesn't seem to work with actual CentOS. I can't find this call in actual master (0.9.0-SNAPSHOT) of the plugin. Going to create an issue in github pointing to this one.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [docker-plugin] (JENKINS-24408) docker plugin throwing NumberFormatException when trying to connect to docker from jenkins

2015-04-01 Thread manuel.bog...@itsv.at (JIRA)














































Manuel Bogner
 commented on  JENKINS-24408


docker plugin throwing NumberFormatException when trying to connect to docker from jenkins















Maybe this "0-dev" comes from 1.5.0-dev


[root@localhost server]# docker -v
Docker version 1.5.0-dev, build fc0329b/1.5.0

[root@localhost server]# uname -a
Linux localhost.localdomain 3.10.0-229.1.2.el7.x86_64 #1 SMP Fri Mar 27 03:04:26 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

[root@localhost server]# lsb_release -a
LSB Version::core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID: CentOS
Description:CentOS Linux release 7.1.1503 (Core)
Release:7.1.1503
Codename:   Core





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [docker-plugin] (JENKINS-24408) docker plugin throwing NumberFormatException when trying to connect to docker from jenkins

2015-04-01 Thread manuel.bog...@itsv.at (JIRA)














































Manuel Bogner
 commented on  JENKINS-24408


docker plugin throwing NumberFormatException when trying to connect to docker from jenkins















Same error with latest LTS release (1.596.2) also using docker plugin 0.8.


[root@localhost server]# docker info
Containers: 1
Images: 41
Storage Driver: devicemapper
 Pool Name: docker-253:1-101160735-pool
 Pool Blocksize: 65.54 kB
 Backing Filesystem: xfs
 Data file: /dev/loop0
 Metadata file: /dev/loop1
 Data Space Used: 1.624 GB
 Data Space Total: 107.4 GB
 Data Space Available: 25.08 GB
 Metadata Space Used: 2.593 MB
 Metadata Space Total: 2.147 GB
 Metadata Space Available: 2.145 GB
 Udev Sync Supported: true
 Data loop file: /data/docker/devicemapper/devicemapper/data
 Metadata loop file: /data/docker/devicemapper/devicemapper/metadata
 Library Version: 1.02.93-RHEL7 (2015-01-28)
Execution Driver: native-0.2
Kernel Version: 3.10.0-229.1.2.el7.x86_64
Operating System: CentOS Linux 7 (Core)
CPUs: 2
Total Memory: 3.703 GiB
Name: localhost.localdomain
ID: GUSO:RX7G:OLUO:NNCA:DKJB:HHFV:4HPT:W4TV:B7EW:44E6:BCIP:G4OY
Http Proxy: http://proxy.**
Https Proxy: http://proxy.**





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [docker-plugin] (JENKINS-24408) docker plugin throwing NumberFormatException when trying to connect to docker from jenkins

2015-04-01 Thread manuel.bog...@itsv.at (JIRA)














































Manuel Bogner
 commented on  JENKINS-24408


docker plugin throwing NumberFormatException when trying to connect to docker from jenkins















I have the same problem. I installed latest (1.607) Jenkins version and the docker plugin. I've already made sure that I'm able to connect to my docker host on it's open port. Firewall is not the issue. When I try the "test connection" button I get:


javax.servlet.ServletException: java.lang.NumberFormatException: For input string: "0-dev"
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:796)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876)
	at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:249)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	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:729)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:291)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:123)
	at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:114)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:85)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	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.java:125)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at jenkins.security.BasicHeaderProcessor.doFilter(BasicHeaderProcessor.java:93)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)
	at hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:67)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
	at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:168)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.j