You didn't mention which Websphere version you are using for your Axis2
client and I am not a user, though anyways your version may have its own
commons-logging.properties so I suggest looking to see if you have one
already .
The issue could be, commons-logging on Websphere is set to Jdk14Logger.
I have added the appenders as mentioned above but still no error logs are
displayed.
On Thu, 10 Sep 2020, 9:12 am robertlazarski,
wrote:
> Axis2 internally uses Apache commons-logging, which describes itself as
> "an ultra-thin bridge between different logging implementations" .
>
> So adding an
Axis2 internally uses Apache commons-logging, which describes itself as "an
ultra-thin bridge between different logging implementations" .
So adding an axis2 based appender in either a log4j or log4j2 logging
implementation will work fine.
On Wed, Sep 9, 2020 at 4:57 PM Murali Challa
wrote:
> S
So I can remove the log4j jar that came with axis2 and can just add the
below lines you shared?
I believe Log4j and Log4j2 jars have different implementation right?
In that case if I remove log4j jar, it will cause issues right?
On Thu, 10 Sep 2020, 8:22 am robertlazarski,
wrote:
> log4j2 is fi
log4j2 is fine, that's what I use in my own projects.
For debugging, I suggest something like this in your log4j2.xml:
Robert
On Wed, Sep 9, 2020 at 4:41 PM Murali Challa
wrote:
> We already using log4j2 in our application for logs.
>
> Do we need have specific l
We already using log4j2 in our application for logs.
Do we need have specific log4j configuration as well to monitor Axis2 logs?
On Thu, 10 Sep 2020, 6:42 am robertlazarski,
wrote:
> We are going to need some logging in order to help. If you put the
> log4j.properties file distributed by Axis2
We are going to need some logging in order to help. If you put the
log4j.properties file distributed by Axis2 into your client classes dir,
i.e. classes/log4j.properties , there should be some errors in the logs or
console.
Robert
On Wed, Sep 9, 2020 at 12:42 PM Murali Challa
wrote:
> Hi Rober
Hi Robert,
I created the client with Axis2 using the wsdl but it is falling while
executing the line *factory.createElement**(adbsource). *
My bad is that I'm not getting any errors to debug the issue. It is just
stoping the execution there.
I tried adding the most of required jars but still no