Dear all,
i have installed Oracle Linux 7 , oracle 12c database and OBIEE with simple installation.i have jdk 7 update 80
after installation, i saw the analytics page in browser, means everything was okay.
after i restart my operating system, i was not aware how to startup the services. i search internet and i follow like below, but not working
login to oracle user
. ./bash_profile
lsnrctl start
sqlplus and startup the database
cd /u01/OBIEE/user_projects/domains/bifoundation_domain/bin
./startWebLogic.sh
this command is throwing the below error
<Oct 19, 2015 4:53:58 PM GST> <Error> <EmbeddedLDAP> <BEA-000000> <Error opening the Transaction Log: /u01/OBIEE/user_projects/domains/bifoundation_domain/servers/AdminServer/data/ldap/ldapfiles/EmbeddedLDAP.tran (Permission denied)>
<Oct 19, 2015 4:53:58 PM GST> <Error> <EmbeddedLDAP> <BEA-000000> <Error Instantiating 'dc=bifoundation_domain': null>
<Oct 19, 2015 4:53:58 PM GST> <Critical> <EmbeddedLDAP> <BEA-171522> <An error occurred while initializing the Embedded LDAP Server. The exception thrown is java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot cannot be cast to com.octetstring.vde.backend.standard.BackendStandard. This may indicate a problem with the data files for the Embedded LDAP Server. If the problem is with the data files and it can not be corrected, backups of previous versions of the data files exist in /u01/OBIEE/user_projects/domains/bifoundation_domain/servers/AdminServer/data/ldap/backup.>
<Oct 19, 2015 4:53:58 PM GST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
There are 1 nested errors:
java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot cannot be cast to com.octetstring.vde.backend.standard.BackendStandard
at weblogic.ldap.EmbeddedLDAP.start(EmbeddedLDAP.java:303)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
>
<Oct 19, 2015 4:53:58 PM GST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
<Oct 19, 2015 4:53:58 PM GST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
<Oct 19, 2015 4:53:58 PM GST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
could somebody please guide me how to fix this?
regards.