Java Mailing List Archive

http://www.junlu.com/

Home » dev-digest.tomcat »

dev Digest 26 Jul 2010 12:30:21 -0000 Issue 5298

dev-digest-help

2010-07-26


Author LoginPost Reply

dev Digest 26 Jul 2010 12:30:21 -0000 Issue 5298

Topics (messages 108097 through 108117):

svn commit: r978952 - /tomcat/trunk/checkstyle.xml
 108097 by: markt.apache.org

Re: svn commit: r966882 - in /tomcat/trunk: build.properties.default build.xml checkstyle.xml webapps/docs/changelog.xml
 108098 by: Remy Maucherat
 108099 by: Bill Barker

Bug report for Taglibs [2010/07/25]
 108100 by: bugzilla.apache.org

Bug report for Tomcat 5 [2010/07/25]
 108101 by: bugzilla.apache.org

Bug report for Tomcat 6 [2010/07/25]
 108102 by: bugzilla.apache.org

Bug report for Tomcat 7 [2010/07/25]
 108103 by: bugzilla.apache.org

Bug report for Tomcat Native [2010/07/25]
 108104 by: bugzilla.apache.org

Bug report for Tomcat Connectors [2010/07/25]
 108105 by: bugzilla.apache.org

Re: Project tomcat-trunk-test (in module tomcat-trunk) failed
 108106 by: Bill Barker
 108117 by: Bill Barker

svn commit: r979138 - /tomcat/trunk/build.xml
 108107 by: billbarker.apache.org

svn commit: r979143 - /tomcat/trunk/build.xml
 108108 by: billbarker.apache.org

DO NOT REPLY [Bug 49647] New: MailSessionFactory, et al missing in Tomcat 5.5.30
 108109 by: bugzilla.apache.org

DO NOT REPLY [Bug 39621] Strange result in getRemoteAddr() and Access Logs using APR
 108110 by: bugzilla.apache.org

DO NOT REPLY [Bug 49647] MailSessionFactory, et al missing in Tomcat 5.5.30
 108111 by: bugzilla.apache.org
 108113 by: bugzilla.apache.org

More sources of Tomcat memory leaks
 108112 by: Arjen Knibbe

.o and .a files shipped inside commons-daemon-native.tar.gz in 6.0.29
 108114 by: Óscar Frías Barranco
 108115 by: Mladen Turk

Re: Project tomcat-trunk-validate (in module tomcat-trunk) failed
 108116 by: Bill Barker

Administrivia:

---------------------------------------------------------------------
To post to the list, e-mail: dev@(protected)
To unsubscribe, e-mail: dev-digest-unsubscribe@(protected)
For additional commands, e-mail: dev-digest-help@(protected)

----------------------------------------------------------------------


Attachment: dev_108097.ezm (zipped)
Author: markt
Date: Sun Jul 25 00:12:02 2010
New Revision: 978952

URL: http://svn.apache.org/viewvc?rev=978952&view=rev
Log:
Add additional tests known to pass - list provided by Marc Guillemot.

Modified:
  tomcat/trunk/checkstyle.xml

Modified: tomcat/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/checkstyle.xml?rev=978952&r1=978951&r2=978952&view=diff
==============================================================================
--- tomcat/trunk/checkstyle.xml (original)
+++ tomcat/trunk/checkstyle.xml Sun Jul 25 00:12:02 2010
@@(protected) @@
  "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
  "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<module name="Checker">
+ <!-- When adding checks, keep to the order checks are listed under      -->
+ <!-- 'Standard Checks' in the Checkstyle documentation:             -->
+ <!-- http://checkstyle.sourceforge.net/config_coding.html            -->
+
+ <!-- Misc -->
+ <module name="Translation"/>
+
+ <!-- Whitespace -->
 <module name="FileTabCharacter"/>
+
+ <module name="TreeWalker">
+   <!-- Coding -->
+   <module name="IllegalInstantiation"/>
+  
+   <!-- Imports -->
+   <module name="IllegalImport"/>
+   <!--
+   Do not use - does not take account of imports required for Javadocs
+   <module name="UnusedImports"/>
+   -->
+ </module>
</module>
\ No newline at end of file




Attachment: dev_108098.ezm (zipped)
On Fri, 2010-07-23 at 19:33 -0700, Bill Barker wrote:
> I'm -1 (vote, not veto) on having validate be a dependency for compile.

I'm pretty sure Costin will never ever be able to contribute a single
line of code with that check in place :P

Rémy




Attachment: dev_108099.ezm (zipped)


"Remy Maucherat" <remm@(protected)
news:1280045036.2327.1.camel@(protected)...
> On Fri, 2010-07-23 at 19:33 -0700, Bill Barker wrote:
>> I'm -1 (vote, not veto) on having validate be a dependency for compile.
>
> I'm pretty sure Costin will never ever be able to contribute a single
> line of code with that check in place :P
>

Yes, but the no-tabs rule didn't apply to TC3.3, so I've contributed a lot
of tabs to what has lived to the current code base as well ;).

> Rémy




Attachment: dev_108100.ezm (zipped)
+---------------------------------------------------------------------------+
| Bugzilla Bug ID                                       |
|   +---------------------------------------------------------------------+
|   | Status: UNC=Unconfirmed NEW=New      ASS=Assigned           |
|   |      OPN=Reopened   VER=Verified   (Skipped Closed/Resolved)  |
|   |  +-----------------------------------------------------------------+
|   |  | Severity: BLK=Blocker CRI=Critical REG=Regression MAJ=Major  |
|   |  |       MIN=Minor  NOR=Normal   ENH=Enhancement TRV=Trivial |
|   |  |  +-------------------------------------------------------------+
|   |  |  | Date Posted                                 |
|   |  |  |       +--------------------------------------------------+
|   |  |  |       | Description                         |
|   |  |  |       |                                 |
|27717|New|Maj|2004-03-16|<x:forEach> very slow in JSTL 1.1           |
|33934|New|Cri|2005-03-09|[standard] memory leak in jstl c:set tag       |
|38193|Ass|Enh|2006-01-09|[RDC] BuiltIn Grammar support for Field       |
|38600|Ass|Enh|2006-02-10|[RDC] Enable RDCs to be used in X+V markup (X+RDC)|
|42413|New|Nor|2007-05-14|[PATCH] Log Taglib enhancements             |
|43640|New|Nor|2007-10-16|Move the tests package to JUnit             |
|45197|Ass|Nor|2008-06-12|Need to support the JSTL 1.2 specification     |
|46052|New|Nor|2008-10-21|SetLocaleSupport is slow to initialize when many l|
|48333|New|Nor|2009-12-02|TLD generator                         |
|48773|New|Nor|2010-02-19|DataSourceWrapper and DriverManager problems    |
|49292|New|Nor|2010-05-14|Memory leak in org.apache.taglibs.standard.lang.js|
|49578|New|Nor|2010-07-09|XPath handling only supports single reference to v|
+-----+---+---+----------+--------------------------------------------------+
| Total  12 bugs                                       |
+---------------------------------------------------------------------------+


Attachment: dev_108101.ezm (zipped)
+---------------------------------------------------------------------------+
| Bugzilla Bug ID                                       |
|   +---------------------------------------------------------------------+
|   | Status: UNC=Unconfirmed NEW=New      ASS=Assigned           |
|   |      OPN=Reopened   VER=Verified   (Skipped Closed/Resolved)  |
|   |  +-----------------------------------------------------------------+
|   |  | Severity: BLK=Blocker CRI=Critical REG=Regression MAJ=Major  |
|   |  |       MIN=Minor  NOR=Normal   ENH=Enhancement TRV=Trivial |
|   |  |  +-------------------------------------------------------------+
|   |  |  | Date Posted                                 |
|   |  |  |       +--------------------------------------------------+
|   |  |  |       | Description                         |
|   |  |  |       |                                 |
|27122|Opn|Enh|2004-02-20|IE plugins cannot access components through Tomcat|
|28039|Opn|Enh|2004-03-30|Cluster Support for SingleSignOn            |
|29494|Inf|Enh|2004-06-10|No way to set PATH when running as a service on Wi|
|33262|Inf|Enh|2005-01-27|Service Manager autostart should check for adminis|
|33453|Opn|Enh|2005-02-08|Jasper should recompile JSP files whose datestamps|
|33671|Opn|Enh|2005-02-21|Manual Windows service installation with custom na|
|34801|New|Enh|2005-05-08|PATCH: CGIServlet does not terminate child after a|
|34805|Ass|Enh|2005-05-08|warn about invalid security constraint url pattern|
|34868|Ass|Enh|2005-05-11|allow to register a trust store for a session that|
|35054|Inf|Enh|2005-05-25|warn if appBase is not existing as a File or direc|
|36133|Inf|Enh|2005-08-10|Support JSS SSL implementation             |
|36362|New|Enh|2005-08-25|missing check for Java reserved keywords in tag fi|
|36569|Inf|Enh|2005-09-09|Redirects produce illegal URL's             |
|36837|Inf|Enh|2005-09-28|Looking for ProxyHandler implementation of Http re|
|36922|Inf|Enh|2005-10-04|setup.sh file mis-advertised and missing       |
|37018|Ass|Enh|2005-10-11|Document how to use tomcat-SSL with a pkcs11 token|
|37334|Inf|Enh|2005-11-02|Realm digest property not aligned with the adminis|
|37485|Inf|Enh|2005-11-14|I'd like to run init SQL after JDBC Connection cre|
|38216|Inf|Enh|2006-01-10|Extend Jmxproxy to allow call of MBean Operations |
|38268|Inf|Enh|2006-01-13|User friendly: Need submit button on adding/deleti|
|38360|Inf|Enh|2006-01-24|Domain for session cookies                |
|38546|Inf|Enh|2006-02-07|Google bot sends invalid If-Modifed-Since Header, |
|38577|Inf|Enh|2006-02-08|Enhance logging of security failures         |
|38916|Inf|Enh|2006-03-10|HttpServletRequest cannot handle multipart request|
|39053|Inf|Enh|2006-03-21|include Tomcat embedded sample             |
|39740|New|Enh|2006-06-07|semi-colon ; isn't allowed as a query argument sep|
|39862|Inf|Enh|2006-06-22|provide support for protocol-independent GenericSe|
|40211|Inf|Enh|2006-08-08|Compiled JSP don't indent HTML code          |
|40222|Inf|Enh|2006-08-09|Default Tomcat configuration alows easy session hi|
|40402|New|Enh|2006-09-03|Manager should display Exceptions           |
|40510|New|Enh|2006-09-14|installer does not create shortcuts for all users |
|40712|New|Enh|2006-10-10|Realm admin error.                     |
|40728|Inf|Enh|2006-10-11|Catalina MBeans use non-serializable classes    |
|40766|New|Enh|2006-10-16|Using an unsecure jsessionid with mod_proxy_ajp ov|
|40881|Opn|Enh|2006-11-02|Unable to receive message through TCP channel -> |
|41007|Opn|Enh|2006-11-20|Can't define customized 503 error page        |
|41179|New|Enh|2006-12-15|400 Bad Request response during auto re-deployment|
|41227|Opn|Enh|2006-12-21|When the jasper compiler fails to compile a JSP, i|
|41337|Opn|Enh|2007-01-10|Display an error page if no cert is available on C|
|41496|New|Enh|2007-01-30|set a security provider for jsse in a connector co|
|41498|New|Enh|2007-01-30|allRolesMode Realm configuration option not docume|
|41539|Inf|Enh|2007-02-05|NullPointerException during Embedded tomcat restar|
|41673|New|Enh|2007-02-21|Jasper output the message of compiling error using|
|41697|Ver|Enh|2007-02-25|make visible in debug output if charset from brows|
|41709|Inf|Enh|2007-02-26|When calling the API that relates to the buffer af|
|41718|New|Enh|2007-02-27|Status 302 response to GET request has no body whe|
|42416|New|Enh|2007-05-14|Tomcat startup hangs and AJP13 connector port 8009|
|43423|New|Enh|2007-09-18|catalina.sh -force too fast               |
|43538|New|Enh|2007-10-02|[patch] Show the hostname and IP address in the ma|
|43796|Inf|Enh|2007-11-05|Add MIME type mapping for the "log" extension   |
|43866|New|Enh|2007-11-14|add support for session attribute propagation with|
|43925|Opn|Enh|2007-11-21|org.apache.jasper.runtime.BodyContentImpl causing |
|43960|New|Enh|2007-11-26|Expose StandardWrapper unavailable and/or availabl|
|43991|New|Enh|2007-11-29|Contributing a URLResourceFactory           |
|44216|New|Enh|2008-01-11|Don't reuse session ID even if emptySessionPath=tr|
|44309|New|Enh|2008-01-28|Possible overriding the security state of the conn|
|44399|New|Enh|2008-02-12|Allow ICY response upon receiving icy-metadata hea|
|44897|New|Enh|2008-04-28|HttpServletRequest's .getParameter(String) method |
|44904|New|Enh|2008-04-29|Provide warning message when DataSource's maxActiv|
|45051|New|Enh|2008-05-21|Provide read only access for certain role in Admin|
|45052|New|Enh|2008-05-21|Provide read only access for certain role in Manag|
|45055|New|Enh|2008-05-21|Tomcat Application custom load order         |
|45882|New|Enh|2008-09-24|Ensure all jars have full manifests and N & L file|
|46221|New|Enh|2008-11-17|Leak WebappClassLoader with commons-logging and lo|
|46252|New|Enh|2008-11-20|Tomcat access log doesn't support Unicode      |
|47081|Unc|Enh|2009-04-22|Add support for RFC 2817 - Upgrading to TLS Within|
|47203|New|Enh|2009-05-15|Make JMXAdaptorLifecycleListener Java 1.4 compatib|
|48997|New|Enh|2010-03-26|enhance ssl-howto documentation             |
|49585|New|Reg|2010-07-12|jsvc.tar.gz no longer in $CATALINA_HOME/bin     |
+-----+---+---+----------+--------------------------------------------------+
| Total  69 bugs                                       |
+---------------------------------------------------------------------------+


Attachment: dev_108102.ezm (zipped)
+---------------------------------------------------------------------------+
| Bugzilla Bug ID                                       |
|   +---------------------------------------------------------------------+
|   | Status: UNC=Unconfirmed NEW=New      ASS=Assigned           |
|   |      OPN=Reopened   VER=Verified   (Skipped Closed/Resolved)  |
|   |  +-----------------------------------------------------------------+
|   |  | Severity: BLK=Blocker CRI=Critical REG=Regression MAJ=Major  |
|   |  |       MIN=Minor  NOR=Normal   ENH=Enhancement TRV=Trivial |
|   |  |  +-------------------------------------------------------------+
|   |  |  | Date Posted                                 |
|   |  |  |       +--------------------------------------------------+
|   |  |  |       | Description                         |
|   |  |  |       |                                 |
|39661|Opn|Enh|2006-05-25|Please document JULI FileHandler configuration pro|
|41128|Inf|Enh|2006-12-07|Reference to java Thread name from RequestProcesso|
|41679|New|Enh|2007-02-22|SemaphoreValve should be able to filter on url pat|
|41791|New|Enh|2007-03-07|Tomcat behaves inconsistently concerning flush-pac|
|41883|Ass|Enh|2007-03-18|use abstract wrapper instead of plain X509Certific|
|41944|New|Enh|2007-03-25|Start running the RAT tool to see where we're miss|
|41992|New|Enh|2007-03-30|Need ability to set OS process title         |
|42463|New|Enh|2007-05-20|"crossContext" and classloader issues - pls amend |
|43001|New|Enh|2007-07-30|JspC lacks setMappedFile and setDie for use in Ant|
|43003|New|Enh|2007-07-30|Separate dependent component download and build ta|
|43400|New|Enh|2007-09-14|enum support for tag libs                 |
|43497|New|Enh|2007-09-26|Add ability to escape rendered output of JSP expre|
|43548|Opn|Enh|2007-10-04|xml schema for tomcat-users.xml             |
|43642|New|Enh|2007-10-17|Add prestartminSpareThreads attribute for Executor|
|43682|New|Enh|2007-10-23|JULI: web-inf/classes/logging.properties to suppor|
|43742|New|Enh|2007-10-30|.tag compiles performed one at a time -- extremel|
|43790|Ass|Enh|2007-11-03|concurrent access issue on TagHandlerPool      |
|43979|New|Enh|2007-11-27|Add abstraction for Java and Classfile output   |
|44047|New|Enh|2007-12-10|Provide a way for Tomcat to serve up error pages w|
|44199|New|Enh|2008-01-10|expose current backlog queue size           |
|44225|New|Enh|2008-01-14|SSL connector tries to load the private keystore f|
|44264|New|Enh|2008-01-18|Clustering - Support for disabling multicasting an|
|44284|New|Enh|2008-01-23|Support java.lang.Iterable in c:forEach tag     |
|44294|New|Enh|2008-01-25|Support for EL functions with varargs         |
|44299|New|Enh|2008-01-26|Provider manager app with a log out button     |
|44312|New|Enh|2008-01-28|Warn when overwritting docBase of the default Host|
|44598|New|Enh|2008-03-13|JAASRealm is suppressing Exceptions          |
|44645|New|Enh|2008-03-20|[Patch] JNDIRealm - Doesn't support JNDI "java.nam|
|44787|New|Enh|2008-04-09|provide more error context on "java.lang.IllegalSt|
|44818|New|Enh|2008-04-13|tomcat hangs with GET when content-length is defin|
|45014|New|Enh|2008-05-15|Request and Response classes should have wrappers |
|45282|New|Enh|2008-06-25|NioReceiver doesn't close cleanly, leaving sockets|
|45283|Opn|Enh|2008-06-25|Allow multiple authenticators to be added to pipel|
|45428|New|Enh|2008-07-18|warn if the tomcat stop doesn't complete       |
|45654|New|Enh|2008-08-19|use static methods and attributes in a direct way!|
|45731|New|Enh|2008-09-02|Enhancement request : pluggable httpsession cache |
|45832|New|Enh|2008-09-18|add DIGEST authentication support to Ant tasks   |
|45871|New|Enh|2008-09-23|Support for salted and digested patches in DataSou|
|45878|New|Enh|2008-09-24|Generated jars do not contain proper manifests or |
|45879|Opn|Enh|2008-09-24|Windows installer fails to install NOTICE and RELE|
|45931|Opn|Enh|2008-10-01|trimSpaces incorrectly modifies output        |
|45995|New|Enh|2008-10-13|RFE - MIME type extension not case sensitive    |
|46173|New|Enh|2008-11-09|Small patch for manager app: Setting an optional c|
|46263|New|Enh|2008-11-21|Tomcat reloading of context does not update contex|
|46264|New|Enh|2008-11-21|Shutting down tomcat with large number of contexts|
|46284|New|Enh|2008-11-24|Add flag to DeltaManager that blocks processing cl|
|46350|New|Enh|2008-12-05|Maven repository should contain source bundles   |
|46451|New|Enh|2008-12-30|Configure svn:bugtraq properties            |
|46461|New|Enh|2009-01-01|fail graceful on dns changes for connectors/hosts |
|46497|New|Enh|2009-01-08|Install Tomcat Deployer/ANT on Windows Platform  |
|46558|New|Enh|2009-01-19|Shutdown port with address binding           |
|46655|New|Enh|2009-02-03|keystore's password handler               |
|46727|New|Enh|2009-02-17|DefaultServlet - serving multiple encodings     |
|46819|New|Enh|2009-03-07|Remove redundant object instantiations in JspRunti|
|46902|New|Enh|2009-03-24|LoginValve to bypass restrictions of j_security_ch|
|47059|New|Enh|2009-04-21|Rewrite to use Enum                     |
|47061|New|Enh|2009-04-21|JDBCStore for saving sessions doesn't support data|
|47214|New|Enh|2009-05-17|Inner classes that are explicitly referenced - sho|
|47230|New|Enh|2009-05-21|Include sample cert attributes for SSL connectors |
|47242|New|Enh|2009-05-22|request for AJP command line client          |
|47255|New|Enh|2009-05-23|Improve Tomcat6W display; allow easy setup of secu|
|47281|New|Enh|2009-05-28|Efficiency of the JDBCStore               |
|47396|New|Enh|2009-06-20|Ability to load & bind an external naming context |
|47407|New|Enh|2009-06-23|HttpSessionListener doesn't operate in the session|
|47467|New|Enh|2009-07-02|Deployment of the war file by URL when contextpath|
|47785|Opn|Enh|2009-09-04|Cluster MBean not registered               |
|47834|New|Enh|2009-09-14|TldConfig throws Exception when exploring unpacked|
|47880|New|Enh|2009-09-20|Lack of +x permissions on script files results cry|
|47919|New|Enh|2009-09-30|Log Tomcat & Java environment variables in additio|
|48208|New|Enh|2009-11-17|allow client certificate with any issuer: server.x|
|48226|New|Enh|2009-11-18|Wrong JRE_HOME set                     |
|48543|New|Enh|2010-01-14|[Patch] More flexibility in specifying -Dcatalina.|
|48545|New|Nor|2010-01-14|truststorePass used in JSSESocketFactory should be|
|48600|Opn|Enh|2010-01-22|Performance issue with tags               |
|48672|New|Enh|2010-02-03|Tomcat Virtual Host Manager (/host-manager) have b|
|48674|New|Enh|2010-02-03|Tomcat Virtual Host Manager application doesn't pe|
|48685|Inf|Enh|2010-02-05|Spnego Support in Tomcat                 |
|48738|New|Enh|2010-02-13|[PATCH]Allow GzipOutputFilter to send partial resu|
|48743|New|Enh|2010-02-15|Make the SLEEP variable in catalina.sh settable fr|
|48813|New|Enh|2010-02-24|Allow the parameter org.apache.el.parser.COERCE_TO|
|48822|New|Enh|2010-02-26|Include contest name in reload and stop log statem|
|48827|Opn|Reg|2010-02-27|Error validating empty tag that contains jsp:attri|
|48863|Opn|Enh|2010-03-05|Log directory misconfiguration for class loaders |
|48899|New|Enh|2010-03-12|Guess URI charset should solve lot of problems   |
|48922|New|Enh|2010-03-16|org.apache.catalina.connector.Request clone static|
|48928|New|Enh|2010-03-17|An alternative solution to preloading classes when|
|48956|New|Enh|2010-03-22|SSI regular expressions not working          |
|48967|New|Enh|2010-03-23|Externalize Strings "catalina.base" and "catalina.|
|48973|New|Enh|2010-03-24|Don't create SESSIONS.ser when no session exists |
|49030|New|Nor|2010-03-31|Processing of Tomcat Connector configuration can l|
|49099|Opn|Maj|2010-04-12|Using % after context prefix results in 400 but no|
|49161|New|Enh|2010-04-21|Unknown Publisher when installing tomcat 6.0.26  |
|49176|Opn|Enh|2010-04-23|Jasper in Dev Mode Is Memory Inefficient       |
|49195|New|Min|2010-04-27|Using -1 as shutdown port with Windows service wor|
|49217|New|Min|2010-04-29|Accepting java keyword in EL               |
|49407|New|Nor|2010-06-08|backup manager reports too few current sessions  |
|49464|New|Enh|2010-06-18|DefaultServlet and CharacterEncoding         |
|49497|New|Nor|2010-06-24|Connector.pause() does not pause accepting request|
|49521|New|Nor|2010-06-29|Fix ordering issues in setting channelSocket.maxPo|
|49531|New|Enh|2010-06-30|singlesignon failover not working on DeltaManager/|
|49555|New|Nor|2010-07-05|Custom Taglibs should support all parameters    |
|49613|New|Maj|2010-07-19|Request.getAttributeNames() slows down some applic|
|49625|New|Nor|2010-07-21|Tomcat doesn't send Vary consistently when gzip en|
|49631|New|Nor|2010-07-21|Custom DatabaseResourceProvider extension cannot g|
+-----+---+---+----------+--------------------------------------------------+
| Total 104 bugs                                       |
+---------------------------------------------------------------------------+


Attachment: dev_108103.ezm (zipped)
+---------------------------------------------------------------------------+
| Bugzilla Bug ID                                       |
|   +---------------------------------------------------------------------+
|   | Status: UNC=Unconfirmed NEW=New      ASS=Assigned           |
|   |      OPN=Reopened   VER=Verified   (Skipped Closed/Resolved)  |
|   |  +-----------------------------------------------------------------+
|   |  | Severity: BLK=Blocker CRI=Critical REG=Regression MAJ=Major  |
|   |  |       MIN=Minor  NOR=Normal   ENH=Enhancement TRV=Trivial |
|   |  |  +-------------------------------------------------------------+
|   |  |  | Date Posted                                 |
|   |  |  |       +--------------------------------------------------+
|   |  |  |       | Description                         |
|   |  |  |       |                                 |
|48240|New|Nor|2009-11-19|Tomcat-Lite missing @Override markers         |
|48268|New|Nor|2009-11-23|Patch to fix generics in tomcat-lite         |
|48550|New|Enh|2010-01-14|Update examples and default server.xml to use UTF-|
|48648|New|Nor|2010-01-31|Blank page (dropped connection) when running TC7 w|
|48692|New|Enh|2010-02-07|Provide option to parse application/x-www-form-url|
|48817|New|Nor|2010-02-25|Skip validation query and use JDBC API for validat|
|48837|New|Enh|2010-03-01|Memory leaks protection does not cure leaks trigge|
|48861|New|Nor|2010-03-04|Files without AL headers                 |
|48870|New|Enh|2010-03-08|avoid parallel arrays of base types          |
|48892|New|Enh|2010-03-11|Use URIEncoding from server.xml for decoding post |
|49000|New|Enh|2010-03-26|Cookie parsing bug when an empty value has an equa|
|49100|New|Enh|2010-04-12|Mutable public constants: MemberImpl.TRIBES_MBR_BE|
|49101|New|Enh|2010-04-12|All constants in tribes.transport.Constants are mu|
|49102|New|Enh|2010-04-12|coyote.ajp.Constants - 3 "constant" arrays are mut|
|49125|New|Enh|2010-04-14|toString on byte[] array probably is not correct |
|49126|New|Enh|2010-04-14|jasper.compiler.Generator.createJspId() can genera|
|49142|New|Enh|2010-04-16|Missing serialVersionUIDs                 |
|49159|New|Enh|2010-04-20|Improve ThreadLocal memory leak clean-up       |
|49165|New|Enh|2010-04-21|Enhancement - Allow %{TIME_FORMAT}t As Configurati|
|49180|New|Enh|2010-04-24|Add option to disable log rotation in FileHandler.|
|49234|New|Nor|2010-04-30|JMX Descriptor Modifications               |
|49284|New|Enh|2010-05-12|Implement SSL renegotiation for the NIO connector |
|49290|New|Enh|2010-05-14|Using a JarScanner with scanAllDirectories=true ca|
|49295|New|Enh|2010-05-14|JMXAccessorTask.getProperties() - return Propertie|
|49297|New|Min|2010-05-15|Whitespace absence is allowed before attribute nam|
|49317|New|Enh|2010-05-20|org.apache.catalina.util.Base64 interface needs re|
|49318|New|Enh|2010-05-20|add a Negotiate (Kerberos/NTLM) authenticator / in|
|49395|New|Enh|2010-06-06|manager.findLeaks : display the date when the leak|
|49426|New|Nor|2010-06-11|Manager app wrongly localized              |
|49543|New|Enh|2010-07-02|Request for a "shared" datasource configuration as|
|49584|New|Nor|2010-07-12|Borrowers Getting Stuck                  |
|49589|New|Enh|2010-07-12|Tag handlers with constant attribute values are al|
|49591|New|Enh|2010-07-13|Custom error page always uses Transfer-Encoding: c|
+-----+---+---+----------+--------------------------------------------------+
| Total  33 bugs                                       |
+---------------------------------------------------------------------------+


Attachment: dev_108104.ezm (zipped)
+---------------------------------------------------------------------------+
| Bugzilla Bug ID                                       |
|   +---------------------------------------------------------------------+
|   | Status: UNC=Unconfirmed NEW=New      ASS=Assigned           |
|   |      OPN=Reopened   VER=Verified   (Skipped Closed/Resolved)  |
|   |  +-----------------------------------------------------------------+
|   |  | Severity: BLK=Blocker CRI=Critical REG=Regression MAJ=Major  |
|   |  |       MIN=Minor  NOR=Normal   ENH=Enhancement TRV=Trivial |
|   |  |  +-------------------------------------------------------------+
|   |  |  | Date Posted                                 |
|   |  |  |       +--------------------------------------------------+
|   |  |  |       | Description                         |
|   |  |  |       |                                 |
|38372|Inf|Cri|2006-01-25|tcnative-1.dll response overflow corruption, parti|
|41361|New|Nor|2007-01-14|Content lost when read by a slow client.       |
|42090|New|Cri|2007-04-11|tcnative badly handles some OpenSSL disconnections|
|45392|New|Nor|2008-07-14|No OCSP support for client SSL verification     |
|46041|New|Cri|2008-10-20|Tomcat service is terminated unexpectedly (tcnativ|
|46179|New|Maj|2008-11-10|apr ssl client authentication              |
|46571|New|Nor|2009-01-21|tcnative blocks in APR poll on Solaris        |
|47319|New|Nor|2009-06-05|With APR, getRemoteHost() returns NULL for unknown|
|47851|New|Nor|2009-09-16|thread-safety issues in the TC native Java code  |
|48253|New|Min|2009-11-20|Tomcat Native patch - adding dynamic locking callb|
|48655|New|Nor|2010-02-02|Active multipart downloads prevent tomcat shutdown|
|48891|Opn|Enh|2010-03-11|Missing EOL-style settings in tomcat/jk/trunk   |
|49038|Inf|Nor|2010-04-02|Crash in tcnative                      |
|49556|New|Cri|2010-07-05|the proc.create function used args as env to get t|
|49557|New|Cri|2010-07-05|index erro in the loop to get the env info in the |
|49595|New|Cri|2010-07-15|Tomcat crashes in tcnative-1.dll frequently     |
+-----+---+---+----------+--------------------------------------------------+
| Total  16 bugs                                       |
+---------------------------------------------------------------------------+


Attachment: dev_108105.ezm (zipped)
+---------------------------------------------------------------------------+
| Bugzilla Bug ID                                       |
|   +---------------------------------------------------------------------+
|   | Status: UNC=Unconfirmed NEW=New      ASS=Assigned           |
|   |      OPN=Reopened   VER=Verified   (Skipped Closed/Resolved)  |
|   |  +-----------------------------------------------------------------+
|   |  | Severity: BLK=Blocker CRI=Critical REG=Regression MAJ=Major  |
|   |  |       MIN=Minor  NOR=Normal   ENH=Enhancement TRV=Trivial |
|   |  |  +-------------------------------------------------------------+
|   |  |  | Date Posted                                 |
|   |  |  |       +--------------------------------------------------+
|   |  |  |       | Description                         |
|   |  |  |       |                                 |
|34526|Opn|Nor|2005-04-19|Truncated content in decompressed requests from mo|
|35959|Opn|Enh|2005-08-01|mod_jk not independant of UseCanonicalName     |
|36155|Opn|Nor|2005-08-12|tomcat chooses wrong host if using mod_jk      |
|39967|Inf|Nor|2006-07-05|mod_jk gives segmentation fault when apache is sta|
|40208|Inf|Nor|2006-08-08|Request-Dump when ErrorDocument in httpd.conf is a|
|41170|Inf|Nor|2006-12-13|single crlf in header termination crashes app.   |
|41923|Opn|Nor|2007-03-21|Tomcat doesnt recognized client abort         |
|42366|Inf|Nor|2007-05-09|Memory leak in newer mod_jk version when connectio|
|42554|Opn|Nor|2007-05-31|mod_ssl + mod_jk with status_worker does not work |
|43303|New|Enh|2007-09-04|Versioning under Windows not reported by many conn|
|43968|New|Enh|2007-11-26|[patch] support ipv6 with mod_jk            |
|44290|New|Nor|2008-01-24|mod_jk/1.2.26: retry is not useful for an importan|
|44349|New|Maj|2008-02-04|mod_jk/1.2.26 module does not read worker.status.s|
|44379|New|Enh|2008-02-07|convert the output of strftime into UTF-8      |
|44454|New|Nor|2008-02-19|busy count reported in mod_jk inflated, causes inc|
|44571|New|Enh|2008-03-10|Limits busy per worker to a threshold         |
|45063|New|Nor|2008-05-22|JK-1.2.26 IIS ISAPI filter issue when running diff|
|45313|New|Nor|2008-06-30|mod_jk 1.2.26 & apache 2.2.9 static compiled on so|
|45395|New|Min|2008-07-14|MsgAjp dump method does not dump packet when being|
|46337|New|Nor|2008-12-04|real worker name is wrong                 |
|46406|New|Enh|2008-12-16|Supporting relative paths in isapi_redirect.proper|
|46676|New|Enh|2009-02-09|Configurable test request for Watchdog thread   |
|46767|New|Enh|2009-02-25|mod_jk to send DECLINED in case no fail-over tomca|
|47038|New|Enh|2009-04-15|USE_FLOCK_LK redefined compiler warning when using|
|47327|New|Enh|2009-06-07|remote_user not logged in apache logfile       |
|47617|New|Enh|2009-07-31|include time spent doing ajp_get_endpoint() in err|
|47678|New|Nor|2009-08-11|Unable to allocate shared memory when using isapi_|
|47679|New|Nor|2009-08-11|Not all headers get passed to Tomcat server from i|
|47692|New|Reg|2009-08-12|Can not compile mod_jk with apache2.0.63 and tomca|
|47714|New|Cri|2009-08-20|Reponse mixed between users               |
|47750|New|Maj|2009-08-27|Loss of worker settings when changing via jkstatus|
|47795|New|Maj|2009-09-07|service sticky_session not being set correctly wit|
|47840|Inf|Min|2009-09-14|A broken worker name is written in the log file. |
|48191|New|Maj|2009-11-13|Problem with mod_jk 1.2.28 - Can not render up the|
|48490|New|Nor|2010-01-05|Changing a node to stopped in uriworkermap.propert|
|48501|New|Enh|2010-01-07|Log rotation for ISAPI Redirector           |
|48513|New|Enh|2010-01-09|IIS Quick setup instructions               |
|48564|New|Nor|2010-01-18|Unable to turn off retries for LB worker       |
|48830|New|Nor|2010-03-01|IIS shutdown blocked in endpoint service when serv|
|48925|New|Maj|2010-03-16|((ServletRequest) request).getLocalAddr() returns |
|48940|New|Maj|2010-03-18|IIS to Tomcat occasionally fails on POST with T-E |
|49035|New|Maj|2010-04-01|data lost when post a multipart/form-data form   |
|49048|New|Nor|2010-04-05|ACL not applied to redirect URLs            |
|49063|New|Enh|2010-04-07|Please add JkStripSession status in jk-status work|
|49135|New|Enh|2010-04-16|SPDY Connector for The Tomcat              |
|49413|Opn|Reg|2010-06-09|Apache Mod_jk 1.2.30 is shutting down communicatio|
|49469|New|Enh|2010-06-19|Workers status page has negative number of connect|
|49511|New|Maj|2010-06-28|IIS 7.5 incorrect logging: pfc->pFilterContext is |
+-----+---+---+----------+--------------------------------------------------+
| Total  48 bugs                                       |
+---------------------------------------------------------------------------+


Attachment: dev_108106.ezm (zipped)
To whom it may engage...
   
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at general@(protected).

Project tomcat-trunk-test has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
  - tomcat-trunk-test : Java Servlet 3.0, Java Server Pages 2.2 & Expression Languag...


Full details are available at:
  http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
-DEBUG- Dependency on tomcat-trunk-dbcp exists, no need to add for property tomcat-dbcp-src.jar.
-DEBUG- Dependency on commons-daemon exists, no need to add for property commons-daemon.native.src.tgz.
-DEBUG- Dependency on commons-daemon exists, no need to add for property tomcat-native.tar.gz.
-DEBUG- Dependency on tomcat-trunk-dbcp exists, no need to add for property tomcat-dbcp.home.
-INFO- Failed with reason build failed
-INFO- Project Reports in: /srv/gump/public/workspace/tomcat-trunk/output/build/logs



The following work was performed:
http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/gump_work/build_tomcat-trunk_tomcat-trunk-test.html
Work Name: build_tomcat-trunk_tomcat-trunk-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 6 mins 39 secs
Command Line: /usr/lib/jvm/java-6-sun/bin/java -Djava.awt.headless=true org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Djunit.jar=/srv/gump/public/workspace/junit/dist/junit-25072010.jar -Dcommons-daemon.native.src.tgz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-25072010-native-src.tar.gz -Dcheckstyle.jar=/srv/gump/public/workspace/checkstyle/target/dist/checkstyle-25072010/checkstyle-25072010.jar -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-trunk/tomcat-deps -Djdt.jar=/srv/gump/packages/eclipse/plugins/org.eclipse.jdt.core_3.4.2/jdtcore.jar -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-25072010.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-trunk/tomcat-deps/tomcat-dbcp-src.jar -Dcommons-pool.home=/srv/gump/public/workspace/apache-commons/pool -Dcommons-dbcp.home=/srv/gump/public/workspace/apache-co
mmons/dbcp -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-25072010-native-src.tar.gz -Dtomcat-dbcp.jar=/srv/gump/public/workspace/tomcat-trunk/tomcat-deps/tomcat-dbcp-25072010.jar test
[Working Directory: /srv/gump/public/workspace/tomcat-trunk]
CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/webapps/examples/WEB-INF/classes:/srv/gump/public/workspace/tomcat-trunk/output/testclasses:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/bin/bootstrap.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/bin/tomcat-juli.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/annotations-api.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/servlet-api.jar:/srv/gum
p/public/workspace/tomcat-trunk/output/build/lib/jsp-api.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/el-api.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/catalina.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/catalina-ant.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/tomcat-coyote.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/jasper.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/jasper-el.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/catalina-tribes.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/catalina-ha.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/tomcat-api.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/tomcat-util.jar:/srv/gump/packages/javamail-1.4/mail.jar:/srv/gump/packages/javamail-1.4/lib/mailapi.jar:/srv/gump/packages/jaf-1.1ea/activation.jar:/srv/gump/packages/eclipse/plugins/org.eclipse.jdt.core_3.4.2/jdtcore.jar:
/srv/gump/public/workspace/tomcat-trunk/tomcat-deps/tomcat-dbcp-25072010.jar:/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-25072010.jar:/srv/gump/public/workspace/junit/dist/junit-25072010.jar:/srv/gump/public/workspace/checkstyle/target/dist/checkstyle-25072010/checkstyle-25072010.jar
---------------------------------------------
  [junit] INFO: Starting Servlet Engine: Apache Tomcat/7.0.1-dev
  [junit] Jul 25, 2010 12:27:25 PM org.apache.coyote.http11.Http11Protocol start
  [junit] INFO: Starting Coyote HTTP/1.1 on http-8001
  [junit] Jul 25, 2010 12:27:25 PM org.apache.coyote.http11.AbstractHttp11Protocol pause
  [junit] INFO: Pausing Coyote HTTP/1.1 on http-8001
  [junit] Jul 25, 2010 12:27:26 PM org.apache.catalina.core.StandardService stopInternal
  [junit] INFO: Stopping service Tomcat
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.321 sec
  [junit] Jul 25, 2010 12:27:26 PM org.apache.coyote.http11.AbstractHttp11Protocol destroy
  [junit] INFO: Stopping Coyote HTTP/1.1 on http-8001
  [junit] Running org.apache.tomcat.util.http.TestCookiesNoStrictNamingSysProps
  [junit] Jul 25, 2010 12:27:29 PM org.apache.coyote.http11.Http11Protocol init
  [junit] INFO: Initializing Coyote HTTP/1.1 on http-8001
  [junit] Jul 25, 2010 12:27:29 PM org.apache.catalina.core.StandardService startInternal
  [junit] INFO: Starting service Tomcat
  [junit] Jul 25, 2010 12:27:29 PM org.apache.catalina.core.StandardEngine startInternal
  [junit] INFO: Starting Servlet Engine: Apache Tomcat/7.0.1-dev
  [junit] Jul 25, 2010 12:27:29 PM org.apache.coyote.http11.Http11Protocol start
  [junit] INFO: Starting Coyote HTTP/1.1 on http-8001
  [junit] Jul 25, 2010 12:27:29 PM org.apache.coyote.http11.AbstractHttp11Protocol pause
  [junit] INFO: Pausing Coyote HTTP/1.1 on http-8001
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.46 sec
  [junit] Jul 25, 2010 12:27:30 PM org.apache.catalina.core.StandardService stopInternal
  [junit] INFO: Stopping service Tomcat
  [junit] Jul 25, 2010 12:27:30 PM org.apache.coyote.http11.AbstractHttp11Protocol destroy
  [junit] INFO: Stopping Coyote HTTP/1.1 on http-8001
  [junit] Running org.apache.tomcat.util.http.TestCookiesStrictSysProps
  [junit] Jul 25, 2010 12:27:33 PM org.apache.coyote.http11.Http11Protocol init
  [junit] INFO: Initializing Coyote HTTP/1.1 on http-8001
  [junit] Jul 25, 2010 12:27:33 PM org.apache.catalina.core.StandardService startInternal
  [junit] INFO: Starting service Tomcat
  [junit] Jul 25, 2010 12:27:33 PM org.apache.catalina.core.StandardEngine startInternal
  [junit] INFO: Starting Servlet Engine: Apache Tomcat/7.0.1-dev
  [junit] Jul 25, 2010 12:27:33 PM org.apache.coyote.http11.Http11Protocol start
  [junit] INFO: Starting Coyote HTTP/1.1 on http-8001
  [junit] Jul 25, 2010 12:27:33 PM org.apache.coyote.http11.AbstractHttp11Protocol pause
  [junit] INFO: Pausing Coyote HTTP/1.1 on http-8001
  [junit] Jul 25, 2010 12:27:34 PM org.apache.catalina.core.StandardService stopInternal
  [junit] INFO: Stopping service Tomcat
  [junit] Jul 25, 2010 12:27:34 PM org.apache.coyote.http11.AbstractHttp11Protocol destroy
  [junit] INFO: Stopping Coyote HTTP/1.1 on http-8001
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.229 sec
  [junit] Running org.apache.tomcat.util.res.TestStringManager
  [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.013 sec

BUILD FAILED
/srv/gump/public/workspace/tomcat-trunk/build.xml:957: The following error occurred while executing this line:
/srv/gump/public/workspace/tomcat-trunk/build.xml:1014: Some tests completed with a Failure. See /srv/gump/public/workspace/tomcat-trunk/output/build/logs for details.

Total time: 6 minutes 38 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/rss.xml
- Atom: http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 08000825072010, vmgump:vmgump-public:08000825072010
Gump E-mail Identifier (unique within run) #5.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]


Attachment: dev_108117.ezm (zipped)
To whom it may engage...
   
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at general@(protected).

Project tomcat-trunk-test has an issue affecting its community integration.
This issue affects 1 projects,
and has been outstanding for 2 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
  - tomcat-trunk-test : Java Servlet 3.0, Java Server Pages 2.2 & Expression Languag...


Full details are available at:
  http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
-DEBUG- Dependency on tomcat-trunk-dbcp exists, no need to add for property tomcat-dbcp-src.jar.
-DEBUG- Dependency on commons-daemon exists, no need to add for property commons-daemon.native.src.tgz.
-DEBUG- Dependency on commons-daemon exists, no need to add for property tomcat-native.tar.gz.
-DEBUG- Dependency on tomcat-trunk-dbcp exists, no need to add for property tomcat-dbcp.home.
-INFO- Failed with reason build failed
-INFO- Project Reports in: /srv/gump/public/workspace/tomcat-trunk/output/build/logs



The following work was performed:
http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/gump_work/build_tomcat-trunk_tomcat-trunk-test.html
Work Name: build_tomcat-trunk_tomcat-trunk-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 5 mins 51 secs
Command Line: /usr/lib/jvm/java-6-sun/bin/java -Djava.awt.headless=true org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Djunit.jar=/srv/gump/public/workspace/junit/dist/junit-26072010.jar -Dcommons-daemon.native.src.tgz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-26072010-native-src.tar.gz -Dcheckstyle.jar=/srv/gump/public/workspace/checkstyle/target/dist/checkstyle-26072010/checkstyle-26072010.jar -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-trunk/tomcat-deps -Djdt.jar=/srv/gump/packages/eclipse/plugins/org.eclipse.jdt.core_3.4.2/jdtcore.jar -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-26072010.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-trunk/tomcat-deps/tomcat-dbcp-src.jar -Dcommons-pool.home=/srv/gump/public/workspace/apache-commons/pool -Dcommons-dbcp.home=/srv/gump/public/workspace/apache-co
mmons/dbcp -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-26072010-native-src.tar.gz -Dtomcat-dbcp.jar=/srv/gump/public/workspace/tomcat-trunk/tomcat-deps/tomcat-dbcp-26072010.jar test
[Working Directory: /srv/gump/public/workspace/tomcat-trunk]
CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/webapps/examples/WEB-INF/classes:/srv/gump/public/workspace/tomcat-trunk/output/testclasses:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/bin/bootstrap.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/bin/tomcat-juli.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/annotations-api.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/servlet-api.jar:/srv/gum
p/public/workspace/tomcat-trunk/output/build/lib/jsp-api.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/el-api.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/catalina.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/catalina-ant.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/tomcat-coyote.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/jasper.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/jasper-el.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/catalina-tribes.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/catalina-ha.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/tomcat-api.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/tomcat-util.jar:/srv/gump/packages/javamail-1.4/mail.jar:/srv/gump/packages/javamail-1.4/lib/mailapi.jar:/srv/gump/packages/jaf-1.1ea/activation.jar:/srv/gump/packages/eclipse/plugins/org.eclipse.jdt.core_3.4.2/jdtcore.jar:
/srv/gump/public/workspace/tomcat-trunk/tomcat-deps/tomcat-dbcp-26072010.jar:/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-26072010.jar:/srv/gump/public/workspace/junit/dist/junit-26072010.jar:/srv/gump/public/workspace/checkstyle/target/dist/checkstyle-26072010/checkstyle-26072010.jar
---------------------------------------------
  [junit] INFO: Starting Servlet Engine: Apache Tomcat/7.0.1-dev
  [junit] Jul 26, 2010 5:29:37 AM org.apache.coyote.http11.Http11Protocol start
  [junit] INFO: Starting Coyote HTTP/1.1 on http-8001
  [junit] Jul 26, 2010 5:29:37 AM org.apache.coyote.http11.AbstractHttp11Protocol pause
  [junit] INFO: Pausing Coyote HTTP/1.1 on http-8001
  [junit] Jul 26, 2010 5:29:38 AM org.apache.catalina.core.StandardService stopInternal
  [junit] INFO: Stopping service Tomcat
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.323 sec
  [junit] Jul 26, 2010 5:29:38 AM org.apache.coyote.http11.AbstractHttp11Protocol destroy
  [junit] INFO: Stopping Coyote HTTP/1.1 on http-8001
  [junit] Running org.apache.tomcat.util.http.TestCookiesNoStrictNamingSysProps
  [junit] Jul 26, 2010 5:29:40 AM org.apache.coyote.http11.Http11Protocol init
  [junit] INFO: Initializing Coyote HTTP/1.1 on http-8001
  [junit] Jul 26, 2010 5:29:40 AM org.apache.catalina.core.StandardService startInternal
  [junit] INFO: Starting service Tomcat
  [junit] Jul 26, 2010 5:29:40 AM org.apache.catalina.core.StandardEngine startInternal
  [junit] INFO: Starting Servlet Engine: Apache Tomcat/7.0.1-dev
  [junit] Jul 26, 2010 5:29:41 AM org.apache.coyote.http11.Http11Protocol start
  [junit] INFO: Starting Coyote HTTP/1.1 on http-8001
  [junit] Jul 26, 2010 5:29:41 AM org.apache.coyote.http11.AbstractHttp11Protocol pause
  [junit] INFO: Pausing Coyote HTTP/1.1 on http-8001
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.392 sec
  [junit] Jul 26, 2010 5:29:42 AM org.apache.catalina.core.StandardService stopInternal
  [junit] INFO: Stopping service Tomcat
  [junit] Jul 26, 2010 5:29:42 AM org.apache.coyote.http11.AbstractHttp11Protocol destroy
  [junit] INFO: Stopping Coyote HTTP/1.1 on http-8001
  [junit] Running org.apache.tomcat.util.http.TestCookiesStrictSysProps
  [junit] Jul 26, 2010 5:29:44 AM org.apache.coyote.http11.Http11Protocol init
  [junit] INFO: Initializing Coyote HTTP/1.1 on http-8001
  [junit] Jul 26, 2010 5:29:44 AM org.apache.catalina.core.StandardService startInternal
  [junit] INFO: Starting service Tomcat
  [junit] Jul 26, 2010 5:29:44 AM org.apache.catalina.core.StandardEngine startInternal
  [junit] INFO: Starting Servlet Engine: Apache Tomcat/7.0.1-dev
  [junit] Jul 26, 2010 5:29:44 AM org.apache.coyote.http11.Http11Protocol start
  [junit] INFO: Starting Coyote HTTP/1.1 on http-8001
  [junit] Jul 26, 2010 5:29:44 AM org.apache.coyote.http11.AbstractHttp11Protocol pause
  [junit] INFO: Pausing Coyote HTTP/1.1 on http-8001
  [junit] Jul 26, 2010 5:29:45 AM org.apache.catalina.core.StandardService stopInternal
  [junit] INFO: Stopping service Tomcat
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.336 sec
  [junit] Jul 26, 2010 5:29:45 AM org.apache.coyote.http11.AbstractHttp11Protocol destroy
  [junit] INFO: Stopping Coyote HTTP/1.1 on http-8001
  [junit] Running org.apache.tomcat.util.res.TestStringManager
  [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.011 sec

BUILD FAILED
/srv/gump/public/workspace/tomcat-trunk/build.xml:957: The following error occurred while executing this line:
/srv/gump/public/workspace/tomcat-trunk/build.xml:1014: Some tests completed with a Failure. See /srv/gump/public/workspace/tomcat-trunk/output/build/logs for details.

Total time: 5 minutes 49 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/rss.xml
- Atom: http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 09000026072010, vmgump:vmgump-public:09000026072010
Gump E-mail Identifier (unique within run) #26.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]


Attachment: dev_108107.ezm (zipped)
Author: billbarker
Date: Mon Jul 26 03:00:08 2010
New Revision: 979138

URL: http://svn.apache.org/viewvc?rev=979138&view=rev
Log:
no reason to do indirect here

Modified:
  tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=979138&r1=979137&r2=979138&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Mon Jul 26 03:00:08 2010
@@(protected) @@
   
 </target>

- <target name="validate" depends="download-validate" if="${execute.validate}">
+ <target name="validate" depends="download-validate" if="execute.validate">
  <taskdef resource="checkstyletask.properties"
         classpath="${checkstyle.jar}" />
   <checkstyle config="checkstyle.xml">




Attachment: dev_108108.ezm (zipped)
Author: billbarker
Date: Mon Jul 26 03:27:37 2010
New Revision: 979143

URL: http://svn.apache.org/viewvc?rev=979143&view=rev
Log:
reverting, since 1.8 requires an indirect

Modified:
  tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=979143&r1=979142&r2=979143&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Mon Jul 26 03:27:37 2010
@@(protected) @@
   
 </target>

- <target name="validate" depends="download-validate" if="execute.validate">
+ <target name="validate" depends="download-validate" if="${execute.validate}">
  <taskdef resource="checkstyletask.properties"
         classpath="${checkstyle.jar}" />
   <checkstyle config="checkstyle.xml">




Attachment: dev_108109.ezm (zipped)
https://issues.apache.org/bugzilla/show_bug.cgi?id=49647

      Summary: MailSessionFactory, et al missing in Tomcat 5.5.30
      Product: Tomcat 5
      Version: 5.5.30
      Platform: PC
    OS/Version: other
       Status: NEW
      Severity: regression
      Priority: P2
     Component: Catalina
    AssignedTo: dev@(protected)
    ReportedBy: adam@(protected)


OS is Windows 7 (which probably could be added to your OS list now).

5.5.30 appears to have reintroduced this bug:
https://issues.apache.org/bugzilla/show_bug.cgi?id=40668

Comparing naming-factory.jar in Tomcat 5.5.29 with the one distributed in
Tomcat 5.5.30 confirms that the following classes are missing:

SendMailFactory
SendMailFactory$1
MailSessionFactory
MailSessionFactory$1
MailSessionFactory$2

As a result, sending email from our Tomcat application is completely broken.

--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Attachment: dev_108110.ezm (zipped)
https://issues.apache.org/bugzilla/show_bug.cgi?id=39621

--- Comment #7 from Lalit Mishra <lalit.mishra@(protected) ---
Created an attachment (id=25801)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25801)
apr-1.3.9-patch

We faced this problem with RedHat 9 only when IPv6 is disabled.
Linux 2.6.12.3 #1 SMP Tue Jun 10 17:56:55 IST 2008 i686 i686 i386 GNU/Linux
(this is not the stock kernel in RH 9).

APR version 1.3.9.

Absence of AI_ADDRCONFIG flag for getaddrinfo in glibc is the root cause.
From man getaddrinfo -

  If hints.ai_flags includes the AI_ADDRCONFIG flag, then IPv4 addresses are
returned in the list pointed to by result only if the local system has at lea
st one IPv4 address configured, and IPv6 addresses are only returned if the
local system has at least one IPv6 address configured.

When tomcat searches for local address to bind, it finally calls call_resolver
function of sockaddr.c in APR with hostname=null. As AI_ADDRCONFIG flag is not
present, getaddrinfo returns "::" and 0.0.0.0 in the list of available
addresses. The tcnative method (Address.info, see address.c) prefers the IPv6
(::) address among these and returns this to Tomcat, and Tomcat specifies this
address to bind to the socket (surprisingly, the kernel does not complain when
binding an IPv6 address to an AF_INET socket). Therefore, APR code falsely ends
up setting AF_INET6 to local_addr->family and (later when accept returns) to
remote_addr->family as well. Thus when an IPv4 host connects, though accept
returns proper IPv4 address to APR, APR still believes it to be IPv6 address
and messes up while translating to presentation format.

Fix:
If AI_ADDRCONFIF flag is not present, we need to determine if IPv6 is
*actually* available or not. This can be achieved by trying to open an IPv6
socket. If this fails then set hints.ai_family to AF_INET so that getaddrinfo
returns IPv4 addresses only. Of course do this only when family has been
specified as AF_UNSPEC. We do not want to return IPv4 addresses when asked
specifically for IPv6 addresses.
Please see attached patch (for APR 1.3.9).

--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Attachment: dev_108111.ezm (zipped)
https://issues.apache.org/bugzilla/show_bug.cgi?id=49647

adam@(protected):

      What   |Removed              |Added
----------------------------------------------------------------------------
          CC|                   |adam@(protected)

--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Attachment: dev_108113.ezm (zipped)
https://issues.apache.org/bugzilla/show_bug.cgi?id=49647

--- Comment #1 from Rainer Jung <rainer.jung@(protected) ---
Confirmed.

I checked all the jar files, those are the only classes missing, all other
changes are as expected.

container/catalina/build.xml builds the classes if property compile.javamail is
set, which is true if either full.dist=="on" or javamail.present is set. The
latter is true, if it finds "javax.activation.DataSource" in activation.jar and
"javax.mail.Service" in mail.jar. Both are not part of the download target,
possibly because of licensing. So I guess they were not present on the build
machine.

We need better release documentation for TC 5.5, release process seems to be to
fragile. There are lots of other dynamically determined conditions in the
build.xml files.

--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Attachment: dev_108112.ezm (zipped)

After being plaged by PermGen space OutOfMemoryErrors I came across an
http://java.dzone.com/articles/memory-leak-protection-tomcat interview with
Mark Thomas announcing the solution for these kinds of memory leaks. I
upgraded Tomcat 6.0.26 on Solaris 5.8 machine and repeatedly deployed and
undeployed my applications. However, the problem remained. After many weeks,
I think I got it:

Besides the enhanced WebappClassLoader the new Tomcat uses a Listener
org.apache.catalina.core.JreMemoryLeakPreventionListener, that has to be
included in the server.xml file. By upgrading, I missed that.

The class javax.security.auth.Policy has a static member contextClassLoader
that can refer to the WebappClassLoader.
from jhat:
<h3>Static reference from
javax.security.auth.Policy.contextClassLoader<small> (from
../object/0xdc035580 class javax.security.auth.Policy) </small> :</h3>--&gt;
../object/0xeb5a84a0 org.apache.catalina.loader.WebappClassLoader@(protected)
(157 bytes)
<br>

The class sun.rmi.server.LoaderHander has a static member LoaderTable that
can contain the WebappClassLoader when using RMI.
From jhat:
<h3>Static reference from sun.rmi.server.LoaderHandler.loaderTable<small>
(from ../object/0xdbf2b258 class sun.rmi.server.LoaderHandler) </small>
:</h3>--&gt; ../object/0xeb7b52d0 java.util.HashMap@(protected))

(field table:)<br>
--&gt; ../object/0xeb7b52f8 [Ljava.util.HashMap$Entry;@(protected)
bytes)
(Element 0 of [Ljava.util.HashMap$Entry;@(protected)>
--&gt; ../object/0xeb7b5388 java.util.HashMap$Entry@(protected))
(field key:)<br>
--&gt; ../object/0xeb7b53a0
sun.rmi.server.LoaderHandler$LoaderKey@(protected))
(field parent:)<br>
--&gt; ../object/0xeb5a84a0
org.apache.catalina.loader.WebappClassLoader@(protected))
<br>

The clearReferencesThreadLocals() method of WebappClassLoader clears two
Thread tables from references to the WebappClassLoader. When using axis, the
tables can have a HashMap as key, which contains (possibly after many nested
HashMaps) a class that was loaded by the WebappClassLoader.
From jhat:
<h3>Static reference from org.apache.catalina.ServerFactory.server<small>
(from ../object/0xdba00178 class org.apache.catalina.ServerFactory)
</small> :</h3>--&gt; ../object/0xeb400668
org.apache.catalina.core.StandardServer@(protected))
(field services:)<br>
--&gt; ../object/0xeb4b4178 [Lorg.apache.catalina.Service;@(protected)
bytes)
(Element 0 of [Lorg.apache.catalina.Service;@(protected)>
--&gt; ../object/0xeb4b4188
org.apache.catalina.core.StandardService@(protected))
(field container:)<br>
--&gt; ../object/0xeb4b42c8
org.apache.catalina.core.StandardEngine@(protected))
(field thread:)<br>
--&gt; ../object/0xeb58b6e0 java.lang.Thread@(protected))
(field threadLocals:)<br>
--&gt; ../object/0xeb58b800 java.lang.ThreadLocal$ThreadLocalMap@(protected)
(20 bytes)
(field table:)<br>
--&gt; ../object/0xeb58b818
[Ljava.lang.ThreadLocal$ThreadLocalMap$Entry;@(protected))
(Element 8 of
[Ljava.lang.ThreadLocal$ThreadLocalMap$Entry;@(protected)>
--&gt; ../object/0xeb58b908
java.lang.ThreadLocal$ThreadLocalMap$Entry@(protected))
(field value:)<br>

--&gt; ../object/0xeb58b928 java.util.HashMap@(protected))
(field table:)<br>
--&gt; ../object/0xeb58b950 [Ljava.util.HashMap$Entry;@(protected)
bytes)
(Element 0 of [Ljava.util.HashMap$Entry;@(protected)>
--&gt; ../object/0xeb58bb40 java.util.HashMap$Entry@(protected))

(field key:)<br>
--&gt; ../object/0xdbe798a0 class org.apache.axis.types.Notation (84 bytes)
(??:)<br>
--&gt; ../object/0xeb5a84a0
org.apache.catalina.loader.WebappClassLoader@(protected))
<br>

Suppose there is an web application A that uses a database and registers a
Driver with the java.sql.DriverManager, and a web application B that doesn't
use a database but has a jar file in its WEB-INF/lib directory that contains
the same Driver. Suppose you unload webapplication B.
Running the org.apache.catalina.loader.JdbcLeakPrevention class will
actually register the Driver and leave it loaded! The cause is the way the
DriverManager checks whether a ClassLoader has permission to load the
Driver. It does that by calling ClassForName with the ClassLoader, which
will load the class if the class has not been loaded by that ClassLoader.
And loading a Driver triggers the Driver to register itself.
Seems that the loop in org.apache.catalina.loader.JdbcLeakPrevention has to
be run twice.

I included the org.apache.catalina.core.JreMemoryLeakPreventionListener in
my server.xml file.
In the destroy method of my servlet, I did the following:
<ul>
<li>Set javax.security.auth.Policy.contextClassLoader to null if it
referenced the WebappClassLoader.</li>
<li>Iterates over the sun.rmi.server.LoaderHandler$LoaderKey items in
sun.rmi.server.LoaderHandler, removing items whose parent field referred to
the WebappClassLoader.</li>
<li>Traverse Collections and Maps in the two java.lang.ThreadLocal table
fields, clearing all deep references to the WebappClassLoader.</li>
</ul>
After that, my classes were unloaded after undeploy.

Arjen
--
Sent from the Tomcat - Dev mailing list archive at Nabble.com.



Attachment: dev_108114.ezm (zipped)
Hello.

It looks like Tomcat 6.0.29 includes a version of Commons Daemon which
includes (wrongly I think) several .o and .a files.
I tried to compile "jsvc" by doing:
./configure
./make

And it failed with this message:
"ar: libservice.a: Malformed archive"

Then I realized that several object files (.a and .o) were in the
distribution tarball. Probably they do not match my platform and this is
why the make process failed.

# tar tzf commons-daemon-native.tar.gz | grep "\.a"
commons-daemon-1.0.2-native-src/unix/native/libservice.a
commons-daemon-1.0.2-native-src/windows/libprocrun.amd64
commons-daemon-1.0.2-native-src/windows/apps/prunmgr/prunmgr.amd64
commons-daemon-1.0.2-native-src/windows/apps/prunsrv/prunsrv.amd64
# tar tzf commons-daemon-native.tar.gz | grep "\.o"
commons-daemon-1.0.2-native-src/unix/native/home.o
commons-daemon-1.0.2-native-src/unix/native/debug.o
commons-daemon-1.0.2-native-src/unix/native/signals.o
commons-daemon-1.0.2-native-src/unix/native/arguments.o
commons-daemon-1.0.2-native-src/unix/native/dso-dlfcn.o
commons-daemon-1.0.2-native-src/unix/native/replace.o
commons-daemon-1.0.2-native-src/unix/native/location.o
commons-daemon-1.0.2-native-src/unix/native/dso-dyld.o
commons-daemon-1.0.2-native-src/unix/native/jsvc-unix.o
commons-daemon-1.0.2-native-src/unix/native/locks.o
commons-daemon-1.0.2-native-src/unix/native/help.o
commons-daemon-1.0.2-native-src/unix/native/java.o


Regards,
Óscar Frías

Attachment: dev_108115.ezm (zipped)
On 07/26/2010 11:51 AM, Óscar Frías Barranco wrote:
> Hello.
>
> It looks like Tomcat 6.0.29 includes a version of Commons Daemon which
> includes (wrongly I think) several .o and .a files.

Right, that slip trough while releasing daemon 1.0.2
1.0.3 release is on the horizon, so just do a make clean before make


Regards
--
^TM


Attachment: dev_108116.ezm (zipped)
To whom it may engage...
   
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at general@(protected).

Project tomcat-trunk-validate has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
  - tomcat-trunk-validate : Java Servlet 3.0, Java Server Pages 2.2 & Expression Languag...


Full details are available at:
  http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-validate/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
-DEBUG- Dependency on checkstyle exists, no need to add for property checkstyle.jar.
-INFO- Failed with reason build failed



The following work was performed:
http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-validate/gump_work/build_tomcat-trunk_tomcat-trunk-validate.html
Work Name: build_tomcat-trunk_tomcat-trunk-validate (Type: Build)
Work ended in a state of : Failed
Elapsed: 2 secs
Command Line: /usr/lib/jvm/java-6-sun/bin/java -Djava.awt.headless=true org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Dcheckstyle.jar=/srv/gump/public/workspace/checkstyle/target/dist/checkstyle-26072010/checkstyle-26072010.jar -Dexecute.validate=true validate
[Working Directory: /srv/gump/public/workspace/tomcat-trunk]
CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/checkstyle/target/dist/checkstyle-26072010/checkstyle-26072010.jar:/srv/gump/public/workspace/checkstyle/target/dist/checkstyle-26072010/checkstyle-optional-26072010.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-26072010.jar:/srv/gump/public/workspace/jakarta-bcel/target/bcel-5.3-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons
-beanutils-26072010.jar:/srv/gump/public/workspace/apache-commons/cli/target/commons-cli-26072010.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-26072010.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-26072010.jar:/srv/gump/packages/javamail-1.4/mail.jar:/srv/gump/packages/javamail-1.4/lib/mailapi.jar:/srv/gump/packages/jaf-1.1ea/activation.jar
---------------------------------------------
Buildfile: /srv/gump/public/workspace/tomcat-trunk/build.xml

download-validate:

proxyflags:

setproxy:

testexist:
  [echo] Testing for /srv/gump/public/workspace/checkstyle/target/dist/checkstyle-26072010/checkstyle-26072010.jar

downloadzip:

validate:

BUILD FAILED
/srv/gump/public/workspace/tomcat-trunk/build.xml:416: Unable to create a Checker: cannot initialize module FileTabCharacter - Unable to instantiate FileTabCharacter

Total time: 1 second
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-validate/rss.xml
- Atom: http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-validate/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 09000026072010, vmgump:vmgump-public:09000026072010
Gump E-mail Identifier (unique within run) #19.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]

©2008 junlu.com - Jax Systems, LLC, U.S.A.