[jbosstools-issues] [JBoss JIRA] (JBIDE-19970) Unable to download products (EAP, ...)

Radim Hopp (JIRA) issues at jboss.org
Mon Jun 8 06:02:06 EDT 2015


Radim Hopp created JBIDE-19970:
----------------------------------

             Summary: Unable to download products (EAP, ...)
                 Key: JBIDE-19970
                 URL: https://issues.jboss.org/browse/JBIDE-19970
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: runtime-detection
    Affects Versions: 4.3.0.Beta1
            Reporter: Radim Hopp
            Priority: Critical


It's impossible to download products via download runtime wizard.
It tries to download it but after few seconds error dialog just flashes and no error in error log is recorded.
After capturing the process on video and pausing it when the error dialog pops up, I figured it says that the downloaded file is not properly formated zip file.
The file it downloads just contains html page:
{noformat:title=➜  ~  cat temp/jboss-eap-6.4.0.GA.zip }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>JBoss Community</title>
    <style type="text/css">
        body {
            margin: 230px 0 0 0;
            text-align: center;
            font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
            font-size:15px;
            background: #e6e7e8 url(http://design.jboss.org/jbossorg/code/jbossorg_3_0/images/errorbkg.png) no-repeat top center;
        }
        .wrappper {
            width:600px;
            margin: auto;
            text-align: left;
            line-height: 20px;
        }
        h2 {
            color:#424242;
            display:block;
            font-family:Myriad Pro,Helvetica,Arial,sans-serif;
            font-size:25px;
            font-weight:normal;
            letter-spacing:-0.03em;
            margin-top:5px;
        }
    </style>
</head>
<body>
<div class="wrappper" >
    <h2>Cookies disabled</h2>
    <p>The download requires cookies to be enabled in your web browser.</p>
    <p>Please, enable cookies and reload the page.</p>
</div>
</body>
</html>
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)



More information about the jbosstools-issues mailing list