irclog2html for #tomcat on 20060413

00:47.30*** join/#tomcat pucko (n=andreas@h228n1fls35o933.telia.com)
01:40.48*** join/#tomcat GhettoJava (n=Freemani@c-68-55-101-112.hsd1.md.comcast.net)
01:50.58*** join/#tomcat FreemaniaX (n=Freemani@c-68-55-101-112.hsd1.md.comcast.net)
01:54.23*** join/#tomcat graveleux (i=chompch@mic92-4-82-224-132-144.fbx.proxad.net)
03:04.42*** join/#tomcat valmont (n=chrishol@dsl092-043-004.lax1.dsl.speakeasy.net)
03:16.37*** join/#tomcat jbalint_ (n=jbalint@unaffiliated/jbalint)
03:16.48jbalint_hi, is there any simple way to get a thread stack dump?
04:40.33*** join/#tomcat bugfixer (n=bugfixer@42gis175.gulftel.com)
04:52.47*** join/#tomcat jasonb (i=noneoyer@adsl-66-124-73-250.dsl.sntc01.pacbell.net)
05:19.16*** join/#tomcat vinse (n=vinse@c-67-169-25-31.hsd1.ca.comcast.net)
05:19.53*** join/#tomcat akowal (n=Miranda@62.33.232.135)
05:23.41akowalhi! i have 1 non-ssl connector on port 8080 and now i'm trying to add one more on port 8081. but it doesn't work. is it possible to have two http connectors for 1 service? anyone knows what the problem may be there? thanks
05:24.26lykenyou have to change a few ports
05:24.36lykentomcat has 3 ports you have to assign before you can do anything
05:25.28akowali'm just changing configuration of the workin tomcat. it's already configured, i just need to add one more connector.
05:31.31lykenarh
05:31.37lykennot sure without loading it up sorry
05:31.44lykenand i dont have that at this location
05:32.59jasonbakowal: You should just be able to add another <Connector>, and that should work just fine.
05:33.33jasonb(as long as the port numbers don't conflict)
05:34.12jasonbWhen you say "it doesn't work", how exactly are you testing it?
05:34.26lykeni love that
05:34.31lyken'its broken!'
05:34.34jasonb:)
05:35.09jasonbHmm, when I get up in the morning, it doesn't cook me breakfast.  :)
05:36.02akowal=)) thanks, now it works fine =) seems i just mistyped when was changing config =)))
05:36.40lykenheh
05:36.46lykenID10T error
05:38.12jasonbThe problem was 404.  :)
05:39.59lykenheh
05:40.00lyken403 !
06:19.45*** join/#tomcat zeppelin_ (n=zeppelin@201-40-183-166.paemt700.dsl.brasiltelecom.net.br)
06:24.42*** join/#tomcat cypo (n=opera@dslb-082-083-039-083.pools.arcor-ip.net)
06:25.06*** part/#tomcat zeppelin_ (n=zeppelin@201-40-183-166.paemt700.dsl.brasiltelecom.net.br)
07:20.42*** join/#tomcat Evellia (n=Evellia@LAubervilliers-151-11-60-55.w193-251.abo.wanadoo.fr)
07:25.48*** join/#tomcat sakkew_ (n=sakkew@62.61.93.254)
07:27.40*** join/#tomcat sakkew (n=sakkew@62.61.93.254)
07:45.23[a]tomiim getting this  line every hour in catalina.out > "Wed Apr 12 00:30:59 PDT 2006 Reset 0 Unused PageConextes" anyone know what that is? i get nada on google.
07:46.49[a]tomi!ibot catalina.out
07:46.56[a]tomiibot catalina.out
07:47.10[a]tomi:/ forgot how to use that little guy.
07:54.00*** join/#tomcat lyken_ (n=janor@203-206-7-251.dyn.iinet.net.au)
07:58.48*** join/#tomcat gans20|malchik (n=gans20ma@86.111.8.30)
07:58.51*** part/#tomcat gans20|malchik (n=gans20ma@86.111.8.30)
08:12.30*** join/#tomcat flexable (n=flexable@host120-209.pool8249.interbusiness.it)
08:15.30*** join/#tomcat omay (n=omay@dslb-088-072-040-067.pools.arcor-ip.net)
08:23.03*** join/#tomcat noodl (n=noodl@pdpc/supporter/base/noodl)
08:42.38*** join/#tomcat StarScream (n=am@81.2.119.162)
08:47.23*** join/#tomcat GusWrk (n=nickg@62.6.148.158)
08:50.40StarScreamhey guys, i've got tomcat set up with mod_jk
08:51.18StarScreamjust added a firewall but it seems to be stopping something as i can't get tomcat pages to display any more
08:51.42StarScreami am assuming if i just add -i lo -j ACCEPT that should be fine
08:51.58StarScreambut it doesn't seem to work.......anyone else encountered problems with this ?
08:52.09StarScreami know its not really a tomcat problem
09:03.35falloutusing iptables?
09:04.52StarScreamfallout: yep http://pastebin.com/657231
09:06.39fallouttry using -A RH-Firewall-1-INPUT -j LOG --log-level 6 --log-prefix IPTABLES
09:07.09falloutthen take a look at your logs and figure out what ports are being rejected when you make a request with your browser =)
09:07.37fallouti would recommend removing that rule after you've fixed the problem, though
09:07.43falloutas it can generate a lot of logs
09:09.18StarScreamfallout: where does it log to ? /var/log/messages ?
09:10.43falloutiirc, yes
09:21.22StarScreamfallout: how does catalina.sh send tomcat messages ? is that through a tcp/ip socket or something ?
09:29.08*** join/#tomcat traxy (i=trax@88-96-72-166.dsl.zen.co.uk)
09:29.22fallouti'm not sure
09:29.25falloutwhat kind of messages?
09:29.46falloutstart and stop?
09:30.32StarScreamyeh ...it doesn't seem to tel tomcat to start and stop when i have my rules in place
09:31.01falloutfrom the looks of it, it executes some java
09:31.52StarScreamhmm...i've no idea whats going on..... :)
09:32.06StarScreamthat log isn't filling up with anything local or on eth0
09:32.42fallouthrm.
09:32.56falloutbut you're definitely seeing lines prefixed with IPTABLES ?
09:33.06StarScreamyeh
09:33.20StarScreami'm only logging input
09:33.26StarScreammaybe its blocking output..
09:33.39fallouthrm
09:33.49falloutyou should still see the request come in,though
09:36.29StarScreamhttp://pastebin.com/657273
09:39.50falloutwhat port do you have tomcat running on?
09:39.53fallout8080?
09:49.54StarScreamits ok, got it
09:50.08StarScreambasically had to allow output for 8005
09:50.13StarScream8009
09:50.17StarScream3306 (mysql)
09:50.28StarScreamand something else
09:50.49StarScream...not sure why jdbc cant use a mysql socket for local connections though
09:53.12falloutyeah, i'm not sure either
09:53.23falloutlooks like my server is using tcp as well
09:57.48StarScreamthanks for your help...having the log helped alot
10:01.57falloutno problem
10:02.09fallouti normally edit a text file for iptables
10:02.17falloutand use iptables-restore to import it
10:02.31falloutso i just leave that commented out and turn it back on when i need it =)
10:13.06*** join/#tomcat blom (n=blom@141.228.156.225)
10:30.33GusWrkhey guys, need a bit of help with a mod_jk /tomcat problem.  mod_jk seems to be losing connection to tomcat (on 8009 - mod_jk log - http://pastebin.com/657255), yet Tomcat respondeds when browsing to :8080.  A quick restart of tomcat fixes the problem
10:41.58GusWrkcan't find anything in the tomcat log files that suggest it's died - logging is set to FINE so I would have thought that would pick up any errors.
10:52.31*** join/#tomcat kousuke (n=kikuchi@221x251x19x21.ap221.ftth.ucom.ne.jp)
11:29.17*** part/#tomcat cypo (n=opera@dslb-082-083-039-083.pools.arcor-ip.net)
12:48.41*** join/#tomcat yassine (n=yel@h-213.61.164.152.host.de.colt.net)
12:52.18yassinejasonb,  are you there ?
12:53.11yassinecan i set my ValveAccessLog  to rotate on each months and not on each day ?
13:03.00*** part/#tomcat sakkew (n=sakkew@62.61.93.254)
13:05.16*** join/#tomcat a4akb (i=a4akb@ask10-140.qualitynet.net)
13:07.39yassinehey a4akb
13:07.53yassinedo you happen to know an answer to my question ?
13:08.32a4akbdepends on what the question is
13:09.52a4akbyassine: Which question?
13:10.02yassinea4akb,  can i set my ValveAccessLog  to rotate on each months and not on each day ?
13:13.14yassinea4akb,  i have already been there
13:13.25yassine:)
13:13.52a4akbhmmm
13:14.06a4akbI am sure jasonb can answer that.
13:14.41a4akbyassine: http://www.silflayhraka.com/archives/2003/12/moving_tomcat_and_cocoon_logs.html intersting blog
13:15.23a4akbhttp://www.google.com/search?sourceid=navclient&ie=UTF-8&oe=UTF-8&q=catalina%2Eout%20rotate%20every%20day
13:16.44a4akbhmmm
13:17.21a4akbI think you can play with the timestamp yassine and see what triggers the daily log rotation and try to make it montly
13:18.03a4akbyassine: read this  http://minaret.biz/tips/tomcatLogging.html
13:18.03yassinei will do a kind of cron job to package a log of one months and that should be okay
13:18.09yassinei will do a kind of cron job to package a log of one months and that should be okay
13:18.53a4akbhmmm
13:18.57a4akbor use log4j
13:19.05a4akbyassine: http://logging.apache.org/log4j/docs/index.html
13:19.23yassinemaybe an option
13:19.37yassinebut on production env no place to play :)
13:20.05a4akb# Configuration for a rolling log file ("tomcat.log").
13:20.07a4akb#
13:20.07a4akblog4j.appender.R=org.apache.log4j.DailyRollingFileAppender
13:20.07a4akblog4j.appender.R.DatePattern='.'yyyy-MM-dd
13:20.19a4akbI guess that is pretty straight forward
13:38.11*** join/#tomcat Hugh_ (n=Hugh@puma.mxtelecom.com)
14:19.47*** join/#tomcat ^cool^tom^ (n=thomas@61.95.199.46)
14:20.03^cool^tom^Hi
14:22.14^cool^tom^Off late my jsvc process seems to be hogging the cpu and I cannot even kill the process.  Only a restart works.  Any Idea what could be wrong?  Background:  OS FC4 Tomcat Version 5.5.12
14:23.10*** part/#tomcat ^cool^tom^ (n=thomas@61.95.199.46)
14:26.12*** join/#tomcat ^cool^tom^ (n=thomas@61.95.199.46)
14:26.17^cool^tom^Hi
14:26.44*** part/#tomcat ^cool^tom^ (n=thomas@61.95.199.46)
14:27.03*** join/#tomcat ^cool^tom^ (n=thomas@61.95.199.46)
14:27.56*** join/#tomcat randrew (n=raj@dolmen.cc.columbia.edu)
14:29.22*** part/#tomcat ^cool^tom^ (n=thomas@61.95.199.46)
14:45.29*** join/#tomcat sysfault (n=enigma@p3m/member/sysfault)
14:49.33*** part/#tomcat sysfault (n=enigma@p3m/member/sysfault)
15:06.06*** join/#tomcat bestam (n=p@73-35.244.81.adsl.skynet.be)
15:08.52*** join/#tomcat putzel (n=burps@148-202-221-213-pool.cable.lan.ch)
15:11.59*** join/#tomcat max_ (i=1000@151.97.18.238)
15:15.29bestamhey guys, i got a question regarding URI interpretation in TOMCAT
15:15.32bestamis TOMCAT aware of the webapp, or do i have to specify it paths?
15:15.48bestamand, is it possible to configure that?
15:18.54max_hey guys,i've problem with mod jk used as load balancer in front of 3 tomcat servers,when i shutdown one tomcat server mod_jk
15:20.06max_see that the server is offline , but whe the server return online mod_jk isn't able to comunicate with him
15:20.32max_it's normal?
15:20.52max_(sorry for my english)
15:23.39jbalintbestam: the context name is the name of the war (unless you change it), and the rest of urls are configured in web.xml
15:23.56bestami didn't put my webapp in a war
15:24.10jbalintmax_: do you see a log message that it isnt able to communicate? any wierd errors?
15:24.18jbalintbestam: well did you make a directory in /webapps?
15:24.22bestamit's still in webapps/mywebapp
15:24.39jbalintSo it would be $SERVER/mywebapp/<some other url pieces>
15:24.44bestammywebapp is what you call the contextname then
15:24.49jbalintmywebapp is called the 'context'
15:24.52jbalintYes.
15:25.15bestamfine, but it won't help me with my real problem
15:25.36jbalintWhat is your problem?
15:25.46max_Thu Apr 13 17:10:19 2006] [info]  jk_open_socket::jk_connect.c (444): connect to 192.168.137.191:8009 failed with errno=111
15:25.46max_[Thu Apr 13 17:10:19 2006] [info]  ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (192.168.137.191:
15:25.47max_8009) with (errno=111)
15:25.47max_[Thu Apr 13 17:10:19 2006] [info]  ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
15:25.48max_[Thu Apr 13 17:10:19 2006] [info]  ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed,  recoverable operat
15:25.51max_ion attempt=1
15:25.53max_[Thu Apr 13 17:10:19 2006] [info]  jk_open_socket::jk_connect.c (444): connect to 192.168.137.191:8009 failed with errno=111
15:25.56jbalintmax_: dont paste all that in here!
15:25.56max_[Thu Apr 13 17:10:19 2006] [info]  ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (192.168.137.191:
15:25.59max_8009) with (errno=111)
15:26.01max_[Thu Apr 13 17:10:19 2006] [info]  ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
15:26.06max_[Thu Apr 13 17:10:19 2006] [info]  ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed,  recoverable operat
15:26.09bestamplease stop it, i'd like to speak to
15:26.10max_ion attempt=2
15:26.11max_[Thu Apr 13 17:10:19 2006] [info]  jk_open_socket::jk_connect.c (444): connect to 192.168.137.191:8009 failed with errno=111
15:26.14max_[Thu Apr 13 17:10:19 2006] [info]  ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (192.168.137.191:
15:26.18max_8009) with (errno=111)
15:26.20max_[Thu Apr 13 17:10:19 2006] [info]  ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
15:26.20bestamomg just stop
15:26.23max_[Thu Apr 13 17:10:19 2006] [info]  ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed,  recoverable operat
15:26.26max_ion attempt=3
15:26.28max_[Thu Apr 13 17:10:19 2006] [error] ajp_service::jk_ajp_common.c (1758): Error connecting to tomcat. Tomcat is probably not st
15:26.31max_arted or is listening on the wrong port. worker=worker_tc2 failed
15:26.33max_[Thu Apr 13 17:10:19 2006] [info]  service::jk_lb_worker.c (696): service failed, worker worker_tc2 is in error state
15:26.34yassinemax_, use use nopaste.com
15:26.38max_[Thu Apr 13 17:10:19 2006] worker_lb 192.168.137.190 0.020774
15:26.38yassinenot here
15:26.39max_sorrry
15:27.15max_ok, i'm very sorry
15:27.28bestamjbalint, i go on with my problem :
15:27.30bestamin fact, i got TOMCAT running with my webapp, and everything goes fine as long as I use it via localhost:8080/myweapp/...
15:27.45bestambut when I use it via 10.0.0.11/mywebapp/...
15:27.54bestamit refuses to log me in
15:28.03bestam(i use the FORM auth method)
15:28.16bestamand 10.0.0.11 is my local address :-)
15:29.44yassinebestam, bestam it refuses to log me in what do you mean by that ? you get any error message at that point ??
15:29.52jbalintRefuses what, the connection or the login credentials?
15:30.27bestami mean i'm getting the error.jsp page
15:30.42bestamthe one I specified in my web.xml, as the login error page
15:30.53jbalinthave you checked the log for errors?
15:31.11bestamwhich log?
15:31.17bestamadmin? catalina?
15:31.28jbalintstdout.log, or catalina.out or something in logs
15:31.39yassineyes check your /catalinahome/logs/catalina.out
15:33.22bestamnothing is printed in that log when i fail to log in this way
15:34.49jbalintthats odd.... did you check the latest files in logs ?
15:34.56jbalintAlso, can you show on the paste site, you auth config"?
15:35.48bestamthe two latest modified logs are localhost.2006-04-13.log and catalina.2006-04-13.log
15:35.51bestamyes sure
15:36.00bestam<PROTECTED>
15:36.00bestam<PROTECTED>
15:36.00bestam<PROTECTED>
15:36.00bestam<PROTECTED>
15:36.00bestam<PROTECTED>
15:36.00bestam<PROTECTED>
15:36.02bestam<PROTECTED>
15:36.04bestam<PROTECTED>
15:36.15bestamsee, here, i didn't specifiy my webapp
15:36.31bestamand it doesnt work if i specify it anyway
15:37.14jbalintyeah, you dont put the webapp name in there
15:37.24bestamokay
15:39.42jbalintAnd the realm config?
15:40.09bestami must precise i have access to all unprotected resources, the problem seems to concern only login in
15:40.22bestamwell, i choosed memory realm
15:40.32bestamis there anything else to specify?
15:41.16jbalintI dont know how it works...
15:52.36bestami dont understand
15:52.38bestamnow it works
15:52.45bestami have been trying to solve this for two weeks
15:52.48bestamthx anyway :)
15:53.03jbalintwithout changing a thing?
15:53.19bestamdon't ask me, i have made changes for testing, then undone some
15:53.25bestam... :)
15:53.51bestammy webapp is a strategy game
15:53.53jbalintwell what were you changing?
15:54.00bestamnow we can play and have fun, that's really cool
15:54.00jbalintIs it playabl?
15:54.17jbalintI've not played a web game that wasn't animated.
15:55.21bestamin local yes, but wait for some minutes and i make it available thru an url
16:08.59bestamcan you try http://faeria.no-ip.info ?
16:09.15bestamtell me if it times out or not
16:12.27jbalintyeah, its not connecting
16:18.06bestamthx :-)
16:27.01max_hey guys,how can i configure mod_jk to support failback?
16:38.22*** join/#tomcat bdudney (n=bdudney@c-24-9-189-43.hsd1.wa.comcast.net)
16:52.38max_nobody knows about failback?
16:54.22swentemax_: patience is a virtue :)
16:58.40*** join/#tomcat valmont (n=chrishol@germany.pspdev.pas.earthlink.net)
17:07.33*** join/#tomcat bleh_ (i=m@fjellfinn.net)
17:08.04bleh_hello, my tomcat is awfully slow when downloading files. I don't get more than 300kb/s locally even! and it eats 100% cpu, what could that be?
17:08.43swentebleh_: you're downloading kindof static file?
17:09.06bleh_yea
17:09.15bleh_static file
17:09.19swentewhat cpu?
17:09.38bleh_err sorry, it's through a servlet
17:09.48bleh_but it's in the file system, parsed by a servlet
17:09.54bleh_Dual Xeon 3.2 ghz
17:09.57swentebleh_: "parsed" can mean manything
17:10.22bleh_ok well it's statically in the FS
17:10.34bleh_and there is nothing special on how  the file is retrieved
17:10.56bleh_what I wanted to ask, are there any known bottlenecks, or settings that are something like traffic shaping that could be enabled by default?
17:11.14swentetraffic shaping to 300k/sec on localhost seems .. unlikely
17:11.28swente(tomcat doesn't to shaping by default afaik)
17:11.30bleh_nothing default?
17:11.32bleh_ok
17:11.39bleh_where could I put a real static file?
17:11.43swentehow do you read? char-wise?
17:12.06bleh_no just a normal file download
17:12.17swentedrop it into the root-dir of your context, should be accessible as <host>/<context>/<file>, unless some servlet-mapping would catch the request
17:12.20bleh_not through any servlet, as if you would put a file in /var/www
17:12.31bleh_ok
17:12.39swenteyour servlet, how does that read? char-wise?
17:12.49swentemmh ok, try a static one first
17:15.04bleh_one sec
17:15.07bleh_ok
17:15.09bleh_static first
17:16.59bleh_hrm looks like you are right
17:17.56swentestatic is as fast as expected?
17:18.11bleh_yes
17:18.18bleh_thanks a lot for help!
17:18.26bleh_some idiot must have fucked up the download
17:18.34swente?
17:19.17swentebleh_: if you do not mind sharing it, you could paste the code you use for serving static file [pastebin.com] or so.
17:19.48swentebleh_: ("serve static file" in the sense of reading and sending it from the servlet)
17:19.57bleh_swente, the problem is that I actually don't even know where the code is
17:20.07swentebleh_: mmh .. not your code?
17:20.11bleh_I haven't seen it yet. it is a project with about 200.000 lines code
17:20.14bleh_not entirely. no.
17:20.16swenteoh ic :)
17:20.31bleh_I am actually a non java developer
17:20.41bleh_but the problem appeared and I like hunting them :)
17:20.50swentesome public/opensource - application?
17:20.51bleh_this time with your help :)
17:20.59bleh_unfortunatly not
17:21.14bleh_it's a commercial project, we are using tomcat + apache as passthrough
17:21.46bleh_are you coder?
17:21.53swentesortof, yes
17:21.58bleh_heh
17:22.48bleh_now I have to tell the java guys that they made bullshit :x
17:22.56swentekick'em ;-)
17:24.31bleh_hehe I will
17:24.35bleh_thanks a lot for your kind help
17:24.48swenteyou're welcome
17:25.14bleh_bye
17:55.56*** join/#tomcat GhettoJava (n=Freemani@ip67-153-106-58.z106-153-67.customer.algx.net)
19:09.19*** join/#tomcat NorthDragon (n=IzhikovN@213.251.192.42)
19:14.22*** join/#tomcat emitchlpd (n=erikm@207-67-87-34.gen.twtelecom.net)
19:14.50emitchlpdgenerally how many java process should be running on a linux box with tomcat? This is with very little traffic...
19:29.00swenteemitchlpd: it easily spawns 20 or more threads
19:30.27swenteemitchlpd: in server.xml there's a couple of relating options
20:09.29jbalintYou can see the threads with Tomcat Probe too.
20:12.43*** part/#tomcat randrew (n=raj@dolmen.cc.columbia.edu)
20:13.16bestamquestion : are the custom tags instanciated once for the whole app? or every time a request including a tag is made ?
20:15.50emitchlpdswente: I added a maxProcessors directive to my Connector element in server.xml
20:15.57emitchlpdgoing to see now if that keeps things under control
20:33.22*** join/#tomcat valmont (n=chrishol@germany.pspdev.pas.earthlink.net)
20:33.25jbalintbestam: check the spec
20:33.43jbalintor javadoc
20:34.02jbalintAh, it's once per call.
20:34.29jbalintBecause it reflectively sets the attributes. It might re-use it though after the call is done.
20:41.39*** join/#tomcat a4akb (i=a4akb@ask7-15.qualitynet.net)
21:27.08*** join/#tomcat dus (n=dustonla@124.29.8.147)
21:27.14*** part/#tomcat dus (n=dustonla@124.29.8.147)
21:44.34*** join/#tomcat a4akb (i=a4akb@ask13-189.qualitynet.net)
21:49.25a4akbyo
21:56.36jbalinthi
22:29.27*** part/#tomcat jbalint (n=jbalint@unaffiliated/jbalint)
22:30.00[a]tomiwhats a practical way to implement mod_rewrite functionality in tomcat?
22:52.27*** join/#tomcat Ionox (n=vee@user-1121fe3.dsl.mindspring.com)
22:58.56*** join/#tomcat a4akb (i=a4akb@ask13-189.qualitynet.net) [NETSPLIT VICTIM]
22:58.56*** join/#tomcat emitchlpd (n=erikm@207-67-87-34.gen.twtelecom.net) [NETSPLIT VICTIM]
22:58.56*** join/#tomcat putzel (n=burps@148-202-221-213-pool.cable.lan.ch) [NETSPLIT VICTIM]
22:58.56*** join/#tomcat pucko (n=andreas@h228n1fls35o933.telia.com) [NETSPLIT VICTIM]
22:58.56*** join/#tomcat ohsix (i=ohsix@bc111222.bendcable.com) [NETSPLIT VICTIM]
22:58.56*** join/#tomcat teddy_ (i=teddy@193.91.192.170) [NETSPLIT VICTIM]
22:58.56*** join/#tomcat fallout (i=fallout@nemean.spikeman.net) [NETSPLIT VICTIM]
22:58.56*** join/#tomcat Uviz (n=vee@user-1121fe3.dsl.mindspring.com) [NETSPLIT VICTIM]
22:58.56*** join/#tomcat Twilight\ (n=ask@17.84-48-138.nextgentel.com) [NETSPLIT VICTIM]
22:58.56*** join/#tomcat stodderen (i=thujoin@debian.ws) [NETSPLIT VICTIM]
22:58.56*** join/#tomcat Pir8 (i=pir8@de.crypted.ca) [NETSPLIT VICTIM]
22:58.56*** join/#tomcat katerX (n=marco@wotan.wpp-service.de) [NETSPLIT VICTIM]
22:58.56*** join/#tomcat Jara[zZ] (n=rimaraj@62.123.204.106) [NETSPLIT VICTIM]
22:58.56*** join/#tomcat swente (i=q5wg7DES@unaffiliated/swente) [NETSPLIT VICTIM]
22:58.56*** join/#tomcat Magistus (i=magistus@alfredos.multi.fi) [NETSPLIT VICTIM]
22:58.56*** join/#tomcat cyc (n=cyc@213.253.105.24) [NETSPLIT VICTIM]
22:58.57*** join/#tomcat teite (i=shu@sun-shu.ision.net) [NETSPLIT VICTIM]
22:58.57*** join/#tomcat devastor (i=devastor@nepnet.fi) [NETSPLIT VICTIM]
22:59.38*** join/#tomcat mlh (n=mlh@c211-30-62-11.belrs1.nsw.optusnet.com.au)
23:00.05*** join/#tomcat ohsix_ (i=ohsix@bc111222.bendcable.com)
23:00.08*** join/#tomcat [a]tomi (n=atomi@pool-71-104-33-213.lsanca.dsl-w.verizon.net)
23:04.43*** join/#tomcat blomski (n=blom@141.228.156.225)
23:04.44*** join/#tomcat jsisso1 (n=sissonj@ppp14-84.lns2.syd7.internode.on.net)
23:04.44*** join/#tomcat a4akb (i=a4akb@ask13-189.qualitynet.net) [NETSPLIT VICTIM]
23:04.44*** join/#tomcat emitchlpd (n=erikm@207-67-87-34.gen.twtelecom.net) [NETSPLIT VICTIM]
23:04.44*** join/#tomcat putzel (n=burps@148-202-221-213-pool.cable.lan.ch) [NETSPLIT VICTIM]
23:04.44*** join/#tomcat pucko (n=andreas@h228n1fls35o933.telia.com) [NETSPLIT VICTIM]
23:04.44*** join/#tomcat ohsix (i=ohsix@bc111222.bendcable.com)
23:04.44*** join/#tomcat teddy_ (i=teddy@193.91.192.170) [NETSPLIT VICTIM]
23:04.44*** join/#tomcat fallout (i=fallout@nemean.spikeman.net) [NETSPLIT VICTIM]
23:04.44*** join/#tomcat Uviz (n=vee@user-1121fe3.dsl.mindspring.com) [NETSPLIT VICTIM]
23:04.44*** join/#tomcat Twilight\ (n=ask@17.84-48-138.nextgentel.com) [NETSPLIT VICTIM]
23:04.44*** join/#tomcat stodderen (i=thujoin@debian.ws) [NETSPLIT VICTIM]
23:04.44*** join/#tomcat Pir8 (i=pir8@de.crypted.ca) [NETSPLIT VICTIM]
23:04.44*** join/#tomcat katerX (n=marco@wotan.wpp-service.de) [NETSPLIT VICTIM]
23:04.44*** join/#tomcat Jara[zZ] (n=rimaraj@62.123.204.106) [NETSPLIT VICTIM]
23:04.44*** join/#tomcat swente (i=q5wg7DES@unaffiliated/swente) [NETSPLIT VICTIM]
23:04.44*** join/#tomcat Magistus (i=magistus@alfredos.multi.fi) [NETSPLIT VICTIM]
23:04.45*** join/#tomcat cyc (n=cyc@213.253.105.24)
23:04.45*** join/#tomcat teite (i=shu@sun-shu.ision.net) [NETSPLIT VICTIM]
23:04.45*** join/#tomcat devastor (i=devastor@nepnet.fi) [NETSPLIT VICTIM]
23:08.00*** join/#tomcat mlh (n=mlh@c211-30-62-11.belrs1.nsw.optusnet.com.au)
23:09.37*** join/#tomcat blomski (n=blom@141.228.156.225) [NETSPLIT VICTIM]
23:09.37*** join/#tomcat jsisso1 (n=sissonj@ppp14-84.lns2.syd7.internode.on.net) [NETSPLIT VICTIM]
23:09.37*** join/#tomcat a4akb (i=a4akb@ask13-189.qualitynet.net) [NETSPLIT VICTIM]
23:09.37*** join/#tomcat emitchlpd (n=erikm@207-67-87-34.gen.twtelecom.net) [NETSPLIT VICTIM]
23:09.37*** join/#tomcat putzel (n=burps@148-202-221-213-pool.cable.lan.ch) [NETSPLIT VICTIM]
23:09.37*** join/#tomcat pucko (n=andreas@h228n1fls35o933.telia.com) [NETSPLIT VICTIM]
23:09.37*** join/#tomcat teddy_ (i=teddy@193.91.192.170) [NETSPLIT VICTIM]
23:09.37*** join/#tomcat Twilight\ (n=ask@17.84-48-138.nextgentel.com) [NETSPLIT VICTIM]
23:09.37*** join/#tomcat stodderen (i=thujoin@debian.ws) [NETSPLIT VICTIM]
23:09.37*** join/#tomcat Pir8 (i=pir8@de.crypted.ca) [NETSPLIT VICTIM]
23:09.37*** join/#tomcat katerX (n=marco@wotan.wpp-service.de) [NETSPLIT VICTIM]
23:09.38*** join/#tomcat Jara[zZ] (n=rimaraj@62.123.204.106) [NETSPLIT VICTIM]
23:09.38*** join/#tomcat swente (i=q5wg7DES@unaffiliated/swente) [NETSPLIT VICTIM]
23:09.38*** join/#tomcat Magistus (i=magistus@alfredos.multi.fi) [NETSPLIT VICTIM]
23:09.38*** join/#tomcat cyc (n=cyc@213.253.105.24) [NETSPLIT VICTIM]
23:09.38*** join/#tomcat teite (i=shu@sun-shu.ision.net) [NETSPLIT VICTIM]
23:09.38*** join/#tomcat devastor (i=devastor@nepnet.fi) [NETSPLIT VICTIM]
23:12.02*** join/#tomcat map7 (n=map7@teksup41.lnk.telstra.net)
23:14.30*** join/#tomcat mlh (n=mlh@c211-30-62-11.belrs1.nsw.optusnet.com.au)
23:15.11*** join/#tomcat pusling (i=pusling@195.215.29.124)
23:16.56*** join/#tomcat dreivier (n=dreivier@port-212-202-44-105.dynamic.qsc.de)
23:17.20*** join/#tomcat yart (n=yart76@global1.fusionone.ee)
23:40.23*** join/#tomcat jasonb (i=noneoyer@adsl-66-124-73-250.dsl.sntc01.pacbell.net)
23:54.34*** join/#tomcat bugfixer (n=bugfixer@42gis175.gulftel.com)
23:57.35a4akbbugfixer; wb

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc.