Login to HP switch fails with Java exception error
Written by Christian on July 31, 2008 – 1:50 pmWhen trying to login to an HP swtich, the following error occurred:
Exception encountered during initialization: com:broace.web.secsan.SecureSANException: Cannot load RBACMatrix from switch: The user is not authenticated. Invalid session
The username and password did not change, so the credentials couldn’t be the cause.
After some brainstorming, I found out that we changed the Proxy bypass addresses. Due to a change in the Internet Explorer proxy settings, navigating to the IP address of the switch was forced to go through the proxy.
Because the Java console isn’t configured to use the proxy, authentication could not be succesfully completed.
Solution: add the IP-address (or IP-zone like 10.0.0.*) to the list with “Bypass proxy addresses” in Internet Explorer.
People who read this article, also read:
- PFDAVADMIN errors and solutions
- Group policy settings are not applied for Internet Explorer 6
- ‘Save PDF File As’ after Print to PDF
Posted in Uncategorized |