This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Intrusion Protection crashes webadmin

hello all

if I go to Intrusion Protection -> Rules and then choose rule "Miscellaneous WWW-specific rules", click on the folder icon for this rule, click on page 6 of 7, there are always only 8 rules, and the last rule shows only the first 6 infos's and the rest is empty. The ASL menu on the left side disapears. 

when I click to see another page of this 7, I got the IE message that I want to se not secure content, if I want to continue. If I chose yes I get a blank page. Webadmin disapears. login again don't work with an Internal Server error Message. A reboot of ASL lets me login again.

when I choose back in IE, after choosing the page 6, the ASL menu comes back, no crash, and webadmin works normaly. I can reproduce this problem.

ASL V5.004, IE 6.0.2800.1106.xpsp2

anyone other with the same issue??

greetings
eldorado


This thread was automatically locked due to age.
Parents
  • Same thing happened for me. However I did not have to reboot the ASL to get back in. All I did was this, once I had a blank page, just hit F5 to refresh the page. It asked me once again to login, and kick the "other" user.

    To Astaro developers, I ran a script debugger on this, because I get an error when the page loads. The error appears around these lines in the debugger (line 465):

    catch(error) {
              // non-IE browsers land here
              // avoid shearing effect on mozilla when scrolling
              document.captureEvents(Event.KEYPRESS);
              document.onkeypress = kH;
              document.getElementById("topbar").style.width = "100%";
            } finally {};


    Hopefully this helps a bit. 
Reply
  • Same thing happened for me. However I did not have to reboot the ASL to get back in. All I did was this, once I had a blank page, just hit F5 to refresh the page. It asked me once again to login, and kick the "other" user.

    To Astaro developers, I ran a script debugger on this, because I get an error when the page loads. The error appears around these lines in the debugger (line 465):

    catch(error) {
              // non-IE browsers land here
              // avoid shearing effect on mozilla when scrolling
              document.captureEvents(Event.KEYPRESS);
              document.onkeypress = kH;
              document.getElementById("topbar").style.width = "100%";
            } finally {};


    Hopefully this helps a bit. 
Children