IRC log for #tomcat on 20070825

00:02.36*** join/#tomcat rharrison (i=rharriso@nat/cisco/x-86d94303a088e58e)
00:07.26*** join/#tomcat jwisher` (n=jwisher@87-194-191-78.bethere.co.uk)
01:37.52*** join/#tomcat karstensrage (n=karstens@c-69-181-220-5.hsd1.ca.comcast.net)
01:52.51*** join/#tomcat Zero (i=zero@c211-28-233-212.fernt1.vic.optusnet.com.au)
01:56.29*** join/#tomcat Internat (i=biteme2@c210-49-250-210.ipswc1.qld.optusnet.com.au)
02:05.16ramza3anybody work with hibernate and using the default connection pooling and restarting tomcat causes you any issues (eg, stale connections)?
02:05.36*** join/#tomcat mr_green (n=mr_darks@LNeuilly-152-22-96-178.w193-251.abo.wanadoo.fr)
02:07.00*** join/#tomcat wasabi889 (n=xx@modemcable011.3-37-24.mc.videotron.ca)
02:07.05ramza3issues like you can't shutdown tomcat (when trying to kill, tomcat turns into a zombie process)
02:15.34*** join/#tomcat LongBeach (n=mike@AFontenayssB-152-1-84-79.w86-218.abo.wanadoo.fr)
02:34.13*** join/#tomcat nexact (n=nexact@ip041.250-51-69.sogetel.net)
02:38.33*** join/#tomcat Internat (i=biteme2@c210-49-250-210.ipswc1.qld.optusnet.com.au)
03:17.32*** join/#tomcat acidjnk (i=acid@p5B069BD6.dip0.t-ipconnect.de)
03:30.40wasabi889Hi, I have installed tomcat-6.0.13-1 with jdk1.6.0_02 under Centos 4.5
03:31.40wasabi889Does anybody know howto inscrease the privvmpages to start tomcat service?
03:32.48*** join/#tomcat mr_green (n=mr_darks@LNeuilly-152-22-96-178.w193-251.abo.wanadoo.fr)
03:36.37ramza3wasabi889, are you running with a virtual host?
03:36.48wasabi889yes
03:36.52ramza3eapps?
03:38.00wasabi889ramza3: no, I'm using Media Temple
03:38.52ramza3I don't know the exact answer to your question; but you have to created the initial heap size and max memory.  Eg, mine is set to 128MB.  I think by default a lot of hosts use 64MB min/max .  And I bet you are getting out of memory errors; you might have to upgrade your plan
03:39.20ramza3I changed mine in /etc/tomcat5/tomcat.conf
03:40.00wasabi889ramza3: thk you...let me try that right away
03:40.10ramza3wasabi889, ooo, media temple, looks nice
03:40.36wasabi889ramza3: yeah...but they have big clients as sony, starbucks etc..
03:41.24wasabi889ramza3: not so expensive..I took the $50/month package
03:42.17ramza3I am doing about 30 with eapps.  so far, I am pretty impressed.  I had the tomcat memory issue with centos though like you are having;  did you setup java/tomcat yourself
03:43.18ramza3wasabi889, that was for you
03:43.21wasabi889ramza3: yeah, I had to install it by self...pain in the ass, but everything it installed now...I just can't start the Tomcat service because the memory issue
03:44.37wasabi889ramza3: I wanted to buy the Tomcat add-on with Plesk...but MediaTemple didnt want to install it, because they said there is known issues
03:45.10ramza3really, hmm, it only allows start/stop.  I have used it in the past and normally go with logging and restarting
03:45.38wasabi889ramza3: yeah..thats what I told them
03:45.56ramza3wasabi889, kind of nice if you need to restart the server remotely
03:46.18wasabi889ramza3: yeah for sure
03:46.27wasabi889ramza3: eapps looks good too
03:47.29wasabi889ramza3: I don't find the tomcat.conf file...did you mean the server.xml file?
03:48.14ramza3wasabi889, whatever script starts up tomcat5 (catalina.sh?) my host setup a "/etc/tomcat5/tomcat.conf" you might have to find your startup script and just change the jvm args
03:48.40ramza3wasabi889, you might be able to search for 64MB? because I think that is the default
03:50.13wasabi889ramza3: I think I found it..but it not set at 64MB...its set at 384MB
03:50.42ramza3wasabi889, what is the min set to, does your server have 384mb?
03:51.52ramza3wasabi889, you also might try to find the "tomcat" startup args by doing 'ps aux | grep java'     ...basically that should get you started
03:53.29wasabi889ramza3: my server has 640 meg or ram
03:54.19wasabi889ramza3: does the line we are looking for look like this:
03:54.19wasabi889JAVA_OPTS="-Djvm=$JVM_ID -Xms384M -Xmx384M -Djava.awt.headless=true \
03:54.19wasabi889<PROTECTED>
03:54.26wasabi889sorry about that
03:54.37ramza3wasabi889, what was the exact error you are getting; was it a jvm error or a "tomcat message to catalina.out" ...hmm, that min Xms still seems kind of high
03:55.14wasabi889ramza3: when starting tomcat, I have the following error
03:55.17wasabi889Error occurred during initialization of VM
03:55.23wasabi889Could not reserve enough space for object heap
03:55.27wasabi889Could not create the Java virtual machine.
03:56.26ramza3wasabi889, do you know what user tomcat is running under; eg, sometimes users can only get a certain amount memory access (or something)
03:57.32wasabi889wasabi889: I tried to launch the service with the root user
03:58.00wasabi889ramza3: its the tomcat username
03:58.03wasabi889sorry
03:59.40ramza3wasabi889, how did you setup the tomcat user
04:00.35wasabi889ramza3: I didn't setup anything, tomcat user was already there
04:03.45ramza3wasabi889, yea I am out of my area; but I bet it is the mem issue, play with the initial/max heap.  Also, if you are running tomcat in a "shell" environment, that is different than when it starts up.  (eg there may be limits).
04:04.53wasabi889ramza3: can you tell what your line looks like in your tomcat.conf file so I can set the memory?
04:08.29ramza3wasabi889,  http://paste.lisp.org/display/46694  (mine is set to -Xms128m and -Xmx128m   ...normally 1/2 your ram (eg, I have about 326Mb)
04:09.09ramza3somebody else chime in too, I am not tomcat expert
04:09.51wasabi889I see
04:10.10wasabi889ramza3: thank anyway, I know where to look now
04:10.45ramza3wasabi889, I spent many months trying to resolve the same issue.  Also, how much load do you expect
04:11.22wasabi889ramza3: about 1000 users
04:11.54wasabi889ramza3: you tried to this issue with eapps?
04:12.07ramza3wasabi889, my issue is well documented.
04:12.39ramza3https://support.eapps.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=75
04:13.28wasabi889ramza3: sweet
04:18.38*** join/#tomcat columbo (n=columbo@pool-71-104-1-42.lsanca.dsl-w.verizon.net)
04:19.51*** join/#tomcat columbo (n=columbo@pool-71-104-1-42.lsanca.dsl-w.verizon.net)
04:44.29*** join/#tomcat jasonb (i=noneoyer@adsl-66-124-73-250.dsl.sntc01.pacbell.net)
04:59.50dutleraargh i give up. any one know where th root/index.jsp is for ubuntu7.04 with tomcat 5.5.23?
05:31.10*** join/#tomcat prgrmr__ (n=prgrmr@bzq-79-179-105-86.red.bezeqint.net)
05:46.35dutler<PROTECTED>
06:03.59dutleri want to deploy my app at context path /
06:04.12dutlercan some one please point me in the right direction?
06:29.40dutlerwhat i need help with is getting the application to automaticly deploy on tomcat start
06:31.26ramza3dutler, why oh why did you let ubuntu install tomcat for you.  I never let ubuntu install java apps (except for sun jdk), always is a mess
06:31.59dutlerit appears that way... ill tell the judge i didnt know better
06:32.47ramza3I may be in the minority, but that is my rule (ant, tomcat, etc) must be installed by me
06:34.40dutleri think i understand why. and will be going that route... next time.  but for now things are going ok... now that im beging to know what the heck is going on... i have app running, but i want it depolyed at '/' and not 'appdir/' so i deployed another instand of it witht he desired path. it works , but does not automatically start
08:38.23*** join/#tomcat dvayanu (n=another@ppp-82-135-78-92.dynamic.mnet-online.de)
09:00.13*** join/#tomcat Akashra (i=zero@c211-28-233-212.fernt1.vic.optusnet.com.au)
09:48.20*** join/#tomcat gregor_k (n=a@p54A1BD09.dip0.t-ipconnect.de)
11:16.52*** join/#tomcat navaati (n=navaati@77.194.123.239)
11:17.28*** part/#tomcat navaati (n=navaati@77.194.123.239)
11:20.55*** join/#tomcat jwisher (n=jwisher@87-194-191-78.bethere.co.uk)
11:26.59*** join/#tomcat navaati (n=navaati@77.194.123.239)
11:27.53navaatihello
11:28.24navaatiis there a french, here ?
11:50.20navaatithere isn't a french, and others too ^^
11:50.30navaati@++
11:50.41*** part/#tomcat navaati (n=navaati@77.194.123.239)
13:37.32*** join/#tomcat Nicke (n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se)
15:35.05*** join/#tomcat ramza3 (n=Berlin@c-24-98-96-151.hsd1.ga.comcast.net)
16:08.36*** join/#tomcat Turquoiser (n=turquois@bb-81-175-196-102.dsl.phnet.fi)
16:09.23*** join/#tomcat LongBeach (n=mike@AFontenayssB-152-1-84-79.w86-218.abo.wanadoo.fr)
16:10.21*** join/#tomcat Blissex2 (n=pcg@82-69-39-138.dsl.in-addr.zen.co.uk)
16:35.50*** join/#tomcat mr_green (n=mr_darks@LNeuilly-152-22-96-178.w193-251.abo.wanadoo.fr)
17:24.49*** join/#tomcat paritosh (n=paritosh@122.163.240.216)
17:25.29dutlerhello y'all - i need help getting an app to start automatically when tomcat starts. i have ubuntu7.04 sunjava6, tomcat5.5.23, and postgresql8.2
17:25.46paritoshcant open my servers home-page. it says this: /var/lib/tomcat5/work/Catalina/localhost/_/org/apache/jsp/index_jsp.java (Permission denied) in the server error. its apache/tomcat/5.0. os is ubuntu 7.04, sunjava6
17:26.20dutleri deployed the app useing the the tomcat manager
17:27.35dutlerparitosh: iv been ahveing a bad experiance with the ubunutu/tomcat install... it would seem we are better off doing it manually rather than using apt
17:28.04paritoshdutler: ok. it worked fine before. suddenly it has broken
17:28.35dutlerparitosh: also i didnt have a ROOT app - the welcome screen a - until i installed tomcat5.5-webapss
17:28.40dutleroh ic
17:31.57*** join/#tomcat icors (n=icors@190.49.35.211)
17:32.30icorshi
17:32.44icorssomebody there?
17:33.03dutleronly me it would seem and im not prob much help
17:33.54icorshi!.. i'm new with this tools (irc chat)..
17:34.09icorsmy english is very poor.. I'm from Argentina
17:35.10dutlermine too and im from the US :D
17:35.18icorsjeje..ok
17:35.37icorsI need help with my aplication's server in my job...
17:35.59icorsi'll install tomcat 5.5 with apache web server
17:36.01dutlerif your question is not too hard, i amy be able to help, but im not terribly experianced. start of with telling us what you have
17:36.31icorsyou can tell me any channel to try this problems?
17:38.16dutlerthis such be it - if it is a tomcat problem- u can try a channel for your OS or for the application you what to run...
17:39.08icorsok....thanks for all.. and nice to meet you
17:39.41dutlersorry i wasnt any help, but im willing to try....
17:45.23*** join/#tomcat a4akb (n=a4akb@62.215.156.215)
17:58.25*** join/#tomcat fruitbatJim (n=harry@cpc1-nwrk2-0-0-cust389.nott.cable.ntl.com)
18:04.22*** join/#tomcat kab (n=abarrera@148.229.1.11)
18:36.15*** join/#tomcat fruitbatJim (n=harry@cpc1-nwrk2-0-0-cust389.nott.cable.ntl.com)
18:56.04*** join/#tomcat scribe (n=scribe@ip70-162-98-165.ph.ph.cox.net)
18:57.29scribeHey guys.  I'm writing a community portal and would like to use an SVN password (htpasswd) file for validation.  Is there a simple java package for validating against possible manipulating htpasswd formatted files?
19:04.18*** part/#tomcat a4akb (n=a4akb@62.215.156.215)
19:35.43*** join/#tomcat gregor_k (n=a@p54A1B847.dip0.t-ipconnect.de)
19:52.05*** join/#tomcat jasonb (n=jasonb@75.144.23.117)
20:11.14dutlerany one help with my autostart issue?
20:28.20*** join/#tomcat a4akb (n=a4akb@62.215.156.215)
20:28.36a4akbanyone good at xml
20:29.25a4akbiwant to launch a link in a frame using the <item> tab in xml http://pastebin.com/m61a60aff
20:30.08a4akbbasically a jsp page on my webabb using a dhtml tree that runs on xml
20:55.24*** join/#tomcat mr_green (n=mr_darks@LNeuilly-152-22-96-178.w193-251.abo.wanadoo.fr)
21:06.58*** join/#tomcat daag (n=daag@p5488DF65.dip.t-dialin.net)
21:20.53*** join/#tomcat Thingol79 (n=thingol7@r4bz56.net.upc.cz)
21:34.44daaghi, im using Jetspeed 2.1.2, java version "1.5.0_04", linux Linux debianpc 2.6.18
21:38.49daagi followed this tutorial: http://portals.apache.org/bridges/multiproject/portals-bridges-jsf/guide.html
21:39.48daagand it does work, but now i want to access the request-parameter and cant get it to work
21:40.08daagfor example parameter : ?page=startpage
21:42.22daagrequest.getParameter("page") doesnt work, do i have to put it in context or what? I'm a little bit lost at the moment ...
21:52.06*** join/#tomcat ramza3 (n=Berlin@c-24-98-96-151.hsd1.ga.comcast.net)
22:39.08*** join/#tomcat zap-again (n=zap@portal.tritec.ch)
22:43.38*** join/#tomcat columbo (n=columbo@pool-71-104-1-42.lsanca.dsl-w.verizon.net)
23:31.39*** join/#tomcat wltjr (n=wltjr@gentoo/developer/wltjr)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.