I'm trying to set up the OBIEE sample app on an Amazon EC2 instance, with the databse on Amazon RDS,
Has a fair amount of trouble int he install process (the install app is really, really bad at explaining what went wrong), but I've finally gotten to the part where (I think) everything is installed on the server. Unfortunately, the bi_server itself won't start up and when I try to do it manually, it spits out instead the following error messages when the start script is run.
...
AdminServer already running
Starting all servers ...
Starting bi_server1 (Original State:FAILED_NOT_RESTARTABLE) ...
Problem invoking WLST - Traceback (innermost last):
File "/u01/Oracle/Middleware/Oracle_Home/bi/modules/oracle.bi.sysman/scripts/start_servers.py", line 251, in ?
File "/u01/Oracle/Middleware/Oracle_Home/bi/modules/oracle.bi.sysman/scripts/start_servers.py", line 232, in startAll
File "/u01/Oracle/Middleware/Oracle_Home/bi/modules/oracle.bi.sysman/scripts/start_servers.py", line 179, in startManagedServersAndSystemComponents
AttributeError: 'NoneType' object has no attribute 'getSystemComponents'
...
Suggestions on what could be wrong? I'm not trying to do anything special here - just running the sample app with a totally bog-standard setup.