Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-12011

creating a scalable app with mysql returns 500 "internal server error"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.3.0.CR1
    • 3.3.0.Beta3
    • openshift
    • None
    • Hide
      1. EXEC: open the New OpenShift application wizard
      2. EXEC: check Enable scaling
      3. EXEC: check at least 1 embedded cartridge (ex. mysql)
      4. EXEC: hit Finish

      Result:
      Creation is successful, but in the embedding phase ("Adding/removing embedded cartridges"), an error occurrs:

      In the dialog details and the log you'll spot the following:

      Could not embed cartridges for application as3
      Could not request https://openshift.redhat.com/broker/rest/domains/adomain/applications/as3/cartridges/haproxy-1.4: <!DOCTYPE html>
      <html>
      <head>
        <title>We're sorry, but something went wrong (500)</title>
        <style type="text/css">
          body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
          div.dialog {
            width: 25em;
            padding: 0 4em;
            margin: 4em auto 0 auto;
            border: 1px solid #ccc;
            border-right-color: #999;
            border-bottom-color: #999;
          }
          h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
        </style>
      </head>
      
      <body>
        <!-- This file lives in public/500.html -->
        <div class="dialog">
          <h1>We're sorry, but something went wrong.</h1>
          <p>We've been notified about this issue and we'll take a look at it shortly.</p>
        </div>
      </body>
      </html>
      
      Show
      EXEC: open the New OpenShift application wizard EXEC: check Enable scaling EXEC: check at least 1 embedded cartridge (ex. mysql) EXEC: hit Finish Result: Creation is successful, but in the embedding phase ("Adding/removing embedded cartridges"), an error occurrs: In the dialog details and the log you'll spot the following: Could not embed cartridges for application as3 Could not request https: //openshift.redhat.com/broker/ rest /domains/adomain/applications/as3/cartridges/haproxy-1.4: <!DOCTYPE html> <html> <head> <title>We're sorry, but something went wrong (500)</title> <style type= "text/css" > body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; } div.dialog { width: 25em; padding: 0 4em; margin: 4em auto 0 auto; border: 1px solid #ccc; border-right-color: #999; border-bottom-color: #999; } h1 { font-size: 100%; color: #f00; line-height: 1.5em; } </style> </head> <body> <!-- This file lives in public /500.html --> <div class= "dialog" > <h1>We're sorry, but something went wrong.</h1> <p>We 've been notified about this issue and we' ll take a look at it shortly.</p> </div> </body> </html>

          adietish@redhat.com André Dietisheim
          adietish@redhat.com André Dietisheim
          Votes:
          0 Vote for this issue
          Watchers:
          1 Start watching this issue

            Created:
            Updated:
            Resolved: