log4cplus ERROR

log4cplus ERROR

Anonymous
Not applicable
5,142 Views
2 Replies
Message 1 of 3

log4cplus ERROR

Anonymous
Not applicable

 

I'm getting an error with Autocad 2015.

 

    log4cplus:ERROR No appenders could be found for logger (AdWebServices).
    log4cplus:ERROR Please initialize the log4cplus system properly.

 

I've seen other post on this but they are not the same as my circumstance.  They suggested unloading Autodesk360, which I already have.

 

This error occurs with some automation wrapped around Autocad.

 

There are errors being genertaed in the process, but Autocad 2011 was not affected by them.  Now I'm trying to qualify Autocad 2015 for our process and it keeps stopping the process because of the error logging API log4cplus.

I did a search on logging within Autocad and found two webservices called out.  I used the instructions to disable these but they don't impact the log4cplus issue.

Does anyone have any deia on how to either disable log4cplus process or to make it behave? 

0 Likes
Accepted solutions (1)
5,143 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Accepted solution

Try setting environment variable LOG4CPLUS_LOGLOG_QUIETMODE=1. This should disable all diagnostics output from log4cplus itself.

0 Likes
Message 3 of 3

Anonymous
Not applicable

@Anonymous wrote:

Try setting environment variable LOG4CPLUS_LOGLOG_QUIETMODE=1. This should disable all diagnostics output from log4cplus itself.


That seems to have resolved the issue.

 

No more Error complaints about log4cplus and the process completed.

 

Thank you very much.

 

 

0 Likes