Axis client logging

2005-02-18 Thread Halsema, Aillil I
I've got a simple Axis client running on Windows XP, but every time I start it the messages "log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectResourceBundle).""log4j:WARN Please initialize the log4j system properly."   appear on the console.  I've copied the l

how to turn on logging

2005-02-04 Thread a9906767
Hi! For my purposes I need to somewhat understand how the AxisServlet works (it is the main servlet in axis that dispatches all requests to the actual services: org.apache.axis.transport.http.AxisServlet). That servlet uses a logger(log4j I think). In the code you then have a few if(log.isDebu

RE: NoClassDefFoundError when using logging/Sorry

2005-01-19 Thread Brian Gladish
I apologize to the list as this was an RTFM issue. My predecessors had instituted an incorrect procedure for installing our Web Services which produced this problem. As I thought the procedure was correct, I was at a loss as to what was going wrong when I tried to add logging. Again, my

Re: NoClassDefFoundError when using logging

2005-01-18 Thread jayachandra
Do you have commons-logging.jar AND commons-discovery.jar in your webapps/axis/WEB-INF/lib. Having them in Tomcat/common/lib also should be fine. Jayachandra On Mon, 17 Jan 2005 09:19:08 -0800, Brian Gladish <[EMAIL PROTECTED]> wrote: > > > When I try to retrieve a logger from > org.apache.axis

RE: Problems with logging

2005-01-18 Thread James Clinton
  -Original Message- From: Brian Gladish [mailto:[EMAIL PROTECTED] Sent: 18 January 2005 17:04 To: [EMAIL PROTECTED] Subject: Problems with logging   Some of the other posts about classpath have been of interest in the problem I posted earlier (NoClassDefFoundError).  Prompted by those

Problems with logging

2005-01-18 Thread Brian Gladish
(LogFactoryImpl.java:532)     at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:272)   I am using Axis 1.1 and Tomcat 4.1.  Is there something about this logging thing that I am completely missing?  I followed the instructions on pages 2 & 3 of the Axis Developer’s g

NoClassDefFoundError when using logging

2005-01-17 Thread Brian Gladish
When I try to retrieve a logger from org.apache.axis.components.logger.LogFactory in a static initializer I get the following exception:   java.lang.NoClassDefFoundError: org/apache/axis/components/logger/LogFactory     at com.rdta.tlapi.webservice.TigerLogic.(TigerLogic.java:297)  

Re: logging before anything else

2005-01-07 Thread Alex Karshakevich
You can also use Tomcat's RequestDumperValve or AccessLogValve to log request before they even reach Axis. The request dumper produces quite a bit of logging info, though - headers, cookies etc. In server.xml uncomment this: for the request dumper, or uncomment and tweak this: directory=

Re: logging before anything else

2005-01-07 Thread aveitas
e any ideas how to do this (where should I write my logging > sentence)? > > > > Marko > >

logging before anything else

2005-01-07 Thread Marko Käis
Hi, I’m using WSDL2Java generated code for my services. Every once in a while tomcat crashes and needs restarting. I would like to log all incoming requests before axis begins to parse them. Is there any ideas how to do this (where should I write my logging sentence)?   Marko

Axis logging to the servlet engine log

2005-01-04 Thread Tim K. (Gmane)
Hello, I do NOT have log4j in the CLASSPATH because of some conflicts and I do not want to use log4j or any other logging frameworks. I just want to: 1) Make Axis write to the servlet engine's log file which gets rotated and it also captures the messages from my web service server

RE: Axis is logging everything...How can a deployed web service use log4j

2004-11-24 Thread METIN ZAVRAK
Teknoloji 0 543 502 03 63 [EMAIL PROTECTED] == Verba volent, scripta manent. (Söz uçar, yazı kalır). Wessel Alexander <[EMAIL PROTECTED]> 11/23/2004 07:03 PM Please respond to [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject RE: Axis is logging everything... Hmmm...

RE: Axis is logging everything...

2004-11-23 Thread Wessel Alexander
Hmmm... Just guessing: Do you have a log4j.properties file somewhere in your $CLASSPATH, before the one you are trying to set/change? From: METIN ZAVRAK *EXTERN* [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 1:06 PMTo: [EMAIL PROTECTED]Subject: Axis is logging everything

Axis is logging everything...

2004-11-23 Thread METIN ZAVRAK
Hi, I have a GUI calling some web services. I want both GUI and web services log their own exceptions. For example, if the GUI cannot call the web service, GUI should log it. But if the web service cannot accomplish its operation, web service should log it. Here comes the problem. Even I hav

logging error that occur on the server side

2004-11-19 Thread THIBAULT Joseph
Title: Message Hi,   Is-it possible to log exceptions that appear on the server side. I'm writting à Web-service with axis and I want to know when an error occur during the excecution of my Web-services. For the moment, the exception is return to the client within an axis fault but I don't

Re: logging and Axis

2004-10-19 Thread Luca Manganelli
Matthias Wessendorf wrote: hi, i have a class, using Axis' LogFactory.getLog(): Logger log = LogFactory.getLog(Foo.clazz.getName()); If I log via log.info("bar"); the output comes to console of my tomcat. now my quesion, can I config the logging of Axis? is axis using the logg

logging and Axis

2004-10-19 Thread Matthias Wessendorf
hi, i have a class, using Axis' LogFactory.getLog(): Logger log = LogFactory.getLog(Foo.clazz.getName()); If I log via log.info("bar"); the output comes to console of my tomcat. now my quesion, can I config the logging of Axis? is axis using the logging of the used Servle

RE: Logging soap messages on the client side

2004-10-06 Thread Krishnendu Kunti
e.org/axis/wsdd/providers/java";> Regds Krish -Original Message- From: Herman Gábor [mailto:[EMAIL PROTECTED] Sent: Thursday, October 07, 2004 1:45 AM To: [EMAIL PROTECTED] Subject: Logging soap messages on the client side Hi all, My app

Logging soap messages on the client side

2004-10-06 Thread Herman Gábor
documentation says that it is unimplemented and throws an UnsupportedOperationException. Are there other ways to implement client side logging? Regards, Gábor Herman Software Developer FlexiTon Kft.

RE: SAXException and Request Logging

2004-10-06 Thread Ujwal Oswal
. Is there any other ways of logging SOAP request / response Thanks for your help Ujwal -Original Message- From: Hubble, Christopher [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 06, 2004 10:14 AM To: '[EMAIL PROTECTED]' Subject: RE: SAXException and Request Logging

RE: SAXException and Request Logging

2004-10-06 Thread Hubble, Christopher
7; Subject: SAXException and Request Logging All, We have a production application running in JAVA which talks to an external .NET based WebService. We have this application running for almost 5 months under WebSphere. For some reason, we started receiving this exception on one of our product

SAXException and Request Logging

2004-10-06 Thread Ujwal Oswal
All, We have a production application running in JAVA which talks to an external .NET based WebService. We have this application running for almost 5 months under WebSphere. For some reason, we started receiving this exception on one of our productionservers. org.xml.sax.SAXException: Invalid e

Re: Logging/debugging axis client traffic going over SSL?

2004-08-17 Thread gary . si . grewal
] 08/17/2004 08:03 cc: AM Subject: Logging/debugging axis client traffic going over SSL

Logging/debugging axis client traffic going over SSL?

2004-08-17 Thread Taras Tielkes [sqr]
Hi, I have an Axis web service client, using bindings generated by the wsdl2java Ant task. The traffic is sent over SSL, using HTTPS client certificates for authentication. Is there an easy way to diagnose the messages going over the wire? Since the traffic is encrypted, tools like the axis monit

logging problems

2004-08-12 Thread Vikas Phonsa
Hi Everybody, I'm having some serious problems with logging. I have a web service in which I have a servlet that loads up with the axis servlets, that servlet initializes the commons logging and sets a log factory. When I start the application up I get an exception which

Re: PLEASE HELP me -Unwnated Logging in Consoleappender

2004-07-23 Thread gary . si . grewal
] cc: 07/23/2004 04:21 Subject: PLEASE HELP me -Unwnated Logging in Consoleappender

PLEASE HELP me -Unwnated Logging in Consoleappender

2004-07-23 Thread Benjamin Marcel Flohr
Hello, sorry for bothering you again but - I still have the Problem. no one answered for this, but I can`t believe that I`m the only one with this Problem: I have a problem with the logging in our application. As soon as the first Axisrequest is happend, the logger logs everything in stoud

Problem with Logging STDOUT

2004-07-21 Thread Benjamin Marcel Flohr
Hello. I have a problem with the logging in our application. As soon as the first Axisrequest is happend, the logger logs everything in stoud although this is not configured in our log4j.properties. What can be the problem for this. Also, I dont find a way to configure the log4j.properties for

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

2004-07-13 Thread Davanum Srinivas
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 log

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 follow

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:

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
't think your error has anything to do with log4j.properties, Java version or operating sytem - it looks like you are missing some runtime piece of commons logging or log4j. joe Baiss Eric Magnusson <http://www.Track-Your-Finances.com> <http://www.CascadeWebDesign.com>

Re: Get past Axis logging problem

2004-07-11 Thread Joe Nall
ch for LogFactory in your runtime class path I don't think your error has anything to do with log4j.properties, Java version or operating sytem - it looks like you are missing some runtime piece of commons logging or log4j. joe

Re: Get past Axis logging problem

2004-07-11 Thread Baiss Eric Magnusson
it. On Jul 11, 2004, at 2:20 PM, David Teran wrote: 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

Re: Get past Axis logging problem

2004-07-11 Thread Baiss Eric Magnusson
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 where I put the fi

Re: Get past Axis logging problem

2004-07-11 Thread Davanum Srinivas
ul 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 anyo

Re: Get past Axis logging problem

2004-07-11 Thread Baiss Eric Magnusson
]> 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 private static Log log = LogFactory.getLog( BasicHandler.class.getName() ); of BasicHandler.java I have determined that Axis will not read on my serve

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

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

Axis and commons-logging config problem

2004-06-30 Thread Roy Benjamin
Hello, I'm trying to bring up a simple axis service prototype. I have axis 1.1 installed and the samples run Ok, When I try to run a test client though (for my prototype) I have what I think is a commons-logging configuration problem. Does someone recognize this and or know what propert

Re: Axis logging

2004-06-29 Thread Lars Engel
Benson Margulies wrote: Not in 'lib', in 'classes'. lib contains jars, and singleton property files are igored. -Original Message- From: Lars Engel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 29, 2004 3:20 PM To: [EMAIL PROTECTED] Subject: Axi

RE: Axis logging

2004-06-29 Thread Benson Margulies
Not in 'lib', in 'classes'. lib contains jars, and singleton property files are igored. > -Original Message- > From: Lars Engel [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 29, 2004 3:20 PM > To: [EMAIL PROTECTED] > Subject: Axis logging > &g

Axis logging

2004-06-29 Thread Lars Engel
Hi, I am deploying axis in Tomcat. How can I set log properties for org.apache.axis.transport.http.AxisServlet ? Isn't it 'log4j.properties' in $TOMCAT_HOME/webapps/axis/WEB-INF/lib ? Best regards, Lars.

axis 1.1 client: request and response logging

2004-06-15 Thread Geert Vanpee
Hi everybody, I am developping an Axis 1.1 client based on the Axis WSDL2JAVA tool/framework. This seems to work fine for one of the servers I am sending requests to. But, some other servers have problems handling my requests. So, my question is: how can I log request (what I am sending) and res

axis logging redirect to servlet context

2004-04-29 Thread Erik_Vanherck
How do I get the axis servlet to log to the ServletContext provided by the servlet container? I want the axis logging to (and the webservices below it) to be redirected so they neatly appear in the same log and intersect with other events going on in the web container. 1) Should I inherit from

RE: Turning off Discovery of Logging

2004-03-17 Thread Michael Ryan
Thanks for the quick response. Unfortunately, setting the "org.apache.commons.logging.Log" property will affect all classes trying to use the logging stuff. I can't force users of our code to use the log impl we have selected, and in fact, since our code is obfuscated, it wouldn&

Re: Turning off Discovery of Logging

2004-03-17 Thread Nelson Minar
>What I want to do is have Axis not use discovery, but just use a >default implementation that is hardcoded, and cannot be modified by >user's own classpath's. Try this: java -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger This is documented here: http://ws.apache.o

Turning off Discovery of Logging

2004-03-17 Thread Michael Ryan
Title: Turning off Discovery of Logging Hi everyone- Our application has Axis, as well as the other necessary Apache jar files obfuscated inside our own jar file, to avoid classpath problems with customer's applications.  This works great until someone puts one of these jars on

AW: Logging incoming and outgoing messages ?

2004-02-11 Thread Benjamin Marcel Flohr
Title: RE: Logging incoming and outgoing messages ? Hi all.   thanx for your help-- it worked liked you described it   greets from hamburg benjamin -Ursprüngliche Nachricht-Von: Wagh, Shrikant [mailto:[EMAIL PROTECTED]Gesendet: Donnerstag, 5. Februar 2004 23:24An: [EMAIL

RE: Logging incoming and outgoing messages ?

2004-02-05 Thread Wagh, Shrikant
Title: RE: Logging incoming and outgoing messages ? Hello Benjamin,   Of course you will have to your own interface and Impl classes together with your handler classes also. Please make sure all these classes are in your classpath, usually putting then in classes folder in ../webapps

Re: Logging incoming and outgoing messages ?

2004-02-05 Thread Leo de Blaauw
Title: RE: Logging incoming and outgoing messages ? Hi,   No just read up on handlers, you can have them configured in the server wsdd file or the client wsdd file. The loghandler examples in the axis samples directory is a good starting point as mentioned earlier. Greetz Leo

AW: Logging incoming and outgoing messages ?

2004-02-05 Thread Benjamin Marcel Flohr
Title: RE: Logging incoming and outgoing messages ? Hi,   so for my application I`m just implementing the SoapBindingImpl. Do I have to change the axis.jar to create thes logs ? Or is there some other way ?   greets benjamin -Ursprüngliche Nachricht-Von: Leo de Blaauw [mailto

Re: Logging incoming and outgoing messages ?

2004-02-05 Thread Venkatesh Kancharla
ont know now if my last Mail comes to you, but I hope > this one will and please dont worry if its already the second one ... > > So, I`m in the need for logging all outgoing and incoming SOAP-Messages from Axis > into two different logs. > for example outgoing.log, incoming.log

RE: Logging incoming and outgoing messages ?

2004-02-05 Thread Leo de Blaauw
Title: RE: Logging incoming and outgoing messages ? Hi, Just log them in handlers on the incoming and outgoing requests. Greetz Leo -Oorspronkelijk bericht- Van: Benjamin Marcel Flohr [mailto:[EMAIL PROTECTED]] Verzonden: donderdag, februari 2004 14:41 Aan: [EMAIL PROTECTED

Logging incoming and outgoing messages ?

2004-02-05 Thread Benjamin Marcel Flohr
Sorry, I`m a nwebie here. I dont know now if my last Mail comes to you, but I hope this one will and please dont worry if its already the second one ... So, I`m in the need for logging all outgoing and incoming SOAP-Messages from Axis into two different logs. for example outgoing.log

Logging Soap Messages

2004-02-05 Thread Benjamin Marcel Flohr
> Hello, > > could somebody explain me how I can manage that I can log all outgoing and incoming > soaprequests will be logged in one or two seperate logfiles ? > > Thank you for your help > Benjamin >

Re: Apache AXIS Logging Service

2004-01-30 Thread Nelson Minar
Apache Axis uses the Apache Common logging API. This is pretty thoroughly explained in the excellent Axis documentation, http://ws.apache.org/axis/java/integration-guide.html

Re: Disabling Axis Logging

2004-01-30 Thread Rommel Sharma
smime.p7m Description: S/MIME encrypted message

Apache AXIS Logging Service

2004-01-29 Thread Tony Opatha
1) How is the AXIS 1.1 and 1.2 logging service related to java.util.logging APIs     that are available in JDK 1.4?   2) How do we log inbound and outbound SOAP message instances in AXIS client and AXIS server run-times?   3) What particular APIs does AXIS expose for logging and how are they

Re: Disabling Axis Logging

2004-01-27 Thread Jim Stafford
arma wrote: Hi, I am using Log4j apis for custom logging specific to my code but in the log file, a lot of Axis logging is being appended, with loads of details of the SOAP response that I do not want to see, as it is also eating on my space each time thelog file is made. How can I have only my lo

Disabling Axis Logging

2004-01-27 Thread Rommel Sharma
Hi, I am using Log4j apis for custom logging specific to my code but in the log file, a lot of Axis logging is being appended, with loads of details of the SOAP response that I do not want to see, as it is also eating on my space each time thelog file is made. How can I have only my log comments

Re: Logging

2003-12-10 Thread Patrice
ce.NullAppender Hope it helps Patrice Hi, I want a special-logging mechanism in my webapp. I want to send own logmessages to an file. I want to use log4j to do this. So i want a totally independent (from axis) logging mechanism. Its only to watch my application. how must i configure log4j??? Greeting, Steffen

Re: Logging

2003-12-10 Thread Michael Mangeng
pache.axis.* log4j.logger.my.funny.package=DEBUG, ROLLFILE # Appender for Logging into a rolling file log4j.appender.ROLLFILE.File=mylog.log log4j.appender.ROLLFILE=org.apache.log4j.RollingFileAppender #limit files to 10mb each log4j.appender.ROLLFILE.MaxFileSize=1000KB #max 20 files => 200 mb log4j.appender.ROLLFILE.MaxB

Logging

2003-12-10 Thread Steffen Mayer
Hi, I want a special-logging mechanism in my webapp. I want to send own logmessages to an file. I want to use log4j to do this. So i want a totally independent (from axis) logging mechanism. Its only to watch my application. how must i configure log4j??? Greeting, Steffen

RE: commons-logging/SSL-problem reproducible with Axis examples

2003-11-03 Thread Jörn G . Eichler
Problem is fixed in Tomcat 4.1.29. Joern > -Original Message- > From: Jörn G. Eichler [mailto:[EMAIL PROTECTED] > Sent: Monday, October 27, 2003 11:23 PM > To: '[EMAIL PROTECTED]' > Subject: commons-logging/SSL-problem reproducible with Axis examples >

commons-logging/SSL-problem reproducible with Axis examples

2003-10-27 Thread Jörn G . Eichler
3/axis/servlet/AxisServlet -uuser1 -wpass1 XXX --> snap <-- In a fresh installation I get the LogConfigurationException on the tomcat console after 2-4 executions. Removing the commons-logging.jar from the WEB-INF/axis/lib directory removes the occurrence of the exception - but also stops Axi

commons-logging problem (perhaps SSL related)

2003-10-27 Thread Jörn G . Eichler
.). switching the client back to http (without a tomcat or axis restart) works again without a problem. removing the commons-logging.jar from the axis/WEB-INF/lib removes the problem but also the logging ... all configs are out of the box. any help welcome! joern

Client Side Logging Turn On

2003-10-10 Thread Schreiber, Michael
How do I turn on client side logging for my WSDL2Java generated Java files? Thanks MIchael Michael Schreiber Cheap Tickets, Part of Trip Network Cendant Travel Distribution Services 6560 Greenwood Plaza Blvd Suite 400 Englewood, CO 80111 phone:(720)895-9353 [EMAIL PROTECTED

Re: commons-logging problem

2003-09-28 Thread Henrik Vendelbo
Found the problem. I had a duplicate log4j.jar. I had the same jar in CATALINA_HOME/common/lib and WEB-INF/lib - Original Message - From: "Henrik Vendelbo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 28, 2003 6:52 PM Subject: commons-loggi

commons-logging problem

2003-09-28 Thread Henrik Vendelbo
Damn, I just read about this. I thought it was fixed. What now ? javax.servlet.ServletException: Error instantiating servlet class net.dspc.server.AxisServletPlus at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:91 2) at org.apache.catalina.core.StandardWrapper.load(

Logging

2003-09-15 Thread Sriram . V
Hi, I tried using an old version of Log4J (version 1.1.3) with Axis... But Commons-logging throws up the following error java.lang.ExceptionInInitializerError: org.apache.commons.logging.LogConfigurati onException: java.lang.reflect.InvocationTargetException

RE: another Axis logging question

2003-09-12 Thread Dausch, Daniel
: another Axis logging question I'm trying to create/use a custom log4j.xml (same as log4j.properties, but XML format). As directed in the Axis documentation, I removed log4j.properties from axis.jar and have placed my custom log4j.xml in the classpath. But, now when I run the axis-admin Ant

AW: another Axis logging question

2003-09-12 Thread Wolfgang Vullhorst
> I'm trying to create/use a custom log4j.xml (same as log4j.properties, but XML format). > As directed in the Axis documentation, I removed log4j.properties from axis.jar and > have placed my custom log4j.xml in the classpath. > But, now when I run the axis-admin Ant tasks (e.g., to deploy or un

Re: another Axis logging question

2003-09-12 Thread Stephen Gordon
Methinks that the ZipException might be caused by something trying to open a jar file - since a jar is just a renamed zip file IIRC. stephen Mark D. Hansen wrote: I'm trying to create/use a custom log4j.xml (same as log4j.properties, but XML format). As directed in the Axis documentation, I re

another Axis logging question

2003-09-11 Thread Mark D. Hansen
I'm trying to create/use a custom log4j.xml (same as log4j.properties, but XML format). As directed in the Axis documentation, I removed log4j.properties from axis.jar and have placed my custom log4j.xml in the classpath. But, now when I run the axis-admin Ant tasks (e.g., to deploy or undeploy

Re: Logging in Axis

2003-09-10 Thread oleg shteynbuk
actually Axis 1.1 shipped with log4j 1.2.8 but you can replace it with a different version. how far back you can go i am not sure, probably as far as commons logging support. there is nowhere in the Axis code referenses to log4j it will not pass unit testing, i have tried it, see my previous

RE: Logging in Axis

2003-09-10 Thread Sriram . V
] Sent: Mittwoch, 10. September 2003 17:12 To: [EMAIL PROTECTED] Subject: Re: Logging in Axis agree, it is better to specify org.apache.axis logger than rootLogger, the question was how to disable only axis logger. oleg Fontanel, Laurent wrote: >I use: > >log4j.logger.org.apache.axis=W

Re: Logging in Axis

2003-09-10 Thread oleg shteynbuk
Message- From: oleg shteynbuk [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 10:25 AM To: [EMAIL PROTECTED] Subject: Re: Logging in Axis [EMAIL PROTECTED] wrote: you can set in log4j.properties smth. like this log4j.rootLogger=OFF, A1 note that server logging and client logging use

RE: Logging in Axis

2003-09-10 Thread Fontanel, Laurent
I use: log4j.logger.org.apache.axis=WARN It only leaves severe error messages in the log. Laurent Fontanel Global Crossing -Original Message- From: oleg shteynbuk [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 10:25 AM To: [EMAIL PROTECTED] Subject: Re: Logging in

Re: Logging in Axis

2003-09-10 Thread oleg shteynbuk
[EMAIL PROTECTED] wrote: you can set in log4j.properties smth. like this log4j.rootLogger=OFF, A1 note that server logging and client logging use different log4j.properties files. actually Axis uses commons logging and log4j is the default logger for commons logging. Recently I have tried to

Logging in Axis

2003-09-10 Thread Sriram . V
Hi , Axis 1.1 Final uses log4j 1.2.8 . Is there any way in which to disable axis to not do the logging.. Any help on this would be very useful.. Thanks in Advance Sriram

AxisFault logging and recursive logging with Log4j [workaround]

2003-08-30 Thread oleg shteynbuk
nd could not be used recursively. however when AxisFault is logged format method used recursively to trace how logging is done. Commons Logging maps trace to log4j debug so recursion happens with debug enabled. it looks that recursion is only one level deep. and quick look at the code of other layouts s

RE: Client Side Logging - summary

2003-08-26 Thread Pascale, Peter H.
I suspect a prompt reply on this topic has not come because it's been discussed so much in the past - a search should reveal lots of good posts on it. But since I have gotten so much from this community and need to keep my karma up, I'll summarize what I've collected: Axis has b

Client Side Logging

2003-08-25 Thread lou fox
How do you setup client side logging? I searched this mailing list and saw: a message advising making changes to log4j.properties, and adding it to the classpath ahead of axis.jar, but that didn't seem to help, is there any other way I can turn on client side logging? Here's my

axis client logging

2003-08-20 Thread Stuart Barlow
ap+xml, application/dime, multipart/related, text/* User-Agent: Axis/1.1 Host: localhost:8090 Cache-Control: no-cache Pragma: no-cache SOAPAction: "" Content-Length: 608 null Looks like the content has been lost when logging. Is the log incorrect? I am asking this because in my server I

Re: [PMX:###] how do i diable default logging mechanism in axis which is using tomcat

2003-07-22 Thread Santoshkumar . Jagtap

Re: how do i diable default logging mechanism in axis which is using tomcat

2003-07-22 Thread steve . s . maring
] 07/22/2003 01:53 PM cc: Subject: how do i diable default logging mechanism in axis which is using tomcat Please respond to

how do i diable default logging mechanism in axis which is using tomcat

2003-07-22 Thread Santoshkumar . Jagtap
Hi, We are using 'j2sdk1.4.1_01' ,'xml-axis-10' ,'Tomcat 4.1' and log4j as logger.It seems by default axis is using log4j for logging purposes.Please let me know how can i stop logging unwanted axis related messages.Do i need to configure anything to diable axis related log. regds santosh

RE: RC2 - 1_1 Logging Config Problem

2003-07-03 Thread Christer Holmér
, Christer -Original Message- From: TULK, Daniel, FM [mailto:[EMAIL PROTECTED] Sent: den 2 juli 2003 17:43 To: [EMAIL PROTECTED] Subject: RC2 - 1_1 Logging Config Problem Hi, I just upgraded from 1.1 RC2 to 1.1 release and now my client terminates with the following exception. Does anyone

RE: too much logging info on server side. Can I turn it off?

2003-07-02 Thread Shah, Soniya M.
much logging info on server side. Can I turn it off? I just installed axis along with my application. When I run the tests I see 1000s of lines that are related to axis code. I looked at the source code and the code was turning on the logging based on log4j properties. Unfortunately we

RC2 - 1_1 Logging Config Problem

2003-07-02 Thread TULK, Daniel, FM
Hi, I just upgraded from 1.1 RC2 to 1.1 release and now my client terminates with the following exception. Does anyone know what I need to do to fix this or where documentation is that will help me fix it? Thanks Dan java.lang.ExceptionInInitializerError: org.apache.commons.logging.LogConfigur

Re: too much logging info on server side. Can I turn it off?

2003-07-02 Thread Junaid . Bhatra
You can turn off logging for the org.apache.axis.* packages. For eg: log4j.logger.org.apache.axis =OFF - Junaid "Praveen

Re: too much logging info on server side. Can I turn it off?

2003-07-02 Thread Praveen Peddi
. Why is the uploading so slow with axis. Is it due to the logging or due to the apache soap and apache axis combination. OR Am I doing something really wrong? I didn't change my server and client side code at all. Thats why I doubt if its my code.     11:00:02,406

RE: too much logging info on server side. Can I turn it off?

2003-07-02 Thread Balaji Thirugnanam
PROTECTED]Subject: too much logging info on server side. Can I turn it off? I just installed axis along with my application. When I run the tests I see 1000s of lines that are related to axis code. I looked at the source code and the code was turning on the logging based on log4j

too much logging info on server side. Can I turn it off?

2003-07-02 Thread Praveen Peddi
I just installed axis along with my application. When I run the tests I see 1000s of lines that are related to axis code. I looked at the source code and the code was turning on the logging based on log4j properties. Unfortunately we also use log4j. So if I turn off logging in

RE: Urgent :Help needed for Logging by Log4J

2003-06-26 Thread Laenzlinger, Christof
Title: RE: Urgent :Help needed for Logging by Log4J Could you post your log4j.properties file. Where is your log4j.properties file located and what kind of environment is axis running in? Without such information it will be difficult to help you. Christof -Original Message

Help needed for Logging by Log4J

2003-06-26 Thread Siddharth Rath \(sirath\)
Hi !! I'm new to Axis and facing some Problem for logging with log4J. Can you please send an example for doing so. I'm not using The latest release1.1/version rather using the old version. THANX IN ADVANCE. Thanx and regards Sidd

Urgent :Help needed for Logging by Log4J

2003-06-26 Thread Siddharth Rath \(sirath\)
Hi, I've developed an application with Axis and Trying to log with inbuilt log4J. I've modified The log4j.properties and also the deploy.wsdd file For the handler.But I'm not getting anything in the Logging-Target file. Can you please help me in sorting This out. If you please send

RE: problem with logging

2003-03-19 Thread Herrick, Mike
Tim T [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 10:57 AM To: [EMAIL PROTECTED] Subject: RE: problem with logging I had the same problem using TomCat. You are right to remove it from the jar. To log to a file you will need to modify the log4j.properties file as well (e.g. uncomment

  1   2   >