Home Answers Viewqa WebSevices Axis2 sample program

 
 


Alamelu
Axis2 sample program
1 Answer(s)      2 years and 6 months ago
Posted in : WebSevices

Hi..

I have tried the HelloWorldServie example in axis2. While running which showing as a faulty service. The error showned as follows

This Web axisService has deployment faults Error: org.apache.axis2.deployment.DeploymentException: The services.xml file cannot be found for the service: C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps\axis2\WEB-INF\services\HelloWorldService.aar at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:150) at org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.java:81) at org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136) at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:659) at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144) at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:337) at org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:241) at org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:131) at org.apache.axis2.deployment.WarBasedAxisConfigurator.loadServices(WarBasedAxisConfigurator.java:284) at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:95) at org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisServlet.java:553) at org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:442) at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1108) at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1062) at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:971) at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4562) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4845) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:140) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:810) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:788) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:558) at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:934) at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:728) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:505) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1322) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:307) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119) at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:89) at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:325) at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:305) at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:1036) at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:773) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:140) at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:1028) at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:278) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:140) at org.apache.catalina.core.StandardService.startInternal(StandardService.java:429) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:140) at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:662) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:140) at org.apache.catalina.startup.Catalina.start(Catalina.java:592) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:290) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:418) Caused by: org.apache.axis2.deployment.DeploymentException: The services.xml file cannot be found for the service: C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps\axis2\WEB-INF\services\HelloWorldService.aar at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:147) ... 46 more

How to correct this error?

View Answers

December 2, 2010 at 12:38 PM


Hi Friend,

Please visit the following:

Web Services

Axis 2

Thanks









Related Pages:
Axis2 sample program
Axis2 sample program  Hi.. I have tried the HelloWorldServie example in axis2. While running which showing as a faulty service. The error showned... for the service: C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps\axis2\WEB-INF
sample Applet program
sample Applet program  I need Source Code for sample Applet program.   Hi Friend, Please visit the following link: Applet Tutorials Thanks
Sample java program
Sample java program  I want a sample program: to produce summary information on sales report. The program will input Data of Salesman Id, Item code, and number of cuestomer. Sales id is 5digit long, and items code range from
Sample program of JSP
Sample program of JSP  <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org
Sample program of JSP
Input program in JSP  <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org
Ajax sample
Ajax sample  Hi, Where I can find the samples of Ajax program? Thanks   Hi, Please see Ajax Tutorials. Thanks
java sample program - Java Beginners
java sample program  hai i need a sample program for polymorphism  Hi Friend, Try the following code: class Shape { int x,y; void area(){ } } class Square extends Shape { int l=2; void area
HQL Sample
HQL Sample In this site there are many tutorials and example of HQL. These examples comes with HQL sample code that you can download and run on your computer and learn the HQL by modifying and executing these examples. The HQL Sample
installing axis2
Installing Axis2         Installing Axis2: Download.../ axis2. Unzip it into c:\axis2-1.4 folder. Set
Apache Axis2 - Apache Axis2 Tutorial
Apache Axis2 - Apache Axis2 Tutorial    In this section we will learn Apache Axis2 with the help of examples. Apache Axis2 is a Web Service engine for deploying the web services. The Apache Axis2
sample jsp-servlet-service-db program
sample jsp-servlet-service-db program  <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http
Sample Code - Development process
Sample Code   Hi Friend, Give sample code DTO in webapplication.  Hi friend, DTO Implementation: One way to improve... that you have to program. DataSet provides convenient functions to load the DTO
java sample code - Java Beginners
java sample code  hai...... i need a full sample program fo inheritance.........  Hi Friend, Please visit the following link: http://www.roseindia.net/java/language/inheritance.shtml Thanks
Getting Exception on UseDefinedException sample program - Please help me how to resolve
Getting Exception on UseDefinedException sample program - Please help me how to resolve  class UseDefinedException extends Exception{ String msg = ""; int marks; public UseDefinedException() ){ } public
program
program  sample jsp programs for beginners.......   Hi, Please read at http://www.roseindia.net/jsp/jspfundamentals.shtml Thanks
Java sample using - for loop, if then else etc etc
Java sample using - for loop, if then else etc etc  sample program to produce summary information on sales report. The program will input Data of Salesman Id, Item code, and number of cuestomer. Sales id is 5digit long
Apache axis2 installation
Apache axis2 installation  I have installed Apache tomcat for **axis2** Installation. But the downloaded tomcat 7.0 exe bin file, it can have no option of START and SHUTDOWN. The latest downloaded version have no such options
Client's Data with Axis2 and Java
Client's Data with Axis2 and Java  Hello everyone, I am studying IT Engineering and my project is to create heterogenous system, and as middleware... spring features) and as core engine I am using axis2, IDE is Eclipse. If you
Installing axis2 eclipse plugin
Installing axis2 eclipse plugin    Axis2 eclipse installation - Installing Axis2 plugin on Eclipse IDE In this section we will install the Axis2 plugin on the Eclipse Integrated Development
Collection of Large Number of Java Sample Programs and Tutorials
Collection of Large Number of Java Sample Programs and Tutorials Java... example of java program is provided that shows you how you can...; HelloWorld Java Program Simple
Axis2 Eclipse plugin Tutorial
Axis2 Eclipse plugin Tutorial    In this section we will learn about Axis2 Eclipse plugins. There are plugins available for the Eclipse IDE to make the development easy. The Axis2 Eclipse plugins
Apache Axis2 Introduction
Apache Axis2 Introduction     Axis2: An Introduction In this section introduces you with the Apache Axis2 framework. Apache Axis2 is a core engine for Web services. It is a modified version of widely
What is axis2?
What is axis2?         Axis2 is Apache?s Web services framework with two... engine is required to create and interpret SOAP messages. AXIS2
Jsp program
Jsp program  A sample program of jsp using dml quaries
Large File reading through Axis2 Web service
Large File reading through Axis2 Web service  This is Vinay Rai. This is regarding the web service help which i am looking for. I am currently working on axis2 web service and i am very new to this. so need your help
The Sample Banner Example in Java
Java - The Sample Banner Example in Java   .... In this program we will see how to display the banner in applet. This example has... that. There are four types of method have been used in this program these are explained below
JSF Sample Programs
JSF Sample Programs  I need a JSF sample programs
Webservices(Axis2 + tomcat ) Consuming Hibernate Giving Problem - Hibernate
Webservices(Axis2 + tomcat ) Consuming Hibernate Giving Problem  Hi Please tell me how can i integrate hibernate in axis2 for my webservice?? I... in aar File which is deployed in Axis2 services folder.. OR ELSE TELL ME
sample code - WebSevices
sample code  Hi Guys, can any body tell me use of webservices ? I want a sample code using xml with one application server bea weblogic and webserver tomcat   Hi Friend, Please visit the following link
Apache Axis2 Hello World Example
Apache Axis2 Hello World Example     Apache Axis2 Hello World Example In this section we will develop a simple Hello World Web service and then deploy on the Axis2 engine. In the last section we have
java program
java program  write a java script program that would input the ff:Student Name,Average,Tuition Fee and output Total Tuition Fee. Formula: Total... 10% 84 and below no discount Sample Output: Student Name:_ Average:_ Tuition Fee
Need sample code
Need sample code  Need code for graph which shows the performance comparission of aprior algorithm and coherent rule algorithm.plz can any one help me i need in a week
error in sample example
error in sample example  hi can u please help me XmlBeanFactory class is deprecation in java 6.0 so, pls send advance version class   Use XmlBeanFactory(Resource) with an InputStreamResource parameter
GLImageProcessing iphone sample
GLImageProcessing iphone sample  Hi, From where I can download the GLImageProcessing example for iPhone? Thanks   Hi, The GLImageProcessing sample for iPhone shows how to use OpenGL ES libraries to bright, sharp
java program
java program  Problem 1 Write a javaScript program that would input Employee Name, rate per hour, No. of hours worked and will compute the daily wage... worked plus OT pay Sample Output: Employee Name:__ Rate per hour:__ No.of
getting byte[] at client side in SOAP Webservice framework (Axis2)
getting byte[] at client side in SOAP Webservice framework (Axis2)  How can I receive the byte[] data at the client side. I am serializing the Java Object, and sending as byte[], but not sure how can i get it at client side, so
java program
java program  write a java script program that would input the ff... and below no discount   write a java script program that would...% 84 and below no discount   write a java script program
Sample Ajax Code
Sample Ajax Code  Sample Ajax Code for getting values from another JSP   The below code is helpful to access another Action class //In Main JSP file var xmlHttpObj,xmlHttpObj1; function getXmlHttpObject() { var
program in array
program in array  print("code sample");write a program that initializes an array with ten random integers and then prints four lines of output,containing:every element at an even index,every even element,all elements in reverse
catalogue program
catalogue program  emphasized textHello can any one help me with this program,i'm new to java need some help,thank you! This program should allow..., then calculate the user's final bill, including taxation at 20%. A sample run
Downloading and Installing Apache Axis2
Downloading and Installing Apache Axis2     Downloading and installing Apache Axis2 In this section we will download and install... of the Apache Axis2 is http://ws.apache.org/axis2/. To download the latest version
Java Program
in the second sample input. The destination can be considered an empty cell... than or equal to one. In the sample matrix, the only path for the box to move.... Sample Test Cases Test Case 1 Input: 5 5 @@@D@ @##@@ @##@@ MB
Java Program
Java Program  Problem Statement You are required to write a program... given, then your program must create the expression: 8 - 5 * 2 = -2 Here... Sample Test Cases Test Case 1 Input: 4 8 5 2 -2 Output: -* Test Case 2 Input: 5
mca entrance sample papers - SQL
mca entrance sample papers  please send me sample papers of MCA entrance exam.. thanks in advance
java program
java program  Problem 1 Write a javaScript program that would input Employee Name, rate per hour, No. of hours worked and will compute the daily wage... worked plus OT pay Sample Output: Employee Name:__ Rate per hour:__ No.of
Java Program
and the number of cows and bulls for each word, your program should be able to work out.... Sample Test Cases Test Case 1 Input: 4 DBCC 0 2 CDAB 2 1 CAAD 1 2 CDDA 2 0 Output
Apache Axis2 Tomcat: Installing Apache Axis2 on Tomcat
Apache Axis2 Tomcat: Installing Apache Axis2 on Tomcat     Apache Axis2 on Tomcat Tomcat is one of the most used Servlet... to install Apache Axis2 Web service engine on the Tomcat server. After
Axis2 client - Axis2 Client example
Axis2 client - Axis2 Client example     Apache Axis2 Client code In this section we will develop client code example... Axis 2 engine, we instructed you to download the binary version of Apache Axis2

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.