Adrian,

That´s a quite detailed and accurate analysis. I´m wondering whether
wsdl4j.jar is needed by the 
runtime anymore ...

Will check that, but could not commit before the 5th of November. So I will
open a bug report on that (also to remind me).

CGJ

-----Ursprüngliche Nachricht-----
Von: Adrian Brock [mailto:warjort@;hotmail.com] 
Gesendet: Freitag, 25. Oktober 2002 12:01
An: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Betreff: Re: AW: [JBoss-user] AxisService runtime linkage error


Hello Dr Jung,

I've seen this as well.

javax.xml.namespace.QName
is in both jaxrpc.jar and wsdl4j.jar

If Jboss loads the class from wsdl4j.jar,
you get the error, the rest of package
javax.xml.namespace is in jaxrpc.jar.

JBoss gives each jar its own classloader
for hot-deploy, but you cannot access
package private methods across
classloaders.

Removing the class from wsdl4j.jar
fixes the problem.

Regards,
Adrian

>From: "Jung , Dr. Christoph" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: "'[EMAIL PROTECTED]'" 
><[EMAIL PROTECTED]>
>Subject: AW: [JBoss-user] AxisService runtime linkage error
>Date: Fri, 25 Oct 2002 10:19:29 +0200
>
>Dustin,
>
>First time I see this error. Could have something to do with sealing 
>.... Currently, I really dunno. The subject Of the linkeage error 
>should be part of the jboss-net.jar ... Did you put some additional jar 
>containing the class into your classpath? Did you exchange the axis.jar 
>in thirdparty or in dist?
>
>CGJ
>
>-----Ursprüngliche Nachricht-----
>Von: Barlow, Dustin [mailto:Dustin_Barlow@;tvratings.com]
>Gesendet: Mittwoch, 23. Oktober 2002 19:33
>An: '[EMAIL PROTECTED]'
>Betreff: [JBoss-user] AxisService runtime linkage error
>
>
>OS: W2K
>JDK: 1.4.1
>JBoss: 3.2.0beta2
>
>Just did a cvs update and a new build of version 3.2.0beta1.  Ran the 
>"all" target and the following error was generated on startup:
>
><server.log snippet>
>
>2002-10-23 13:21:24,646 DEBUG [org.jboss.deployment.SARDeployer] 
>Deploying SAR, start step: url 
>file:/C:/java/jboss-3.2.0beta2/server/all/deploy/jboss-net.sar/
>2002-10-23 13:21:24,646 DEBUG [org.jboss.system.ServiceController] 
>starting service jboss.net:service=Axis 2002-10-23 13:21:24,646 INFO 
>[org.jboss.net.axis.server.AxisService]
>Starting
>2002-10-23 13:21:24,943 DEBUG [org.apache.axis.AxisEngine] Enter: 
>AxisEngine::init 2002-10-23 13:21:25,068 WARN 
>[org.jboss.system.ServiceController] Problem starting service 
>jboss.net:service=Axis
>java.lang.LinkageError: loader constraints violated when linking 
>javax/xml/namespace/QName class
>       at 
>org.apache.axis.encoding.TypeMappingRegistryImpl.<init>(TypeMappingRegi
>stryI
>mpl.java:178)
>       at
>org.apache.axis.deployment.wsdd.WSDDDeployment.<init>(WSDDDeployment.java:5
0
>0)
>       at org.jboss.net.axis.Deployment.<init>(Deployment.java:66)
>       at
>org.jboss.net.axis.XMLResourceProvider.buildDeployment(XMLResourceProvider.
j
>ava:72)
>       at
>org.jboss.net.axis.XMLResourceProvider.configureEngine(XMLResourceProvider.
j
>ava:58)
>       at org.apache.axis.AxisEngine.init(AxisEngine.java:187)
>       at org.apache.axis.AxisEngine.<init>(AxisEngine.java:172)
>       at org.apache.axis.server.AxisServer.<init>(AxisServer.java:125)
>       at
>org.jboss.net.axis.server.AxisService.startService(AxisService.java:218)
>       at
>org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:197)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at
>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3
9
>)
>       at
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp
l
>...java:25)
>       at java.lang.reflect.Method.invoke(Method.java:324)
>       at
>org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispa
t
>cher.java:284)
>       at
>org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
>       at
>org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController..j
av
>a:962)
>       at $Proxy9.start(Unknown Source)
>       at
>org.jboss.system.ServiceController.start(ServiceController.java:388)
>       at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
>       at
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp
l
>...java:25)
>       at java.lang.reflect.Method.invoke(Method.java:324)
>       at
>org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispa
t
>cher.java:284)
>       at
>org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
>       at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
>       at $Proxy5.start(Unknown Source)
>       at org.jboss.deployment.SARDeployer.start(SARDeployer.java:304)
>       at org.jboss.deployment.MainDeployer.start(MainDeployer.java:818)
>       at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:630)
>       at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:594)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at
>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3
9
>)
>       at
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp
l
>...java:25)
>       at java.lang.reflect.Method.invoke(Method.java:324)
>       at
>org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispa
t
>cher.java:284)
>       at
>org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
>       at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
>       at $Proxy7.deploy(Unknown Source)
>       at
>org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScann
e
>r.java:396)
>       at
>org.jboss.deployment.scanner.URLDeploymentScanner.scanDirectory(URLDeployme
n
>tScanner.java:615)
>       at
>org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner
..
>java:468)
>       at
>org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan
(
>AbstractDeploymentScanner.java:195)
>       at
>org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(Abstrac
t
>DeploymentScanner.java:268)
>       at
>org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:197)
>       at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
>       at
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp
l
>...java:25)
>       at java.lang.reflect.Method.invoke(Method.java:324)
>       at
>org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispa
t
>cher.java:284)
>       at
>org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
>       at
>org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController..j
av
>a:962)
>       at $Proxy0.start(Unknown Source)
>       at
>org.jboss.system.ServiceController.start(ServiceController.java:388)
>       at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
>       at
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp
l
>...java:25)
>       at java.lang.reflect.Method.invoke(Method.java:324)
>       at
>org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispa
t
>cher.java:284)
>       at
>org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
>       at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
>       at $Proxy5.start(Unknown Source)
>       at org.jboss.deployment.SARDeployer.start(SARDeployer.java:304)
>       at org.jboss.deployment.MainDeployer.start(MainDeployer.java:818)
>       at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:630)
>       at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:594)
>       at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:578)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at
>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3
9
>)
>       at
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp
l
>...java:25)
>       at java.lang.reflect.Method.invoke(Method.java:324)
>       at
>org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispa
t
>cher.java:284)
>       at
>org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
>       at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
>       at $Proxy6.deploy(Unknown Source)
>       at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:324)
>       at org.jboss.system.server.ServerImpl.start(ServerImpl.java:232)
>       at org.jboss.Main.boot(Main.java:155)
>       at org.jboss.Main$1.run(Main.java:393)
>       at java.lang.Thread.run(Thread.java:536)
>
></server.log snippet>
>
>
>-------------------------------------------------------
>This sf.net email is sponsored by: Influence the future
>of Java(TM) technology. Join the Java Community
>Process(SM) (JCP(SM)) program now. 
>http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0002en
>
>_______________________________________________
>JBoss-user mailing list
>[EMAIL PROTECTED] 
>https://lists.sourceforge.net/lists/listinfo/jboss-user
>###########################################
>
>This message has been scanned by F-Secure Anti-Virus for Microsoft
>Exchange.
>For more information, connect to http://www.F-Secure.com/
>
>
>-------------------------------------------------------
>This sf.net email is sponsored by: Influence the future
>of Java(TM) technology. Join the Java Community
>Process(SM) (JCP(SM)) program now. 
>http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
>_______________________________________________
>JBoss-user mailing list
>[EMAIL PROTECTED] 
>https://lists.sourceforge.net/lists/listinfo/jboss-user


_________________________________________________________________
Internet access plans that fit your lifestyle -- join MSN. 
http://resourcecenter.msn.com/access/plans/default.asp
###########################################

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/


-------------------------------------------------------
This sf.net email is sponsored by: Influence the future
of Java(TM) technology. Join the Java Community
Process(SM) (JCP(SM)) program now.
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to