This week's book giveaway is in the
Agile and other Processes
forum.
We're giving away four copies of
The Mikado Method
and have Ola Ellnestam and Daniel Brolund on-line!
See
this thread
for details.
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Java
»
Web Services
Author
Axis in Weblogic Server8.1
Naveen Kumar
Ranch Hand
Joined: Dec 14, 2006
Posts: 35
posted
Jan 30, 2008 11:34:00
0
Hi All,
I deployed two web services in Web logic Server 8.1 and SP3.
These Web Services are developed using Apache Axis.
Services are deployed Success Fully.
I entered the web service URL in IE. I am getting below message
Hi there, this is an Axis Service!
But while I am appending
"?wsdl"
with the deployed service URL.
I am getting page cannot be displayed.
Regards
Kumar
Balaji Loganathan
author and deputy
Bartender
Joined: Jul 13, 2001
Posts: 3150
posted
Jan 31, 2008 01:14:00
0
Does the console logs says anything related to this ?
is happyaxis.jsp showing all status fine ?
Spritle Software Blogs
Naveen Kumar
Ranch Hand
Joined: Dec 14, 2006
Posts: 35
posted
Jan 31, 2008 10:14:00
0
Console Logs are fine.
But we are getting this Exception
java.lang.LinkageError: Class javax/xml/namespace/QName violates loader constraints at org.apache.axis.wsdl.fromJava.Emitter.writeBinding(Ljavax.wsdl.Definition;Z)Ljavax.wsdl.Binding;(Emitter.java:???) at org.apache.axis.wsdl.fromJava.Emitter.getWSDL()Ljavax.wsdl.Definition;(Emitter.java:482) at org.apache.axis.wsdl.fromJava.Emitter.emit(I)Lorg.w3c.dom.Document;(Emitter.java:331) at org.apache.axis.providers.BasicProvider.generateWSDL(Lorg.apache.axis.MessageContext :wink: V(BasicProvider.java:242) at org.apache.axis.strategies.WSDLGenStrategy.visit(Lorg.apache.axis.Handler;Lorg.apache.axis.MessageContext :wink: V(WSDLGenStrategy.java:33) at org.apache.axis.SimpleChain.doVisiting(Lorg.apache.axis.MessageContext;Lorg.apache.axis.HandlerIterationStrategy :wink: V(SimpleChain.java:118) at org.apache.axis.SimpleChain.generateWSDL(Lorg.apache.axis.MessageContext :wink: V(SimpleChain.java:104) at org.apache.axis.handlers.soap.SOAPService.generateWSDL(Lorg.apache.axis.MessageContext :wink: V(SOAPService.java:320) at org.apache.axis.server.AxisServer.generateWSDL(Lorg.apache.axis.MessageContext :wink: V(AxisServer.java:482) at org.apache.axis.transport.http.QSWSDLHandler.invoke(Lorg.apache.axis.MessageContext :wink: V(QSWSDLHandler.java:68) at jrockit.reflect.NativeMethodInvoker.invoke0(Ljava.lang.Object;ILjava.lang.Object;[Ljava.lang.Object :wink: Ljava.lang.Object;(Unknown Source) at jrockit.reflect.NativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object :wink: Ljava.lang.Object;(Unknown Source) at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object :wink: Ljava.lang.Object;(Unknown Source) at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source) at org.apache.axis.transport.http.AxisServlet.processQuery(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;Ljava.io.PrintWriter :wink: Z(AxisServlet.java:1226) at org.apache.axis.transport.http.AxisServlet.doGet(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse :wink: V(AxisServlet.java:249) at javax.servlet.http.HttpServlet.service(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse :wink: V(HttpServlet.java:740) at org.apache.axis.transport.http.AxisServletBase.service(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse :wink: V(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse :wink: V(HttpServlet.java:853) at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run()Ljava.lang.Object;(ServletStubImpl.java:996) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Lweblogic.servlet.internal.FilterChainImpl :wink: V(ServletStubImpl.java:419) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse :wink: V(ServletStubImpl.java:315) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run()Ljava.lang.Object;(WebAppServletContext.java:6452) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.security.subject.AbstractSubject;Ljava.security.PrivilegedAction :wink: Ljava.lang.Object;(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedAction :wink: Ljava.lang.Object;(SecurityManager.java:118) at weblogic.servlet.internal.WebAppServletContext.invokeServlet(Lweblogic.servlet.internal.ServletRequestImpl;Lweblogic.servlet.internal.ServletResponseImpl :wink: V(WebAppServletContext.java:3661) at weblogic.servlet.internal.ServletRequestImpl.execute(Lweblogic.kernel.ExecuteThread :wink: V(ServletRequestImpl.java:2630) at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest :wink: V(ExecuteThread.java:219) at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178) at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread :wink: V(Unknown Source)
Naveen Kumar
Ranch Hand
Joined: Dec 14, 2006
Posts: 35
posted
Feb 03, 2008 10:00:00
0
Please Help me any one have an idea on that Exception.
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: Axis in Weblogic Server8.1
Similar Threads
Help on Making the service available
creating the wsdl + Pleeezz help
Axis Error while retreiving Wsdl from url
Register web service with Axis2 deployed in JBoss
Webservices using JAX-RPC and AXIS2
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter