4 messages in org.apache.logging.log4j-userRe: Log4j SocketServer with Log4cxx S...
FromSent OnAttachments
Cláudia MiazakiJun 23, 2004 5:14 am 
Joha...@CERNJun 23, 2004 6:53 am 
Scott DeboyJun 23, 2004 7:28 am 
Cláudia MiazakiJun 25, 2004 11:28 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Log4j SocketServer with Log4cxx SockeAppenderActions...
From:Joha...@CERN (Joha@cern.ch)
Date:Jun 23, 2004 6:53:53 am
List:org.apache.logging.log4j-user

On 6/23/04 2:14 PM, "Cláudia Miazaki" <cmia@itautec-philco.com.br> wrote:

Hi,

I'm trying to use log4j's SocketServer.java on a listening port to manage logging events coming both from Java and C++ applications, using log4j and log4cxx SocketAppenders, respectively. The SocketServer manages logging events from my Java applications fine, but when it receives logging events from the C++ applications it gets the following exception:

java.io.StreamCorruptedException: invalid stream header at java.io.ObjectInputStream.readStreamHeader(Unknown Source) ...

Is this kind of usage impossible? Log4j's SocketServer can only deal with logging events from other Java apps?

You need to use a SocketXMLAppender in log4cxx and an XMLReceiver in chainsaw for example. Cheers Johannes

Thanks for any help!

Best regards,

Claudia Miazaki