Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

RE: SocketHubAppender client: msg#00048

apache.logging.log4cxx.user

Subject: RE: SocketHubAppender client

Yes, I also checked the log4cxx Dev mailing list and it would seem new release is in the works...
-----Mensaje original-----
De: renny.koshy@xxxxxxxxxxxxxxxxx [mailto:renny.koshy@xxxxxxxxxxxxxxxxx]
Enviado el: Friday, 19 November 2004 10:02 PM
Para: Log4CXX User
Asunto: RE: SocketHubAppender client


I think the fact that the latest code may or may not compile is consistent with the email from the maintainers...

Renny Koshy
President & CEO

--------------------------------------------
RUBIX Information Technologies, Inc.
www.rubixinfotech.com



孙 晓光 <x_explorer@xxxxxxxxxxx>

11/19/2004 04:00 PM
Please respond to "Log4CXX User"

       
        To:        log4cxx-user@xxxxxxxxxxxxxxxxxx
        cc:        
        Subject:        RE: SocketHubAppender client



Paul,

Yes, I have just checked out the last code. Yet, the automake complains
that there are some error in configure.in. So do I fear about breaking
existing work. Than I chose to modify the original 0.9.7 codes.

BTW: Several days ago, I find 0.9.7 code cannot be compiled under freebsd.
I add some platform case compile code to solve it. It seems we all need a
new release.

Sun

>From: "Paul Nader" <Paul.Nader@xxxxxxxxxxxxxx>
>Reply-To: "Log4CXX User" <log4cxx-user@xxxxxxxxxxxxxxxxxx>
>To: "'Log4CXX User'" <log4cxx-user@xxxxxxxxxxxxxxxxxx>
>Subject: RE: SocketHubAppender client
>Date: Fri, 19 Nov 2004 21:50:11 +0100
>
>Actualy I agree, the 0.9.7 tarball is ancient (over 6 months at the
least)... and that also happens to be the latest tag in CVS :( I haven't
deared use the latest CVS snapshot for fear of breaking existing code; An
uptodate/tested release would be very welcome by quite a few of us...
>
>Paul
>
> > -----Mensaje original-----
> > De: 脣茂 脧镁鹿芒 [mailto:x_explorer@xxxxxxxxxxx]
> > Enviado el: Friday, 19 November 2004 9:19 PM
> > Para: log4cxx-user@xxxxxxxxxxxxxxxxxx
> > Asunto: RE: SocketHubAppender client
> >
> >
> > Dear Paul:
> >
> > Great!
> >
> > Thanks for your patch, I have modified these lines, then
> > recompiled it. Now
> > it works well on my system.  It seems that I must update code
> > with cvs. The
> > release bz2 tarball is too old.
> >
> > :)
> >
> > Regards,
> >
> > Sun Xiaoguang
> >
> > >From: "Paul Nader" <Paul.Nader@xxxxxxxxxxxxxx>
> > >Reply-To: "Log4CXX User" <log4cxx-user@xxxxxxxxxxxxxxxxxx>
> > >To: "'Log4CXX User'" <log4cxx-user@xxxxxxxxxxxxxxxxxx>
> > >Subject: RE: SocketHubAppender client
> > >Date: Fri, 19 Nov 2004 20:52:48 +0100
> > >
> > >Anton,
> > >
> > >Thinking back to it I actually reported a fault in
> > sockethubappender.
> > >Here
> > is my email to Michael... Maybe its still faulty?
> > >
> > >Paul.
> > >
> > >Hi Micha姣沴,
> > >
> > >I've been doing a bit more testing with log4cxx and noticed that
> > sockethubappender didn't seem to work. I investigated and
> > found that the
> > oosList was not been passed by reference to the
> > ServerMonitor. I made a
> > diff of my changes in case you are interested:
> > >
> > >bash-2.03$ diff net/sockethubappender.h
> > /export/home3/pnader/log4cxx-0.9.7/include/log4cxx/net/socketh
> > ubappender.h
> > >198c198
> > ><
> > std::vector<helpers::SocketOutputStreamPtr> oosList;
> > >---
> > > >
> > > > std::vector<helpers::SocketOutputStreamPtr> &oosList;
> > >210c210
> > ><                               const
> > std::vector<helpers::SocketOutputStreamPtr>& oosList);
> > >---
> > > >
> > > > std::vector<helpers::SocketOutputStreamPtr>& oosList);
> > >
> > >
> > >bash-2.03$ diff sockethubappender.cpp
> > /export/home3/pnader/log4cxx-0.9.7/src/sockethubappender.cpp
> > >165c165
> > >< SocketHubAppender::ServerMonitor::ServerMonitor(int port, const
> > std::vector<helpers::SocketOutputStreamPtr>& oosList)
> > >---
> > > > SocketHubAppender::ServerMonitor::ServerMonitor(int port,
> > > > std::vector<helpers::SocketOutputStreamPtr>& oosList)

> > >
> > >
> > >
> > > > -----Mensaje original-----
> > > > De: 鑴h寕 鑴ч晛楣胯姃 [mailto:x_explorer@xxxxxxxxxxx]
> > > > Enviado el: Friday, 19 November 2004 8:26 PM
> > > > Para: log4cxx-user@xxxxxxxxxxxxxxxxxx
> > > > Asunto: RE: SocketHubAppender client
> > > >
> > > >
> > > > I think may there are something wrong with my
> > SocketHubAppender in
> > > > my server side. I have tried your code. But it show nothing. Are
> > > > there any error in my properties file? Thanks!
> > > >
> > > > here it is my properties file.
> > > >
> > > > log4j.rootLogger=debug, hls, hub
> > > > log4j.hds.hdsconfig=debug, hls, hub
> > log4j.hds.hdsconfig=debug, hls,
> > > > hub
> > > >
> > > > log4j.appender.hls=org.apache.log4j.SocketAppender
> > > > log4j.appender.hls.RemoteHost=localhost
> > > > log4j.appender.hls.Port=4560
> > > >
> > > > log4j.appender.hub=org.apache.log4j.SocketHubAppender
> > > > log4j.appender.hub.Port=4561
> > > >
> > > >
> > > > >From: renny.koshy@xxxxxxxxxxxxxxxxx
> > > > >Reply-To: "Log4CXX User" <log4cxx-user@xxxxxxxxxxxxxxxxxx>
> > > > >To: log4cxx-user@xxxxxxxxxxxxxxxxxx
> > > > >CC: x_explorer@xxxxxxxxxxx
> > > > >Subject: SocketHubAppender client
> > > > >Date: Fri, 19 Nov 2004 14:04:17 -0500
> > > > >
> > > > >Someone had asked a couple of days ago regarding the
> > > > sockethubappender.
> > > > >I got this from our developer who was using the
> > > > >sockethubappender...
> > > > >
> > > > >BTW -- did you setup a socket hub appender configuration in
> > > > your server
> > > > >side before tryingto connect?
> > > > >
> > > > >Renny Koshy
> > > > >President & CEO
> > > > >
> > > > >--------------------------------------------
> > > > >RUBIX Information Technologies, Inc.
> > > > >www.rubixinfotech.com
> > > > >
> > > > >
> > > > >
> > > > ><< CdrSocketClient.cpp >>
> > > >
> > > > _________________________________________________________________
> > > > 閸忓秷鍨傛稉瀣祰 MSN Explorer:   http://explorer.msn.com/lccn/
> > > >
> > >
> >
> > _________________________________________________________________
> > 涓庤仈鏈虹殑鏈嬪弸杩涜浜ゆ祦锛岃浣跨敤 MSN Messenger:  
http://messenger.msn.com/cn
> >
>

_________________________________________________________________
与联机的朋友进行交流,请使用 MSN Messenger:  http://messenger.msn.com/cn  



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
hardware.arm.at...    cms.citadel.dev...    video.gstreamer...    java.facelets.u...    misc.basics.qna...    web.wiki.instik...    network.uip.use...    xdg.devel/2003-...    tex.bibtex.bibd...    finance.quotesp...    ietf.zeroconf/2...    redhat.blinux.g...    suse.db2/2003-0...    php.phpesp/2004...    uml.devel/2003-...    gnome.labyrinth...    qnx.openqnx.dev...    boot-loaders.gr...    db.dataperfect....    audio.audacity....    linux.uclinux.m...    editors.j.devel...    os.openbsd.tech...    kde.users.multi...   
Home | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation