Re: help debug cluster error --java.net.BindException: Cannot assign requested address

2012-02-02 Thread Randy Paries
Pid so tcpListenAddress should be the IP of the machine correct? thanks thats probably it On Thu, Feb 2, 2012 at 5:28 AM, Pid wrote: > On 02/02/2012 10:17, Randy Paries wrote: >> Hello, >> I have two centos servers running tomcat  5.5 (yeah i know its old) >> >> on

help debug cluster error --java.net.BindException: Cannot assign requested address

2012-02-02 Thread Randy Paries
Hello, I have two centos servers running tomcat 5.5 (yeah i know its old) one of the servers died and i had to rebuild from scratch. Everything is working but the clustering. is there anything between the cluster configs that needs to be different? I just copied one to the other. I had it worki

Re: session problems between www.domain.com and domain.com

2008-12-02 Thread Randy Paries
On Tue, Dec 2, 2008 at 10:03 AM, Christopher Schultz <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Randy, > > Randy Paries wrote: >> I am having problems with my web app >> the problem is that >> http://www.mydomain.com

session problems between www.domain.com and domain.com

2008-11-28 Thread Randy Paries
Hello, I am having problems with my web app the problem is that http://www.mydomain.com and http://mydomain.com I am using apache-tomcat-5.5.15 is there somewhere that i can override the jsessionid cookie and make the cookie domain wide? Thanks Randy

tomcat, vista , symbolic link does not work

2008-03-29 Thread Randy Paries
Hello, My development env is running tomcat 5 on a windoze vista vista now supports symbolic links, but it seems that tomcat does not, or is it something i have to set up in tomcat. for example i have a file, the virt path is localhost:8080/mydir/user.css the file c:\bunchOfStuff\webapp\mydir\us

Re: problems with apache mod-rewrite and modjk

2008-03-28 Thread Randy Paries
On Fri, Mar 28, 2008 at 3:39 AM, Rainer Jung <[EMAIL PROTECTED]> wrote: > Hello Randy, > > Randy Paries schrieb: > > > Hello, > > > > i am running apache-tomcat-5.5.15 on a FC4 box > > > > First i need to explain a little how my site is set

problems with apache mod-rewrite and modjk

2008-03-27 Thread Randy Paries
Hello, i am running apache-tomcat-5.5.15 on a FC4 box First i need to explain a little how my site is set up.. We have 1000's of users that have their own document directory So for example a users URL is http://www.mydomain.com/randy their document root is /home/users/r/randy as another examp

Re: Clustering problem with one box out of three

2008-02-05 Thread Randy Paries
. however, if you're boxes > have multiple nics, the system will pick one to send out the info. > you should be able to add an entry to your routing table to force it to > send the 228.0.0.9 broadcasts over the nic you designate. > > Filip > > > Randy Paries wrote: >

Clustering problem with one box out of three

2008-02-05 Thread Randy Paries
Hello, I have posted this problem before , but have made some headway but i am still having problems. I will try to describe this a briefly as possible but give enough info needed to help Some basic info: 3 Linux boxes Tomcat 5.5.15 jdk1.5.0_11 Box1 and Box2 are one public Class C Box3 is on a se

Re: One of my boxes, the cluster is not working anymore

2008-01-15 Thread Randy Paries
hip established is because the machine is > not receiving multicast packets (UDP), so that's what you need to track down > > > Filip > > Randy Paries wrote: > > On Jan 7, 2008 2:49 PM, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > > > >>

created new box, can not see Cluster

2008-01-09 Thread Randy Paries
hello, Just build a new box on Centos 5, i have two other boxes on FC4 they are all running jdk1.5.0_11 tomcat-5.5.15 I can not get the new server to join the cluster. this is from the logfile: Jan 10, 2008 7:39:46 AM org.apache.catalina.cluster.tcp.SimpleTcpCluster start INFO: Cluster is about

getting WARNING: Error sending end packet in my catalina.out file

2008-01-09 Thread Randy Paries
Hello, Just built a new box. it is Centos 5 Apache/2.2.3 tomcat-5.5.15 mod_jk-1.2.23-apache-2.2.x-linux-x86_64.so i am getting tons of these in my log file: I would appreciate any help in debugging this thanks Jan 10, 2008 6:19:50 AM org.apache.jk.core.MsgContext action WARNING: Error sending en

Re: One of my boxes, the cluster is not working anymore

2008-01-08 Thread Randy Paries
On Jan 7, 2008 2:49 PM, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > easiest way to see your packets fly by, is to use wireshark and just > sniff UDP packets > > Filip > > > Randy Paries wrote: > > On Jan 7, 2008 1:55 PM, Filip Hanik - De

Re: One of my boxes, the cluster is not working anymore

2008-01-07 Thread Randy Paries
, is not receiving multicast > messages from the other nodes. > you'd need to look into the multicasting configuration in server.xml and > also on your box/network > > Filip > > > Randy Paries wrote: > > Hello, > > I need some help. > > I rolled out a new ve

One of my boxes, the cluster is not working anymore

2008-01-07 Thread Randy Paries
Hello, I need some help. I rolled out a new version of my web app last night Stopped and started tomcat and now one of my boxes (they all have the same webapp) will not attach(if that is the correct term) to the cluster. I am doing session sharing between three tomcat servers. I did not change any

Re: my webapp is crashing the JVM intermittently

2007-04-09 Thread Randy Paries
n. Updating to a different version fixed the problem. Also I see that you aren't on a very recent Sun JVM (1.5.0_06-b05). I'm using 1.5.0_11 myself and 1.6 is also out. Srinivas On Mon, 9 Apr 2007 15:54:59 -0500, "Randy Paries" <[EMAIL PROTECTED]> said: > Hel

my webapp is crashing the JVM intermittently

2007-04-09 Thread Randy Paries
Hello, I am not sure if this is the right place to post this , but if not maybe someone can point me in a correct direction. I have just pushed a new version of my web app to production. which is apache-tomcat-5.5.15 with apache and fedora core 4 I am running this same app one 3 different boxes

Re: tomcat , wondoze , Unable to find a javac compiler;

2006-07-27 Thread Randy Paries
e: make the PATH (not classpath) point to: C:\Program Files\Java\jdk1.5.0_04\bin -Original Message----- From: Randy Paries [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 1:19 PM To: users@tomcat.apache.org Subject: tomcat , wondoze , Unable to find a javac compiler; unfortuntaly i h

Re: tomcat , wondoze , Unable to find a javac compiler;

2006-07-27 Thread Randy Paries
d to tomcat. --David Randy Paries wrote: > unfortuntaly i have to setup tomcat on windoze. > i have it working on tons of linux boxs, and this has been a royle > pain. Ok enough whinning. > > so when i try to display a jsp is get the error > Unable to find a javac compiler; > co

tomcat , wondoze , Unable to find a javac compiler;

2006-07-27 Thread Randy Paries
unfortuntaly i have to setup tomcat on windoze. i have it working on tons of linux boxs, and this has been a royle pain. Ok enough whinning. so when i try to display a jsp is get the error Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does no

Re: Having problem with special characters

2006-02-13 Thread Randy Paries
tting some flags in a few > files. I know I'm being awfully vague :( but I know its there. > > Cheers, > - Pulkit > > On 2/7/06, Randy Paries <[EMAIL PROTECTED]> wrote: > > > > Hello, Please help > > I have to tomcat servers. > > Same versio

concerned who is creating my logs

2006-02-13 Thread Randy Paries
Hello, I am running apache-tomcat-5.5.15 I start tomcat under the user apache what concerns me is that when i look at my logs in $TOMCAT/logs the catalina logs (currently and rotated) are owned by apache, But the admin, host-manager and manager rotated logs are owned by root. Does this mean these

Re: problems with Clusters or apache connector not sure which one

2006-02-13 Thread Randy Paries
rst error in catalina.out, is just a result of > replication keep alive sessions getting closed, I will fix the code that > generates that error so that it doesn't log as an error. > do you have a firewall or anything of that kind between apache and tomcat? > > Filip > > > Randy

Re: problems with Clusters or apache connector not sure which one

2006-02-13 Thread Randy Paries
rkers.properties file if you haven't already, as this will rarely never be > firewalled, won't be subject to any link detection scripts, which may mark > the interface as down when the link is severed, etc. etc. > > That's my two cents > > -Antony > > > On 13

Re: problems with Clusters or apache connector not sure which one

2006-02-13 Thread Randy Paries
, Nick <[EMAIL PROTECTED]> wrote: > It looks like a network problem to me. Is there any firewall between > the apache and your tomcat server? Or did your IT dept reconfigure the > network recently? > > ND > > -Original Message- > From: Randy Paries [mailto:[E

problems with Clusters or apache connector not sure which one

2006-02-13 Thread Randy Paries
hello, I am running apache-tomcat-5.5.15 on three boxes 2 rh9 and one fedora 4. and they are clustered together I am seeing problems where apache can not longer talk to tomcat. if anyone can point me on how to debug this please help, i am not sure what else i should include as far a conf setups,

A question about log rotation

2006-02-10 Thread Randy Paries
Hello, I have a tomcat apache-tomcat-5.5.15 running on RH9 i am having this wierd problem. I think it is log rotation I start getting exceptions in the catalina.out that it can not access a log file . "permission denied" I have tomcat running as user apache. But when the logs are rotated, th

Having problem with special characters

2006-02-07 Thread Randy Paries
Hello, Please help I have to tomcat servers. Same version of OS fedora 4 and apache-tomcat-5.5.15 this is driving me crazy i am in a form, it calls a servlet and the servlet writes a file the character i am trying to write is £ on one machine it writes a £ but on the other machine it writes a Â

Help with clustering

2006-02-06 Thread Randy Paries
hello Problems with my cluser I am using apache-tomcat-5.5.15 each server has this in the server.xml I have a couple of questions 1) these two machines are connected two different ways a) routable/public IPS 100M connection b) non routeable 192.169 Gigabit connection When i look at the lo

Re: moving from tomcat 5.0.24 to 5.5.15, haviing problems with root app

2006-01-26 Thread Randy Paries
More info:: when i go to Tomcat Web Application Manager my app is listed as Path /unitnet and it used to be listed / Thanks Randy On 1/26/06, Randy Paries <[EMAIL PROTECTED]> wrote: > Hello, > I have been running 5.0.24 forever and it has been running fine, so i > have not t

moving from tomcat 5.0.24 to 5.5.15, haviing problems with root app

2006-01-26 Thread Randy Paries
Hello, I have been running 5.0.24 forever and it has been running fine, so i have not touched it I need to upgrade to 5.5.15 I got to be missing something simple. my server.xml is pretty as left as is (will inlcude if requested) then in /usr/java/jakarta-tomcat/conf/Catalina/localhost i have 3

Can i upgrade just one of my clusters

2006-01-25 Thread Randy Paries
Hello, I am running a clustered env Two boxes RH9 and tomcat 5.0.24 These two boxes are clustered together via tomcat I am getting ready to ugrade them one at a time to the latest fedora and tomcat which appears to be 5.5.15 My question is during the process there will be some time that one box

Re: Please help, i have to be missing something very simple

2006-01-06 Thread Randy Paries
ave a package statement in your servlet? > > You should > > > Mike Sabroff > Web Services Developer > [EMAIL PROTECTED] > 920-568-8379 > > -Original Message- > From: Randy Paries [mailto:[EMAIL PROTECTED] > Sent: Friday, January 06, 2006 3:24 PM > To: users

Please help, i have to be missing something very simple

2006-01-06 Thread Randy Paries
Hello, I am moving an App from a devel server to a production server When i run the app everything works fine except the new stuff (of course) in my servlet i am calling Color bgcolor = new Color( Integer.parseInt(album.getBGcolor().substring(1), 16) ) ; and as soon as i do i get Class not found

Re: question about ugrading

2005-11-09 Thread Randy Paries
So would that be the suggested best upgrade path? On 11/9/05, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Randy Paries [mailto:[EMAIL PROTECTED] > > Subject: question about ugrading > > > > So i was going to try to upgrade to the latest of tomcat.

question about ugrading

2005-11-09 Thread Randy Paries
hello, Currently i am running tomcat 5.0.24 I am seeing lots of WARNING: Wasn't able to read acknowledgement from server[192.168.0.203:4001] in 15000 ms. Disconnecting socket, and trying again. So i was going to try to upgrade to the latest of tomcat. I just saw that the latest 5.5.x needs jre 5.