Expand my Community achievements bar.

ALC-TTN-011-031: Bootstrapping failed for platform component [DocumentServiceContainer].

Avatar

Former Community Member

Hi,

          I am getting following error at the time initialization of database.

[2009-04-07 17:14:40,375], SEVERE, Thread-11, com.adobe.livecycle.bootstrap.client.BootstrapRequestClient, com.adobe.livecycle.bootstrap.BootstrapException:
ALC-TTN-011-031: Bootstrapping failed for platform component [DocumentServiceContainer].  The wrapped exception's message reads:

        at com.adobe.livecycle.bootstrap.bootstrappers.DSCBootstrapper.bootstrap(DSCBootstrapper.java:73)
        at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvoker.java:78)
        at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
        at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1095)
        at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:569)
        at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
        at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:90)
        at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:748)
        at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1461)
        at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:118)
        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
        at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
        at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
        at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
        at com.ibm.io.async.AsyncChannelFuture$1.run(AsyncChannelFuture.java:205)
        at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
Caused by: com.ibm.ejs.container.UnknownLocalException:
        at com.adobe.pof.schema.POFDefaultDomain.getObjectType(POFDefaultDomain.java:95)
        at com.adobe.idp.dsc.initializer.DSCInitializerBean.applicationNameAttributeExists(DSCInitializerBean.java:239)
        at com.adobe.idp.dsc.initializer.DSCInitializerBean.installSchema(DSCInitializerBean.java:184)
        at com.adobe.idp.dsc.initializer.DSCInitializerBean.bootstrap(DSCInitializerBean.java:92)
        at com.adobe.idp.dsc.initializer.EJSLocalStatelessDSCInitializerBeanLocalEJB_7bb34e85.bootstrap(Unknown Source)
        at com.adobe.livecycle.bootstrap.bootstrappers.DSCBootstrapper.bootstrap(DSCBootstrapper.java:68)
        ... 18 more
Caused by: com.adobe.pof.schema.ObjectTypeNotFoundException: Object Type: dsc.sc_resource_mapping not found.
        ... 24 more

Please let me know, if you have any solution.

6 Replies

Avatar

Level 1

Hi,

What version of WebSphere?  We ran into issue with Database Initialization step on WebSphere (Any platform) if it's been patched up to 6.1.0.19 or later.

1.  login to websphere admin console (http://localhost:9080/admin)
2.  Click on resources > data sources
3.  click on IDP_DS,
4.  For datastore helper class, select to use a custom one, and type the following in: com.ibm.websphere.rsadapter.GenericDataStoreHelper
5.  repeat for EDC_DS
6.  test data connections
7.  run through initiaze database from livecycle configuration manager (/opt/aodbe/LiveCycle8.2/ConfigurationManager/bin/configurationManager.sh)

Cheers,

David

http://www.ensemble.com

Avatar

Former Community Member

Liao,

                   Yes, we are using websphere 6.1.0.19. However this was an environment issue. We are having multiple cluster on this particular machine and we used the default UDP port for each configuration. The problem was resolved by using the unique UDP port at the time of server configuration through LCM. We will test your solution in our future configuration, if we had similar issue.

Brij

Avatar

Level 1

David,

We are having the same issue invoking the bootstrapper for the DocumentServiceContainer.  We've reconfigured our WAS datasource based on your guidelines, but are still seeing the same problem.

Has anyone had success in getting past this error by going through David's steps?

Also, I'm curious about the uniqueness of the UDP port.  Perhaps this is a novice question, but what would that messaging port have to do with a missing object (dsc:sc_resource_mapping) ?

Thanks,

Brian

Avatar

Former Community Member

Hi All,

I've got the same error while bootstrapping MS SQL db with JBOSS 4.0.3:

com.adobe.livecycle.bootstrap.BootstrapException: ALC-TTN-103-000: Bootstrapping request failed on server.  Message from server:

ALC-TTN-011-031: Bootstrapping failed for platform component [DocumentServiceContainer].  The wrapped exception's message
reads:
Unexpected Error
java.lang.NoClassDefFoundError: org/apache/commons/collections/map/ListOrderedMap
    at com.adobe.pof.odapi.DefaultCreateBaseObjectTypeInfo.<init>(DefaultCreateBaseObjectTypeInfo.java:38)
    at com.adobe.pof.POFSynchronizationUtil.listBaseObjectTypeCreateCommands(POFSynchronizationUtil.java:910)
    at com.adobe.pof.POFSynchronizationUtil.listDomainCreateCommands(POFSynchronizationUtil.java:736)
    at com.adobe.pof.POFSynchronizationUtil.listDataDictionarySynchCommands(POFSynchronizationUtil.java:61)
    at com.adobe.pof.odapi.POFSchemaManagerImpl.synchronizeAll(POFSchemaManagerImpl.java:1119)
    at com.adobe.pof.odapi.POFSchemaManagerRemoteBean.synchronizeAll(POFSchemaManagerRemoteBean.java:511)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
    at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:214)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:149)
    at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:154)
    at org.jboss.webservice.server.ServiceEndpointInterceptor.invoke(ServiceEndpointInterceptor.java:54)
    at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:106)
    at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:389)
    at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:166)

Anybody found a solution?

Brian, how did you managed?

Thanks, Yan

Avatar

Former Community Member

Hi Yan Kliaver,

How did you solve that problem? I also got same error in configuration LCES2.

Give me any suggestion if you have.

My error are :

[11/3/10 18:03:29:532 SGT] 0000011a WFBootstrappe E com.adobe.livecycle.bootstrap.bootstrappers.AbstractBoostrapper log TRAS0014I: The following exception was logged com.adobe.livecycle.bootstrap.BootstrapException: ALC-TTN-011-061: Bootstrapping failed for platform component [Process Engine].  The wrapped exception's message reads:
javax.ejb.EJBException: nested exception is: com.adobe.pof.schema.RelationNotFoundException: Relation: default_severity does not exist on object-type: workflow.system_preference. 

    at com.adobe.livecycle.bootstrap.bootstrappers.WFBootstrapper.bootstrap(WFBootstrapper.java:59)
    at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvoker.java:78)
    at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:718)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1655)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:937)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:500)
    at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
    at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:91)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:864)
    at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1583)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:183)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:455)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:384)
    at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83)
    at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
    at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
    at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
    at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
    at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
    at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
    at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1550)
Caused by: com.adobe.workflow.initializer.WorkflowInitializerException: javax.ejb.EJBException: nested exception is: com.adobe.pof.schema.RelationNotFoundException: Relation: default_severity does not exist on object-type: workflow.system_preference.
    at com.adobe.workflow.initializer.POFWorkflowInitializer.initialize(POFWorkflowInitializer.java:283)
    at com.adobe.workflow.initializer.WorkflowInitializerBean.initialize(WorkflowInitializerBean.java:95)
    at com.adobe.workflow.initializer.EJSRemoteStatelessadobe_WorkflowInitializerEJB_75bbaaed.initialize(Unknown Source)
    at com.adobe.workflow.initializer._WorkflowInitializerRemote_Stub.initialize(_WorkflowInitializerRemote_Stub.java:312)
    at com.adobe.workflow.initializer.WorkflowInitializerBean.bootstrap(WorkflowInitializerBean.java:57)
    at com.adobe.workflow.initializer.EJSRemoteStatelessadobe_WorkflowInitializerEJB_75bbaaed.bootstrap(Unknown Source)
    at com.adobe.workflow.initializer._WorkflowInitializerRemote_Stub.bootstrap(_WorkflowInitializerRemote_Stub.java:267)
    at com.adobe.livecycle.bootstrap.bootstrappers.WFBootstrapper.bootstrap(WFBootstrapper.java:53)
    ... 23 more
Caused by: javax.ejb.EJBException: nested exception is: com.adobe.pof.schema.RelationNotFoundException: Relation: default_severity does not exist on object-type: workflow.system_preference.
    at com.adobe.workflow.initializer.POFWorkflowInitializer.installDefaultData(POFWorkflowInitializer.java:642)
    at com.adobe.workflow.initializer.POFWorkflowInitializer.initialize(POFWorkflowInitializer.java:270)
    ... 30 more

Avatar

Former Community Member

Hi Everyone,

Who will know how i can solve that bootstrap problem?

I am installation

1.OS -2008 64 bit R2

2.WAS v7.0.0.9 32 bit trial

3.LCES2 (9.0.0.7)

I got the error when i install initialize dabase.

[11/4/10 9:08:16:171 SGT] 000000a4 WFBootstrappe E com.adobe.livecycle.bootstrap.bootstrappers.AbstractBoostrapper log ALC-TTN-011-061: Bootstrapping failed for platform component [Process Engine].  The wrapped exception's message reads:
javax.ejb.EJBException: nested exception is: com.adobe.pof.schema.RelationNotFoundException: Relation: default_severity does not exist on object-type: workflow.system_preference. 
[11/4/10 9:08:16:171 SGT] 000000a4 WFBootstrappe E com.adobe.livecycle.bootstrap.bootstrappers.AbstractBoostrapper log TRAS0014I: The following exception was logged com.adobe.livecycle.bootstrap.BootstrapException: ALC-TTN-011-061: Bootstrapping failed for platform component [Process Engine].  The wrapped exception's message reads:
javax.ejb.EJBException: nested exception is: com.adobe.pof.schema.RelationNotFoundException: Relation: default_severity does not exist on object-type: workflow.system_preference. 
    at com.adobe.livecycle.bootstrap.bootstrappers.WFBootstrapper.bootstrap(WFBootstrapper.java:59)
    at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvoker.java:78)
    at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:718)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1655)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:937)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:500)
    at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
    at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:91)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:864)
    at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1583)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:183)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:455)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:384)
    at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83)
    at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
    at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
    at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
    at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
    at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
    at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
    at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1550)
Caused by: com.adobe.workflow.initializer.WorkflowInitializerException: javax.ejb.EJBException: nested exception is: com.adobe.pof.schema.RelationNotFoundException: Relation: default_severity does not exist on object-type: workflow.system_preference.
    at com.adobe.workflow.initializer.POFWorkflowInitializer.initialize(POFWorkflowInitializer.java:283)
    at com.adobe.workflow.initializer.WorkflowInitializerBean.initialize(WorkflowInitializerBean.java:95)
    at com.adobe.workflow.initializer.EJSRemoteStatelessadobe_WorkflowInitializerEJB_75bbaaed.initialize(Unknown Source)
    at com.adobe.workflow.initializer._WorkflowInitializerRemote_Stub.initialize(_WorkflowInitializerRemote_Stub.java:312)
    at com.adobe.workflow.initializer.WorkflowInitializerBean.bootstrap(WorkflowInitializerBean.java:57)
    at com.adobe.workflow.initializer.EJSRemoteStatelessadobe_WorkflowInitializerEJB_75bbaaed.bootstrap(Unknown Source)
    at com.adobe.workflow.initializer._WorkflowInitializerRemote_Stub.bootstrap(_WorkflowInitializerRemote_Stub.java:267)
    at com.adobe.livecycle.bootstrap.bootstrappers.WFBootstrapper.bootstrap(WFBootstrapper.java:53)
    ... 23 more
Caused by: javax.ejb.EJBException: nested exception is: com.adobe.pof.schema.RelationNotFoundException: Relation: default_severity does not exist on object-type: workflow.system_preference.
    at com.adobe.workflow.initializer.POFWorkflowInitializer.installDefaultData(POFWorkflowInitializer.java:642)
    at com.adobe.workflow.initializer.POFWorkflowInitializer.initialize(POFWorkflowInitializer.java:270)
    ... 30 more

Plese help me any suggestion if you have.

Thanks

Ei Wah