Sorry for annoying others.

This was my mistake.

I moved the jaxrpc.jar from the axis/WEB-INF/lib directory to the
%CATALINA_HOME%/common/lib dirctory, then somehow the problem was fixed.




                                                                                       
             
                    matsuhashi@qu                                                      
             
                    ick.co.jp            宛先:   [EMAIL PROTECTED]        
                   
                                         cc:                                           
             
                    2002/12/02           件名:   java.lang.LinkageError: loader 
constraints         
                    21:44                violated when linking 
javax/xml/transform/Source class     
                    axis-user へ                                                 
                   
                    返信してくだ                                                 
                   
                    さい                                                         
                   
                                                                                       
             
                                                                                       
             




Hello, I am a newbie to Axis.

I developed my first WebService class and deployed it. Soon I encountered
the following exception.

java.lang.LinkageError: loader constraints violated when linking
javax/xml/transform/Source class
     at org.apache.axis.Message.setup(Message.java:342)
     at org.apache.axis.Message.<init>(Message.java:237)
     at
org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:660)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
     at
org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:335)

     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     ..... continue..

I checked my compile classpath, %CATALINA_HOME%/axis/WEB-INF/lib/*.jar,
%CALTALINA_HOME%/common/lib/*.jar, %CATALINA_HOME%/server/lib/*.jar, and it
seems the only jar which has the javax/xml/transform/Source class is the
%CATALINA_HOME%/axis/WEB-INF/lib/jaxrpc.jar. The jaxprc.jar is the one
bundled withing the Axis1.0 distribution.

I wonder where to look at more.

I use the Axis1.0 binary distribution in Tomcat4.1.3, JDK1.3.1_05_b02,
Windows2000.


     Kazuaki Matsuhashi
     QUICK Corp,
     Japan


Reply via email to