Title: Message

One more thing, do I need log4j.dtd for this also?

 

-dh

 


From: Faucher, Christian [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 02, 2005 1:45 PM
To: [EMAIL PROTECTED]
Subject: RE : RE : Install/Setup/Test of Axis fails

 

Let me correct myself (I'm tired today):

 

IF it is the server-side Axis that complains about "Log4J not being initialised", then put log4j.xml in "/WEB-INF/classes" (not /WEB-INF/classes/attachments).

 

IF it is the client-side Axis that complains about "Log4J not being initiliased", then put it in /log4j.xml (if in a JAR) or in "classes/", e..g at the root of a classpath entry on client-side.

 

Cheers!

 

Christian Faucher

-----Message d'origine-----
De : Dave Hoffer [mailto:[EMAIL PROTECTED]
Envoyé : mercredi, février 2, 2005 13:35
À : [EMAIL PROTECTED]
Objet : RE: RE : Install/Setup/Test of Axis fails

Just to clarify; is this the right location?  I tried this and it didn’t seem to find it.  Do I need to restart Tomcat?

 

/axis/WEB-INF/classes/attachments/log4j.xml ?

 

Thanks for the assistance!

 

-dh

 


From: Faucher, Christian [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 02, 2005 1:10 PM
To: [EMAIL PROTECTED]
Subject: RE : Install/Setup/Test of Axis fails

 

The warning comes from log4j not being initialised.  Although it does not preven your client app to work, it is noisy.

Put the log4j.xml in attachment in "/WEB-INF/classes".  Axis will pick it up there (as "/log4j.xml" resource).  You can put it somewhere else, but you will have to configure log4j yourself instead.  You will want ot configure the log4j.xml for your needs.

Hope it helps.

Christian Faucher

-----Message d'origine-----
De : Dave Hoffer [mailto:[EMAIL PROTECTED]]
Envoyé : mercredi, février 2, 2005 13:04
À : [EMAIL PROTECTED]
Objet : RE: Install/Setup/Test of Axis fails


Oops, the instructions didn't say to include wsdl4j.jar in my AXISCLASSPATH.  (This should be updated.)  Now I just have the warning! Any ideas on that?

-dh

-----Original Message-----
From: Dave Hoffer [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 02, 2005 12:51 PM
To: [EMAIL PROTECTED]
Subject: Install/Setup/Test of Axis fails

Hello,

I am following the Installation Instructions for Axis 1.2.  I am installing on XP and have already installed and have running Tomcat 4.1.31.  I am also using the optional Xerces parser and xmlsec.jar. When I validate the Axis installation with happyaxis all is well.

The problems start when I test deploying a web service.  Following the Installation Instructions, I attempt to deploy deploy.wsdd in the stock sample project.  This process gives me a log4j warning stating that no appenders could be found.  This does not seem serious because it seems to indicate that it deployed correctly stating "Done processing".

I then back up two folders and attempt to call GetQuote like this: java -cp .;%AXISCLASSPATH% samples.stock.GetQuote
-lhttp://localhost:8080/axis/servlet/AxisServlet -uuser1 -wpass1 XXX

This returns with a warning regarding log4j.  It then throws and exception java.lang.NoClassDefFoundError: javax/wsdl/OperationType

What is the cause of this error (and the warnings)?

-dh


"Ce message est confidentiel, à l'usage exclusif du destinataire ci-dessus et son contenu ne représente en aucun cas un engagement de la part de AXA, sauf en cas de stipulation expresse et par écrit de la part de AXA. Toute publication, utilisation ou diffusion, même partielle, doit être autorisée préalablement. Si vous n'êtes pas destinataire de ce message, merci d'en avertir immédiatement l'expéditeur."

"This e-mail message is confidential, for the exclusive use of the addressee and its contents shall not constitute a commitment by AXA, except as otherwise specifically provided in writing by AXA. Any unauthorized disclosure, use or dissemination, either whole or partial, is prohibited. If you are not the intended recipient of the message, please notify the sender immediately."

Reply via email to