Tomcat 4.x + session replication (javagroups) = StackOverflowError

2004-02-02 Thread YErkan
Hi, We're using javagroups for the session replication between our 2 clustered Tomcat 4.x servers. And we're having the following problem: When we start one of the servers, its CPU usage hit 100% (as if there were a never ending loop). It looks like it's trying to read a big number of old

Re: IllegalStateException - org.apache.coyote.tomcat4.CoyoteRequest.doGetSession()

2003-09-02 Thread YErkan
Thanks guys! I went through the code last night, after sending the e-mail. I think I found the problem. Our developer uses dynamically included JSP declaring session=true (by not declaring anything) while the parent declares session=false. We'll go through a set of tests anyway. I'm ashamed

IllegalStateException - org.apache.coyote.tomcat4.CoyoteRequest.doGetSession()

2003-09-01 Thread YErkan
Hi all, We're running Tomcat 4.1.24 on Win2K sp4. After a few days of use (usually 4-5 days), Tomcat comes to a semi-halt mode and it refuses to process some of the pages. Even the thrown exceptions are not logged. It looks like it's a thread pool related problem because, apparently, the

Re: IllegalStateException - org.apache.coyote.tomcat4.CoyoteRequest.doGetSession()

2003-09-01 Thread YErkan
Well, this is a valid error, and doesn't indicate a problem. Remy, Thanks for your prompt answer. Please don't get me wrong, I don't want to sound arrogant or something, but how come an error may not indicate a problem. ;-) We've already gotten the thread dump. I'll have a look into that

session replication using JavaGroups

2003-07-09 Thread YErkan
We're having some problems in our session replication using Javagroups. It seems that it works on our Win2000 Workstations however not on our Win2000 Servers. Do you have any ideas why? Cheers, - Yagiz - To unsubscribe,

Re: session replication using JavaGroups

2003-07-09 Thread YErkan
For the record :-) It seems to be a hardware hub problem. The machines on the same hub can communicate with each other but not with the other ones... Strange... - Yagiz |-+ | | [EMAIL PROTECTED] | | |

RE: IIS Redirector - Not Refreshing

2003-07-07 Thread YErkan
Guys, Thanks for your replies... Unfortunately, as John Turner earlier asked, restarting Tomcat and/or IIS doesn't seem to be the solution. If I modify the uriworkermap.properties, the changes are not effective until the next reboot. Logging off the user didn't help. Removing the ISAPI filter

Re: variable out may not have been initialised

2003-07-07 Thread YErkan
Hi Maurice, You probably don't need to hear that right now but Complex JSPs bring development/maintenance problems. You'd better use some kind of MVC framework... Does the error disappear when you remove some part of the page? - Yagiz |-+ | |

IIS Redirector - Not Refreshing

2003-07-04 Thread YErkan
Hi, I'm using IIS redirector with Tomcat 4.1.24 and everything works fine. However, when I modify the uriworkermap.properties file, the modifications are not recognized unless I reboot Windoz! Am I missing something? Thanks, - Yagiz