Another user recently had problems with an install on OS X 10.2
(http://marc.theaimsgroup.com/?l=soap-user&m=103219551400479&w=2), but the
problem was solved when he found and removed a copy of soap.jar in
/Library/Java/Extensions.  That does not seem to be your problem.
How did you install Apache SOAP?  Normally, with Tomcat 4.0 you would follow
the instructions at

http://cvs.apache.org/viewcvs.cgi/xml-soap/java/docs/install/tomcat.html?rev
=1.13&content-type=text/html
Did you do something like these specify, e.g. copy soap.war to Tomcat's
webapps directory?

Scott Nichol

----- Original Message -----
From: "Marco Seraphin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 18, 2002 3:43 PM
Subject: Apache SOAP 2.3.1 on Mac OS X 10.1.5 - Jasper Exception


Hi,

I have installed Tomcat 4.1.10 and Apache SOAP 2.3.1 on my Mac OS X
10.1.5 maschine. Tomcat works, I get the Tomcat start site. I have
installed Apache SOAP 2.3.1 and edited the server.xml file so I see the
admin page of Apache SOAP 2.3.1. Also I added the needed jar files to
the classpath in the setclasspath.sh file like this:

# Set standard CLASSPATH
CLASSPATH="$JAVA_HOME"/lib/tools.jar;/Applications/NetBeansIDE_3.4/soap-2_3_
1/
lib/soap.jar;/Applications/NetBeansIDE_3.4/jakarta-
tomcat-4.1.10/common/lib/activation.jar;/Applications/NetBeansIDE_3.4/jakart
a-tomcat-4.
1.10/common/lib/mail.jar;/Applications/NetBeansIDE_3.4/soap-2_3_1/lib/xerces
.
jar;/Applications/NetBeansIDE_3.4/jakarta-
tomcat-4.1.10/common/lib/servlet.jar;/Applications/NetBeansIDE_3.4/Projekte

The SOAP.jar file is set in this classpath statement.

When clicking on the LIST or DEPLOY link in the Apache SOAP admin
interface site I still get the following error:

HTTP Status 500 -
------------------------------------------------------------------------

type Exception report

message

description The server encountered an internal error () that prevented
it from fulfilling this request.

exception

org.apache.jasper.JasperException: Unable to compile class for JSP

.....

root cause

org.apache.jasper.JasperException: Unable to compile class for JSP

An error occurred at line: 4 in the jsp file: /admin/list.jsp

Generated servlet error:
     [javac] Compiling 1 source file
/Applications/NetBeansIDE_3.4/jakarta-
tomcat-4.1.10/work/Standalone/localhost/soap/admin/list_jsp.java:8:
cannot resolve symbol
symbol  : class Constants
location: package soap
import org.apache.soap.Constants;


It seems that the SOAP.jar file isn't found to compile the list.jsp
file. But why ? What is wrong ?

Using my installed NetBeans 3.4 I looked in the soap.jar file and there
is a org.apache.soap.Constants package inside but he didn't find it !

Any tip or hint to correct this ? Did I forget any other classpath
definition (in the catalina.sh file or somewhere else ?)

Thanx in advance for help

regards

Marco


=======================
Gundula und Marco Seraphin
Am Mergelsberg 43
40629 D�sseldorf
[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to