networking-forum.com
Community BlogCommunity Wiki * Register  * Search  * Login
View unanswered postsView active topics

All times are UTC - 6 hours [ DST ]



Post new topic Reply to topic  [ 17 posts ] 
Author Message
 Post subject: SDM problem
PostPosted: Sun May 13, 2012 12:44 pm 
Offline
Junior Member
Junior Member
User avatar

Joined: Sun Feb 12, 2012 6:11 am
Posts: 73
Certs: CCNA, CCIP
hi everyone

I have some problem with my SDM
Whan I open the SDM and conneted to my router 3700 the graphic wab of the router don't open
Insted I get the next page:
Code:
 <!---
 *
 * runAPP.shtml
 *
 * Copyright (c) 2004 by Cisco Systems, Inc. All rights reserved.
 *
 *-->
<HTML>
<HEAD>
<script language="javascript" src="common.js"></script>
<script language="javascript" src="appsupport.js"></script>
<script language="javascript" src="localized_msgs6.js"></script>
<script language="javascript">
function getcookie(cookiename) {
  var cookiestring=""+document.cookie;
  var index1=cookiestring.indexOf(cookiename)
  if (index1==-1 || cookiename=="") {
    return "";
  }
  var index2=cookiestring.indexOf(';',index1);
  if (index2==-1) index2=cookiestring.length;
  var c = unescape(cookiestring.substring(index1+cookiename.length+1,index2));
  return c;
} // getcookie()
function cookieLifeTime() {
  var UTCstring;
  Today = new Date();
  nomilli=Date.parse(Today);
  Today.setTime(nomilli+365*24*60*60*1000);
  UTCstring = Today.toUTCString();
  return UTCstring;
} // cookieLifeTime()
function setcookie(name, value) {
  cookiestring=name+"="+value+";EXPIRES="+cookieLifeTime()+";path=/";
  document.cookie=cookiestring;
  return getcookie(name);
} // setcookie()
function docRoot() {
    var args = location.search;
    if (args && args.indexOf("SDMONPC=") != -1) {
        var curLoc = location.protocol + "//" + location.host + location.pathname;
        var i = curLoc.lastIndexOf('/');
        var j = curLoc.lastIndexOf('\\');
        if ((i == -1) || (i < j)) i = j;
        var curBase = unescape(curLoc.substring(0, i));
        i = curBase.lastIndexOf('/');
        j = curBase.lastIndexOf('\\');
        if ((i == -1) || (i < j)) i = j;
        var curBase = curBase.substring(0, i);
        i = curBase.lastIndexOf('/');
        j = curBase.lastIndexOf('\\');
        if ((i == -1) || (i < j)) i = j;
        curBase = curBase.substring(0, i + 1);
        return curBase;
    }
    return "/archive/";
}
function getArg(searchArgs, arg) {
  var i = searchArgs.indexOf(arg);
  if (i == -1) return ""; // error
  var j = searchArgs.indexOf("&", i + arg.length);
  if (j == -1) return searchArgs.substring(i + arg.length);
  return searchArgs.substring(i + arg.length, j);
}
var APP = getArg(location.search, "APP=");
var app = APP.toLowerCase();
var VNAME = getArg(location.search, "VN=");
if (VNAME == "") {
    VNAME = APP.toUpperCase();
} else {
    VNAME = VNAME.replace(/_/g, " ");
}
var GIF = getArg(location.search, "GIF=");
if (GIF == "") GIF = APP; // use default
var APPLET = getArg(location.search, "APPLET=");
var appFs = getArg(location.search, app + "FS=");
// handle case where only common.tar was missing on router
var commonFs = getArg(location.search, "commonFS=");
if (commonFs == "") appFs = "";
if (APPLET == "") APPLET = APP; // use default
document.writeln("<TITLE>" + VNAME +" " +msg_launch_title + "</TITLE>");
</script>

any halp here guys :)


Top
 Profile  
 
 Post subject: Re: SDM problem
PostPosted: Tue May 15, 2012 8:29 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Mar 01, 2010 3:28 pm
Posts: 1091
Location: Houston, TX
Certs: MCSA, VCP4, CCNA, CCNA Security
When I was messing around with SDM while studying for the CCNA Security all the problems I had with SDM were related to the Java version. What version of Java are you running? Did you update it recently or just haven't used SDM in a while? I'm thinking version 6 update 11 is the version I settled on. It didn't like newer browsers either. You might have to play around to get the right combination.


Top
 Profile  
 
 Post subject: Re: SDM problem
PostPosted: Tue May 15, 2012 9:38 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Tue Feb 22, 2011 9:40 am
Posts: 1269
Location: Lincoln, NE
Certs: CCNA, MCDST, MCP, A+
I ran into issues with SDM a couple times where I had to tell IE to allow programs to run active content or something like that.


Top
 Profile  
 
 Post subject: Re: SDM problem
PostPosted: Tue May 15, 2012 12:47 pm 
Offline
Junior Member
Junior Member
User avatar

Joined: Sun Feb 12, 2012 6:11 am
Posts: 73
Certs: CCNA, CCIP
paadams wrote:
When I was messing around with SDM while studying for the CCNA Security all the problems I had with SDM were related to the Java version. What version of Java are you running? Did you update it recently or just haven't used SDM in a while? I'm thinking version 6 update 11 is the version I settled on. It didn't like newer browsers either. You might have to play around to get the right combination.


I have java version 7 update 4...
What you mean when you say "play around"? you mean that my browser is responsible for this problem?


Top
 Profile  
 
 Post subject: Re: SDM problem
PostPosted: Tue May 15, 2012 12:53 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Wed Feb 10, 2010 2:45 am
Posts: 1639
Location: Arizona
Certs: CCNA
Use java 6.11 on IE 8 o

SDM is a pain i the butt. Never had any success launching it from Firefox. Took a lot of dinking around before finding what worked. I setup an XP VM with the above java version and IE8..


Top
 Profile  
 
 Post subject: Re: SDM problem
PostPosted: Tue May 15, 2012 12:59 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Mar 01, 2010 3:28 pm
Posts: 1091
Location: Houston, TX
Certs: MCSA, VCP4, CCNA, CCNA Security
Opeth wrote:
paadams wrote:
When I was messing around with SDM while studying for the CCNA Security all the problems I had with SDM were related to the Java version. What version of Java are you running? Did you update it recently or just haven't used SDM in a while? I'm thinking version 6 update 11 is the version I settled on. It didn't like newer browsers either. You might have to play around to get the right combination.


I have java version 7 update 4...
What you mean when you say "play around"? you mean that my browser is responsible for this problem?


The Java version is the problem, however even going to version 6 update 11 it might not work with IE9 or the latest version of FF. I had to downgrade FF to 3.5 and downgrade the Java version.


Top
 Profile  
 
 Post subject: Re: SDM problem
PostPosted: Tue May 15, 2012 1:18 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Thu Apr 29, 2010 6:12 pm
Posts: 2066
Location: Texas
Certs: CCNP, CCDP, CCIP
paadams wrote:
Opeth wrote:
paadams wrote:
When I was messing around with SDM while studying for the CCNA Security all the problems I had with SDM were related to the Java version. What version of Java are you running? Did you update it recently or just haven't used SDM in a while? I'm thinking version 6 update 11 is the version I settled on. It didn't like newer browsers either. You might have to play around to get the right combination.


I have java version 7 update 4...
What you mean when you say "play around"? you mean that my browser is responsible for this problem?


The Java version is the problem, however even going to version 6 update 11 it might not work with IE9 or the latest version of FF. I had to downgrade FF to 3.5 and downgrade the Java version.


+1. SDM in a real pain in the ass unless you are running XP/IE6 and Java 6.11. No go on Chrome and have had tons of issues with FF. hate to say it but ditch SDM and get comfortable with CLI. I wasted more time trying to get SDM working then what i would have just gettting the job done in CLI

_________________
http://blog.movingonesandzeros.net/


Top
 Profile  
 
 Post subject: Re: SDM problem
PostPosted: Wed May 16, 2012 8:53 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Tue Aug 21, 2007 2:15 pm
Posts: 8263
Location: Frederick MD
Certs: Instanity
best, if you have a spare box, to load the vunerable versions of java and browser to run SDM.
not a good thing to muck up your primary home computer with this crap. you'll never get
the remnants out of your registry.

_________________
"If you're good at anticipating the human mind. It leaves nothing to chance."
-Jigsaw


Top
 Profile  
 
 Post subject: Re: SDM problem
PostPosted: Fri May 18, 2012 4:41 am 
Offline
Junior Member
Junior Member
User avatar

Joined: Sun Feb 12, 2012 6:11 am
Posts: 73
Certs: CCNA, CCIP
Hi everyone

It is doesnt work
I tried:
E6+java ver6up11= doesn't work
E6+java ver6up10= doesn't work
E6+java ver6up15= doesn't work
E6+java ver5up0= doesn't work
E6+java ver1.4.2= doesn't work
E6+java ver1.4.2.19= dont work
E6+java ver5up1= doesn't work

E7+java ver6up11= doesn't work
E8+java ver6up11= doesn't work

I go crazy...:(


Top
 Profile  
 
 Post subject: Re: SDM problem
PostPosted: Fri May 18, 2012 7:13 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Mar 01, 2010 3:28 pm
Posts: 1091
Location: Houston, TX
Certs: MCSA, VCP4, CCNA, CCNA Security
Try Firefox 3.5 and ver6up11.


Top
 Profile  
 
 Post subject: Re: SDM problem
PostPosted: Fri May 18, 2012 7:43 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Tue Aug 21, 2007 2:15 pm
Posts: 8263
Location: Frederick MD
Certs: Instanity
you may have multiple versions of java running, go into java console and verify, there is a check box somewhere where you can select the version of java you want to use when you are running multiple versions

_________________
"If you're good at anticipating the human mind. It leaves nothing to chance."
-Jigsaw


Top
 Profile  
 
 Post subject: Re: SDM problem
PostPosted: Fri May 18, 2012 7:55 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Thu Apr 29, 2010 6:12 pm
Posts: 2066
Location: Texas
Certs: CCNP, CCDP, CCIP
ristau5741 wrote:
you may have multiple versions of java running, go into java console and verify, there is a check box somewhere where you can select the version of java you want to use when you are running multiple versions

That or just go into Add/Remove programs and delete all versions of Java installed and then install 6.11. You might also need to just clear your Java Cahce

_________________
http://blog.movingonesandzeros.net/


Top
 Profile  
 
 Post subject: Re: SDM problem
PostPosted: Sat May 19, 2012 1:42 pm 
Offline
Junior Member
Junior Member
User avatar

Joined: Sun Feb 12, 2012 6:11 am
Posts: 73
Certs: CCNA, CCIP
paadams wrote:
Try Firefox 3.5 and ver6up11.


It's workiiiinnnngggggggg :mrgreen:
Thank you so much!!!

And everyone thanks for your replies


Top
 Profile  
 
 Post subject: Re: SDM problem
PostPosted: Sat May 19, 2012 3:04 pm 
Offline
New Member
New Member

Joined: Wed May 02, 2012 9:37 pm
Posts: 20
Location: England
Certs: CCNA
Quote:
It's workiiiinnnngggggggg :mrgreen:


Cool.

Just in case some will find this thread later on, I think I resolved the same error by just refreshing the web page.
I used a VM with XP + IE6


Top
 Profile  
 
 Post subject: Re: SDM problem
PostPosted: Sat May 19, 2012 3:47 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Mar 01, 2010 3:28 pm
Posts: 1091
Location: Houston, TX
Certs: MCSA, VCP4, CCNA, CCNA Security
Glad you got it working. Good luck with your studies.


Top
 Profile  
 
 Post subject: Re: SDM problem
PostPosted: Sun May 20, 2012 12:42 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Thu Apr 29, 2010 6:12 pm
Posts: 2066
Location: Texas
Certs: CCNP, CCDP, CCIP
Great!! Now shut it down and learn to do everything from the CLI :D.

_________________
http://blog.movingonesandzeros.net/


Top
 Profile  
 
 Post subject: Re: SDM problem
PostPosted: Sun May 20, 2012 2:06 pm 
Offline
Ultimate Member
Ultimate Member
User avatar

Joined: Thu Jun 23, 2011 3:17 pm
Posts: 578
Certs: CCNA, CCNA Security
that1guy15 wrote:
Great!! Now shut it down and learn to do everything from the CLI :D.

Sadly you need to learn it inside and out for the ccna security :-(

_________________
Networking is much like making love to a beautiful woman
Slide your equipment in to the rack, Stick your plug in the socket, and if you have done it right at the end everyone is happy


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 17 posts ] 

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: Exabot [Bot] and 14 guests


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 post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group