STA Application Startup and Shutdown Sequences
The sequence of startup and shutdown for the STA application always follows the same order. Understanding the sequence can help troubleshoot issues.
Startup Sequence
All resources for the STA environment automatically start when the STA application starts.
- MySQL database server (mysql)
- WebLogic administration server (staweblogic)
- staEngine (staengine)
- staAdapter (staadapter)
- staUi (staui)
- STA services daemon (staservd)
Shutdown Sequence
- staUi (staui)
- staAdapter (staadapter)
- staEngine (staengine)
- WebLogic administration server (staweblogic)
- STA services daemon (staservd)
- MySQL database (mysql)