You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Ross Daws <ro...@hubbub.com.au> on 2000/10/04 08:23:07 UTC

Stupid, Newbie question

Hi All!

This is my first day SOAPing, and I'm stuck already.  

I have set up Tomcat 3.1 and soap-2_0 on Win2K with JDK1.3.  I can start tomcat, and get to the soap admin page.  But when I select any of the options (List, Deploy or Un-Deploy) I get a http 500 error (internal server error) and the following stack trace...

java.lang.NoClassDefFoundError: sun/tools/javac/Main

have I just left something obvious out of my classpath?  Also I notice that the URL that its trying to go to for the RPC router (localhost:8080/soap/servlet/rpcrouter) doesn't seem to exist at all... but one thing at a time.

Any and all help is appreciated!

Thanks,

Ross

Re: Stupid, Newbie question

Posted by Girish Bharadwaj <gi...@mvps.org>.
I think you might have left out tools.jar; from the class path..

  ----- Original Message ----- 
  From: Ross Daws 
  To: soap-user@xml.apache.org 
  Sent: Wednesday, October 04, 2000 2:23 AM
  Subject: Stupid, Newbie question


  Hi All!

  This is my first day SOAPing, and I'm stuck already.  

  I have set up Tomcat 3.1 and soap-2_0 on Win2K with JDK1.3.  I can start tomcat, and get to the soap admin page.  But when I select any of the options (List, Deploy or Un-Deploy) I get a http 500 error (internal server error) and the following stack trace...

  java.lang.NoClassDefFoundError: sun/tools/javac/Main

  have I just left something obvious out of my classpath?  Also I notice that the URL that its trying to go to for the RPC router (localhost:8080/soap/servlet/rpcrouter) doesn't seem to exist at all... but one thing at a time.

  Any and all help is appreciated!

  Thanks,

  Ross

Re: Stupid, Newbie question

Posted by Girish Bharadwaj <gi...@mvps.org>.
I think you might have left out tools.jar; from the class path..

  ----- Original Message ----- 
  From: Ross Daws 
  To: soap-user@xml.apache.org 
  Sent: Wednesday, October 04, 2000 2:23 AM
  Subject: Stupid, Newbie question


  Hi All!

  This is my first day SOAPing, and I'm stuck already.  

  I have set up Tomcat 3.1 and soap-2_0 on Win2K with JDK1.3.  I can start tomcat, and get to the soap admin page.  But when I select any of the options (List, Deploy or Un-Deploy) I get a http 500 error (internal server error) and the following stack trace...

  java.lang.NoClassDefFoundError: sun/tools/javac/Main

  have I just left something obvious out of my classpath?  Also I notice that the URL that its trying to go to for the RPC router (localhost:8080/soap/servlet/rpcrouter) doesn't seem to exist at all... but one thing at a time.

  Any and all help is appreciated!

  Thanks,

  Ross