Re: Tomcat 7.0.27 crash with libtcnative-1.so.0.1.23+0x12cca in CentOS5.5

2012-08-02 Thread Henri Gomez
Could you try with latest tcnative (1.1.24) ?

2012/8/2 yuheng.wei :
> is it a bug or not? how can i avoid, thanks
>
>
>
> --
> View this message in context: 
> http://tomcat.10.n6.nabble.com/Tomcat-7-0-27-crash-with-libtcnative-1-so-0-1-23-0x12cca-in-CentOS5-5-tp4984761p4984793.html
> Sent from the Tomcat - Dev mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: Tomcat 7.0.27 crash with libtcnative-1.so.0.1.23+0x12cca in CentOS5.5

2012-08-02 Thread yuheng.wei
yes, when i use tomcat 7.0.29, it also crash.

now i use another captcha lib replace kaptcha, the error seem not occur.

i'm in testing the new lib.


2012/8/2 Henri Gomez [via Tomcat] 

> Could you try with latest tcnative (1.1.24) ?
>
> 2012/8/2 yuheng.wei <[hidden 
> email]>:
>
>
> > is it a bug or not? how can i avoid, thanks
> >
> >
> >
> > --
> > View this message in context:
> http://tomcat.10.n6.nabble.com/Tomcat-7-0-27-crash-with-libtcnative-1-so-0-1-23-0x12cca-in-CentOS5-5-tp4984761p4984793.html
> > Sent from the Tomcat - Dev mailing list archive at Nabble.com.
> >
> > -
> > To unsubscribe, e-mail: [hidden 
> > email]
> > For additional commands, e-mail: [hidden 
> > email]
> >
>
> -
> To unsubscribe, e-mail: [hidden 
> email]
> For additional commands, e-mail: [hidden 
> email]
>
>
>
> --
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://tomcat.10.n6.nabble.com/Tomcat-7-0-27-crash-with-libtcnative-1-so-0-1-23-0x12cca-in-CentOS5-5-tp4984761p4984794.html
>  To unsubscribe from Tomcat 7.0.27 crash with
> libtcnative-1.so.0.1.23+0x12cca in CentOS5.5, click 
> here
> .
> NAML
>




--
View this message in context: 
http://tomcat.10.n6.nabble.com/Tomcat-7-0-27-crash-with-libtcnative-1-so-0-1-23-0x12cca-in-CentOS5-5-tp4984761p4984796.html
Sent from the Tomcat - Dev mailing list archive at Nabble.com.

svn commit: r1368391 - in /tomcat/maven-plugin/trunk: common-tomcat-maven-plugin/pom.xml pom.xml tomcat6-maven-plugin/pom.xml tomcat7-maven-plugin/pom.xml

2012-08-02 Thread olamy
Author: olamy
Date: Thu Aug  2 08:53:49 2012
New Revision: 1368391

URL: http://svn.apache.org/viewvc?rev=1368391&view=rev
Log:
use project build directory as tmpdir when running test to avoid using a shared 
directory on ci server

Modified:
tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml
tomcat/maven-plugin/trunk/pom.xml
tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml

Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml?rev=1368391&r1=1368390&r2=1368391&view=diff
==
--- tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml (original)
+++ tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml Thu Aug  2 
08:53:49 2012
@@ -136,6 +136,7 @@
 
   
 ${basedir}
+${project.build.directory}
   
 
   

Modified: tomcat/maven-plugin/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1368391&r1=1368390&r2=1368391&view=diff
==
--- tomcat/maven-plugin/trunk/pom.xml (original)
+++ tomcat/maven-plugin/trunk/pom.xml Thu Aug  2 08:53:49 2012
@@ -582,7 +582,7 @@
 
   org.apache.maven.plugins
   maven-surefire-plugin
-  2.12
+  2.12.1
 
 
   org.apache.maven.plugins

Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml?rev=1368391&r1=1368390&r2=1368391&view=diff
==
--- tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml Thu Aug  2 08:53:49 
2012
@@ -190,6 +190,9 @@
   
 **/**IT*
   
+  
+${project.build.directory}
+  
 
   
   

Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml?rev=1368391&r1=1368390&r2=1368391&view=diff
==
--- tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml Thu Aug  2 08:53:49 
2012
@@ -242,6 +242,9 @@
   
 **/**IT*
   
+  
+${project.build.directory}
+  
 
   
   



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1368392 - /tomcat/maven-plugin/trunk/pom.xml

2012-08-02 Thread olamy
Author: olamy
Date: Thu Aug  2 08:56:13 2012
New Revision: 1368392

URL: http://svn.apache.org/viewvc?rev=1368392&view=rev
Log:
ouch new surefire plugin fail with mvn 2.x

Modified:
tomcat/maven-plugin/trunk/pom.xml

Modified: tomcat/maven-plugin/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1368392&r1=1368391&r2=1368392&view=diff
==
--- tomcat/maven-plugin/trunk/pom.xml (original)
+++ tomcat/maven-plugin/trunk/pom.xml Thu Aug  2 08:56:13 2012
@@ -582,7 +582,7 @@
 
   org.apache.maven.plugins
   maven-surefire-plugin
-  2.12.1
+  2.12
 
 
   org.apache.maven.plugins



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: Tomcat 7.0.27 crash with libtcnative-1.so.0.1.23+0x12cca in CentOS5.5

2012-08-02 Thread yuheng.wei
i use new captcha generate
methodreplace
Kaptcha ,

now tomcat can't crash.

thanks all.




--
View this message in context: 
http://tomcat.10.n6.nabble.com/Tomcat-7-0-27-crash-with-libtcnative-1-so-0-1-23-0x12cca-and-Kaptcha-in-CentOS5-5-tp4984761p4984800.html
Sent from the Tomcat - Dev mailing list archive at Nabble.com.

[Bug 53641] New: Wrong websocket's subprotocol implementation

2012-08-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53641

  Priority: P2
Bug ID: 53641
  Assignee: dev@tomcat.apache.org
   Summary: Wrong websocket's subprotocol implementation
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: wol...@in.tum.de
  Hardware: All
Status: NEW
   Version: 7.0.29
 Component: Catalina
   Product: Tomcat 7

According to RFC6455 Section 4.3. the handling of subprotocol requests is not
correct.
It must be checked for "Sec-WebSocket-Protocol" instead of
"Sec-WebSocket-Protocol-Client" in WebSocketServlet class.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 53641] Wrong websocket's subprotocol implementation

2012-08-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53641

Stephan Wolf  changed:

   What|Removed |Added

 CC||wol...@in.tum.de

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1368441 - in /tomcat/maven-plugin/trunk: pom.xml tomcat-maven-archetype/pom.xml tomcat6-maven-plugin/pom.xml tomcat7-maven-plugin/pom.xml

2012-08-02 Thread olamy
Author: olamy
Date: Thu Aug  2 12:57:53 2012
New Revision: 1368441

URL: http://svn.apache.org/viewvc?rev=1368441&view=rev
Log:
configure version of failsafe plugin.
force install of artifact in archetype it: should fix issue with m2 build on 
asf jenkins.


Modified:
tomcat/maven-plugin/trunk/pom.xml
tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml
tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml

Modified: tomcat/maven-plugin/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1368441&r1=1368440&r2=1368441&view=diff
==
--- tomcat/maven-plugin/trunk/pom.xml (original)
+++ tomcat/maven-plugin/trunk/pom.xml Thu Aug  2 12:57:53 2012
@@ -587,6 +587,11 @@
 
   org.apache.maven.plugins
   maven-failsafe-plugin
+  2.12
+
+
+  org.apache.maven.plugins
+  maven-failsafe-plugin
   ${failsafe.version}
 
 

Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml?rev=1368441&r1=1368440&r2=1368441&view=diff
==
--- tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml Thu Aug  2 
12:57:53 2012
@@ -38,7 +38,7 @@
   
 2.2
 ${project.version}
-clean,verify
+clean,install
   
   
 
@@ -113,7 +113,7 @@
 
   headless
   
-clean,verify,-Pheadless
+clean,install,-Pheadless
   
 
   

Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml?rev=1368441&r1=1368440&r2=1368441&view=diff
==
--- tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml Thu Aug  2 12:57:53 
2012
@@ -254,6 +254,7 @@
 ${its.http.port}
 ${its.https.port}
 ${its.ajp.port}
+${project.build.directory}
   
 
   

Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml?rev=1368441&r1=1368440&r2=1368441&view=diff
==
--- tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml Thu Aug  2 12:57:53 
2012
@@ -332,6 +332,7 @@
 ${its.http.port}
 ${its.https.port}
 ${its.ajp.port}
+${project.build.directory}
   
   false
   false



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1368449 - /tomcat/maven-plugin/trunk/pom.xml

2012-08-02 Thread olamy
Author: olamy
Date: Thu Aug  2 13:06:44 2012
New Revision: 1368449

URL: http://svn.apache.org/viewvc?rev=1368449&view=rev
Log:
oups was already here

Modified:
tomcat/maven-plugin/trunk/pom.xml

Modified: tomcat/maven-plugin/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1368449&r1=1368448&r2=1368449&view=diff
==
--- tomcat/maven-plugin/trunk/pom.xml (original)
+++ tomcat/maven-plugin/trunk/pom.xml Thu Aug  2 13:06:44 2012
@@ -587,11 +587,6 @@
 
   org.apache.maven.plugins
   maven-failsafe-plugin
-  2.12
-
-
-  org.apache.maven.plugins
-  maven-failsafe-plugin
   ${failsafe.version}
 
 



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: Be more generic for tld checking in the Compiler.isOutDated()

2012-08-02 Thread Ivan
Any comment for this ? Now, the JSP file will be recompiled each time even
no change is done. The most reason is that, e.g. a file:// URL is used for
TLD file.

2012/8/1 Ivan 

> Hi, while checking whether the JSP file is out of date in the
> Compiler.isOutDated(), the codes will check whether there is any update for
> the tld files used in JSP. Now, the codes are like below :
>
>  Iterator> it = depends.entrySet().iterator();
> while (it.hasNext()) {
> Entry include = it.next();
> try {
> String key = include.getKey();
> URL includeUrl;
>
> // Currently, the codes will first check whether is of jar
> protocol, if not, it will try to get the URL with
> JspCompilationContext.getResource().
> // This is correct in most cases, while Geronimo tries to
> support to reference tld from other places, the string may be file URL
> based.
> // Is it possible to update the codes to make the checking
> more generic
> // e.g. if(key.indexOf(":") !=-1) {
>   try {
>  includeUrl = new URL(key);
>   } catch(MalformedURLException e) {}
>   }
> // If it is reasonable, I would like to open a JIRA for
> that. Thanks.
>
> if (key.startsWith("jar:")) {
> includeUrl = new URL(key);
> } else {
> includeUrl = ctxt.getResource(include.getKey());
> }
> if (includeUrl == null) {
> return true;
> }
>
> ..
> } catch (Exception e) {
> if (log.isDebugEnabled())
> log.debug("Problem accessing resource. Treat as
> outdated.",
> e);
> return true;
> }
> }
>
> --
> Ivan
>



-- 
Ivan


Re: [tomcat-maven-plugin] Is it only for Maven 3 and later? (was: svn commit r1367640)

2012-08-02 Thread sebb
On 1 August 2012 19:39, Konstantin Kolinko  wrote:
> 2012/7/31  :
>> Author: olamy
>> Date: Tue Jul 31 16:01:20 2012
>> New Revision: 1367640
>>
>> URL: http://svn.apache.org/viewvc?rev=1367640&view=rev
>> Log:
>> [MTOMCAT-157] use new Maven Plugins annotations. done for tomcat6 mojos.
>>
>> Modified:
>> tomcat/maven-plugin/trunk/pom.xml
>>(...)
>
>>
>> +org.apache.maven.plugin-tools
>> +maven-plugin-annotations
>> +3.1
>> +compile
>> +  
>
> Hi!
>
> Just to confirm:
>
>  is tomcat-maven-plugin currently designed for Apache Maven 3 and later only?

If so, can the required maven dependency be added to the pom please?

> There is a project on Jenkins "TomcatMavenPlugin-mvn2.x" [1] that is
> in the failed state for many months (and it nags me with an e-mail
> every time it builds).
>
> If maven 2 is not supported, then maybe it is now time to remove this
> project from Jenkins?
>
> [1] https://builds.apache.org/job/TomcatMavenPlugin-mvn2.x/
>
> Best regards,
> Konstantin Kolinko
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1368731 - in /tomcat/maven-plugin/trunk: pom.xml tomcat6-maven-plugin/pom.xml tomcat7-maven-plugin/pom.xml

2012-08-02 Thread olamy
Author: olamy
Date: Thu Aug  2 22:04:53 2012
New Revision: 1368731

URL: http://svn.apache.org/viewvc?rev=1368731&view=rev
Log:
scope must be provided for annotations

Modified:
tomcat/maven-plugin/trunk/pom.xml
tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml

Modified: tomcat/maven-plugin/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1368731&r1=1368730&r2=1368731&view=diff
==
--- tomcat/maven-plugin/trunk/pom.xml (original)
+++ tomcat/maven-plugin/trunk/pom.xml Thu Aug  2 22:04:53 2012
@@ -387,7 +387,7 @@
 org.apache.maven.plugin-tools
 maven-plugin-annotations
 3.1
-compile
+provided
   
 
   

Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml?rev=1368731&r1=1368730&r2=1368731&view=diff
==
--- tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml Thu Aug  2 22:04:53 
2012
@@ -55,7 +55,7 @@
 
   org.apache.maven.plugin-tools
   maven-plugin-annotations
-  compile
+  provided
 
 
   org.apache.maven

Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml?rev=1368731&r1=1368730&r2=1368731&view=diff
==
--- tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml Thu Aug  2 22:04:53 
2012
@@ -168,7 +168,7 @@
 
   org.apache.maven.plugin-tools
   maven-plugin-annotations
-  compile
+  provided
 
 
   org.apache.maven



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[GUMP@vmgump]: Project tomcat-trunk-validate-eoln (in module tomcat-trunk) failed

2012-08-02 Thread Bill Barker
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 gene...@gump.apache.org.

Project tomcat-trunk-validate-eoln has an issue affecting its community 
integration.
This issue affects 1 projects,
 and has been outstanding for 41 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-validate-eoln :  Tomcat 8.x, a web server implementing Java 
Servlet 3.1,
...


Full details are available at:

http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-validate-eoln/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -INFO- Failed with reason build failed



The following work was performed:
http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-validate-eoln/gump_work/build_tomcat-trunk_tomcat-trunk-validate-eoln.html
Work Name: build_tomcat-trunk_tomcat-trunk-validate-eoln (Type: Build)
Work ended in a state of : Failed
Elapsed: 1 sec
Command Line: /usr/lib/jvm/java-6-openjdk/bin/java -Djava.awt.headless=true 
-Dbuild.sysclasspath=only org.apache.tools.ant.Main 
-Dgump.merge=/srv/gump/public/gump/work/merge.xml validate-eoln 
[Working Directory: /srv/gump/public/workspace/tomcat-trunk]
CLASSPATH: 
/usr/lib/jvm/java-6-openjdk/lib/tools.jar:/srv/gump/public/workspace/tomcat-trunk/output/classes:/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/public/workspace/xml-commons/java/build/resolver.jar
-
Buildfile: /srv/gump/public/workspace/tomcat-trunk/build.xml

build-prepare:
[mkdir] Created dir: /srv/gump/public/workspace/tomcat-trunk/output/classes
[mkdir] Created dir: /srv/gump/public/workspace/tomcat-trunk/output/build
[mkdir] Created dir: 
/srv/gump/public/workspace/tomcat-trunk/output/build/bin
[mkdir] Created dir: 
/srv/gump/public/workspace/tomcat-trunk/output/build/conf
[mkdir] Created dir: 
/srv/gump/public/workspace/tomcat-trunk/output/build/lib
[mkdir] Created dir: 
/srv/gump/public/workspace/tomcat-trunk/output/build/logs
[mkdir] Created dir: 
/srv/gump/public/workspace/tomcat-trunk/output/build/temp
[mkdir] Created dir: 
/srv/gump/public/workspace/tomcat-trunk/output/build/webapps

compile-prepare:
 [copy] Copying 1 file to 
/srv/gump/public/workspace/tomcat-trunk/java/org/apache/catalina/startup
 [copy] Copying 1 file to 
/srv/gump/public/workspace/tomcat-trunk/webapps/docs

validate-eoln:
[javac] Compiling 1 source file to 
/srv/gump/public/workspace/tomcat-trunk/output/classes
[javac] javac: invalid target release: 1.7
[javac] Usage: javac  
[javac] use -help for a list of possible options

BUILD FAILED
/srv/gump/public/workspace/tomcat-trunk/build.xml:523: Compile failed; see the 
compiler error output for details.

Total time: 1 second
-

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

== Gump Tracking Only ===
Produced by Apache Gump(TM) version 2.3.
Gump Run 1103082012, vmgump.apache.org:vmgump:1103082012
Gump E-mail Identifier (unique within run) #7.

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

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[GUMP@vmgump]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2012-08-02 Thread Bill Barker
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 gene...@gump.apache.org.

Project tomcat-trunk-validate has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 5 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-validate :  Tomcat 8.x, a web server implementing Java 
Servlet 3.1,
...


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-openjdk/bin/java -Djava.awt.headless=true 
-Dbuild.sysclasspath=only org.apache.tools.ant.Main 
-Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Dcheckstyle.jar=/srv/gump/public/workspace/checkstyle/target/checkstyle-5.6-SNAPSHOT.jar
 -Dexecute.validate=true validate 
[Working Directory: /srv/gump/public/workspace/tomcat-trunk]
CLASSPATH: 
/usr/lib/jvm/java-6-openjdk/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/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-5.6-SNAPSHOT.jar:commons-beanutils-gump-31072012.jar:/srv/gump/public/workspace/apache-commons/cli/target/commons-cli-1.3-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/exec/target/commons-exec-1.1.1-SNAPSHOT.jar:commons-validator-gump-31072012.jar:junit-gump-31072012.jar:junit-dep-gump-31072012.jar:/srv/gump/public/workspace/google-guava/guava/target/guava-*[0-9T].jar:/srv/gump/public/workspace/apache-commons/loggi
 
ng/target/commons-logging-03082012.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-03082012.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/jdom/build/jdom.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-03082012.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-03082012-dep.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
-
download-validate:

proxyflags:

setproxy:

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

downloadzip:

validate:
[mkdir] Created dir: 
/srv/gump/public/workspace/tomcat-trunk/output/res/checkstyle

BUILD FAILED
/srv/gump/public/workspace/tomcat-trunk/build.xml:461: Could not create type 
checkstyle due to java.lang.NoClassDefFoundError: 
com/google/common/collect/Lists
at 
com.puppycrawl.tools.checkstyle.CheckStyleTask.(CheckStyleTask.java:78)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
at 
org.apache.tools.ant.AntTypeDefinition.innerCreateAndSet(AntTypeDefinition.java:328)
at 
org.apache.tools.ant.AntTypeDefinition.createAndSet(AntTypeDefinition.java:274)
at 
org.apache.tools.ant.AntTypeDefinition.icreate(AntTypeDefinition.java:219)
at 
org.apache.tools.ant.AntTypeDefinition.create(AntTypeDefinition.java:206)
at 
org.apache.tools.ant.ComponentHelper.createComponent(ComponentHelper.java:286)
at 
org.apache.tools.ant.ComponentHelper.createComponent(ComponentHelper.java:264)
at 
org.apache.tools.ant.UnknownElement.makeObject(UnknownElement.java:417)
at 
org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java:163)
at org.apache.tools.ant.Task.perform(Task.java:347)
at org.apache.tools.ant.Target.execute(Target

[GUMP@vmgump]: Project tomcat-tc7.0.x-validate (in module tomcat-7.0.x) failed

2012-08-02 Thread Bill Barker
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 gene...@gump.apache.org.

Project tomcat-tc7.0.x-validate has an issue affecting its community 
integration.
This issue affects 1 projects,
 and has been outstanding for 5 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- tomcat-tc7.0.x-validate :  Tomcat 7.x, a web server implementing Java 
Servlet 3.0,
...


Full details are available at:

http://vmgump.apache.org/gump/public/tomcat-7.0.x/tomcat-tc7.0.x-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-7.0.x/tomcat-tc7.0.x-validate/gump_work/build_tomcat-7.0.x_tomcat-tc7.0.x-validate.html
Work Name: build_tomcat-7.0.x_tomcat-tc7.0.x-validate (Type: Build)
Work ended in a state of : Failed
Elapsed: 2 secs
Command Line: /usr/lib/jvm/java-6-openjdk/bin/java -Djava.awt.headless=true 
-Dbuild.sysclasspath=only org.apache.tools.ant.Main 
-Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Dcheckstyle.jar=/srv/gump/public/workspace/checkstyle/target/checkstyle-5.6-SNAPSHOT.jar
 -Dexecute.validate=true validate 
[Working Directory: /srv/gump/public/workspace/tomcat-7.0.x]
CLASSPATH: 
/usr/lib/jvm/java-6-openjdk/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/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-5.6-SNAPSHOT.jar:commons-beanutils-gump-31072012.jar:/srv/gump/public/workspace/apache-commons/cli/target/commons-cli-1.3-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/exec/target/commons-exec-1.1.1-SNAPSHOT.jar:commons-validator-gump-31072012.jar:junit-gump-31072012.jar:junit-dep-gump-31072012.jar:/srv/gump/public/workspace/google-guava/guava/target/guava-*[0-9T].jar:/srv/gump/public/workspace/apache-commons/loggi
 
ng/target/commons-logging-03082012.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-03082012.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/jdom/build/jdom.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-03082012.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-03082012-dep.jar
-
download-validate:

proxyflags:

setproxy:

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

downloadzip:

validate:
[mkdir] Created dir: 
/srv/gump/public/workspace/tomcat-7.0.x/output/res/checkstyle

BUILD FAILED
/srv/gump/public/workspace/tomcat-7.0.x/build.xml:450: Could not create type 
checkstyle due to java.lang.NoClassDefFoundError: 
com/google/common/collect/Lists
at 
com.puppycrawl.tools.checkstyle.CheckStyleTask.(CheckStyleTask.java:78)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
at 
org.apache.tools.ant.AntTypeDefinition.innerCreateAndSet(AntTypeDefinition.java:328)
at 
org.apache.tools.ant.AntTypeDefinition.createAndSet(AntTypeDefinition.java:274)
at 
org.apache.tools.ant.AntTypeDefinition.icreate(AntTypeDefinition.java:219)
at 
org.apache.tools.ant.AntTypeDefinition.create(AntTypeDefinition.java:206)
at 
org.apache.tools.ant.ComponentHelper.createComponent(ComponentHelper.java:286)
at 
org.apache.tools.ant.ComponentHelper.createComponent(ComponentHelper.java:264)
at 
org.apache.tools.ant.UnknownElement.makeObject(UnknownElement.java:417)
at 
org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java:163)
at org.apache.tools.ant.Task.perform(Task.java:347)
at org.apache.tools.ant.Target.execute(Target.java:439)
at org.apache.tools.ant.Target.performTasks(Target.java:460)
at org.apache.tools.ant.Project.