Hi<br><br>It was our mistake. The actual command which we issue to start the client is <br><br>java -classpath . XmlRpcTest<br><br>So we think that this should include the current directory in our class path. Could you now tell us what could be the error??<br>
<br>Thanks<br><br><div class="gmail_quote">On Fri, Jan 22, 2010 at 9:06 PM, Nikola Milutinovic <span dir="ltr"><<a href="mailto:n.milutinovic@levi9.com">n.milutinovic@levi9.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



  

<div bgcolor="#ffffff" text="#000000"><div class="im">
On 21.1.2010 22:52, Shweta Gulati wrote:<br>
<blockquote type="cite">
  <pre>When we use this client on Windows XP, while the opennebula XMLRPC
server runs on a Linux machine, the communication is fine and the info
of  the user oneadmin is returned, as desired.
But trying to run the same client code on the same Linux machine (with
the modified server URL), we get the following Exception

command issued: java XlmRpcTest

output

Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/xmlrpc/client/XmlRpcClientConfig
Caused by: java.lang.ClassNotFoundException:
org.apache.xmlrpc.client.XmlRpcClientConfig
        at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)t
        at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)
  </pre>
</blockquote>
<br></div>
How do you start your client?<br>
<br>
The error message would indicate that the XML RPC client you would like
to use is not on the classpath.<br>
<br>
Nix.<br>
<div>-- <br>



<div style="font-family: Tahoma,sans-serif; font-size: 8pt; color: black;">
<span style="font-size: 10pt;"> Met vriendelijke groet / Kind regards,<br>
Nikola Milutinovic<br>
Sr Java Developer<br>
Levi9 Global Sourcing<br>
</span>
<hr> <font face="Wingdings" size="3">.</font> <span> Jan van
Goyenkade 8, 1075 HP Amsterdam, The Netherlands</span> <br>
<font face="Wingdings" size="3">(</font> <span>   +31 (0) 20 7547900
ext 2056</span> <br>
<font face="Wingdings" size="3">(</font> <span>   +381 (0) 21 4895800
ext 2056</span> <br>
<font face="Webdings" size="3">È</font> <span>   +381 (0) 64 2202824</span>
<br>
<font face="Wingdings" size="3">*</font> <span>   <a href="mailto:n.milutinovic@Levi9.com" target="_blank">n.milutinovic@Levi9.com</a></span>
<br>
<font face="Webdings" size="3">^</font> <span>   Skype:
nikola.milutinovic</span> <br>
<font face="Webdings" size="3">ü</font> <span>   <a title="http://www.levi9.com/" href="http://www.levi9.com/" target="_blank">www.levi9.com</a></span>
<br>
<span> <br>
Chamber of commerce Levi9 Global Sourcing BV: 34221951<br>
Chamber of commerce Levi9 Global Sourcing Benelux BV: 34224746<br>
</span>
<hr> <span> This e-mail may contain confidential or privileged
information. If you are not (one of) the intended recipient(s), please
notify the sender immediately by reply e-mail and delete this message
and any attachments permanently without retaining a copy. Any review,
disclosure, copying, distribution or taking any action in reliance on
the contents of this e-mail by persons or entities other than the
intended recipient(s) is strictly prohibited and may be unlawful. <br>
<br>
The services of Levi9 are exclusively subject to its general terms and
conditions. These general terms and conditions can be found on <a title="http://www.levi9.com/" href="http://www.levi9.com/" target="_blank">www.levi9.com</a> and a copy will be
promptly submitted to you on your request and free of charge.<br>
</span> </div>
</div>
</div>

<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
<br></blockquote></div><br>