[jira] [Commented] (MTOMCAT-286) Integration test fails on Windows

2014-10-31 Thread Dennis Lundberg (JIRA)

[ 
https://issues.apache.org/jira/browse/MTOMCAT-286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14191556#comment-14191556
 ] 

Dennis Lundberg commented on MTOMCAT-286:
-

There seems to be more problems with integration tests on Windows, at least on 
ASF Jenkins. The error message from the failure above is:

bq. Failed to execute goal org.codehaus.mojo:selenium-maven-plugin:2.3:xvfb 
(xvfb) on project artifact.id-webapp-it: Execution xvfb of goal 
org.codehaus.mojo:selenium-maven-plugin:2.3:xvfb failed: Execute failed: 
java.io.IOException: Cannot run program "xauth": CreateProcess error=2, The 
system cannot find the file specified

> Integration test fails on Windows
> -
>
> Key: MTOMCAT-286
> URL: https://issues.apache.org/jira/browse/MTOMCAT-286
> Project: Apache Tomcat Maven Plugin
>  Issue Type: Bug
>  Components: tomcat7
>Affects Versions: 2.2
> Environment: Windows 7
>Reporter: Dennis Lundberg
>Assignee: Olivier Lamy (*$^¨%`£)
>  Labels: patch
> Fix For: 2.3
>
> Attachments: MTOMCAT-286.patch
>
>
> The integration test "simple-war-exec-project" in tomcat7-maven-plugin fail 
> on Windows. The reason for the failure is that the {{JarArchiveEntry}} that 
> is created in {{AbstractExecWarMojo.copyDirectoryContentIntoArchive()}} 
> contains platform specific path separators, i.e. '\'. The integration test 
> requires that all path separators are '/'.
> According to 
> http://docs.oracle.com/javase/7/docs/api/java/util/zip/ZipEntry.html#isDirectory%28%29
>  path separators should be '/' and nothing else. So the fix is to transform 
> the path separators of the included file before its name is added to the 
> archive.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (MTOMCAT-287) Selenium integration test fails in Jenkins on Windows

2014-10-31 Thread Dennis Lundberg (JIRA)
Dennis Lundberg created MTOMCAT-287:
---

 Summary: Selenium integration test fails in Jenkins on Windows
 Key: MTOMCAT-287
 URL: https://issues.apache.org/jira/browse/MTOMCAT-287
 Project: Apache Tomcat Maven Plugin
  Issue Type: Bug
  Components: tomcat7
Affects Versions: 2.2
 Environment: Windows 7
Reporter: Dennis Lundberg
Assignee: Olivier Lamy (*$^¨%`£)
 Fix For: 2.3


The integration test "simple-war-exec-project" in tomcat7-maven-plugin fail on 
Windows. The reason for the failure is that the {{JarArchiveEntry}} that is 
created in {{AbstractExecWarMojo.copyDirectoryContentIntoArchive()}} contains 
platform specific path separators, i.e. '\'. The integration test requires that 
all path separators are '/'.

According to 
http://docs.oracle.com/javase/7/docs/api/java/util/zip/ZipEntry.html#isDirectory%28%29
 path separators should be '/' and nothing else. So the fix is to transform the 
path separators of the included file before its name is added to the archive.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (MTOMCAT-287) Selenium integration test fails in Jenkins on Windows

2014-10-31 Thread Dennis Lundberg (JIRA)

 [ 
https://issues.apache.org/jira/browse/MTOMCAT-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Lundberg updated MTOMCAT-287:

Labels:   (was: patch)

> Selenium integration test fails in Jenkins on Windows
> -
>
> Key: MTOMCAT-287
> URL: https://issues.apache.org/jira/browse/MTOMCAT-287
> Project: Apache Tomcat Maven Plugin
>  Issue Type: Bug
>  Components: tomcat7
>Affects Versions: 2.2
> Environment: Windows 7
>Reporter: Dennis Lundberg
>Assignee: Olivier Lamy (*$^¨%`£)
> Fix For: 2.3
>
>
> The integration test "simple-war-exec-project" in tomcat7-maven-plugin fail 
> on Windows. The reason for the failure is that the {{JarArchiveEntry}} that 
> is created in {{AbstractExecWarMojo.copyDirectoryContentIntoArchive()}} 
> contains platform specific path separators, i.e. '\'. The integration test 
> requires that all path separators are '/'.
> According to 
> http://docs.oracle.com/javase/7/docs/api/java/util/zip/ZipEntry.html#isDirectory%28%29
>  path separators should be '/' and nothing else. So the fix is to transform 
> the path separators of the included file before its name is added to the 
> archive.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (MTOMCAT-287) Selenium integration test fails in Jenkins on Windows

2014-10-31 Thread Dennis Lundberg (JIRA)

 [ 
https://issues.apache.org/jira/browse/MTOMCAT-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Lundberg updated MTOMCAT-287:

Description: 
>From what I can tell by searching on it, it is about running Selenium on a 
>headless Jenkins master/slave. See for instance these links:

http://jenkins-ci.361315.n4.nabble.com/Setting-up-Hudson-with-the-Selenium-Plugin-td1751742.html
http://blog.teamtreehouse.com/easy-automated-web-application-testing-with-hudson-and-selenium

I haven't set up Selenium myself before, so I don't know how to fix that. 
Perhaps 

  was:
The integration test "simple-war-exec-project" in tomcat7-maven-plugin fail on 
Windows. The reason for the failure is that the {{JarArchiveEntry}} that is 
created in {{AbstractExecWarMojo.copyDirectoryContentIntoArchive()}} contains 
platform specific path separators, i.e. '\'. The integration test requires that 
all path separators are '/'.

According to 
http://docs.oracle.com/javase/7/docs/api/java/util/zip/ZipEntry.html#isDirectory%28%29
 path separators should be '/' and nothing else. So the fix is to transform the 
path separators of the included file before its name is added to the archive.


> Selenium integration test fails in Jenkins on Windows
> -
>
> Key: MTOMCAT-287
> URL: https://issues.apache.org/jira/browse/MTOMCAT-287
> Project: Apache Tomcat Maven Plugin
>  Issue Type: Bug
>  Components: tomcat7
>Affects Versions: 2.2
> Environment: Windows 7
>Reporter: Dennis Lundberg
>Assignee: Olivier Lamy (*$^¨%`£)
> Fix For: 2.3
>
>
> From what I can tell by searching on it, it is about running Selenium on a 
> headless Jenkins master/slave. See for instance these links:
> http://jenkins-ci.361315.n4.nabble.com/Setting-up-Hudson-with-the-Selenium-Plugin-td1751742.html
> http://blog.teamtreehouse.com/easy-automated-web-application-testing-with-hudson-and-selenium
> I haven't set up Selenium myself before, so I don't know how to fix that. 
> Perhaps 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (MTOMCAT-287) Selenium integration test fails in Jenkins on Windows

2014-10-31 Thread Dennis Lundberg (JIRA)

 [ 
https://issues.apache.org/jira/browse/MTOMCAT-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Lundberg updated MTOMCAT-287:

Fix Version/s: (was: 2.3)

> Selenium integration test fails in Jenkins on Windows
> -
>
> Key: MTOMCAT-287
> URL: https://issues.apache.org/jira/browse/MTOMCAT-287
> Project: Apache Tomcat Maven Plugin
>  Issue Type: Bug
>  Components: tomcat7
>Affects Versions: 2.2
> Environment: Windows 7
>Reporter: Dennis Lundberg
>Assignee: Olivier Lamy (*$^¨%`£)
>
> There seems to be more problems with integration tests on Windows, at least 
> on ASF Jenkins. This time it is in the Archetype module. The error message 
> from the failure is:
> bq. Failed to execute goal org.codehaus.mojo:selenium-maven-plugin:2.3:xvfb 
> (xvfb) on project artifact.id-webapp-it: Execution xvfb of goal 
> org.codehaus.mojo:selenium-maven-plugin:2.3:xvfb failed: Execute failed: 
> java.io.IOException: Cannot run program "xauth": CreateProcess error=2, The 
> system cannot find the file specified
> See 
> https://builds.apache.org/job/TomcatMavenPlugin-mvn3.x-windows/2/org.apache.tomcat.maven$tomcat-maven-archetype/
> From what I can tell by searching on it, it is about running Selenium on a 
> headless Jenkins master/slave. See for instance these links:
> http://jenkins-ci.361315.n4.nabble.com/Setting-up-Hudson-with-the-Selenium-Plugin-td1751742.html
> http://blog.teamtreehouse.com/easy-automated-web-application-testing-with-hudson-and-selenium
> I haven't set up Selenium myself before, so I don't know how to fix that. 
> Perhaps someone else can give hand.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (MTOMCAT-287) Selenium integration test fails in Jenkins on Windows

2014-10-31 Thread Dennis Lundberg (JIRA)

 [ 
https://issues.apache.org/jira/browse/MTOMCAT-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Lundberg updated MTOMCAT-287:

Description: 
There seems to be more problems with integration tests on Windows, at least on 
ASF Jenkins. This time it is in the Archetype module. The error message from 
the failure is:

bq. Failed to execute goal org.codehaus.mojo:selenium-maven-plugin:2.3:xvfb 
(xvfb) on project artifact.id-webapp-it: Execution xvfb of goal 
org.codehaus.mojo:selenium-maven-plugin:2.3:xvfb failed: Execute failed: 
java.io.IOException: Cannot run program "xauth": CreateProcess error=2, The 
system cannot find the file specified

See 
https://builds.apache.org/job/TomcatMavenPlugin-mvn3.x-windows/2/org.apache.tomcat.maven$tomcat-maven-archetype/

>From what I can tell by searching on it, it is about running Selenium on a 
>headless Jenkins master/slave. See for instance these links:

http://jenkins-ci.361315.n4.nabble.com/Setting-up-Hudson-with-the-Selenium-Plugin-td1751742.html
http://blog.teamtreehouse.com/easy-automated-web-application-testing-with-hudson-and-selenium

I haven't set up Selenium myself before, so I don't know how to fix that. 
Perhaps someone else can give hand.

  was:
>From what I can tell by searching on it, it is about running Selenium on a 
>headless Jenkins master/slave. See for instance these links:

http://jenkins-ci.361315.n4.nabble.com/Setting-up-Hudson-with-the-Selenium-Plugin-td1751742.html
http://blog.teamtreehouse.com/easy-automated-web-application-testing-with-hudson-and-selenium

I haven't set up Selenium myself before, so I don't know how to fix that. 
Perhaps 


> Selenium integration test fails in Jenkins on Windows
> -
>
> Key: MTOMCAT-287
> URL: https://issues.apache.org/jira/browse/MTOMCAT-287
> Project: Apache Tomcat Maven Plugin
>  Issue Type: Bug
>  Components: tomcat7
>Affects Versions: 2.2
> Environment: Windows 7
>Reporter: Dennis Lundberg
>Assignee: Olivier Lamy (*$^¨%`£)
>
> There seems to be more problems with integration tests on Windows, at least 
> on ASF Jenkins. This time it is in the Archetype module. The error message 
> from the failure is:
> bq. Failed to execute goal org.codehaus.mojo:selenium-maven-plugin:2.3:xvfb 
> (xvfb) on project artifact.id-webapp-it: Execution xvfb of goal 
> org.codehaus.mojo:selenium-maven-plugin:2.3:xvfb failed: Execute failed: 
> java.io.IOException: Cannot run program "xauth": CreateProcess error=2, The 
> system cannot find the file specified
> See 
> https://builds.apache.org/job/TomcatMavenPlugin-mvn3.x-windows/2/org.apache.tomcat.maven$tomcat-maven-archetype/
> From what I can tell by searching on it, it is about running Selenium on a 
> headless Jenkins master/slave. See for instance these links:
> http://jenkins-ci.361315.n4.nabble.com/Setting-up-Hudson-with-the-Selenium-Plugin-td1751742.html
> http://blog.teamtreehouse.com/easy-automated-web-application-testing-with-hudson-and-selenium
> I haven't set up Selenium myself before, so I don't know how to fix that. 
> Perhaps someone else can give hand.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (MTOMCAT-287) Selenium integration test fails in Jenkins on Windows

2014-10-31 Thread Dennis Lundberg (JIRA)

[ 
https://issues.apache.org/jira/browse/MTOMCAT-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14191563#comment-14191563
 ] 

Dennis Lundberg commented on MTOMCAT-287:
-

The ITs run fine on my desktop Windows machine.

> Selenium integration test fails in Jenkins on Windows
> -
>
> Key: MTOMCAT-287
> URL: https://issues.apache.org/jira/browse/MTOMCAT-287
> Project: Apache Tomcat Maven Plugin
>  Issue Type: Bug
>  Components: tomcat7
>Affects Versions: 2.2
> Environment: Windows 7
>Reporter: Dennis Lundberg
>Assignee: Olivier Lamy (*$^¨%`£)
>
> There seems to be more problems with integration tests on Windows, at least 
> on ASF Jenkins. This time it is in the Archetype module. The error message 
> from the failure is:
> bq. Failed to execute goal org.codehaus.mojo:selenium-maven-plugin:2.3:xvfb 
> (xvfb) on project artifact.id-webapp-it: Execution xvfb of goal 
> org.codehaus.mojo:selenium-maven-plugin:2.3:xvfb failed: Execute failed: 
> java.io.IOException: Cannot run program "xauth": CreateProcess error=2, The 
> system cannot find the file specified
> See 
> https://builds.apache.org/job/TomcatMavenPlugin-mvn3.x-windows/2/org.apache.tomcat.maven$tomcat-maven-archetype/
> From what I can tell by searching on it, it is about running Selenium on a 
> headless Jenkins master/slave. See for instance these links:
> http://jenkins-ci.361315.n4.nabble.com/Setting-up-Hudson-with-the-Selenium-Plugin-td1751742.html
> http://blog.teamtreehouse.com/easy-automated-web-application-testing-with-hudson-and-selenium
> I haven't set up Selenium myself before, so I don't know how to fix that. 
> Perhaps someone else can give hand.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (MTOMCAT-284) Add a skip parameter to deploy/redeploy/undeploy goals

2014-10-31 Thread Dennis Lundberg (JIRA)

 [ 
https://issues.apache.org/jira/browse/MTOMCAT-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Lundberg updated MTOMCAT-284:

Attachment: MTOMCAT-284-3.patch

This is the third, and hopefully the final, version of the patch. It now adds 
the parameter in the same abstract mojo as the tomcat7-maven-plugin does.

> Add a skip parameter to deploy/redeploy/undeploy goals
> --
>
> Key: MTOMCAT-284
> URL: https://issues.apache.org/jira/browse/MTOMCAT-284
> Project: Apache Tomcat Maven Plugin
>  Issue Type: Improvement
>Affects Versions: 2.2
>Reporter: Dennis Lundberg
>  Labels: patch
> Fix For: 2.3
>
> Attachments: MTOMCAT-284-2.patch, MTOMCAT-284-3.patch
>
>
> Our use case for this is a multi module project with one overlay module (with 
> war packaging) and other war modules that use the first one as an overlay.
> {noformat}
> root
> +-- overlay-war
> +-- app1-war
> +-- app2-war
> {noformat}
> So app1-war and app2-war uses overlay-war as a war-type dependency to use it 
> as an overlay.
> We want to use the tomcat-maven-plugin to deploy/redeploy/undeploy app1-war 
> and app2-war to a Tomcat instance. However we do not want to 
> deploy/redeploy/undeploy overlay-war.
> This could be fixed by adding a skip parameter that we could apply to the 
> overlay-war configuration. There is a skip parameter already in the plugin 
> for other goals like "run".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (MTOMCAT-284) Add a skip parameter to deploy/redeploy/undeploy goals

2014-10-31 Thread Dennis Lundberg (JIRA)

 [ 
https://issues.apache.org/jira/browse/MTOMCAT-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Lundberg updated MTOMCAT-284:

Attachment: (was: MTOMCAT-284-2.patch)

> Add a skip parameter to deploy/redeploy/undeploy goals
> --
>
> Key: MTOMCAT-284
> URL: https://issues.apache.org/jira/browse/MTOMCAT-284
> Project: Apache Tomcat Maven Plugin
>  Issue Type: Improvement
>Affects Versions: 2.2
>Reporter: Dennis Lundberg
>  Labels: patch
> Fix For: 2.3
>
> Attachments: MTOMCAT-284-3.patch
>
>
> Our use case for this is a multi module project with one overlay module (with 
> war packaging) and other war modules that use the first one as an overlay.
> {noformat}
> root
> +-- overlay-war
> +-- app1-war
> +-- app2-war
> {noformat}
> So app1-war and app2-war uses overlay-war as a war-type dependency to use it 
> as an overlay.
> We want to use the tomcat-maven-plugin to deploy/redeploy/undeploy app1-war 
> and app2-war to a Tomcat instance. However we do not want to 
> deploy/redeploy/undeploy overlay-war.
> This could be fixed by adding a skip parameter that we could apply to the 
> overlay-war configuration. There is a skip parameter already in the plugin 
> for other goals like "run".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Closed] (MTOMCAT-262) tomcatConfigurationFilesDirectory not honoured

2014-10-31 Thread Dennis Lundberg (JIRA)

 [ 
https://issues.apache.org/jira/browse/MTOMCAT-262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Lundberg closed MTOMCAT-262.
---
Resolution: Cannot Reproduce

> tomcatConfigurationFilesDirectory not honoured
> --
>
> Key: MTOMCAT-262
> URL: https://issues.apache.org/jira/browse/MTOMCAT-262
> Project: Apache Tomcat Maven Plugin
>  Issue Type: Bug
>  Components: tomcat7
>Affects Versions: 2.0
>Reporter: jieryn
>Assignee: Olivier Lamy (*$^¨%`£)
>Priority: Minor
>
> http://tomcat.apache.org/maven-plugin-2.0/tomcat7-maven-plugin/exec-war-mojo.html
> http://rmannibucau.wordpress.com/2014/03/11/executable-jar-with-tomee-and-tomcat-maven-plugin/
> We are forced to pass -Dsystem=properties to the executable war because 
> :exec-war and :exec-war-only do not include additional files found in 
> tomcatConfigurationFilesDirectory.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (MTOMCAT-260) Bad default value for maven.tomcat.path

2014-10-31 Thread Dennis Lundberg (JIRA)

 [ 
https://issues.apache.org/jira/browse/MTOMCAT-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Lundberg updated MTOMCAT-260:

Description: 
I'm getting:

{noformat}
WARNING: A context path must either be an empty string or start with a '/'. The 
path [test] does not meet these criteria and has been changed to [/test]
{noformat}

http://tomcat.apache.org/maven-plugin-2.2/tomcat7-maven-plugin/exec-war-only-mojo.html
Maybe the default for {{maven.tomcat.path}} should be '/$\{project.artifactId}' 
instead of '$\{project.artifactId}'

Also, why not use '/' ? Maybe the description could elaborate on that more?

  was:
I'm getting:
WARNING: A context path must either be an empty string or start with a '/'. The 
path [test] does not meet these criteria and has been changed to [/test]

http://tomcat.apache.org/maven-plugin-2.2/tomcat7-maven-plugin/exec-war-only-mojo.html
Maybe the default for maven.tomcat.path should be '/${project.artifactId}' 
instead of '${project.artifactId}'

Also, why not use '/' ? Maybe the description could elaborate on that more?


> Bad default value for maven.tomcat.path
> ---
>
> Key: MTOMCAT-260
> URL: https://issues.apache.org/jira/browse/MTOMCAT-260
> Project: Apache Tomcat Maven Plugin
>  Issue Type: Bug
>Affects Versions: 2.2
>Reporter: Stephen Buergler
>Priority: Minor
>
> I'm getting:
> {noformat}
> WARNING: A context path must either be an empty string or start with a '/'. 
> The path [test] does not meet these criteria and has been changed to [/test]
> {noformat}
> http://tomcat.apache.org/maven-plugin-2.2/tomcat7-maven-plugin/exec-war-only-mojo.html
> Maybe the default for {{maven.tomcat.path}} should be 
> '/$\{project.artifactId}' instead of '$\{project.artifactId}'
> Also, why not use '/' ? Maybe the description could elaborate on that more?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[Bug 57154] Failure of TestWsWebSocketContainer when directory %TEMP%\test exists

2014-10-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57154

Konstantin Kolinko  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
  Component|WebSocket   |WebSocket
 Resolution|FIXED   |---
Product|Tomcat 8|Tomcat 7
   Target Milestone||---
   Severity|normal  |minor

--- Comment #5 from Konstantin Kolinko  ---
This test failure is reproducible with current Tomcat 7.0.x testsuite.
Note that it does not happen by default, but only if one creates a %TEMP%\test
directory.

Possible solutions:
a) Backport the feature from bug 57155 (for reference: r1635222).
b) Reconfigure the tests to use some different temporary directory as docBase
instead of the system-wide one.
c) Improve Mapper.
d) Close as WONTFIX.

a) is the best one, but requires some work as resource implementations differ
between Tomcat 8 and 7.

b) is an alternative way if a) is too hard.

c) unlikely without further analysis.

d) possible. A test configuration issue is not a show stopper.

I am reopening this for Tomcat 7 now, so that it is not forgotten.

-- 
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: r1635751 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/startup/LoggingBaseTest.java webapps/docs/changelog.xml

2014-10-31 Thread kkolinko
Author: kkolinko
Date: Fri Oct 31 11:28:44 2014
New Revision: 1635751

URL: http://svn.apache.org/r1635751
Log:
Log the current test name when the test starts.
It makes reading the log files easier.

Merged r1634690 from tomcat/trunk.

Modified:
tomcat/tc7.0.x/trunk/   (props changed)
tomcat/tc7.0.x/trunk/test/org/apache/catalina/startup/LoggingBaseTest.java
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Propchange: tomcat/tc7.0.x/trunk/
--
  Merged /tomcat/trunk:r1634690

Modified: 
tomcat/tc7.0.x/trunk/test/org/apache/catalina/startup/LoggingBaseTest.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/test/org/apache/catalina/startup/LoggingBaseTest.java?rev=1635751&r1=1635750&r2=1635751&view=diff
==
--- tomcat/tc7.0.x/trunk/test/org/apache/catalina/startup/LoggingBaseTest.java 
(original)
+++ tomcat/tc7.0.x/trunk/test/org/apache/catalina/startup/LoggingBaseTest.java 
Fri Oct 31 11:28:44 2014
@@ -24,6 +24,8 @@ import static org.junit.Assert.fail;
 
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Rule;
+import org.junit.rules.TestName;
 
 import org.apache.juli.logging.Log;
 import org.apache.juli.logging.LogFactory;
@@ -50,6 +52,12 @@ public abstract class LoggingBaseTest {
 private List deleteOnTearDown = new ArrayList();
 
 /**
+ * Provides name of the currently executing test method.
+ */
+@Rule
+public final TestName testName = new TestName();
+
+/**
  * Helper method that returns the directory where Tomcat build resides. It
  * is used to access resources that are part of default Tomcat deployment.
  * E.g. the examples webapp.
@@ -104,6 +112,7 @@ public abstract class LoggingBaseTest {
 
 // Get log instance after logging has been configured
 log = LogFactory.getLog(getClass());
+log.info("Starting test case [" + testName.getMethodName() + "]");
 }
 
 @After

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1635751&r1=1635750&r2=1635751&view=diff
==
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Fri Oct 31 11:28:44 2014
@@ -224,6 +224,10 @@
 pick up the Windows binaries that are based on OpenSSL 1.0.1j and APR
 1.5.1. (markt)
   
+  
+In Tomcat tests: log name of the current test method at start time.
+(kkolinko) 
+  
 
   
 



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



Re: Tagging 7.0.57

2014-10-31 Thread Konstantin Kolinko
2014-10-30 21:41 GMT+03:00 Violeta Georgieva :
> Hi,
>
> I want to start preparing Tomcat 7.0.57.
> If you would like to add something to this release please reply here.
>

I think it is OK to tag it.

I did run testsuite with the current sources for NIO and APR (1.1.32)
connectors using JDK 6u45 + 7u72 combo (32-bit, Win7) and all tests
passed  successfully.
I have not tested BIO.

It would be nice to backport some fixes from Tomcat 8, especially
Jasper issue 57136 but I think that would better be done after
tagging. (The Jasper fix will require a review as it is a bit
intrusive, and that will take some time).

BTW: Buildbot is green for trunk and tomcat7.
It is finally green for trunk after many failed builds.

I have not seen "success" mail for trunk. I suspect that it may be
stuck in delivery. The http://status.apache.org/ page says that there
is currently some problem with SMTP mail servers.

Best regards,
Konstantin Kolinko

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



[Bug 57172] New: NullPointerException in findResources of WebappClassLoader

2014-10-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57172

Bug ID: 57172
   Summary: NullPointerException in findResources of
WebappClassLoader
   Product: Tomcat 8
   Version: 8.0.14
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: Catalina
  Assignee: dev@tomcat.apache.org
  Reporter: jhuxh...@googlemail.com

Enumeration findResources(String name) of class
org.apache.catalina.loader.WebappClassLoaderBase (for Tomcat 8.0.14, the code
was located in org.apache.catalina.loader.WebappClassLoader for Tomcat 8.0.12)
throws a NullPointerException if the "resources" attribute is null.

I'm unsure why it is null in some cases (restarting the server, instead of
simply redeploying one of our apps, fixes the issue for us) but this should be
fixed in the classloader implementation anyway.

The code looks like this

WebResource[] webResources = resources.getClassLoaderResources(path);
for (WebResource webResource : webResources) {
if (webResource.exists()) {
result.add(webResource.getURL());
}
}

and should be replaced by

if (resources != null) {
WebResource[] webResources =
resources.getClassLoaderResources(path);
for (WebResource webResource : webResources) {
if (webResource.exists()) {
result.add(webResource.getURL());
}
}
}

Searching for this problem returns results as old as 2006.

Other code that's using "resources" without null check:
public boolean modified()
public void start()
protected ResourceEntry findResourceInternal(final String name, final
String path)

Code that already acknowledges that "resources" may be null:
public String getContextName() {
if (resources == null) {
return "Unknown";
} else {
return resources.getContext().getName();
}
}

Full stacktrace of our specific issue (running on Tomcat 8.0.12):
java.lang.NullPointerException
at
org.apache.catalina.loader.WebappClassLoader.findResources(WebappClassLoader.java:998)
at java.lang.ClassLoader.getResources(ClassLoader.java:1139)
at
java.util.ServiceLoader$LazyIterator.hasNextService(ServiceLoader.java:348)
at java.util.ServiceLoader$LazyIterator.hasNext(ServiceLoader.java:393)
at java.util.ServiceLoader$1.hasNext(ServiceLoader.java:474)
at javax.xml.stream.FactoryFinder$1.run(FactoryFinder.java:352)
at java.security.AccessController.doPrivileged(Native Method)
at
javax.xml.stream.FactoryFinder.findServiceProvider(FactoryFinder.java:341)
at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:313)
at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:227)
at javax.xml.stream.XMLInputFactory.newFactory(XMLInputFactory.java:205)

The XMLInputFactory.newFactory() is executed in initialValue() of a
ThreadLocal.

-- 
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 57173] New: EOFException during annotation scanning

2014-10-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57173

Bug ID: 57173
   Summary: EOFException during annotation scanning
   Product: Tomcat 7
   Version: 7.0.56
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: Catalina
  Assignee: dev@tomcat.apache.org
  Reporter: peter.sam...@kobil.com

Created attachment 32176
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=32176&action=edit
complete console output

After updating Tomcat from version 7.0.54 to 7.0.56 the following exception
occurs during startup:
---
...
Okt 30, 2014 2:00:45 PM org.apache.catalina.startup.ContextConfig
processAnnotationsJar
SEVERE: Unable to process Jar entry [com/ctc/wstx/api/ReaderConfig.class] from
Jar [jar:jndi:/localhost/ssms-gui/WEB-INF/lib/woodstox-core-asl-4.1.2.jar!/]
for annotations
java.io.EOFException
at
org.apache.tomcat.util.bcel.classfile.FastDataInputStream.readUnsignedShort(FastDataInputStream.java:120)
at
org.apache.tomcat.util.bcel.classfile.Utility.swallowFieldOrMethod(Utility.java:75)
at
org.apache.tomcat.util.bcel.classfile.ClassParser.readMethods(ClassParser.java:235)
at
org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:92)
at
org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2071)
at
org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1947)
at
org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1913)
at
org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1898)
at
org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1330)
at
org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:889)
at
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:386)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5380)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:649)
at
org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1083)
at
org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1879)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
...
---

This exception occurs for several JAR files and did not happen with tomcat
7.0.54. Complete console output attached.

-- 
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 57172] NullPointerException in findResources of WebappClassLoader

2014-10-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57172

Joern Huxhorn  changed:

   What|Removed |Added

 CC||jhuxh...@googlemail.com
 OS||All

-- 
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: r1635775 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_57: ./ build.properties.default

2014-10-31 Thread violetagg
Author: violetagg
Date: Fri Oct 31 13:53:40 2014
New Revision: 1635775

URL: http://svn.apache.org/r1635775
Log:
Tag 7.0.57

Added:
tomcat/tc7.0.x/tags/TOMCAT_7_0_57/   (props changed)
  - copied from r1635773, tomcat/tc7.0.x/trunk/
Modified:
tomcat/tc7.0.x/tags/TOMCAT_7_0_57/build.properties.default

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_57/
--
bugtraq:append = false

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_57/
--
bugtraq:label = Bugzilla ID (optional)

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_57/
--
--- bugtraq:logregex (added)
+++ bugtraq:logregex Fri Oct 31 13:53:40 2014
@@ -0,0 +1,2 @@
+(https?\://issues.apache.org/bugzilla/show_bug.cgi\?id=\d+|BZ\s?\d+)
+(\d+)

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_57/
--
--- bugtraq:message (added)
+++ bugtraq:message Fri Oct 31 13:53:40 2014
@@ -0,0 +1 @@
+Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=%BUGID%

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_57/
--
bugtraq:number = true

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_57/
--
bugtraq:url = https://issues.apache.org/bugzilla/show_bug.cgi?id=%BUGID%

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_57/
--
bugtraq:warnifnoissue = false

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_57/
--
--- svn:ignore (added)
+++ svn:ignore Fri Oct 31 13:53:40 2014
@@ -0,0 +1,7 @@
+.*
+build.properties
+logs
+nbproject
+output
+work
+*.iml

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_57/
--
--- svn:mergeinfo (added)
+++ svn:mergeinfo Fri Oct 31 13:53:40 2014
@@ -0,0 +1 @@
+/tomcat/trunk:1156115-1157160,1157162-1157859,1157862-1157942,1157945-1160347,1160349-1163716,1163718-1166689,1166691-1174340,1174342-1175596,1175598-1175611,1175613-1175932,1175934-1177783,1177785-1177980,1178006-1180720,1180722-1183094,1183096-1187753,1187755,1187775,1187801,1187806,1187809,1187826-1188312,1188314-1188401,1188646-1188840,1188842-1190176,1190178-1195223,1195225-1195953,1195955,1195957-1201238,1201240-1203345,1203347-1206623,1206625-1208046,1208073,1208096,1208114,1208145,1208772,1209194-1212125,1212127-1220291,1220293,1220295-1221321,1221323-1222329,1222332-1222401,1222405-1222795,1222850-1222950,1222969-1225326,1225328-1225463,1225465,1225627,1225629-1226534,1226536-1228908,1228911-1228923,1228927-1229532,1229534-1230766,1230768-1231625,1231627-1233414,1233419-1235207,1235209-1237425,1237427,1237429-1237977,1237981,1237985,1237995,1238070,1238073,1239024-1239048,1239050-1239062,1239135,1239256,1239258-1239485,1239785-1240046,1240101,1240106,1240109,1240112,1240114
 
,1240116,1240118,1240121,1240329,1240474-1240850,1240857,1241087,1241160,1241408-1241822,1241908-1241909,1241912-1242110,1242371-1292130,1292134-1292458,1292464-1292670,1292672-1292776,1292780-1293392,1293397-1297017,1297019-1297963,1297965-1299820,1300108,1300111-1300460,1300520-1300948,1300997,1301006,1301280,1302332,1302348,1302608-1302610,1302649,1302837,1303138,1303163,1303338,1303521,1303587,1303698,1303803,1303852,1304011,1304035,1304037,1304135,1304249,1304253,1304260,1304271,1304275,1304468,1304895,1304930-1304932,1305194,1305943,1305965,1306556,1306579-1306580,1307084,1307310,1307511-1307512,1307579,1307591,1307597,1310636,1310639-1310640,1310642,1310701,1311212,1311995,1327617,1327670,1331766,1333161,1333173,1333827,1334787,1335026,1335257,1335547,1335692,1335711,1335731,1336515,1336813,1336864,1336868,1336884,1337419,1337426,1337546,1337572,1337591-1337595,1337643,1337707,1337719,1337734,1337741,1337745,1338151-1338154,1338178,1342027,1342029,1342315,1342320,1342476,1342
 
498,1342503,1342717,1342795,1342805,1343044-1343046,1343335,1343394,1343400,1343629,1343708,1343718,1343895,1344063,1344068,1344250,1344266,1344515,1344528,1344612,1344629,1344725,1344868,1344890,1344893,1344896,1344901,1345020,1345029,1345039,1345287-1345290,1345294,1345309,1345325,1345357,1345367,1345579-1345580,1345582,1345688,1345699,1345704,1345731-1345732,1345737,1345744,1345752,1345754,1345779,1345781,1345846,1346107,1346365,1346376,1346404,1346510,1346514,1346519,1346581,1346635,1346644,1346683,1346794,1346885,1346932,1347034,1347047,1347087,1347108-1347109,1347583,1347737,1348105,1348357,1348398,1348425,1348461-1348495,1348498,1348752,1348762,1348772,1348776,1348859,1348968,1348973,1348989,1349007,1349237,1349298,1349317,1349410,1349473,1349539,1349879,1349887,1349893,13499

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

2014-10-31 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-test-nio2 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-nio2 :  Tomcat 8.x, a web server implementing the Java 
Servlet 3.1,
...


Full details are available at:

http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test-nio2/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -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.
 -INFO- Failed with reason build failed
 -INFO- Project Reports in: 
/srv/gump/public/workspace/tomcat-trunk/output/logs-NIO2
 -INFO- Project Reports in: 
/srv/gump/public/workspace/tomcat-trunk/output/test-tmp-NIO2/logs



The following work was performed:
http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test-nio2/gump_work/build_tomcat-trunk_tomcat-trunk-test-nio2.html
Work Name: build_tomcat-trunk_tomcat-trunk-test-nio2 (Type: Build)
Work ended in a state of : Failed
Elapsed: 26 mins 2 secs
Command Line: /usr/lib/jvm/java-7-oracle/bin/java -Djava.awt.headless=true 
-Dbuild.sysclasspath=only org.apache.tools.ant.Main 
-Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Djunit.jar=/srv/gump/public/workspace/junit/target/junit-4.12-SNAPSHOT.jar 
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar
 -Dtest.reports=output/logs-NIO2 
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20141031-native-src.tar.gz
 -Dexamples.sources.skip=true 
-Djdt.jar=/srv/gump/packages/eclipse/plugins/P20140317-1600/ecj-P20140317-1600.jar
 
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20141031.jar
 
-Dcommons-daemon.native.src.tgz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20141031-native-src.tar.gz
 -Dtest.temp=output/test-tmp-NIO2 -Dtest.accesslog=true 
-Dexecute.test.nio=false 
-Dtest.openssl.path=/srv/gump/public/workspace/openssl/dest-20141031/bi
 n/openssl -Dexecute.test.apr=false -Dexecute.test.bio=false 
-Dexecute.test.nio2=true 
-Deasymock.jar=/srv/gump/public/workspace/easymock/easymock/target/easymock-3.3-SNAPSHOT.jar
 
-Dhamcrest.jar=/srv/gump/public/workspace/hamcrest/build/hamcrest-all-20141031.jar
 -Dcglib.jar=/srv/gump/packages/cglib/cglib-nodep-2.2.jar test 
[Working Directory: /srv/gump/public/workspace/tomcat-trunk]
CLASSPATH: 
/usr/lib/jvm/java-7-oracle/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-junit4.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/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.ja
 
r:/srv/gump/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/websocket-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/catalina-storeconfig.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-jni.jar:/srv/gump/public/workspace/tomcat-trunk/output/bu
 
ild/lib/tomcat-spdy.

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

2014-10-31 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-test-apr 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-apr :  Tomcat 8.x, a web server implementing the Java 
Servlet 3.1,
...


Full details are available at:

http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test-apr/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -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.
 -INFO- Failed with reason build failed
 -INFO- Project Reports in: 
/srv/gump/public/workspace/tomcat-trunk/output/logs-APR
 -INFO- Project Reports in: 
/srv/gump/public/workspace/tomcat-trunk/output/test-tmp-APR/logs



The following work was performed:
http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test-apr/gump_work/build_tomcat-trunk_tomcat-trunk-test-apr.html
Work Name: build_tomcat-trunk_tomcat-trunk-test-apr (Type: Build)
Work ended in a state of : Failed
Elapsed: 25 mins 40 secs
Command Line: /usr/lib/jvm/java-7-oracle/bin/java -Djava.awt.headless=true 
-Dbuild.sysclasspath=only org.apache.tools.ant.Main 
-Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Djunit.jar=/srv/gump/public/workspace/junit/target/junit-4.12-SNAPSHOT.jar 
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar
 -Dtest.reports=output/logs-APR 
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20141031-native-src.tar.gz
 -Dexamples.sources.skip=true 
-Djdt.jar=/srv/gump/packages/eclipse/plugins/P20140317-1600/ecj-P20140317-1600.jar
 -Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native/dest-20141031/lib 
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20141031.jar
 
-Dcommons-daemon.native.src.tgz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20141031-native-src.tar.gz
 -Dtest.temp=output/test-tmp-APR -Dtest.accesslog=true -Dexecute.test.nio=false
  
-Dtest.openssl.path=/srv/gump/public/workspace/openssl/dest-20141031/bin/openssl
 -Dexecute.test.apr=true -Dexecute.test.bio=false -Dexecute.test.nio2=false 
-Deasymock.jar=/srv/gump/public/workspace/easymock/easymock/target/easymock-3.3-SNAPSHOT.jar
 
-Dhamcrest.jar=/srv/gump/public/workspace/hamcrest/build/hamcrest-all-20141031.jar
 -Dcglib.jar=/srv/gump/packages/cglib/cglib-nodep-2.2.jar test 
[Working Directory: /srv/gump/public/workspace/tomcat-trunk]
CLASSPATH: 
/usr/lib/jvm/java-7-oracle/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-junit4.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/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.ja
 
r:/srv/gump/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/websocket-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/catalina-storeconfig.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-jni.jar:/srv/g

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

2014-10-31 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-test-nio2 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-nio2 :  Tomcat 8.x, a web server implementing the Java 
Servlet 3.1,
...


Full details are available at:

http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test-nio2/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -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.
 -INFO- Failed with reason build failed
 -INFO- Project Reports in: 
/srv/gump/public/workspace/tomcat-trunk/output/logs-NIO2
 -INFO- Project Reports in: 
/srv/gump/public/workspace/tomcat-trunk/output/test-tmp-NIO2/logs



The following work was performed:
http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test-nio2/gump_work/build_tomcat-trunk_tomcat-trunk-test-nio2.html
Work Name: build_tomcat-trunk_tomcat-trunk-test-nio2 (Type: Build)
Work ended in a state of : Failed
Elapsed: 26 mins 42 secs
Command Line: /usr/lib/jvm/java-7-oracle/bin/java -Djava.awt.headless=true 
-Dbuild.sysclasspath=only org.apache.tools.ant.Main 
-Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Djunit.jar=/srv/gump/public/workspace/junit/target/junit-4.12-SNAPSHOT.jar 
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar
 -Dtest.reports=output/logs-NIO2 
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20141101-native-src.tar.gz
 -Dexamples.sources.skip=true 
-Djdt.jar=/srv/gump/packages/eclipse/plugins/P20140317-1600/ecj-P20140317-1600.jar
 
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20141101.jar
 
-Dcommons-daemon.native.src.tgz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20141101-native-src.tar.gz
 -Dtest.temp=output/test-tmp-NIO2 -Dtest.accesslog=true 
-Dexecute.test.nio=false 
-Dtest.openssl.path=/srv/gump/public/workspace/openssl/dest-20141101/bi
 n/openssl -Dexecute.test.apr=false -Dexecute.test.bio=false 
-Dexecute.test.nio2=true 
-Deasymock.jar=/srv/gump/public/workspace/easymock/easymock/target/easymock-3.3-SNAPSHOT.jar
 
-Dhamcrest.jar=/srv/gump/public/workspace/hamcrest/build/hamcrest-all-20141101.jar
 -Dcglib.jar=/srv/gump/packages/cglib/cglib-nodep-2.2.jar test 
[Working Directory: /srv/gump/public/workspace/tomcat-trunk]
CLASSPATH: 
/usr/lib/jvm/java-7-oracle/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-junit4.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/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.ja
 
r:/srv/gump/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/websocket-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/catalina-storeconfig.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-jni.jar:/srv/gump/public/workspace/tomcat-trunk/output/bu
 
ild/lib/tomcat-spdy.jar:/srv/gump/public/w