On Tue, Feb 2, 2016 at 4:15 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Yuval,
>
> On 2/2/16 6:21 AM, Yuval Schwartz wrote:
> > Hello again Christoph,
> >
> > I think there is a problem with the way that I installed the APR
> > library. If you recall, I installed a compiled version from the
> > distros with the commands yum install apr-devel openssl-devel
> > tomcat-native
> >
> > I get the desired "Loaded APR based library" in my logs. However,
> > every time I shut down tomcat I get a warning:
> >
> > WARNING [main]
> > org.apache.tomcat.util.net.AbstractEndpoint.shutdownExecutor The
> > executor associated with thread pool [http-apr-8080] has not fully
> > shutdown. Some application threads may still be running
> >
> > If I remove the packages that I installed (yum remove apr-devel
> > openssl-devel tomcat-native) then this warning goes away.
> >
> > Is there something that I forgot to configure when installing the
> > APR library?
>
> What makes you think that something is wrong with the library? Perhaps
> you are getting that WARNING because you have still-running
> request-processing threads?
>

Thanks, any ideas on how I can look into this then? I've tried looking at
thread dumps and at the threads that are created and destroyed in my
ServletContextListener's contextInitialize and contextDestroyed methods.


>
> If the library loads, I think you installed it properly ;)
>

Yes, I just reinstalled by compiling the source code and I still get the
same error...so it's not the library.


>
> - -chris
> -----BEGIN PGP SIGNATURE-----
> Comment: GPGTools - http://gpgtools.org
> Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
>
> iEYEARECAAYFAlawuh8ACgkQ9CaO5/Lv0PAnhQCfcpg316jjclM41xnDjQtZrr9Z
> I7UAoLw0jg8tPK6m51HQDyXbCQnb402r
> =fZGU
> -----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