dev@glassfish.java.net

Re: Why is JBI stopping and then starting on server startup ...

From: Mark S White <Mark.White_at_Sun.COM>
Date: Tue, 24 Apr 2007 12:01:24 -0700

JBI is not stopping and starting up. What you are seeing is that once a
deployment has been
made to a component (such as the Java EE engine or the HTTP binding),
whenever the
system restarts, the component must be initialized in order to inform it
of the existing deployments.
This is required by the JSR208 specification, as components are not
required to persist any
deployment information. In the case you are seeing, the components had a
desired state of
shutdown, so after the initialization was done, JBI has shut down the
components to return
them to their desired states. JBI itself did not stop, it only started.
The component shutdowns
were part of the startup processing.

kedar wrote:
> More often than not, upon server startup, I see messages like:
>
> [#|2007-04-24T11:08:11.503-0700|INFO|sun-appserver9.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application
> server startup complete.|#]
>
> [#|2007-04-24T11:21:38.233-0700|INFO|sun-appserver9.1|com.sun.jbi.framework|_ThreadID=17;_ThreadName=sun-javaee-engine;|JBIFW1166:
> Engine sun-javaee-engine has been shut down.|#]
>
> [#|2007-04-24T11:21:38.236-0700|INFO|sun-appserver9.1|sun-http-binding.com.sun.jbi.httpsoapbc.HttpSoapBindingLifeCycle|_ThreadID=18;_ThreadName=sun-http-binding;|HTTP
> SOAP binding shutdown completed.|#]
>
> [#|2007-04-24T11:21:38.236-0700|INFO|sun-appserver9.1|com.sun.jbi.framework|_ThreadID=18;_ThreadName=sun-http-binding;|JBIFW1166:
> Binding sun-http-binding has been shut down.|#]
>
> [#|2007-04-24T11:21:38.238-0700|INFO|sun-appserver9.1|com.sun.jbi.framework|_ThreadID=16;_ThreadName=httpSSLWorkerThread-4848-0;|JBIFW0012:
> JBI framework startup complete.|#]
>
>
> Why is JBI stopping and then starting up?
>
> Thanks,
> Kedar
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>

-- 
Open ESB Community (http://open-esb.org)
Check out my blog (http://blogs.sun.com/mwhite)