Re: Get past Axis logging problem
Re: Get past Axis logging problem
- Subject: Re: Get past Axis logging problem
- From: David Teran <email@hidden>
- Date: Sun, 11 Jul 2004 23:20:39 +0200
Hi,
Am 11.07.2004 um 03:03 schrieb Baiss Eric Magnusson:
Can anyone think of a way to get past the logging problems I am having
with Axis?
I get a NoClassDefError on the following line
private static Log log = LogFactory.getLog(
BasicHandler.class.getName() );
of BasicHandler.java
I have determined that Axis will not read <log4j.properties> on my
server no matter where I put the file, nor does it say it is failing
to read it, but maybe that's by design.
I think if I could just get past the logging error that the service
would run.
I have tried with both straight calls to Axis and calls using Apple's
WOWebService package, both methods end up at the same error.
I'm about at the point where I think it cannot be fixed with MacOSXS
10.2, for some reason there must be a reason
Axis requires 10.3, because that is what is on my development machine
and the WebService call works fine in that environment.
which WO Version are you using? WO 5.2.3 is certified for JDK 1.4.2 so
maybe you need to upgrade your JVM. I do not know if 1.4.2 runs on 10.2
You might try ERExtensions from project WONDER. It integrates log4j and
configuration is done in the Properties file in any framework that is
loaded by your app or in Properties directly in your .woa.
We at least have no problem with Axis 1.0 and 1.1, WO 5.2.3, JVM 1.4.2,
and the usual stuff from project WONDER.
regards David
_______________________________________________
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.