User Functions
Don't have an account yet? Sign up as a New User
Who's Online
Guest Users: 8
|
| View previous topic :: View next topic |
| Author |
Message |
gshiff Been around the blocks

Joined: 02 Nov 2010 Posts: 20
|
Posted: Wed Oct 26, 2011 4:36 pm Post subject: Mac 10.6.8 update broke SanBox access |
|
|
Hey Folks,
I just updated to 10.6.8, in fact ran all available 10.6 apple updates, and when I tried to log into the web GUI of our SANbox 5600 I got a java error stating that I don't have the 1.4.2 Java Plugin.
Looking in the Java preferences it would appear that I'm running 1.6.0_26-b03-384
Annnnyway, you folks seen this and/or figured a way around this issue?
Greg |
|
| Back to top |
|
 |
abstractrude Xsan Master

Joined: 13 Mar 2008 Posts: 864
|
Posted: Wed Oct 26, 2011 8:34 pm Post subject: |
|
|
| once i moved to lion i had issues. I have been using a windows 7 VM. sigh |
|
| Back to top |
|
 |
matx Xsan Master

Joined: 15 Apr 2005 Posts: 378
|
Posted: Thu Oct 27, 2011 1:23 am Post subject: Re: Mac 10.6.8 update broke SanBox access |
|
|
| gshiff wrote: | Hey Folks,
I just updated to 10.6.8, in fact ran all available 10.6 apple updates, and when I tried to log into the web GUI of our SANbox 5600 I got a java error stating that I don't have the 1.4.2 Java Plugin.
Greg |
You tried using FireFox?
I am using FireFox successfully to log into the web gui of 5000 series switches. Works well. FF has its own Java plugin. Works in 10.6.8 |
|
| Back to top |
|
 |
gshiff Been around the blocks

Joined: 02 Nov 2010 Posts: 20
|
Posted: Thu Oct 27, 2011 10:00 am Post subject: |
|
|
Whoops.
Ok was running an old version of FireFox. After updating to the latest Firefox build 7.0.1 (and disabling/re-enabling the Java plugin for good measure), I'm able to log in to the Sanbox.
Thanks folks.
Greg |
|
| Back to top |
|
 |
mkuron JBOD

Joined: 27 Jul 2012 Posts: 1
|
Posted: Fri Jul 27, 2012 7:36 am Post subject: |
|
|
I had the same problem just now with a Sanbox 5200. It seems like the Java detection script is incompatible with newer versions of Apple's Java, but the applet still works.
I wrote a Greasemonkey script that bypasses the detection (more specifically, it injects the proper applet embed code into the page that claims that you don't have Java):
| Code: | // ==UserScript==
// @name QLogic QuickTools fixer
// @namespace http://your-switch-name-here/getjava.html
// @description Disables Java version check on QLogic QuickTools
// @include http://your-switch-name-here/getjava.html
// ==/UserScript==
document.title = 'QLogic QuickTools';
var b = document.getElementsByTagName('body');
b[0].innerHTML = '<center><applet CODE = "applet.Common.class" ARCHIVE = "QuickTools.jar,ComQDevice.jar,sansurfer2.jar,jdom.jar,."width="950" height="580"></applet></center>'; |
To use it, install the Safari extension NinjaKit, click the NinjaKit button in your toolbar, click Scripts, Add new script, paste the code from above and click Save.
If you have multiple affected QLogic switches, duplicate the @include for every one. |
|
| Back to top |
|
 |
nrausch Xsan Master

Joined: 14 Sep 2007 Posts: 202
|
Posted: Tue Jul 31, 2012 3:30 pm Post subject: |
|
|
| Thanks for that! A VERY handy script. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|