Hi, Thanks
I have included common-loggin.jar in CLASSPATH. Now the logger problem is solved. But still I am getting this error. I am not sure which jar file is to be included for this C:\axis\samples\stock>java -cp %AXISCLASSPATH% org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/axis/client/AdminClient --yogi ________________________________ From: Krishnamoorthy J (HCL Financial Services) [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 3:17 PM To: [email protected] Subject: RE: Problem in deploying a sample deploy.wsdd commons-logging-1.1.jar file may be missing in the classpath ________________________________ From: Yogender Singh01 [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 1:27 PM To: [email protected] Subject: Problem in deploying a sample deploy.wsdd Hi all, When I try to deploy a sample deploy.wsdd file I am getting this error. For this do I need to include something in my classpath Or do I need to make a jar file of my sample code and put it in C:\Tomcat5.5\webapps\axis\WEB-INF\lib Or path to some class files of this code in CLAPPATH variable has to be added. C:\axis\samples\stock>java -cp %CLASSPATH% org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd Exception in thread "main" java.lang.NoClassDefFoundError: org.apache.commons.logging.LogFactory at org.apache.axis.components.logger.LogFactory.class$(LogFactory.java:45) at org.apache.axis.components.logger.LogFactory$1.run(LogFactory.java:45) at java.security.AccessController.doPrivileged(Native Method) at org.apache.axis.components.logger.LogFactory.getLogFactory(LogFactory.ja va:41) at org.apache.axis.components.logger.LogFactory.<clinit>(LogFactory.java:33 ) at org.apache.axis.client.AdminClient.<clinit>(AdminClient.java:48) --yogi **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS*** DISCLAIMER: ------------------------------------------------------------------------ ----------------------------------------------- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any mail and attachments please check them for viruses and defect. ------------------------------------------------------------------------ -----------------------------------------------
