Link to home
Start Free TrialLog in
Avatar of keith li
keith liFlag for Hong Kong

asked on

IBM SAN Switch can not login to web console

User generated image
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.6+" codebase="http://10.0.0.12/">
<information>
<title>hk-sanswitch-b : WebTools: Switch Explorer</title>
<vendor>v6.4.2a</vendor>
<description>Web Tools</description>
<icon kind="splash" href="/Splash_WT.jpg"/>
</information>
<application-desc main-class="com.brocade.web.switchview.SwitchExplorerApplet">
<argument>10.0.0.12</argument>
</application-desc>
<resources>
<j2se version="1.6+" initial-heap-size="64m" max-heap-size="512m" /><jar href="wt-app.jar" download="eager"/>
<jar href=" wt-thirdparty.jar" download="eager"/>
<property name="jnlp.packEnabled" value="true" />
<property name="page" value="/switchExplorer.html" />
<property name="token" value="" />
<property name="authenticated" value="-2" />
<property name="WebStarted" value="yes" />
<property name="urlProtocol" value="http" />
<property name="urlPort" value="80" />
<property name="adCapable" value="1" />
<property name="isVFEnabled" value="false" />
<property name="switchName" value="hk-sanswitch-b" />
<property name="isSwitchManager" value="false" />
</resources>
<security>
<all-permissions/>
</security>
</jnlp>






JNLPException[category: Security Error : Exception: null : LaunchDesc:
<jnlp spec="1.6+" codebase="http://10.0.0.12/">
  <information>
    <title>hk-sanswitch-b : WebTools: Switch Explorer</title>
    <vendor>v6.4.2a</vendor>
    <description>Web Tools</description>
    <icon kind="splash" href="/Splash_WT.jpg"/>
  </information>
  <application-desc main-class="com.brocade.web.switchview.SwitchExplorerApplet">
    <argument>10.0.0.12</argument>
  </application-desc>
  <resources>
    <j2se version="1.6+" initial-heap-size="64m" max-heap-size="512m"/>
    <jar href="wt-app.jar" download="eager"/>
    <jar href="wt-thirdparty.jar" download="eager"/>
    <property name="jnlp.packEnabled" value="true"/>
    <property name="page" value="/switchExplorer.html"/>
    <property name="token" value=""/>
    <property name="authenticated" value="-2"/>
    <property name="WebStarted" value="yes"/>
    <property name="urlProtocol" value="http"/>
    <property name="urlPort" value="80"/>
    <property name="adCapable" value="1"/>
    <property name="isVFEnabled" value="false"/>
    <property name="switchName" value="hk-sanswitch-b"/>
    <property name="isSwitchManager" value="false"/>
  </resources>
  <security>
    <all-permissions/>
  </security>
</jnlp> ]
      at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResourcesHelper(Unknown Source)
      at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResources(Unknown Source)
      at com.sun.javaws.Launcher.prepareResources(Unknown Source)
      at com.sun.javaws.Launcher.prepareAllResources(Unknown Source)
      at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
      at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
      at com.sun.javaws.Launcher.launch(Unknown Source)
      at com.sun.javaws.Main.launchApp(Unknown Source)
      at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
      at com.sun.javaws.Main.access$000(Unknown Source)
      at com.sun.javaws.Main$1.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)
Avatar of David Favor
David Favor
Flag of United States of America image

The above message suggests the fix as being...

Sign wp-app.jar.pack.gz with a strong cipher.

SHA1 has been deprecated for years + should never be trusted.

Just unpack your JAR file + resign it.

If you're unsure about how to do this, open a Gig + hire someone to do it for you.
ASKER CERTIFIED SOLUTION
Avatar of Member_2_231077
Member_2_231077

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial