Re: IllegalAccessError when run from Tomcat

2001-06-18 Thread sappling
After further investigation this seems to be something specific to the 4.0b5 version of Tomcat. It does not occur in 3.3 milestone 3 or 3.2. I think this may indicate a classloader problem. I will investigate further and post something to the bug database. Thanks for your suggestions. -

IllegalAccessError when run from Tomcat

2001-06-15 Thread sappling
When running a servlet from within Tomcat I get the following exception: java.lang.IllegalAccessError: try to access field org.w3c.tidy.ParserImpl._parseHead from class org.w3c.tidy.ParserImpl$ParseHTML at org.w3c.tidy.ParserImpl$ParseHTML.parse(ParserImpl.java) at

Re: IllegalAccessError when run from Tomcat

2001-06-15 Thread sappling
Good idea, I didn't realize System.getSecurityManager existed. It is returning null, so there is no SecurityManager established and that isn't my problem. Anyone have other ideas? I'm pretty sure this is legal, it works when not run under Tomcat, and it is 3'rd party code I'm running so I