Re: [Resin-interest] Quercus fetch_field

2008-03-24 Thread Scott Ferguson
On Mar 20, 2008, at 8:12 PM, jarmstrong wrote: Scott, I found the problem, but I am not sure what the best solution for this would be. The issue is that huge IF statement at the beginning of Mysqli::fetchFieldDirect() is getting back a null value for the table name with a DESCRIBE

Re: [Resin-interest] context information from hessian service calls

2008-03-24 Thread Scott Ferguson
On Mar 24, 2008, at 10:23 AM, Daniel Spangler wrote: Anyone know if this is possible? I haven't had a chance to check this. Resin's protocol should be using the HessianServlet to implement the hessian driver, so the context should be available through the

[Resin-interest] Unnecessary println the resolver in com.caucho.jsp.PageContextImpl

2008-03-24 Thread wesley
Hi Scott, I'm evaluating the s080321 snapshot. It's great that it fixed the stop error in 64bit windows starting up. There's a main concern that com.caucho.jsp.PageContextImpl unnecessarily printed the resolver to stdout: 1992:public ELResolver getELResolver() 1993:{ 1994:

Re: [Resin-interest] Unnecessary println the resolver in com.caucho.jsp.PageContextImpl

2008-03-24 Thread Scott Ferguson
On Mar 24, 2008, at 2:36 PM, wesley wrote: Hi Scott, I'm evaluating the s080321 snapshot. It's great that it fixed the stop error in 64bit windows starting up. There's a main concern that com.caucho.jsp.PageContextImpl unnecessarily printed the resolver to stdout: Oops. Thanks.

Re: [Resin-interest] Unnecessary println the resolver incom.caucho.jsp.PageContextImpl

2008-03-24 Thread wesley
Also line 2032 and line 2039. I've commented those lines and recompiled the class into resin.jar. It's perfectly serving now. Thanks. :-) -Wesley - Original Message - From: Scott Ferguson [EMAIL PROTECTED] To: General Discussion for the Resin application server

[Resin-interest] Snapshot 080320 consumes 100% CPU time at 64bit windows

2008-03-24 Thread wesley
Hi Scott, Today morning I switched my production website to snapshot080320. I'm running on JDK1.6.0_04 64bit at a 64bit windows 2008 machine with two cpu socket(both single core) and 4GB ram. I've modified resin.conf by these options: jvm-arg-Xmx1024m/jvm-arg jvm-arg-Xmx2048m/jvm-arg