svn commit: r664641 - in /tomcat/connectors/trunk/jk/xdocs: generic_howto/workers.xml miscellaneous/changelog.xml

2008-06-09 Thread rjung
Author: rjung Date: Mon Jun 9 00:10:36 2008 New Revision: 664641 URL: http://svn.apache.org/viewvc?rev=664641&view=rev Log: Remove JNI parameters from sample configuration in the workers generic howto. Modified: tomcat/connectors/trunk/jk/xdocs/generic_howto/workers.xml tomcat/connectors

An unexpected error has been detected by HotSpot Virtual Machine

2008-06-09 Thread Edward J. Yoon
Hi community, I got "An unexpected error has been detected by HotSpot Virtual Machine" when i reduce the number of Tomcat server 3 to 1. # # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGSEGV (0xb) at pc=0x00497de6, pid=10535, tid=1726987184 # # Java VM: Java HotSpot(T

Re: An unexpected error has been detected by HotSpot Virtual Machine

2008-06-09 Thread Quintin Beukes
Ouch. Rub it, will let the pain go away quicker. It's copying a too large byte string into a too small buffer. > # C [libc.so.6+0x68de6] strcpy+0x26 This is definitely a JVM bug. Are you running a beta JVM -> 1.5.0_06-b05? I might be mistaken, but I've never noticed the b at the b05 at the end

Re: An unexpected error has been detected by HotSpot Virtual Machine

2008-06-09 Thread Edward J. Yoon
Thank you very much for your nice advice. Then, Is there no related with the reduction of tomcat number? Thanks, Edward. On Mon, Jun 9, 2008 at 4:31 PM, Quintin Beukes <[EMAIL PROTECTED]> wrote: > Ouch. Rub it, will let the pain go away quicker. > > It's copying a too large byte string into a too

Re: An unexpected error has been detected by HotSpot Virtual Machine

2008-06-09 Thread Edward J. Yoon
> Are you running a beta JVM -> 1.5.0_06-b05? Oh, Java version is a 1.4.2. Thanks, Edward On Mon, Jun 9, 2008 at 4:43 PM, Edward J. Yoon <[EMAIL PROTECTED]> wrote: > Thank you very much for your nice advice. > Then, Is there no related with the reduction of tomcat number? > > Thanks, > Edward. >

Re: An unexpected error has been detected by HotSpot Virtual Machine

2008-06-09 Thread Edward J. Yoon
Ooops, sorry for my mistakes. I use the jdk1.5.0_06, And it seems really JVM bug. :) Thanks. On Mon, Jun 9, 2008 at 4:48 PM, Edward J. Yoon <[EMAIL PROTECTED]> wrote: >> Are you running a beta JVM -> 1.5.0_06-b05? > > Oh, Java version is a 1.4.2. > > Thanks, Edward > > On Mon, Jun 9, 2008 at 4:43

DO NOT REPLY [Bug 42681] FarmWarDeployer

2008-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42681 Vicente TarĂ­n <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTE

Re: An unexpected error has been detected by HotSpot Virtual Machine

2008-06-09 Thread Quintin Beukes
Even if there is such a problem, the JVM should never crash. The JVM crashing means tomcat did something the triggered a bug in the JVM. Even overwritting/reading on buffers should be safe, since the JVM should catch it and throw an exception. On Mon, Jun 9, 2008 at 9:43 AM, Edward J. Yoon <[EMAIL

Re: An unexpected error has been detected by HotSpot Virtual Machine

2008-06-09 Thread Edward J. Yoon
Oh, I see. Thanks for your advice. On Mon, Jun 9, 2008 at 5:45 PM, Quintin Beukes <[EMAIL PROTECTED]> wrote: > Even if there is such a problem, the JVM should never crash. The JVM > crashing means tomcat did something the triggered a bug in the JVM. > Even overwritting/reading on buffers should be

DO NOT REPLY [Bug 45108] JSPX source containing "&" renders "&" in output page

2008-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45108 --- Comment #7 from Julian Reschke <[EMAIL PROTECTED]> 2008-06-09 02:38:56 PST --- Again: a single, unescaped ampersand character in XML (and thus XHTML) is an error, either in the implemenation, the specification, or both. -- Confi

Re: svn commit: r663385 - /tomcat/current/svn15/tc5.5.x/

2008-06-09 Thread Filip Hanik - Dev Lists
oh, maybe I missed the email discussion where we talked about adding this to svn if I did, ignore this email Filip Mark Thomas wrote: Filip Hanik - Dev Lists wrote: sandbox better place to play around :) ? I don't see this as playing around. For those of us on this side of the Atlantic,

svn commit: r665756 - in /tomcat/trunk: java/org/apache/el/parser/AstValue.java webapps/docs/config/systemprops.xml

2008-06-09 Thread markt
Author: markt Date: Mon Jun 9 09:41:58 2008 New Revision: 665756 URL: http://svn.apache.org/viewvc?rev=665756&view=rev Log: Make forced coercion of null and "" to zero optional. It is enabled by default, as per the spec. Patch by Nils Eckert. Modified: tomcat/trunk/java/org/apache/el/parser

Re: svn commit: r663385 - /tomcat/current/svn15/tc5.5.x/

2008-06-09 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: oh, maybe I missed the email discussion where we talked about adding this to svn There wasn't any discussion but what is there to discuss? Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

svn commit: r665758 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-06-09 Thread markt
Author: markt Date: Mon Jun 9 09:45:25 2008 New Revision: 665758 URL: http://svn.apache.org/viewvc?rev=665758&view=rev Log: Propose making fix 43285 optional Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x

DO NOT REPLY [Bug 43285] Missing EL Coercion causes argument type mismatch

2008-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43285 --- Comment #16 from Mark Thomas <[EMAIL PROTECTED]> 2008-06-09 09:45:39 PST --- I have applied your patch to make this optional to trunk and proposed it for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.c

Re: svn commit: r663385 - /tomcat/current/svn15/tc5.5.x/

2008-06-09 Thread Filip Hanik - Dev Lists
Mark Thomas wrote: Filip Hanik - Dev Lists wrote: oh, maybe I missed the email discussion where we talked about adding this to svn There wasn't any discussion but what is there to discuss? I would change the choice of names and the SVN location, for me looking at svn, I have no idea what c

Re: svn commit: r663385 - /tomcat/current/svn15/tc5.5.x/

2008-06-09 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: Mark Thomas wrote: Filip Hanik - Dev Lists wrote: oh, maybe I missed the email discussion where we talked about adding this to svn There wasn't any discussion but what is there to discuss? I would change the choice of names and the SVN location, for me loo

Re: svn commit: r663385 - /tomcat/current/svn15/tc5.5.x/

2008-06-09 Thread Filip Hanik - Dev Lists
Filip Hanik - Dev Lists wrote: Mark Thomas wrote: Filip Hanik - Dev Lists wrote: oh, maybe I missed the email discussion where we talked about adding this to svn There wasn't any discussion but what is there to discuss? I would change the choice of names and the SVN location, for me looki

DO NOT REPLY [Bug 45156] Symbol not found: _open$UNIX2003

2008-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45156 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Component|Connectors |Native:JK

Re: svn commit: r663385 - /tomcat/current/svn15/tc5.5.x/

2008-06-09 Thread Filip Hanik - Dev Lists
Mark Thomas wrote: Filip Hanik - Dev Lists wrote: Mark Thomas wrote: Filip Hanik - Dev Lists wrote: oh, maybe I missed the email discussion where we talked about adding this to svn There wasn't any discussion but what is there to discuss? I would change the choice of names and the SVN

svn commit: r665823 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/ha/session/mbeans-descriptors.xml java/org/apache/catalina/session/ManagerBase.java java/org/apache/catalina/session

2008-06-09 Thread fhanik
Author: fhanik Date: Mon Jun 9 11:49:42 2008 New Revision: 665823 URL: http://svn.apache.org/viewvc?rev=665823&view=rev Log: add jmx accessors for session creation and last accessed time Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/m

svn commit: r665827 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-06-09 Thread fhanik
Author: fhanik Date: Mon Jun 9 11:54:34 2008 New Revision: 665827 URL: http://svn.apache.org/viewvc?rev=665827&view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=66582

svn commit: r665829 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/coyote/http11/ webapps/docs/

2008-06-09 Thread fhanik
Author: fhanik Date: Mon Jun 9 11:59:43 2008 New Revision: 665829 URL: http://svn.apache.org/viewvc?rev=665829&view=rev Log: apply whitespace tolerance fix Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/InternalAprInputBuffer.java tomcat

svn commit: r665830 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/net/AprEndpoint.java webapps/docs/changelog.xml

2008-06-09 Thread fhanik
Author: fhanik Date: Mon Jun 9 12:01:32 2008 New Revision: 665830 URL: http://svn.apache.org/viewvc?rev=665830&view=rev Log: apply fix for APR sendfile to add connection to poller, not worker Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/A

svn commit: r665834 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-06-09 Thread fhanik
Author: fhanik Date: Mon Jun 9 12:12:11 2008 New Revision: 665834 URL: http://svn.apache.org/viewvc?rev=665834&view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=66583

Re: svn commit: r663385 - /tomcat/current/svn15/tc5.5.x/

2008-06-09 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: well, the docs doesn't make sense |/current/| Single directory checkouts for Tomcat 4.x and 5.x |/current/svn15| Single directory checkouts for Tomcat

May Chun Chew/FEA/PEC is out of the office.

2008-06-09 Thread May Chun Chew
I will be out of the office starting 06/10/2008 and will not return until 06/12/2008. I will not be accessing my email during this period. I am Contactable at (65)97876648. For any urgent matters, pls contact my colleague, Richard Seng at 63629293. -

svn commit: r665918 - in /tomcat: current-svn15/ current/svn15/ site/trunk/docs/svn.html site/trunk/xdocs/svn.xml

2008-06-09 Thread markt
Author: markt Date: Mon Jun 9 15:11:48 2008 New Revision: 665918 URL: http://svn.apache.org/viewvc?rev=665918&view=rev Log: Move current (ie with externals) dirs for svn15 that were causing issues with pre 1.5 clients in previous location. If anyone has a better name for the current-svn15 direct

DO NOT REPLY [Bug 45173] New: Apache installation in Windows Vista Home Premium is failing

2008-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45173 Summary: Apache installation in Windows Vista Home Premium is failing Product: Tomcat 5 Version: Unknown Platform: PC OS/Version: Windows Vista Status: NEW