All,

On 2/20/23 08:58, Christopher Schultz wrote:
Mark,

On 2/20/23 08:27, Mark Thomas wrote:
You'll probably need to change the default ephemeral (dynamic in MS speak) port range to avoid issues with port exhaustion.

I'm using:

netsh int ipv4 set dynamicport tcp start=1025 num=64511

I suspect running out of ports is causing odd errors.

I have waved my magic wand and spoken the incantation. We'll see if it runs to completion :)

Looks like not:

[junit] Tests run: 2304, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 170.185 sec, Thread: 2, Class: jakarta.servlet.http.TestHttpServletDoHeadValidWrite1025

And the whole unit test suite stops there.

Things are working on Linux, though.

-chris

On 20/02/2023 13:16, Christopher Schultz wrote:
All,

I'm getting a failure on jakarta.servlet.http.TestHttpServletDoHeadValidWrite0.NIO on Windows

Looks like 11 failures all of the form:

   Failed to delete at least one file

I'm assuming that this is a spurious error, but the test keeps failing at that point and stopping, despite having test.haltonfailure=false in my build.properties file.

When running ant test-status, I get only 4 tests shown under "test suites with failed tests" and nothing showing elsewhere. A very small number of other TEST-*.txt files exist in the logs/ directory.

Any suggestions?

-chris

On 2/19/23 09:11, Christopher Schultz wrote:
The proposed Apache Tomcat 10.1.6 release is now available for
voting.

The notable changes compared to 10.1.5 are:

- Switch to using the ServiceLoader mechanism to load the custom URL
   protocol handlers that Tomcat uses.

- Update the packaged version of the Apache Tomcat Native Library to
   2.0.3 to pick up the Windows binaries built with with OpenSSL 3.0.8.

- Add the shared address space specified by RFC 6598 (100.64.0.0/10)
   to the list of trusted proxies for RemoteIPValve/Filter.

- Limit access to examples web application to localhost by default


For full details, see the change log:
https://nightlies.apache.org/tomcat/tomcat-10.1.x/docs/changelog.html

Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 without changes. Java EE applications designed for Tomcat 9 and earlier may be placed in the $CATALINA_BASE/webapps-javaee directory and Tomcat will automatically convert them to Jakarta EE and copy them to the webapps directory.

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.1.6/

The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1421

The tag is:
https://github.com/apache/tomcat/tree/10.1.6
9829c929059f96605a3fb870700b5887970d7203

The proposed 10.1.6 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 10.1.6

---------------------------------------------------------------------
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


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

Reply via email to