Re: Debugging with Orion/Kawa Pro 5.0

2001-09-12 Thread DENNIS STRAIGHT
uninstalled. > Then installed Kawa Pro you could not run orion from inside. > > Can't remember if this was orion but there where issues with changing Kawa'a > (if think kawa released a patch to fix it). > > -Original Message- > From: [EMAIL PROTECTED] > [m

Debugging with Orion/Kawa Pro 5.0

2001-09-06 Thread DENNIS STRAIGHT
I appreciate Dave Smith's write-up on debugging with Orion/Kawa but, unfortunately, I think I'm missing something and need more info. Here is what I did: Created a new project with all of my java files (servlets, EJBs, and regular Java). Added Orion.jar to the Kawa classpath. Set the "class to ru

Re: ORA-01000: maximum open cursors exceeded Exception

2001-08-14 Thread DENNIS STRAIGHT
>Then again, it could be normal operation and we just need to increase the number >of cursors allowed. This is possible but I doubt it. Setting up the limit seems like a cheap way to fix the problem... for now. How many concurrent users are executing this code? And how long does it take for th

Re: ORA-01000: maximum open cursors exceeded Exception

2001-08-14 Thread DENNIS STRAIGHT
I've seen this before with my code. It has nothing to do with Orion. Make sure you are closing your Connections, Statements, PreparedStatements, CallableStatements and ResultSets. The proper place to do this is in a finally statement so the code will always get executed, even if an exception is