2012/8/29 Jeffrey Janner <jeffrey.jan...@polydyne.com>: > The question is, is it something to be worried about? > >> -----Original Message----- >> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] >> Sent: Tuesday, August 28, 2012 10:21 AM >> To: Tomcat Users List [users@tomcat.apache.org] >> Subject: Windows Path Not Found for urandom >> >> apologize for the lack of details in advance, but I don't have the >> specifics yet. >> >> I have a customer that is using Tomcat (6.0.33?) on Windows and are >> monitoring the process with SysInternals Process Monitor. >> About every 5 seconds, they are seeing Tomcat.exe generate a "Path Not >> Found" error on a QueryOpen operation for the path D:\dev\urandom with >> a duration of around 0.00002. >> Since the path contains urandom, I assume it has something to do with >> the SSL routines. >> If they followed our standard install instructions, they should be >> using Tomcat 6.0.33 with the native/APR libraries that come with the >> installer. >>
1. Can you stop top-posting? http://en.wikipedia.org/wiki/Posting_style#Choosing_the_proper_posting_style 2. " Confidentiality Notice"s are self-contradictory on a publicly archived mailing list. > The question is, is it something to be worried about? 1. I'd be worried if there were something at that path. Would randomness of something be compromised if there were a readable file there? If there is nothing there and nothing can be created there, I think it is not much of an issue, though an interesting one to investigate. 2. If the file is opened by Java classes, you might try to run with a SecurityManager to find what tries to open it. 3. You might try to create a file there (empty? small? unreadable?). Maybe something would start to fail (with EOFException or similar), or will hang waiting for data (and a threaddump will show what it is). Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org