-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jeffrey,

On 4/8/2010 4:35 PM, Jeffrey Janner wrote:
> Allow me to answer my own question:  1.1.18
> I just started downloading from the archive until I found one that
> worked.

Generally, the latest is always the best.

> Any clue what happened between 1.1.18 & 1.1.19?

http://tomcat.apache.org/native-doc/miscellaneous/changelog.html

> <!-- with 1.1.20 -->
> Apr 8, 2010 3:14:40 PM org.apache.catalina.core.AprLifecycleListener
> lifecycleEvent
> INFO: The Apache Tomcat Native library which allows optimal performance
> in production environments was not found on the java.library.path:
> C:\Program Files\Apache Software Foundation\Tomcat [...]

This indicates that the DLL file wasn't found or could not be
initialized for some other reason. Is tcnative.dll somewhere in the path
listed?

> INFO: Initializing Coyote HTTP/1.1 on http-172.16.9.1-80
> Apr 8, 2010 3:14:40 PM org.apache.coyote.http11.Http11BaseProtocol init
> SEVERE: Error initializing endpoint
> java.io.FileNotFoundException: C:\Documents and
> Settings\Administrator\.keystore (The system cannot find the file
> specified)

Does this file exist?

If you are trying to use APR, then presumably you have a different
configuration for your SSL using certificate files, etc. instead of a
keystore. If APR isn't initializing correctly, you'll get an error
trying to configure the standard connector. Until you get your APR
configured properly, you can ignore the complaints that the standard
connector gives you.

> <!-- with 1.1.19 -->
> Apr 8, 2010 3:16:06 PM org.apache.catalina.core.AprLifecycleListener
> lifecycleEvent
> INFO: The Apache Tomcat Native library which allows optimal performance
> in production environments was not found on the java.library.path:
> C:\Program Files\Apache Software Foundation\Tomcat [...]

Sounds like it's not loading no matter what version you try. Maybe you
don't have the java.library.path you think you do, or maybe you just
haven't put the DLL in the right place.

> <!-- with 1.1.18 -->
> Apr 8, 2010 3:16:54 PM org.apache.coyote.http11.Http11AprProtocol init
> INFO: Initializing Coyote HTTP/1.1 on http-172.16.9.1-80
> Apr 8, 2010 3:16:55 PM org.apache.coyote.http11.Http11AprProtocol init
> INFO: Initializing Coyote HTTP/1.1 on http-172.16.9.1-443

The only thing I can think of is that you have the DLL in the wrong
place, but it seems you've been able to get it working with 1.1.8.

> I have seen the "unable to locate" library errors in 5.5.28 installs
> with 1.1.19 & 1.1.20, but at least the OpenSSL still worked.

Since the use of OpenSSL is predicated on the successful use of APR, I'm
not sure how this could be true.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAku+T2EACgkQ9CaO5/Lv0PDhWgCgvzHju8XQzsSCv26t3PzQT+pH
ofkAoJ3uFqVslZL1PsNM1rfPeBUM/F9k
=jWUB
-----END PGP SIGNATURE-----

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

Reply via email to