Re: AhHa(some progress): Get past Axis logging problem

2004-07-13 Thread Davanum Srinivas
i don't see any problems in the traces...make sure you point your browser to the happyaxis.jsp to check if that reports any problems. thanks, dims On Tue, 13 Jul 2004 11:52:46 -0700, Baiss Eric Magnusson <[EMAIL PROTECTED]> wrote: > Hello Davanum , > > Curiously there was an entire Axis install

AhHa(some progress): Get past Axis logging problem

2004-07-13 Thread Baiss Eric Magnusson
Hello Davanum , Curiously there was an entire Axis install at , probably left over ( from I don't know who ). I removed it, didn't get much success, did a reboot, and things changed. I am now reading my successfully, as I had set logging to DEBUG and sure enough... I got the following logged: h

Re: Get past Axis logging problem

2004-07-13 Thread Davanum Srinivas
one more thing to check, make sure you don't have multiple versions of commons-logging and/or log4j in your environment. Note that axis will work even if log4j is absent. -- dims On Mon, 12 Jul 2004 23:53:18 -0500, Joe Nall <[EMAIL PROTECTED]> wrote: > > On Jul 12, 2004, at 10:12 PM, Baiss Eric

Re: Get past Axis logging problem

2004-07-12 Thread Joe Nall
On Jul 12, 2004, at 10:12 PM, Baiss Eric Magnusson wrote: Are you sure you don't have a permission problem on log4j-1.2.8.jar? commons-logging.jar? The directory it is in? Where did you put the jar files? What user is axis running under? What container are you running in (Tomcat/JBoss/...)? Where

Re: Get past Axis logging problem

2004-07-12 Thread Baiss Eric Magnusson
Hello Joe, Thanks for your suggestion, it is a valid debugging step. I did as you suggested and got the correct result below, I believe the is there because I had embedded the into based upon an earlier suggestion. The error remains the same as before. URL url = this.getClass().getClassLoad

Re: Get past Axis logging problem

2004-07-11 Thread Joe Nall
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 on my server no matter where I put the file, nor does it say it is failing to read it, but maybe that's

Re: Get past Axis logging problem

2004-07-11 Thread Baiss Eric Magnusson
Since I am using 10.2 server I am stuck with Java 1.4.1 ( after a lot of browsing it seems that it is not possible to install 1.4.2 on Jaguar), and that is the problem I believe I need to try to work around. At this point I have become increasingly pessimistic about being able to work around it

Re: Get past Axis logging problem

2004-07-11 Thread Baiss Eric Magnusson
Hello Davanum, Here's the stack trace from my version using WOWebServices, which is my preferred way of trying to call the service, the original code ended up in the same error location. I have downloaded the source to look at, and made it into an XCode project, but I have only briefly tried

Re: Get past Axis logging problem

2004-07-11 Thread Davanum Srinivas
can you send me the complete stack trace? can u try a nightly build of axis? -- dims On Sun, 11 Jul 2004 10:21:10 -0700, Baiss Eric Magnusson <[EMAIL PROTECTED]> wrote: > I tried that but it didn't help, but thanks for the note, it gave me a > few hours of hope. > > On Jul 11, 2004, at 8:03 AM,

Re: Get past Axis logging problem

2004-07-11 Thread Baiss Eric Magnusson
I tried that but it didn't help, but thanks for the note, it gave me a few hours of hope. On Jul 11, 2004, at 8:03 AM, Davanum Srinivas wrote: can you try adding log4j.properties into axis.jar itself? -- dims On Sat, 10 Jul 2004 18:03:53 -0700, Baiss Eric Magnusson <[EMAIL PROTECTED]> wrote: Can

Re: Get past Axis logging problem

2004-07-11 Thread Davanum Srinivas
can you try adding log4j.properties into axis.jar itself? -- dims On Sat, 10 Jul 2004 18:03:53 -0700, Baiss Eric Magnusson <[EMAIL PROTECTED]> wrote: > 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 >

Get past Axis logging problem

2004-07-10 Thread 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 on my server no matter wh