You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by satyapriya sahoo <sa...@gmail.com> on 2013/08/05 09:15:26 UTC

Problem in deployment of axis2 war file

Hi,

I am using axis2-1.5 jars to build my axis Projects.

While deploying the Project I am getting the bellow notifications

When processing WebService module 'helloservice.war'.  Failed to load
servlet Class: org.apache.axis2.transport.http.AxisAdminServlet

Ignoring: unable to load class:java.lang.ClassNotFoundException:
org.apache.axis2.transport.http.AxisAdminServlet at:
weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:76)
Can any one help me?  Which jar file I am missing,  for that reason I am
getting this error on my console.

I know with the above error I able to run the project, but I want to remove
the above error which is coming at the console.

Thanks,
Satya

Re: Problem in deployment of axis2 war file

Posted by satyapriya sahoo <sa...@gmail.com>.
Sorry Sir,

  If my approach hurt you. I just made it yellow to easily see the
exception part.

The above highlighting text in yellow tells that, these classes are
configured in the web.xml, but the server doesn't find those classes.

<servlet>
        <servlet-name>AxisServlet</servlet-name>
        <display-name>Apache-Axis Servlet</display-name>

<servlet-class>org.apache.axis2.transport.http.AxisServlet</servlet-class>
</servlet>

<servlet>
        <servlet-name>AxisAdminServlet</servlet-name>
        <display-name>Apache-Axis AxisAdmin Servlet (Web
Admin)</display-name>

<servlet-class>org.apache.axis2.webapp.AxisAdminServlet</servlet-class>
</servlet>

I find the AxisServlet.class file present in the
axis2-transport-http-1.5.1.jar file, but unfortunately I don't able to find
where is AxisAdminServlet.class file present. I think this class is not
present in my path, for that reason the above error is coming on my console.

Thanks,
Satya

RE: Problem in deployment of axis2 war file

Posted by Martin Gainty <mg...@hotmail.com>.
we'll do our job if you do your job
 
tell us what highlighting html (or any text) in yellow is supposed to mean

Martin 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.

 
Date: Mon, 5 Aug 2013 12:45:26 +0530
Subject: Problem in deployment of axis2 war file
From: sahoo.satyapriya@gmail.com
To: axis-dev@ws.apache.org; java-dev@axis.apache.org

Hi,

I am using axis2-1.5 jars to build my axis Projects.

While deploying the Project I am getting the bellow notifications



When processing WebService module 'helloservice.war'. 
Failed to load servlet Class: org.apache.axis2.transport.http.AxisAdminServlet


Ignoring: unable to load class:java.lang.ClassNotFoundException:
org.apache.axis2.transport.http.AxisAdminServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:76)
Can any one help me?  Which jar file I am missing,  for that reason I am getting this error on my console.


I know with the above error I able to run the project, but I want to remove the above error which is coming at the console.

Thanks,
Satya