[Resin-interest] Closing dangling connections error

2007-06-18 Thread koyama
Hello. I hava error message from resin 3.1.1 I found status at http://bugs.caucho.com/view.php?id=998. Does resin 3.1.1 have this problem yet ? Closing dangling connections. All connections must have a close() in a finally block java.lang.IllegalStateException: Connection UserConnection[com.ca

[Resin-interest] Cannot debug windows resin server...

2007-06-18 Thread andy.duplain
Hi, I am trying to debug a web-app running on the development resin server running on my Windows machine (httpd.exe - with the Start/Stop/Quit buttons). I have the following configured in my resin.conf: -Xdebug -Xnoagent -agentlib:jdwp=transport=dt_shmem,server=y,suspend=n,address=re sindebug

Re: [Resin-interest] Cannot debug windows resin server...

2007-06-18 Thread koyama
Hello. > Has anyone got debugging working with resin? I use eclipse with MyEclipse. MyEclipse has many Application Servers support plug-in. About resin, Resin 2.x and 3.x is ready. I use debug java Class and JSP in eclipse. ___ resin-interest mai

Re: [Resin-interest] Cannot debug windows resin server...

2007-06-18 Thread andy.duplain
No I'll stick to Netbeans thanks - I like it much better. I have found a solution to this problem actually; If I start resin from a command script: C:> java -jar lib\resin.jar start This work as expected. Cheers, Andy Andy Duplain, Air Logistics Program, BT Global Services, Fleet, Hampshir

Re: [Resin-interest] Closing dangling connections error

2007-06-18 Thread Scott Ferguson
On Jun 18, 2007, at 2:18 AM, koyama wrote: > Hello. > > I hava error message from resin 3.1.1 > > I found status at http://bugs.caucho.com/view.php?id=998. This is most likely a bug in application code. You need a finally { conn.close() } for all connections. You want to look for the next

Re: [Resin-interest] Closing dangling connections error

2007-06-18 Thread koyama
Hello. Thank you for reply. > This is most likely a bug in application code. You need a finally > { conn.close() } for all connections. You want to look for the next > stack trace, which would show when the connection was allocated > (which will make debugging easier.) I understand it. S

[Resin-interest] Anyone remote debug with Resin 3.x and IntelliJ?

2007-06-18 Thread Ryan Vanderwerf
I recently switched from Windows to Ubuntu 7.04 (fiesty fawn) 32 bit and I can't seem to get remote debugging to work with Resin 3.x in IntelliJ 6 or 7.0M1. Resin 2.x works fine. Basically what happens is when I get to a breakpoint, my IDE doesn't suspend - it just keeps going. I can remotely

Re: [Resin-interest] Anyone remote debug with Resin 3.x and IntelliJ?

2007-06-18 Thread Leland, Robert
Is this 3.1.X or 3.0.X ? I believe the IntelliJ plugin has problems with 3.1.X for whatever reason. _ Robert Leland INTEGRITYOne (Formerly PRIZUM) P: (703) 581-6522 1900 Campus Commons Drive F: (703) 476-7405

Re: [Resin-interest] Anyone remote debug with Resin 3.x and IntelliJ?

2007-06-18 Thread Scott Ferguson
On Jun 18, 2007, at 11:09 AM, Ryan Vanderwerf wrote: > I recently switched from Windows to Ubuntu 7.04 (fiesty fawn) 32 > bit and > I can't seem to get remote debugging to work with Resin 3.x in > IntelliJ > 6 or 7.0M1. Resin 2.x works fine. Basically what happens is when I > get > to a br

Re: [Resin-interest] Anyone remote debug with Resin 3.x and IntelliJ?

2007-06-18 Thread Ryan Vanderwerf
Scott Ferguson wrote: > You'll want to use a (in the block) instead of the > -X > > The initial process is not the same as the actual Resin process, and > since it's Resin that you want to debug, not the startup program, you > need to update the . > > -- Scott > > Thanks Scott, that

[Resin-interest] 'security-provider' is an unknown property of 'com.caucho.boot.ResinConfig'.

2007-06-18 Thread Poorni
Hi all, Could anybody help me in resolving this problem. I am migrating from resin 2.1.17 to 3.1.1 and am getting the following error: 'security-provider' is an unknown property of 'com.caucho.boot.ResinConfig'. Please reply with ur comments. thanks in advance regards, p00rni -- View this me