[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas ---

[GitHub] [tomcat] bkiselka commented on issue #139: service.bat handles changed Service at installation

2019-08-02 Thread GitBox
bkiselka commented on issue #139: service.bat handles changed Service at installation URL: https://github.com/apache/tomcat/pull/139#issuecomment-517606070 Sorry that I had no time to tackle your proposed changes from 9 Apr for the installation from zip file via batch file. All your pro

[GitHub] [tomcat] rmannibucau opened a new pull request #183: preload driver in connection pool

2019-08-02 Thread GitBox
rmannibucau opened a new pull request #183: preload driver in connection pool URL: https://github.com/apache/tomcat/pull/183 share it for all connections to not have mixed connections (multiple driver instances when fallbacking on TCCL) Side note: the setters of DataSource(Proxy) sho

Re: PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() is null

2019-08-02 Thread Romain Manni-Bucau
Finally managed to reproduce it in a test: https://github.com/apache/tomcat/pull/183 Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn

[tomcat] branch 8.5.x updated: Simplify test. Correct comments.

2019-08-02 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new d176d48 Simplify test. Correct comments. d176d48 i

[tomcat] branch master updated: Simplify test. Correct comments.

2019-08-02 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 22301d2 Simplify test. Correct comments. 22301d2

[tomcat] 01/02: Align with 8.5.x.

2019-08-02 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 9bc20a26655809be0af2d93f840baacb6e4b2225 Author: Mark Thomas AuthorDate: Fri Aug 2 10:04:07 2019 +0100 Align with 8.5

[tomcat] branch 7.0.x updated (8b191b5 -> 081614d)

2019-08-02 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 8b191b5 Only decode in standard mode. new 9bc20a2 Align with 8.5.x. new 081614d Fix Javadcoc warning The

[tomcat] 02/02: Fix Javadcoc warning

2019-08-02 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 081614d12719a1eea01ce593c25978fe4e48ab14 Author: Mark Thomas AuthorDate: Fri Aug 2 10:04:21 2019 +0100 Fix Javadcoc w

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #2 from Norimasa Yamamoto --- Created attachment 36699 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36699&action=edit appcrash_tomcat7.7z - Windows Windows 7 Professional Microsoft Windows Version 6.1 (build 7601: Service

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #3 from Michael Osipov --- (In reply to Norimasa Yamamoto from comment #2) > Created attachment 36699 [details] > appcrash_tomcat7.7z > > - Windows > Windows 7 Professional > Microsoft Windows > Version 6.1 (build 7601: Service Pac

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #4 from Norimasa Yamamoto --- Also latest Java 8u221 was crashed. java -version java version "1.8.0_221" Java(TM) SE Runtime Environment (build 1.8.0_221-b11) Java HotSpot(TM) Client VM (build 25.221-b11, mixed mode) -- You are r

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #5 from Norimasa Yamamoto --- Also Adopt OpenJDK hotspot 11.0.4 was crashed. java -version openjdk version "11.0.4" 2019-07-16 OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.4+11) OpenJDK Client VM AdoptOpenJDK (build 11.0.4+

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #6 from Norimasa Yamamoto --- Also Adopt OpenJDK hotspot 12.0.2 was crashed. java -version openjdk version "12.0.2" 2019-07-16 OpenJDK Runtime Environment AdoptOpenJDK (build 12.0.2+10) OpenJDK Client VM AdoptOpenJDK (build 12.0.2+

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #7 from Mark Thomas

[Bug 63627] New: Implement more fine-grained handling in RealmBase#authenticate(GSSContext, boolean)

2019-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63627 Bug ID: 63627 Summary: Implement more fine-grained handling in RealmBase#authenticate(GSSContext, boolean) Product: Tomcat 8 Version: 8.5.x-trunk Hardware: All

[tomcat] branch BZ-63627/tomcat-9.0.x created (now feabfd9)

2019-08-02 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch BZ-63627/tomcat-9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. at feabfd9 BZ 63627: Implement more fine-grained handling in RealmBase#authenticate(GSSContext, boole

[tomcat] 01/01: BZ 63627: Implement more fine-grained handling in RealmBase#authenticate(GSSContext, boolean)

2019-08-02 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch BZ-63627/tomcat-9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit feabfd9554f115e3892aa179231039e0ca714079 Author: Michael Osipov AuthorDate: Fri Aug 2 14:09:02 2019 +02

[GitHub] [tomcat] michael-o opened a new pull request #184: BZ 63627: Implement more fine-grained handling in RealmBase#authenticate(GSSContext, boolean)

2019-08-02 Thread GitBox
michael-o opened a new pull request #184: BZ 63627: Implement more fine-grained handling in RealmBase#authenticate(GSSContext, boolean) URL: https://github.com/apache/tomcat/pull/184 Tests are pending, but I don't expect any related failures here. --

[tomcat] branch master updated: Include failed TLS handshakes in the access log

2019-08-02 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new acf6076 Include failed TLS handshakes in the acc

[tomcat] branch 8.5.x updated: Include failed TLS handshakes in the access log

2019-08-02 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new c692f6b Include failed TLS handshakes in the acces

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #8 from Norimasa Yamamoto --- I made a new Windows 7 using Tomcat 7.0.96 x86/x64 service installer and AdoptOpenJDK x86. It worked fine. Next, I checked Tomcat7.exe arch. I download from prunsrv.exe from Apache commons daemon and t