Unable to correct NMONVisualizer java error. Can someone help to decode this java error?


 
Thread Tools Search this Thread
Operating Systems AIX Unable to correct NMONVisualizer java error. Can someone help to decode this java error?
# 1  
Old 04-05-2015
Display Unable to correct NMONVisualizer java error. Can someone help to decode this java error?

Hello AIX and Java gurus,
I have a java error that I have no clue how to resolve. I am trying to run the popular NMONVisualizer utility against a NMON dataset and getting the error as shown below:
Code:
/db2storage/NMON >java -jar NMONVisualizer_2015-02-02.jar com.ibm.nmon.ReportGenerator rasmq02hdqra_150404_1027.nmon

Exception in thread "main" java.lang.NoSuchMethodError: java.net.URLDecoder: method decode(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; not found
        at org.eclipse.jdt.internal.jarinjarloader.RsrcURLConnection.getInputStream(RsrcURLConnection.java:42)
        at java.net.URL.openStream(URL.java:827)
        at sun.misc.URLClassPath$Loader.getResource(URLClassPath.java:449)
        at sun.misc.URLClassPath.getResource(URLClassPath.java:166)
        at java.net.URLClassLoader$ClassFinder.run(URLClassLoader.java:676)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:239)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:516)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:448)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:220)
        at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:54)

How ca I resolve this error? Immediate help needed.
Thanks
okonita

Last edited by Don Cragun; 04-05-2015 at 05:51 PM.. Reason: Change BOLD tags to CODE tags.
# 2  
Old 04-07-2015
check your classpath
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Java error

Dear All, while running java -version i am getting following error /usr/lib/dld.sl: Can't find path for shared library: libjli.sl /usr/lib/dld.sl: No such file or directory ARIES32: Core file for PA32 application saved to /finacle/RIPU/core.java Abort(coredump) its creating a core dump. ... (3 Replies)
Discussion started by: ripudaman.singh
3 Replies

2. Solaris

Java patch error

I don't know if this the right place to post this. My issue is this, I'm trying to add this patch to upgrade my java on my Solaris server. I'mtrying to update to java 1.5.0_34 from java 1.5.0_32. patchadd ./118666-36 I get this error: Patch 118666-36 failed to install due to failure produced... (1 Reply)
Discussion started by: bitlord
1 Replies

3. Solaris

Java Webstart Error:Unable to load resource

I have a .jnlp file start.jnlp. It first display a login screen and after login does something I am getting the below error after login Error:unable to load resource url.com: Search with Many Find the attached error snapshot of the webstart application. I am trying this activity by... (1 Reply)
Discussion started by: hiten.r.chauhan
1 Replies

4. Solaris

Java error in Solaris 9

Hi folks, I had a sparc machine with Solaris9 and built in java1.4.2 I installed Java1.5 on top of it by running the file jre-1_5_0_22-solaris-sparcv9.sh Now when I run the java application, I get the following error: Error occurred during initialization of VM... (2 Replies)
Discussion started by: manojsomanath
2 Replies

5. OS X (Apple)

fink error/java error?

Hi, Im trying to install a program called relax, i installed fink according to the instructions from the fink website to install to mac os 10.6. It seems to be working alright but when i try to install the program i get this error but i dont know what to do with it, User% fink install... (3 Replies)
Discussion started by: olifu02
3 Replies

6. Programming

java OC4J error..!!

Dear anyone can help me??I really not know what do my server OCj4 log means...is it OC4J normal?? 2/1/10 1:51 PM: Servlet error java.lang.IllegalStateException: Response has already been committed, be sure no t to write to the OutputStream or to trigger a commit due to any other action be... (0 Replies)
Discussion started by: netxus
0 Replies

7. UNIX for Dummies Questions & Answers

Java compiling error

I need Help folks; I'm very new to Java & i was trying to compile some java files & i got a lot of errors (see below), could some one tell me what am i doing wrong? These are the files i need to compile: AddCommentActionLogging.java EditPageActionLogging.java When i run:... (4 Replies)
Discussion started by: Katkota
4 Replies

8. UNIX for Dummies Questions & Answers

error in java

hi everyone i am attaching a java code below, it is running perfectly fine on windows but not on unix system. unix system is having java 1.2 environment. and this code is java 1.1 onwards compatible. WELL THE ERROR GIVEN IS UNKNOWN HOST EXCEPTION plz help me out. import java.net.*; import... (1 Reply)
Discussion started by: parmeet
1 Replies

9. AIX

Help ... Java not reading correct AIX system time.

I have Java 1.4.2 (IBM AIX build ca142-20050929a SR3) installed on AIX 5.3. My system time is set correctly and both date and smitty confirm the correct date, time, and timezone: #date Thu Sep 21 15:12:42 EDT 2006 However, when I check the sytem time in Java... (2 Replies)
Discussion started by: dave521
2 Replies
Login or Register to Ask a Question