I solved this one! in ISPSvcException I had over-ridden printStackTrace
at one point it wrote null log4j's VectorWriter added it in a String array and later it tried to write it in a file and hence the NPE Default PrintWriter is supposed to write a String object "null" VectorWriter just ignores that fact, while over-riding ! -k --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
