1 Reply Latest reply on Feb 24, 2016 9:05 AM by adinn

    Broken download links for earlier versions of Byteman

    jricart

      Hello,

       

      I'm in the unfortunate situation of having to debug an issue with an OAS application server running on Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_22-b03, mixed mode). I was planning on using Byteman to troubleshoot my issue but I'm so far unable to download an earlier version (that would work with Java 1.5).

       

      I tried the download links on:

       

      Downloads · JBoss Community

       

      but to no avail. The curl session below shows an unsuccessful attempt:

       

      $ curl -v http://downloads.jboss.org/byteman/1.0.3.CP02/byteman-download-1.0.3.CP02-bin.zip

      * STATE: INIT => CONNECT handle 0x80048348; line 1090 (connection #-5000)

      * Added connection 0. The cache now contains 1 members

      *   Trying 23.196.92.233...

      * STATE: CONNECT => WAITCONNECT handle 0x80048348; line 1143 (connection #0)

      * Connected to downloads.jboss.org (23.196.92.233) port 80 (#0)

      * STATE: WAITCONNECT => SENDPROTOCONNECT handle 0x80048348; line 1240 (connection #0)

      * STATE: SENDPROTOCONNECT => DO handle 0x80048348; line 1258 (connection #0)

      > GET /byteman/1.0.3.CP02/byteman-download-1.0.3.CP02-bin.zip HTTP/1.1

      > Host: downloads.jboss.org

      > User-Agent: curl/7.45.0

      > Accept: */*

      >

      * STATE: DO => DO_DONE handle 0x80048348; line 1337 (connection #0)

      * STATE: DO_DONE => WAITPERFORM handle 0x80048348; line 1464 (connection #0)

      * STATE: WAITPERFORM => PERFORM handle 0x80048348; line 1474 (connection #0)

      * HTTP 1.1 or later with persistent connection, pipelining supported

      < HTTP/1.1 404 Not Found

      * Server Apache/2.2.15 (Red Hat) is not blacklisted

      < Server: Apache/2.2.15 (Red Hat)

      < Content-Length: 252

      < Content-Type: text/html; charset=iso-8859-1

      < Date: Wed, 24 Feb 2016 12:56:04 GMT

      < Connection: keep-alive

      <

      <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

      <html><head>

      <title>404 Not Found</title>

      </head><body>

      <h1>Not Found</h1>

      <p>The requested URL /byteman/1.0.3.CP02/byteman-download-1.0.3.CP02-bin.zip was not found on this server.</p>

      </body></html>

      * STATE: PERFORM => DONE handle 0x80048348; line 1632 (connection #0)

      * Curl_done

      * Connection #0 to host downloads.jboss.org left intact

       

      Is there anywhere I could get earlier releases of Byteman or should I revert to building from sources?

       

      Cheers.