Re: mod_jk 1.2.28 on i5/OS

2009-05-13 Thread Henri Gomez
Hi Rainer. The new patch didn't fix it : User Trace Dump for job 680894/QTMHHTTP/DAPSERVER. Size: 300K, Wrapped 0 times. --- 05/13/2009 10:35:17 --- 0018:292544 apr_palloc: WARNING -- 0018:292568 apr_palloc() called with NULL pool. 0018:292592 requested

DO NOT REPLY [Bug 35351] error jsp:useBean tags

2009-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=35351 Mike Morris mikro...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

DO NOT REPLY [Bug 35351] error jsp:useBean tags

2009-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=35351 Mike Morris mikro...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 holger.sch...@tsi-mms.de changed: What|Removed |Added Status|RESOLVED|REOPENED

Re: mod_jk 1.2.28 on i5/OS

2009-05-13 Thread Henri Gomez
Some comments on your latest provided patch : if (!jk_resolv_pool) { if (apr_pool_create(jk_resolv_pool, (apr_pool_t *)pool) != APR_SUCCESS) { JK_TRACE_EXIT(l); return JK_FALSE; } } /* We need to clear the pool

Re: mod_jk 1.2.28 on i5/OS

2009-05-13 Thread Rainer Jung
On 13.05.2009 14:56, Henri Gomez wrote: Some comments on your latest provided patch : if (!jk_resolv_pool) { if (apr_pool_create(jk_resolv_pool, (apr_pool_t *)pool) != APR_SUCCESS) { JK_TRACE_EXIT(l); return JK_FALSE; }

Re: mod_jk 1.2.28 on i5/OS

2009-05-13 Thread Rainer Jung
Gimme a few minutes, there's something non i5-specific wrong with the patch ... On 13.05.2009 14:56, Henri Gomez wrote: Some comments on your latest provided patch : if (!jk_resolv_pool) { if (apr_pool_create(jk_resolv_pool, (apr_pool_t *)pool) != APR_SUCCESS) {

Re: mod_jk 1.2.28 on i5/OS

2009-05-13 Thread Rainer Jung
Sorry for the broken patch. Besides the not so nice multiple registation of the cleanup, the real problem for the crash after the patch is, that clear() on a pool already calls the cleanup. So I had to register the cleanup for the parent pool (pconf) and not for the pool itself. I'll think about

DO NOT REPLY [Bug 47193] New: not able to compile shared objects because of wrong host_os variable on AIX 6 systems

2009-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47193 Summary: not able to compile shared objects because of wrong host_os variable on AIX 6 systems Product: Tomcat Connectors Version: 1.2.28 Platform: Other OS/Version: AIX

DO NOT REPLY [Bug 47193] not able to compile shared objects because of wrong host_os variable on AIX 6 systems

2009-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47193 --- Comment #1 from Willi Koestinger wilhelm_koestin...@at.ibm.com 2009-05-13 09:21:08 PST --- workaround: ./configure --build=powerpc-ibm-aix5.3.0.0 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email

DO NOT REPLY [Bug 47193] not able to compile shared objects because of wrong host_os variable on AIX 6 systems

2009-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47193 --- Comment #2 from Rainer Jung rainer.j...@kippdata.de 2009-05-13 09:23:11 PST --- Right, I found that annoying to when compiling other packages for AIX. I'll check, whether newer autoconf tools include the correct AIX versions. The

DO NOT REPLY [Bug 47193] not able to compile shared objects because of wrong host_os variable on AIX 6 systems

2009-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47193 --- Comment #3 from Rainer Jung rainer.j...@kippdata.de 2009-05-13 09:59:47 PST --- Automake 1.10.2 contains a config.guess, that knows AIX 6. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ---

svn commit: r774590 - /tomcat/tc6.0.x/tags/TOMCAT_6_0_20/

2009-05-13 Thread remm
Author: remm Date: Wed May 13 23:16:39 2009 New Revision: 774590 URL: http://svn.apache.org/viewvc?rev=774590view=rev Log: - Apache Tomcat 6.0.20. Added: tomcat/tc6.0.x/tags/TOMCAT_6_0_20/ (props changed) - copied from r774589, tomcat/tc6.0.x/trunk/ Propchange:

svn commit: r774597 - in /tomcat/connectors/trunk/jk: native/buildconf.sh xdocs/miscellaneous/changelog.xml

2009-05-13 Thread rjung
Author: rjung Date: Wed May 13 23:32:52 2009 New Revision: 774597 URL: http://svn.apache.org/viewvc?rev=774597view=rev Log: Force copy of automake files when running buildconf.sh. Some of the helper files come with libtool and with automake. We installed them forced from libtool, and then the

DO NOT REPLY [Bug 47193] not able to compile shared objects because of wrong host_os variable on AIX 6 systems

2009-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47193 --- Comment #4 from Rainer Jung rainer.j...@kippdata.de 2009-05-13 17:18:17 PST --- I updated libtool, autoconf and automake on the system and prepared a dev snapshot of 1.2.29 using the new tools. Could you please do a test build of

Terms of use for our Wiki

2009-05-13 Thread Konstantin Kolinko
Hi, all! Should there be some explicit TermsOfUse page or copyright/license clause in our wiki? Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: [VOTE] Release build 6.0.20

2009-05-13 Thread Konstantin Kolinko
2009/5/14 Remy Maucherat r...@apache.org: The candidates binaries are available here: http://people.apache.org/~remm/tomcat-6/v6.0.20/ According to the release process, the 6.0.20 tag is: [ ] Broken [ ] Alpha [ ] Beta [ ] Stable Rémy The tgz archive of the sources is broken. Some of