Re: strange behaviour of log4j

2009-03-06 Thread dhallammail-log4j
I can't remember whether this was it or not, but I think I saw the same thing when someone edited the log file in vi and then saved it again whilst it was being written to. I might be wrong, but I think it was at that point when there appeared to be lot of blank data at the top of the file.

Windows : SockerAppender

2009-03-06 Thread Chandresh Turakhia
Dear all : Is it possible on windows ??? SocketAppender... writes to socket ~~AND~~ also gives Exception ?? /// Code piece } catch(IOException e) { //oos = null; isException = true; LogLog.warn("Detected problem with co

Re: strange behaviour of log4j

2009-03-06 Thread Ceki Gulcu
Hello Arend, The effect you are observing is most probably caused by multiple JVMs logging into the same file. Vogtländer, Arend (bos) wrote: Dear Sir or Madam, we have monitored a quite strage effect in log4j logfiles, which are produced on a JBoss applicationserver of one of our customers

strange behaviour of log4j

2009-03-06 Thread Vogtländer, Arend (bos)
Dear Sir or Madam, we have monitored a quite strage effect in log4j logfiles, which are produced on a JBoss applicationserver of one of our customers. I tried to google about it, but couldn´t find any hint, that somebody ever had the same problem, this is why i come to ask you about it. the effe