I am installing LiveCycle ES2 on a RedHat Linux machine with WebLogic 10G connecting to Oracle 10G. What I don't understand is that it looks like it is trying to run a query from the database, but this is a clean install and doesn't have an existing schema. Any help would be greatly appreciated.
com.adobe.livecycle.lcm.feature.bootstrap.BootstrapDialog, Bootstrap exception
com.adobe.livecycle.bootstrap.BootstrapException: ALC-TTN-103-000: Bootstrapping request failed on server. Message from server:
ALC-TTN-011-003: Bootstrapping failed for platform component [UserManager]. The wrapped exception's message
reads:
Failed to load default configuration. error:javax.ejb.EJBException: EJB Exception: : java.lang.RuntimeException:
nullexecute query failure(select * from (select /*+ FIRST_ROWS */ *
from EDCCONFIGURATIONENTITY where (EDCCONFIGURATIONENTITY.name = ? and (EDCCONFIGURATIONENTITY.parent is null))) where
rownum < 2)
at com.adobe.idp.config.AdobePreferenceFactory.systemRoot(AdobePreferenceFactory.java:178)
at com.adobe.idp.config.PreferencesBean.importConfigNodeFromXML(PreferencesBean.java:339)
at com.adobe.idp.config.PreferencesBean_7ioni8_ELOImpl.importConfigNodeFromXML(PreferencesBe an_7ioni8_ELOImpl.java:150)
at com.adobe.idp.um.config.util.UMConfigManager.importConfigFromXML(UMConfigManager.java:176 1)
at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean.loadDefaultConfigurat ion(BootstrapperManagerBean.java:266)
at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean_58tjk0_EOImpl.loadDef aultConfiguration(BootstrapperManagerBean_58tjk0_EOImpl.java:67)
at com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient.performBootstrapping(UMB ootstrapperClient.java:91)
at com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper.bootstrap(UMBootstrapper.java: 103)
at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvo ker.java:78)
at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)