Hi thanks for the respnose,

happyaxis seems ok ...  I will do as you say and debug.
This is the exception I get in detail
Regards
p

java.lang.NoClassDefFoundError: org/apache/axis/handlers/BasicHandler
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at org.apache.axis.utils.ClassUtils$2.run(ClassUtils.java:168)
        at java.security.AccessController.doPrivileged(Native Method)
        at
org.apache.axis.utils.ClassUtils.loadClass(ClassUtils.java:160)
        at org.apache.axis.utils.ClassUtils.forName(ClassUtils.java:100)
        at
org.apache.axis.deployment.wsdd.WSDDDeployableItem.getJavaClass(WSDDD
eployableItem.java:353)
        at
org.apache.axis.deployment.wsdd.WSDDDeployableItem.makeNewInstance(WS
DDDeployableItem.java:295)
        at
org.apache.axis.deployment.wsdd.WSDDDeployableItem.getNewInstance(WSD
DDeployableItem.java:274)
        at
org.apache.axis.deployment.wsdd.WSDDDeployableItem.getInstance(WSDDDe
ployableItem.java:260)
        at
org.apache.axis.deployment.wsdd.WSDDDeployment.getHandler(WSDDDeploym
ent.java:423)
        at
org.apache.axis.deployment.wsdd.WSDDDeployableItem.getNewInstance(WSD
DDeployableItem.java:276)
        at
org.apache.axis.deployment.wsdd.WSDDDeployableItem.getInstance(WSDDDe
ployableItem.java:260)
        at
org.apache.axis.deployment.wsdd.WSDDChain.makeNewInstance(WSDDChain.j
ava:125)
        at
org.apache.axis.deployment.wsdd.WSDDDeployableItem.getNewInstance(WSD
DDeployableItem.java:274)
        at
org.apache.axis.deployment.wsdd.WSDDDeployableItem.getInstance(WSDDDe
ployableItem.java:260)
        at
org.apache.axis.deployment.wsdd.WSDDService.makeNewInstance(WSDDServi
ce.java:417)
        at
org.apache.axis.deployment.wsdd.WSDDDeployableItem.getNewInstance(WSD
DDeployableItem.java:274)
        at
org.apache.axis.deployment.wsdd.WSDDDeployableItem.getInstance(WSDDDe
ployableItem.java:260)
        at
org.apache.axis.deployment.wsdd.WSDDDeployment.getService(WSDDDeploym
ent.java:460)
        at
org.apache.axis.configuration.FileProvider.getService(FileProvider.ja
va:226)
        at org.apache.axis.AxisEngine.getService(AxisEngine.java:290)
        at
org.apache.axis.MessageContext.setTargetService(MessageContext.java:7
55)
        at
org.apache.axis.handlers.http.URLMapper.invoke(URLMapper.java:50)
        at
org.apache.axis.handlers.http.URLMapper.generateWSDL(URLMapper.java:5
8)
        at
org.apache.axis.strategies.WSDLGenStrategy.visit(WSDLGenStrategy.java
:33)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
        at
org.apache.axis.SimpleChain.generateWSDL(SimpleChain.java:104)
        at
org.apache.axis.server.AxisServer.generateWSDL(AxisServer.java:431)
        at
org.apache.axis.transport.http.QSWSDLHandler.invoke(QSWSDLHandler.jav
a:62)
        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.axis.transport.http.AxisServlet.processQuery(AxisServlet.j
ava:1132)
        at
org.apache.axis.transport.http.AxisServlet.doGet(AxisServlet.java:233
)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
        at
org.apache.axis.transport.http.AxisServletBase.service(AxisServletBas
e.java:301)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:252)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:173)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:214)
        at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
        at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
        at
org.apache.catalina.core.StandardContextValve.invokeInternal(Standard
ContextValve.java:198)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:152)
        at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
        at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:137)
        at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:118)
        at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:102)
        at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:109)
        at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
        at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
        at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)

        at
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:16
0)
        at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:799)
        at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ssConnection(Http11Protocol.java:705)
        at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
:577)
        at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:684)
        at java.lang.Thread.run(Unknown Source)

>-----Original Message-----
>From: Mike Haller [mailto:[EMAIL PROTECTED] 
>Sent: 07 June 2005 16:54
>To: [email protected]
>Subject: Re: Axis Exception
>
>- Check your Axis Happiness page 
>(http://localhost:8080/axis/happyaxis.jsp)
>- Restart your application server in debug mode and check the 
>classpaths.
>- Don't put axis.jar in tomcat/shared/lib, leave it in axis/WEB-INF/lib
>- At one URL your server was named "glororan", are you trying 
>to access two different servers?
>
>
>Panayiotis Periorellis schrieb:
>> Hi Guenter,
>> 
>> Thanks for the response but it doesn't seem to be the solution to the
>> problem.
>> 
>> I had axis.jar inside axis\web-inf\lib 
>> And also I put it in tomcat\shared\lib 
>> as you suggeted 
>> 
>> The problem persists....any other ideas?
>> 
>> p
>> 
>>>-----Original Message-----
>>>From: Grossberger, Guenter 
>[mailto:[EMAIL PROTECTED] 
>>>Sent: 07 June 2005 16:22
>>>To: [email protected]
>>>Subject: RE: Axis Exception
>>>
>>>Hi!
>>>
>>>I had a similar problem a few days ago. Somehow the 
>>>classloader of Java VM of the J2EE container where Axis and 
>>>your application are deployed cannot find the class 
>>>org/apache/axis/handlers/BasicHandler which should be in 
>>>axis.jar of course.
>>>
>>>So make sure that axis.jar is in the classpath of the application
>>>(WEB-INF/lib) or the J2EE container (e.g. Tomcat/shared/lib).
>>>
>>>Bye,
>>>Guenter
>>>
>>>
>>>
>>>>-----Original Message-----
>>>>From: Panayiotis Periorellis
>>>>[mailto:[EMAIL PROTECTED]
>>>>Sent: Tuesday, June 07, 2005 4:56 PM
>>>>To: [email protected]
>>>>Subject: Axis Exception
>>>>
>>>>Hi All,
>>>>
>>>>
>>>>I have installed and have been using axis for over a year now and 
>>>>never had serious problems. Recently I tried to install the 
>>>
>>>WSS4J.jar 
>>>
>>>>package to experiment with ws security. The same package has 
>>>
>>>been used 
>>>
>>>>by other colleagues and it works.
>>>>
>>>>When I try to deploy however my service using a ws security handler 
>>>>that is inside the wss4j.jar package I get no errors. That 
>is when I 
>>>>execute the command
>>>>
>>>>java org.apache.axis.client.AdminClient deploy.wsdd
>>>> 
>>>>Now when I try to view the list of Services at 
>>>>http://glororan:8080/axis/servlet/AxisServlet
>>>>
>>>>they all dissapear and in addition when I go to the following url I 
>>>>get the error listed below..
>>>>
>>>>http://localhost:8080/axis/services/XACMLRequest?wsdl
>>>>
>>>>AXIS error
>>>>Sorry, something seems to have gone wrong... here are the details:
>>>>
>>>>Exception - java.lang.NoClassDefFoundError:
>>>>org/apache/axis/handlers/BasicHandler
>>>>
>>>>I suspect it is something internal to axis.
>>>>Has anybody else had the same problem? Any help would be appreciate 
>>>>it.
>>>>
>>>>Regards
>>>>p
>>>>
>>>
>
>

Reply via email to