I have built JBoss 3.0.6 from source, and I receive the following error deploying JBoss.NET:

12:18:21,734 ERROR [MainDeployer] could not start deployment: file:/C:/Documents and Settings/Hoover/Desktop/download/jboss-3.0.6-sr
c/build/output/jboss-3.0.6/server/default/deploy/jbossweb.sar/
java.lang.IllegalAccessError: try to access field org.apache.axis.configuration.FileProvider.myInputStream from class org.jboss.net.
axis.XMLResourceProvider
at org.jboss.net.axis.XMLResourceProvider.configureEngine(XMLResourceProvider.java:64)
at org.apache.axis.AxisEngine.init(AxisEngine.java:188)
at org.apache.axis.AxisEngine.<init>(AxisEngine.java:173)
at org.apache.axis.server.AxisServer.<init>(AxisServer.java:127)
at org.jboss.net.axis.server.AxisService.ensureService(AxisService.java:212)
at org.jboss.net.axis.server.AxisService.startService(AxisService.java:227)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:165)-
-snip-
at java.lang.Thread.run(Thread.java:479)


I originally got an error about an inability to find axis, so I downloaded axis 1.0 and copied the jars from the lib/ directory in their tarball to the server/default/lib directory in my JBoss tree, and that left me with this error.

I suspect that I am supposed to be using some special build of axis optimized for JBoss.NET - is that the case?

N



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to