Re: axis.handlers.BasicHandler NoClassDefFoundError
Re: axis.handlers.BasicHandler NoClassDefFoundError
- Subject: Re: axis.handlers.BasicHandler NoClassDefFoundError
- From: Baiss Eric Magnusson <email@hidden>
- Date: Fri, 2 Jul 2004 11:19:43 -0700
Maybe this is the problem, on my Development box when the line
org.apache.axis.client.Service service = new
org.apache.axis.client.Service();
is executed, the following is sent to the console:
log4j:WARN No appenders could be found for logger
(org.apache.axis.i18n.ProjectResourceBundle).
log4j:WARN Please initialize the log4j system properly.
Now on my development box, when running from XCode Build&Run, it may be
able to handle the WARN, but the MacOSX Server can't.
The Server throws at the same line:
java.lang.NoClassDefFoundError
at
org.apache.axis.handlers.BasicHandler.<clinit>(BasicHandler.java:43)
at org.apache.axis.client.Service.getAxisClient(Service.java:104)
at org.apache.axis.client.Service.<init>(Service.java:113)
So my next step would be to:
1) Remove what it is that causes the WARN to be issued (or)
2) Allow the Server to proceed by sending the WARN somewhere.
Any suggestions on whether this supposition is correct?
If so, how do I implement either step?
Could someone send me a <log4j.xml> file, I could put it in
WebServerResources, where hopefully it would be found?
----
Baiss Eric Magnusson
<http://www.Track-Your-Finances.com>
<http://www.CascadeWebDesign.com>
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.