[Resin-interest] resin-pro-3.1.s070910 / IllegalStateException / Can't call getEntrySet()

2007-09-11 Thread Jan Kriesten
Hi, I still get this Exception after invalidating a Session and redirecting to the Login-Page: ---8<--- [06:30:09.030] java.lang.IllegalStateException: Can't call getEntrySet() when session is no longer valid. [06:30:09.030] at com.caucho.server.session.SessionImpl.getEntrySet(SessionImpl.java:

Re: [Resin-interest] Bamboo 1.2.2 extremly slow on resin 3.1.2

2007-09-11 Thread Scott Ferguson
On Sep 11, 2007, at 3:44 PM, Henric Larsson wrote: > Hi, > > I was trying to setup atlassian bamboo on resin 3.1.2 but it ran > extremely slow, page load time roughly a minute for each page and > cpu usage constantly at 100%. Tested on RHEL 4 and Mac OS. > > This issue seems to be fixed in th

[Resin-interest] Bamboo 1.2.2 extremly slow on resin 3.1.2

2007-09-11 Thread Henric Larsson
Hi, I was trying to setup atlassian bamboo on resin 3.1.2 but it ran extremely slow, page load time roughly a minute for each page and cpu usage constantly at 100%. Tested on RHEL 4 and Mac OS. This issue seems to be fixed in the latest 3.1 snapshot and it doesn't exist in 3.1.1 or 3.0.24. Just ou

Re: [Resin-interest] 64-bit Windows and Resin Pro 3.0.21

2007-09-11 Thread Rob Lockstone
I just downloaded Resin Pro 3.1.2 and it appears to only have one set of DLL's which are in the win32 sub-directory. I don't see a win64 directory. We're running standalone resin, so we don't need to worry about 64- bit dll's for IIS or Apache. Btw, here's the Google cached page for the bug

[Resin-interest] 64-bit Windows and Resin Pro 3.0.21

2007-09-11 Thread Rob Lockstone
We currently have Resin Pro 3.0.21 running on Windows 2003 Server and are considering upgrading to 64-bit. When we try this configuration on a test machine, we get a Resin message saying, "Socket JNI library is not available", which means that we don't have the 64-bit DLL's for resin. Ther

Re: [Resin-interest] Filters are not run when using rewrite-dispatch forward

2007-09-11 Thread Scott Ferguson
On Sep 11, 2007, at 4:10 AM, Jonas Thurfors wrote: > Hi, > > Filters are not run when requests are forwarded with rewrite-dispatch. > > According to these bug reports it's fixed in 3.1: > > http://bugs.caucho.com/view.php?id=1510 > http://bugs.caucho.com/view.php?id=1514 > > Are there any plans t

Re: [Resin-interest] Classpath problem

2007-09-11 Thread Janene McCrillis
Hi Joe, Thanks, I did remove it. Not that it helped ;) There was more to the messages, basically going down the list of classes that were undefined. I have changed the package the servlet is in to be in the same hierarchy as others being run and that has somehow resolved this issue, even though

Re: [Resin-interest] Resin 3.1.1 and Struts "iterate" tag problems

2007-09-11 Thread Sam
> Thanks Jason. I'm now trying this with Resin 3.1.2. However, it's taking a > painfully long time to start up - of the order of one > hour, where Resin2x and Resin 3.1.1 take 1-2 minutes to startup with the app > deployed. Is this related to the new startup listen() > change in resin 3.1.2? I'm us

[Resin-interest] Filters are not run when using rewrite-dispatch forward

2007-09-11 Thread Jonas Thurfors
Hi, Filters are not run when requests are forwarded with rewrite-dispatch. According to these bug reports it's fixed in 3.1: http://bugs.caucho.com/view.php?id=1510 http://bugs.caucho.com/view.php?id=1514 Are there any plans to patch this into 3.0? Regards, Jonas

Re: [Resin-interest] Resin 3.1.1 and Struts "iterate" tag problems

2007-09-11 Thread Ambar Hegde
Thanks Jason. I'm now trying this with Resin 3.1.2. However, it's taking a painfully long time to start up - of the order of one hour, where Resin2x and Resin 3.1.1 take 1-2 minutes to startup with the app deployed. Is this related to the new startup listen() change in resin 3.1.2? I'm using the de