<br><br><div><span class="gmail_quote">On 3/15/07, <b class="gmail_sendername">ramyareddy pogula</b> <<a href="mailto:ramyareddypogula@yahoo.co.in">ramyareddypogula@yahoo.co.in</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>thank you..how do i check the class path?i have tried ll possiblities but i get the same error..</div>  <div>I d be grateful if you d help me out in this <span class="q"><br><br><b><i>Rob Blake <<a href="mailto:rob.blake@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
rob.blake@gmail.com</a>></i></b> wrote:</span></div><div><span class="e" id="q_11156bef1cc01562_3">  <blockquote style="border-left: 2px solid rgb(16, 16, 255); padding-left: 5px; margin-left: 5px;"><br>  <div><span class="gmail_quote">
On 3/15/07, <b class="gmail_sendername">ramyareddy pogula</b> <<a href="mailto:ramyareddypogula@yahoo.co.in" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">ramyareddypogula@yahoo.co.in</a>> wrote:
</span>  <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">  <div><font face="arial">Hi,</font></div>  <div><font face="arial">     I have a problem in installing the nagios add on plug-in, check_jmx
</font></div>  <div><font face="arial">I get the following error.</font></div>  <div><font face="arial"></font> </div>  <div style="margin: 0in 0in 0pt;"><font face="Courier
 New"><font color="#0060bf">[root@sys79 libexec]# ./check_jmx Exception in thread "main" java.lang.NoClassDefFoundError: org.nagios.JMXQuery <br><span>   </span>at java.lang.Class.initializeClass (libgcj.so.7)<br>
<span>   </span>at java.lang.Class.forName (libgcj.so.7)<br><span>   </span>at gnu.java.lang.MainThread.run (libgcj.so.7)<br>Caused by: java.lang.ClassNotFoundException : javax.management.remote.JMXServiceURL not found in 
gnu.gcj.runtime.SystemClassLoader{urls=[file:./jmxquery.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}<br><span>   </span>at java.net.URLClassLoader.findClass (libgcj.so.7)<br><span>   </span>at 
java.lang.ClassLoader.loadClass (libgcj.so.7)<br><span>   </span>at java.lang.ClassLoader.loadClass (libgcj.so.7)<br><span>   </span>at java.lang.Class.initializeClass (libgcj.so.7)<br><span>   </span>...2 more</font></font>
</div>  <div><font face="Courier New"><font color="#0060bf"></font></font> </div>  <div><font face="Courier New"><font color="#0060bf">  <font color="#000000">can any one please help me out?</font></font></font></div>  <div>
 </div>  <div><font face="Courier New"><font color="#0060bf"><font color="#000000">Thanks</font></font></font></div></blockquote>  <div><br>Yep, it can't find the class org.nagios.JMXQuery. Make sure that it is on your classpath.
<br><br>Rob </div></div></blockquote></span></div></blockquote><div><br><br>Please keep this conversation on List.<br><br>The class it is looking for is javax.management.remote.JMXServiceURL. Now it depends on what version of the JDK you are running as to what you need to do. JDK 5 and above include the JMX libraries so you will simply need to update your classpath variable so that it includes the JMXServiceURL class.
<br><br>If you're not sure how to update your classpath or how it effects your java settings, take a look at this:<br><br><a href="http://java.sun.com/j2se/1.3/docs/tooldocs/win32/classpath.html">http://java.sun.com/j2se/1.3/docs/tooldocs/win32/classpath.html
</a><br><br>If you have JDK < 1.5, you will need to download a JMX implementation. There are lots around so you do have a choice as to what you use, but the Sun reference implementation is available here:<br><br><a href="http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/download.jsp">
http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/download.jsp</a><br><br>Rob<br> <br></div><br></div><br>