Title: Message
Based on the warning, I would think that you have a logger org.apache.axis.i18n.ProjectResourceBundle declared in your log4j.xml, but it does not have any appenders associated with it.
you need to have smth like this:
 
<logger name="org.apache.axis.i18n.ProjectResourceBundle" additivity="false">
    <level value="WARN"/>
    <appender-ref ref="Console"/>
</logger>
 
Post your log4j.xml if you still have problems.
Regards.
 
Oleg
-----Original Message-----
From: Florian Theurich [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 21, 2004 8:45 AM
To: [EMAIL PROTECTED]
Subject: Log4j - Problems

Is there anybody out there who can tell me why I get following exception when either running Java2WSDL or WSDL2Java:

 

log4j: WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectResourceBundle)

log4j: WARN Please initialize the log4j system properly

 

I have a log4j.properties file in the \lib-folder along with the axis.jar containing WSDL2Java and Java2WSDL

 

What am I missing?

Thanks!!

Florian

 

--

Florian Theurich

X-CELL COMMUNICATIONS GmbH

--------------------------

 

Office Ratingen

Broichhofstr. 13

40880 Ratingen

Phone:  +49 (0)2102/55344-35

Fax:    +49 (0)2102/55344-40

--------------------------

 

Office Düsseldorf

Glockenstr. 33c

40476 Düsseldorf

Phone:  +49 (0)211/58040-30

Fax:    +49 (0)211/58040-31

--------------------------

 

web:    www.x-cellcom.de

e-mail: [EMAIL PROTECTED]

--------------------------

 

X-CELL COMMUNICATIONS unterstützt Ihren Unternehmenserfolg durch Konzeption, Realisierung und Betreuung von innovativen webbasierten Kommunikationslösungen.

X-CELL COMMUNICATIONS ensures the success of your company by conceptual design, development and support of innovative web-based solutions for optimization of communication processes.

 

Reply via email to