sitespeedio / jenkins.sitespeed.io

A Jenkins plugin for sitespeed.io
Apache License 2.0
31 stars 3 forks source link

Socket issue #20

Open softwareklinic opened 9 years ago

softwareklinic commented 9 years ago

While running mvn package encountered below issue - does anyone have the sitespeed.hpi file??

Sep 14, 2015 9:35:18 AM hudson.TcpSlaveAgentListener INFO: JNLP slave agent listener started on TCP port 49762 Sep 14, 2015 9:35:18 AM hudson.UDPBroadcastThread run WARNING: UDP handling problem java.net.SocketException: Can't assign requested address at java.net.PlainDatagramSocketImpl.join(Native Method) at java.net.AbstractPlainDatagramSocketImpl.join(AbstractPlainDatagramSocketImpl.java:179) at java.net.MulticastSocket.joinGroup(MulticastSocket.java:323) at hudson.UDPBroadcastThread.run(UDPBroadcastThread.java:76)

Sep 14, 2015 9:35:18 AM org.mortbay.log.Slf4jLog info INFO: jetty-6.1.26 Sep 14, 2015 9:35:18 AM org.mortbay.log.Slf4jLog info INFO: NO JSP Support for , did not find org.apache.jasper.servlet.JspServlet Sep 14, 2015 9:35:18 AM org.mortbay.log.Slf4jLog info INFO: Started SocketConnector@0.0.0.0:49763 Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 7.145 sec <<< FAILURE!

Results :

Tests in error: org.jvnet.hudson.test.JellyTestSuiteBuilder$JellyTestSuite(org.jvnet.hudson.test.junit.FailedTest): -1 testCliSanity(org.jvnet.hudson.test.PluginAutomaticTestBuilder$CliSanityTest): second instance

Tests run: 2, Failures: 0, Errors: 2, Skipped: 0