2 Replies Latest reply on Jan 4, 2012 11:06 AM by vashadow

    JON Demo - LDAP new user issue

    vashadow

      JON server wesite was working perfectly for me. I went to show the web site tyo my boss and it let him enter his AD account and password then it went to a blank screen. This is where the user registration screen was suppost to come up.  I try this on another computer in the office and same isssue.  So in trouble shooting I updated my JAVA version to 6 update 30 and now its also not working on my machine.

       

      the loading page is loading as you can see from the view source

      <html>
      <head>
          <!-- this forces us to emulate IE7 "quirks" mode regardless of IE browser version.  It:
               1) Follows the SmartGWT recommendation of not declaring a DOCTYPE and instead using these meta elements.
               2) solves initial app load issues that we experienced on some XP and Vista  flavors.
               3) avoids an IE8/SmartGWT issue regarding poor tree rendering (unindented, vertical gaps).

               Note, when building the app, you must include the "ie6" gwt.userAgent since we're emulating IE7 (which
               requires the "ie6" userAgent. 
          -->
          <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

          <!-- support internationalized characters -->
          <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />

          <title>JBoss ON</title>
          <link rel="icon" type="image/png" href="/images/favicon.png" />
          <link rel="apple-touch-icon" href="/images/favicon.png" />

          <script type="text/javascript">
              var isomorphicDir = "org.rhq.enterprise.gui.coregui.CoreGUI/sc/";
          </script>

          <link rel="stylesheet" href="CoreGUI.css">
          <link rel="stylesheet" href="css/search.css">

          <style type="text/css">
              .menuButton, .menuButtonOver, .menuButtonDown, .menuButtonDisabled, .menuButtonSelected, .menuButtonSelectedDown, .menuButtonSelectedOver, .menuButtonSelectedDisabled {
                  border: none;
                  font-weight: bold;
              }

          </style>
      </head>
      <body>

      <script type="text/javascript" language="javascript"
              src="org.rhq.enterprise.gui.coregui.CoreGUI/org.rhq.enterprise.gui.coregui.CoreGUI.nocache.js"></script>

      <div id="Loading-Panel" style="width: 214px; height: 90px; margin-top: 300px; margin-left: 40%; margin-right: 40%;">
          <div style="text-align: center; border: 3px solid lightgray;">
              <img src="images/rhq_logo_animated_100px.gif" alt="Loading..." style="border: none;">
              Loading...
          </div>
      </div>

      <iframe src="javascript:''" id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>

      </body>
      </html>

       

       

      But it generats nothign but a blank screen.  This is not browser based as I have tryed two versions of IE and firefox. with the same issue.  Seems this page is broken in the demo version of JON.

       

      This has somthing to do with the newest version of java

       

      I cant get my boss to purchase this if I cant show it to him..