Fatal error
Webapplication did not initialize properly during startup - please try again later
--
--Fix:
--
1. in the file default-web-site.xml under OracleAS home ~/j2ee/home/config/
ohs-routing default is false, change it to true.
2. in the file server.xml under OracleAS home ~/j2ee/home/config/
change start attribute for application ascontrol to true. Default is false.
3. restart the servers
$ opmnctl status
$ opmnctl stopall
$ opmnctl startall
$ opmnctl status