oracle.dss.bicontext.BICannotProceedException: BIB-14656 BI Beans Catalog schema not found or incomplete
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 427444, 1 year ago
via Oracle Community by 427444, 1 year ago
oracle.dss.bicontext.BICannotProceedException: BIB-14656 BI Beans Catalog schema not found or incomplete
at oracle.dss.bicontext.BINoInitialContextException.
(BINoInitialContextException.java:91) at oracle.dss.persistence.persistencemanager.client.InitPersistenceManagerFactory.getInitialContext(InitPersistenceManagerFactory.java:152)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
at javax.naming.InitialContext.init(InitialContext.java:219)
at javax.naming.InitialContext.
(InitialContext.java:195) at javax.naming.directory.InitialDirContext.
(InitialDirContext.java:80) at oracle.dss.persistence.persistencemanager.client.InitialPersistenceManager.
(InitialPersistenceManager.java:94) at oracle.dss.addins.common.CatalogTest.getPersistenceManager(CatalogTest.java:95)
at oracle.dss.addins.common.CatalogTest.testConnection(CatalogTest.java:101)
at oracle.dss.addins.wizard.connection.CatalogTestPanel.testConnectionImpl(CatalogTestPanel.java:40)
at oracle.dss.addins.wizard.connection.TestConnectionPanel$2.construct(TestConnectionPanel.java:184)
at oracle.jdeveloper.common.SwingWorker$2.run(SwingWorker.java:168)
at java.lang.Thread.run(Thread.java:534)