Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] jarsigner/build.eclipse.org

Howdy,

I'm sure this is just me not paying attention to recent cbi/infra changes, so my apologies in advance.

Our long-standing build has begun failing in jarsigner with these errors (no comm with build.eclipse.org):

[INFO]
[INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.ecf.identity ---
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.identity --- [INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master/framework/bundles/org.eclipse.ecf.identity/target/org.eclipse.ecf.identity-3.9.402-SNAPSHOT.jar

[INFO] I/O exception (java.net.NoRouteToHostException) caught when processing request to {}->http://build.eclipse.org:31338: No route to host (Host unreachable)
[INFO] Retrying request to {}->http://build.eclipse.org:31338

[INFO] I/O exception (java.net.NoRouteToHostException) caught when processing request to {}->http://build.eclipse.org:31338: No route to host (Host unreachable)
[INFO] Retrying request to {}->http://build.eclipse.org:31338

[INFO] I/O exception (java.net.NoRouteToHostException) caught when processing request to {}->http://build.eclipse.org:31338: No route to host (Host unreachable)
[INFO] Retrying request to {}->http://build.eclipse.org:31338

[WARNING] An exception has been thrown, but the request will be retried (attempt 1 / 3)
java.net.NoRouteToHostException: No route to host (Host unreachable)
    at java.net.PlainSocketImpl.socketConnect (Native Method)
    at java.net.AbstractPlainSocketImpl.doConnect (AbstractPlainSocketImpl.java:399)     at java.net.AbstractPlainSocketImpl.connectToAddress (AbstractPlainSocketImpl.java:242)     at java.net.AbstractPlainSocketImpl.connect (AbstractPlainSocketImpl.java:224)
    at java.net.SocksSocketImpl.connect (SocksSocketImpl.java:403)
    at java.net.Socket.connect (Socket.java:591)
    at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket (PlainConnectionSocketFactory.java:75)     at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect (DefaultHttpClientConnectionOperator.java:142)     at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect (PoolingHttpClientConnectionManager.java:374)     at org.apache.http.impl.execchain.MainClientExec.establishRoute (MainClientExec.java:393)     at org.apache.http.impl.execchain.MainClientExec.execute (MainClientExec.java:236)     at org.apache.http.impl.execchain.ProtocolExec.execute (ProtocolExec.java:186)
    at org.apache.http.impl.execchain.RetryExec.execute (RetryExec.java:89)
    at org.apache.http.impl.execchain.RedirectExec.execute (RedirectExec.java:110)     at org.apache.http.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185)     at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:72)     at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:221)     at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:165)     at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:140)     at org.eclipse.cbi.maven.http.apache.ApacheHttpClient.lambda$send$1 (ApacheHttpClient.java:81)
    at java.util.concurrent.FutureTask.run (FutureTask.java:264)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)     at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
    at java.lang.Thread.run (Thread.java:834)
....

Here's the maven metadata

Here's the maven metadata:

          <plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
            <version>${cbi-version}</version>
            <executions>
              <execution>
                <id>sign</id>
                <phase>verify</phase>
                <goals>
                  <goal>sign</goal>
                </goals>
              </execution>
            </executions>

          </plugin>

build.eclipse.org doesn't seem to be available at all anymore. Could someone point to or clue me in about what changes are needed in our build to get jarsigner working again?

Thanksinadvance,

Scott




Back to the top