HPE EVA Storage
1752786 Members
6302 Online
108789 Solutions
New Discussion юеВ

Re: Bocade 4GB SAN switch

 
Stijn V
Regular Advisor

Bocade 4GB SAN switch

I do receive the following error when accessing a new SAN switch via a web browser:

load: class com.brocade.wtcommon.secsan.LoginApplet not found.
java.lang.ClassNotFoundException: com.brocade.wtcommon.secsan.LoginApplet
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 10 more


Someone any idea how I can solve this issue?

Thanks.
8 REPLIES 8
Marek Nelec
Honored Contributor

Re: Bocade 4GB SAN switch

I once had similar problem. Tried using different browsers and JAVA Runtime Environment. In my case firmware update helped.
Stijn V
Regular Advisor

Re: Bocade 4GB SAN switch

Thanks for you answer.

I'm using the following firmware version v5.0.5b

I can by pass this problmem by using the following URL http:///switchExplorer.html
Stijn V
Regular Advisor

Re: Bocade 4GB SAN switch


I upgraded the firmware from v5.0.5b to v5.0.5c, but this didn't solved this issue ...
Neils_1
New Member

Re: Bocade 4GB SAN switch

I'm assuming you're connecting from a Windows XP workstation. If that is the case, try updating your Java runtime (JRE) software. You can get the latest release here: http://java.sun.com/javase/downloads/index.jsp

Stijn V
Regular Advisor

Re: Bocade 4GB SAN switch

I dowloaded the JRE version 1.6.0_01 but this doesn't solve the issue ....
rudysw
New Member

Re: Bocade 4GB SAN switch

Generally I would recommend to:

1.Directly connect your Laptop to SW with CrossCable / or private HuB.
Test with :
a. Just IP Address
b. SW FQDN (Edit your hosts file)
This test is to determine if the issue lies on the SW or external to the SW.
If both test are ok, I would say SW is fine.
2. Back to your network
Check:
Is your PC and SW on the Same Subnet ?
If its different subnet, Was there any Firewall/Router ACL applied ?
Any web proxy ?
Have you tried clearing java temporary internet files ? (Java Control Panel)

Test with SW FQDN using hosts file instead of DNS ?

3. Last resort
a. Enable Java logging
b. Install ethereal network trace
This would probably overkill but will force you to understand how it works. :-)

Hope this help.


Stijn V
Regular Advisor

Re: Bocade 4GB SAN switch

I already tried multiple java versions and I tried to connect with the switch from different servers/laptops. But I always do receive the same error ...

I am using the IP address, switches are not registered in DNS.

Arvin E.
Frequent Advisor

Re: Bocade 4GB SAN switch

Yes rudysw,

My problem solved with clearing java temporary internet files ? (Java Control Panel)

Thanks,
Arvin