You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Chiranjeevi Paruchur <CP...@orga.com> on 2001/06/27 18:31:59 UTC

Error when selecting List option

Hi! All,

In admin interface, If i select ' List ' Option i am getting the Following Error.

javax.servlet.ServletException: org/apache/soap/server/ServiceManager.

This Error is B'coz of CLASSPATH Settings. Though my CLASSPATH Contains soap.jar, i am getting this Error.

CLASSPATH=.;"D:\Soap-2_2\lib\soap.jar";"D:\jdk1.3.1\javamail-1.2\mail.jar";"D:\jdk1.3.1\jaf-1.0.1\activation.jar";;D:\Program Files\Exceed.95\hcljrcsv.jar;D:\Program Files\Exceed.95\;"D:\jdk1.3.1\lib";"D:\jdk1.3.1\jaf-1.0.1";D:
\jdk1.3.1\XML4J-3_1_1\xerces.jar;D:\jdk1.3.1\XML4J-3_1_1\xml4j.jar


Can some one help me out with this.

Thanks in advance,

Chiran


RE: Error when selecting List option

Posted by Kartheek Hirode <kh...@home.com>.
Your servlet engine may not have the soap.jar in its classpath. If Tomcat,
look at tomcat.bat where it checks for CLASSPATH settings or you can create
your own startup batch file which pre-sets all environment variables and
then starts the servlet engine.

I believe xerces.jar should be the first entry in the classpath. Xerces
1.3.1 has namespace processing issues, hence avoid.

G'luck.
--KH

-----Original Message-----
From: Chiranjeevi Paruchur [mailto:CParuchur@orga.com]
Sent: Wednesday, June 27, 2001 9:32 AM
To: SOAP Discussion group
Subject: Error when selecting List option


Hi! All,

In admin interface, If i select ' List ' Option i am getting the Following
Error.

javax.servlet.ServletException: org/apache/soap/server/ServiceManager.

This Error is B'coz of CLASSPATH Settings. Though my CLASSPATH Contains
soap.jar, i am getting this Error.

CLASSPATH=.;"D:\Soap-2_2\lib\soap.jar";"D:\jdk1.3.1\javamail-1.2\mail.jar";"
D:\jdk1.3.1\jaf-1.0.1\activation.jar";;D:\Program
Files\Exceed.95\hcljrcsv.jar;D:\Program
Files\Exceed.95\;"D:\jdk1.3.1\lib";"D:\jdk1.3.1\jaf-1.0.1";D:
\jdk1.3.1\XML4J-3_1_1\xerces.jar;D:\jdk1.3.1\XML4J-3_1_1\xml4j.jar


Can some one help me out with this.

Thanks in advance,

Chiran


RE: Error when selecting List option

Posted by Kartheek Hirode <kh...@home.com>.
Your servlet engine may not have the soap.jar in its classpath. If Tomcat,
look at tomcat.bat where it checks for CLASSPATH settings or you can create
your own startup batch file which pre-sets all environment variables and
then starts the servlet engine.

I believe xerces.jar should be the first entry in the classpath. Xerces
1.3.1 has namespace processing issues, hence avoid.

G'luck.
--KH

-----Original Message-----
From: Chiranjeevi Paruchur [mailto:CParuchur@orga.com]
Sent: Wednesday, June 27, 2001 9:32 AM
To: SOAP Discussion group
Subject: Error when selecting List option


Hi! All,

In admin interface, If i select ' List ' Option i am getting the Following
Error.

javax.servlet.ServletException: org/apache/soap/server/ServiceManager.

This Error is B'coz of CLASSPATH Settings. Though my CLASSPATH Contains
soap.jar, i am getting this Error.

CLASSPATH=.;"D:\Soap-2_2\lib\soap.jar";"D:\jdk1.3.1\javamail-1.2\mail.jar";"
D:\jdk1.3.1\jaf-1.0.1\activation.jar";;D:\Program
Files\Exceed.95\hcljrcsv.jar;D:\Program
Files\Exceed.95\;"D:\jdk1.3.1\lib";"D:\jdk1.3.1\jaf-1.0.1";D:
\jdk1.3.1\XML4J-3_1_1\xerces.jar;D:\jdk1.3.1\XML4J-3_1_1\xml4j.jar


Can some one help me out with this.

Thanks in advance,

Chiran