RE: File access error on Windows Server 2019 after upgrading to Tomcat 8.5.45

2020-06-10 Thread jonmcalexander
-Original Message- > From: Mark Thomas > Sent: Tuesday, June 9, 2020 8:46 AM > To: users@tomcat.apache.org > Subject: Re: File access error on Windows Server 2019 after upgrading > to Tomcat 8.5.45 > > On 08/06/2020 22:54, BOSECKER Nancy wrote: >> I've been task

Re: File access error on Windows Server 2019 after upgrading to Tomcat 8.5.45

2020-06-10 Thread Mark Thomas
rk Thomas > Sent: Tuesday, June 9, 2020 8:46 AM > To: users@tomcat.apache.org > Subject: Re: File access error on Windows Server 2019 after upgrading to > Tomcat 8.5.45 > > On 08/06/2020 22:54, BOSECKER Nancy wrote: >> I've been tasked with upgrading Tomcat from 8.5.41

Re: File access error on Windows Server 2019 after upgrading to Tomcat 8.5.45

2020-06-09 Thread Bill Stewart
On Tue, Jun 9, 2020 at 9:56 AM calder wrote: > A bit off-topic, but wanted to jump in and clear this up, as the Java > error messages are somewhat misleading. Thanks for the clarification. Regards Bill - To unsubscribe, e-mail

RE: File access error on Windows Server 2019 after upgrading to Tomcat 8.5.45

2020-06-09 Thread jonmcalexander
: users@tomcat.apache.org Subject: Re: File access error on Windows Server 2019 after upgrading to Tomcat 8.5.45 On 08/06/2020 22:54, BOSECKER Nancy wrote: > I've been tasked with upgrading Tomcat from 8.5.41, but have run into a > problem that begins with release 8.5.45. Hopefully someo

RE: File access error on Windows Server 2019 after upgrading to Tomcat 8.5.45

2020-06-09 Thread BOSECKER Nancy
> I've been tasked with upgrading Tomcat from 8.5.41, but have run into a > problem that begins with release 8.5.45. Hopefully someone here can help. >>What was the last version where this worked? 8.5.43? I ask as 8.5.44 was not >>formally released. 8.5.43 worked, 8.5.45 does not. >>This might

RE: File access error on Windows Server 2019 after upgrading to Tomcat 8.5.45

2020-06-09 Thread BOSECKER Nancy
>> Also, "file not found" is not the same as "access denied". You should >> post the exact error line(s) from your log. >A bit off-topic, but wanted to jump in and clear this up, as the Java error >messages are somewhat misleading. >If I write a class to open a read-only file with java.io.FileOu

Re: File access error on Windows Server 2019 after upgrading to Tomcat 8.5.45

2020-06-09 Thread calder
On Tue, Jun 9, 2020 at 8:08 AM Bill Stewart wrote: [ snip ] > Also, "file not found" is not the same as "access denied". You should > post the exact error line(s) from your log. A bit off-topic, but wanted to jump in and clear this up, as the Java error messages are somewhat misleading. If I writ

Re: File access error on Windows Server 2019 after upgrading to Tomcat 8.5.45

2020-06-09 Thread Mark Thomas
On 08/06/2020 22:54, BOSECKER Nancy wrote: > I've been tasked with upgrading Tomcat from 8.5.41, but have run into a > problem that begins with release 8.5.45. Hopefully someone here can help. What was the last version where this worked? 8.5.43? I ask as 8.5.44 was not formally released. > I hav

Re: File access error on Windows Server 2019 after upgrading to Tomcat 8.5.45

2020-06-09 Thread Bill Stewart
On Mon, Jun 8, 2020 at 3:54 PM BOSECKER Nancy wrote: > In 8.5.45, I get the Java error: File not Found exception - > Access is denied. The file exists and is readable, but must be > being held onto by some unknown process. I've tried Windows > process manager and resource manager, but neither of t

File access error on Windows Server 2019 after upgrading to Tomcat 8.5.45

2020-06-08 Thread BOSECKER Nancy
I've been tasked with upgrading Tomcat from 8.5.41, but have run into a problem that begins with release 8.5.45. Hopefully someone here can help. I have a servlet that tries to update a file that was previously written by a separate servlet. Prior to 8.5.45, this works as expected and the file i