PIX 501 PDM Access to http interface - errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2005 12:34 PM - edited 02-21-2020 12:06 AM
I appear to be having issue connecting to my pix501's PDM where 6 months ago I did not have these issues. I am unsure if this is a Java issue on my PC. I use the following to connect to the firewall: https://192.168.1.1 - enter my credentials and then I receive the following java output (but I do receive a "hostname mismatch" - the hostname in the server security certificate does not match the name of the server).
-------------------------------------------------
Java Plug-in 1.5.0_02
Using JRE version 1.5.0_02 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\chip
----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
o: trigger logging
p: reload proxy configuration
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
Requesting URL: https://192.168.1.1/jploader.jar
java.security.AccessControlException: access denied (java.util.PropertyPermission java.version read)
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)
at java.lang.System.getProperty(Unknown Source)
at com.cisco.pdm.e.c.q(Unknown Source)
at com.cisco.pdm.e.c.h(Unknown Source)
at com.cisco.pdm.a.byte(Unknown Source)
at com.cisco.pdm.PDMApplet.start(Unknown Source)
at com.cisco.nm.util.sgz.Env.start(Env.java:37)
at com.cisco.nm.util.sgz.Loader.start(Loader.java:109)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
-----------------------------------------------
I confirmed the following settings:
http server enable
http 192.168.1.0 255.255.255.0 inside
and I was hoping that someone could point me in the right direction to resolve my access to the http PDM interface. Thank you! Chip
- Labels:
-
Other Network Security Topics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2005 08:39 PM
Downgrade the JAVA Runtime Version 1.5.x to another lower version as this version has some bugs.
I use JDK Version 1.4.1_02 and everything is ok.
sincerely
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2005 06:06 PM
Yes, thank you. It did appear to be a java error but I am having a hard time locating an older version of the java developers kit. I will keep looking. Thank you once again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 04:23 PM
Have tryed on this web site ?
http://java.sun.com/products/archive/
Click on Rate this Post to help identify the most useful NetPro content.
sincerely
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 04:46 PM
Thank you... Yes, I found this web site last night and I downloaded about 10 different versions of the JAVA RE SE. The Java 1.4.1_02 version runs well but it appears to start the PDM interface very slow. Thank you for the assistance.
