> -----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. > > I'm thinking it's nothing to worry about. > _______________________________________________________________________ > ___ >
OK, more information on this. They are using the same environment as mine, except, they are not using SSL. They have no SSL connector defined, nothing listening on port 443 or 8443 or with SSLEnabled set or anything. Here are the connector entries from their server.xml: <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" /> <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" /> <Connector address="0.0.0.0" port="80" maxHttpHeaderSize="8192" maxThreads="50" enableLookups="false" redirectPort="443" acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true" /> I'm thinking it has to do with the SSLEngine being set to "on" in the APRLifecycleListener. <Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" /> The question is why? Will setting it to "off" cause any problems? Anyone know why "on" is the default when there is no SSL connector configured by default? Jeff __________________________________________________________________________ Confidentiality Notice: This Transmission (including any attachments) may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient you are hereby notified that any dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this transmission in error, please immediately reply to the sender or telephone (512) 343-9100 and delete this transmission from your system. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org