The key part of your error appears to be the following:
INFO | jvm 1 | 2008/01/14 11:46:55 | 08/01/14 11:46:55 Fatal Error: Realm Initialization failed!!
This indicates that OAS is unable to initialize your Security realm. This can be caused by any of the following:
- Your OTM DB is not configured correctly -- this could be a problem with the import or post-import scripts. I'd recommend going back to the DB setup section of the OTM Administration guide and running the verification scripts.
- Your OTM DB is not running -- check to ensure that the DB is up, that the listener is running and that you can connect to it via sqlplus from the OTM App server.
- Your OTM App server is mis-configured and not able to connect to the DB -- check the DB settings in the glog.properties file ($OTM_HOME/glog/config/glog.properties).
--Chris