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>




Reply via email to