Hi,
I am working on getting Phoenix running inside of a container which
allows me to run Phoenix as an NT Service.

I have gotten it all working correctly except for one thing.

When my application shuts down the JVM, this causing the ShutdownHook in
Phoenix to be triggered. Looking at the source in
org.apache.avalon.phoenix.frontends.CLIMain, it looks like this is
triggering the forceShutdown() method which is in turn shutting Phoenix
down cleanly.

But...

Phoenix is printing out the following message:

JVM exiting abnormally. Shutting down Phoenix.

I was wondering what the "normal" way to shut down the JVM is in
Phoenix. I could not locate any other shutdown functionality.

Thanks,
Leif



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to