Posted By:
Benoit_Quintin
Posted On:
Tuesday, December 10, 2002 11:12 AM
I assume you are using a RollingFileAppender or something like that... The error you are getting seems to be related to the Appender's setFile method, and you seem to be passing null to the appender as a filename... Now I'm pretty sure Log4J doesn't like file whose names are null... Check your code again, to see if you are not overwriting the filename with null...