Re: Installation problem

2003-10-21 Thread Stephen Gordon
t Extension (javax.net.ssl.SSLSocketFactory) at an unknown location It found the secure extension, but still have the warning. Thanks a lot!! -Original Message- From: Stephen Gordon [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 10:40 AM To: [EMAIL PROTECTED] Subject: Re: Inst

RE: Installation problem

2003-10-21 Thread raysiu
From: Stephen Gordon [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 10:40 AM To: [EMAIL PROTECTED] Subject: Re: Installation problem raysiu wrote: > Hi all, > > > > I am a new user of Axis : ) > > > > I have installed the Axis. Currently I am trying

Re: Installation problem

2003-10-21 Thread Stephen Gordon
raysiu wrote: Hi all, I am a new user of Axis : ) I have installed the Axis. Currently I am trying to validate the Axis with happyaxis: Found SAAJ API (javax.xml.soap.SOAPMessage) at C:\apache_group\Tomcat_4.1\common\lib\saaj.jar Found JAX-RPC API (javax.xml.rpc.Service) at C:\apa

Re: Installation problem (Fwd: can't deploy a WS with Axis 1_1RC1 on Windows)

2003-02-18 Thread Thierry - listes
Hello, OK, following the thread "(302)Found problem!", I found where was my problem. (Thanks to Lachezar). My problem was I didn't put my WEB-INF directory under the axis directory (and I absolutely don't want to do this, because the standard place for the WEB-INF dir is just under the rootDir).

RE: Installation problem: Unable to perform step 5

2002-07-02 Thread Alan Moore
All of what you have shown looks fine. What were you expecting? Did you deploy a service that isn't listed? alan > -Original Message- > From: Supriyo Chatterjea [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 02, 2002 7:21 AM > To: [EMAIL PROTECTED] > Subject: Installation problem: Una

RE: Installation problem: Unable to perform step 5

2002-07-02 Thread Noel Tijerino
Now that is odd because the org.apache.axis.encoding.XMLType comes in the axis.jar which is in your class path. Can you double check and make sure you have the right permissions to read that file, and that there isn't a typo in the path? Maybe that has something to do with it. At 12:18 AM 7/3/

RE: Installation problem: Unable to perform step 5

2002-07-02 Thread Supriyo Chatterjea
ok I added the path to classpath. But now I've got a new problem! [root@localhost classes]# java samples.stock.GetQuote -lhttp://localhost:8080/axis/servlet/AxisServlet -uuser1 -wpass1 XXX java.lang.NoClassDefFoundError: org/apache/axis/encoding/XMLType [root@localhost classes]# pwd /home/sup/pro

Re: Installation problem: Unable to perform step 5

2002-07-02 Thread fd
Did you put the server-side stock .class files into your servlet-server's deployment directory structure? > Error msg: > > [root@localhost classes]# pwd > /home/sup/programs/jakarta-tomcat-4.0.4/webapps/axis/WEB-INF/classes > [root@localhost classes]# java samples.stock.GetQuote > -lhttp://loca

RE: Installation problem: Unable to perform step 5

2002-07-02 Thread Noel Tijerino
if you have . in your class path and you are in /home/sup/programs/jakarta-tomcat-4.0.4/webapps/axis/WEB-INF/classes or if you have /home/sup/programs/jakarta-tomcat-4.0.4/webapps/axis/WEB-INF/classes in your class path, it should work. What does echo $CLASSPATH give you? At 11:58 PM 7/2/2002

RE: Installation problem: Unable to perform step 5

2002-07-02 Thread Supriyo Chatterjea
I seem to get the same error when I use the path you specified. Error msg: [root@localhost classes]# pwd /home/sup/programs/jakarta-tomcat-4.0.4/webapps/axis/WEB-INF/classes [root@localhost classes]# java samples.stock.GetQuote -lhttp://localhost:8080/axis/servlet/AxisServlet -uuser1 -wpass1 XXX

Re: Installation problem: Unable to perform step 5

2002-07-02 Thread Alexander Lyubshav
> 1. Well why doesn't the "Validate the local > installation's configuration" link appear as stated in > the instructions? The instructions are out of date. > 2. Also the "View the list of deployed Web services" This roughly corresponds to the second link on the page. > link doesn't appear.

RE: Installation problem: Unable to perform step 5

2002-07-02 Thread Carl Trusiak
It's not finding the client. You are in the wrong directory. pwd /home/sup/programs/jakarta-tomcat-4.0.4/webapps/axis/WEB-INF/classes/samples/stock You need to be at /home/sup/programs/jakarta-tomcat-4.0.4/webapps/axis/WEB-INF/classes Retry the example from there. --- Supriyo Chatterjea <[EMA

RE: Installation problem: Unable to perform step 5

2002-07-02 Thread Supriyo Chatterjea
1. Well why doesn't the "Validate the local installation's configuration" link appear as stated in the instructions? 2. Also the "View the list of deployed Web services" link doesn't appear. The instructions state once the link is clicked, I should be able to click on the deployed Web Services. I

Re: Installation problem: Unable to perform step 5

2002-07-02 Thread Noel Tijerino
That is what it is supposed to do. At 11:14 PM 7/2/2002 +0800, you wrote: >Hi, > >I'm installing Apache Axis for the first time and I'm >stuck at Step 5 of the Installation instructions. > >The instructions state that I should follow the link: > >Validate the local installation's configuration >

RE: Installation problem: Unable to perform step 5

2002-07-02 Thread Muthu Samuthira
I don't see any problem at all. I guess you just have to goahead. Muthu. -Original Message- From: Supriyo Chatterjea [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 11:14 AM To: [EMAIL PROTECTED] Subject: Installation problem: Unable to perform step 5 Hi, I'm installing Apache