05-06-2021 03:23 AM
I am using asdm-openjre-7141-48.bin in Cisco 5508.
icedtea-web-1.7.1-1.el7.x86_64 and java-1.8.0-openjdk-1.8.0.181-7.b13.el7.x86_64 are installed on my CentOS 7
After execution of "javaws https://10.49.10.91/admin/public/asdm.jnlp" the login screen appears and I am entering the username and password then nothing happens.
Here is the log when I execute javaws;
$ javaws https://10.49.10.91/admin/public/asdm.jnlp Codebase matches codebase manifest attribute, and application is signed. Continuing. See: http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/no_redeploy.html for details. java.lang.ClassNotFoundException: com.sun.deploy.trace.Trace at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1557) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264) at com.cisco.launcher.i.a(Unknown Source) at com.cisco.launcher.i.if(Unknown Source) at com.cisco.launcher.i.a(Unknown Source) at com.cisco.launcher.s.if(Unknown Source) at com.cisco.launcher.Launcher.main(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:571) at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:940)
More detailed debug log in the attachment.
08-08-2022 04:54 AM - edited 08-08-2022 04:55 AM
ASDM on Linux is broken for some time. I found a temporary solution, if you have acces to a Mac machine:
Download and install MacOS version of the ASDM laucher on a Mac machine, then copy all *.jar and *.PEM files (!) to a folder at your Linux machine. Then you can start the ASDM using following command:
/path/to/java -cp dm-launcher.jar:jploader.jar:lzma.jar:retroweaver-rt-2.0.jar com.cisco.launcher.Launcher cert.PEM
Tested with Oracle jre1.8.0_341 and asdm-7.18.1.152 on Fedora 36. OpenJRE not tested.
08-08-2022 05:14 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide