Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Upgrade to ES2 Failing while bootstrapping

Avatar

Former Community Member

We are seeing this issue when we want to upgrade from ES(8.2.1) to ES2 - OutofPlace upgrade.

DB is been refreshed from ES and migrated to 11gr2, when initiated DB, its failing at 50% with below error.

Techstack: ES2/WAS7.0.0.17/Oracle 11gr2/AIX 6.1.

[2012-10-29 14:47:57,971], INFO, Thread-114, com.adobe.livecycle.bootstrap.client.BootstrapRequestClient, Invoking [http://host.net:37620/adobe-bootstrapper/bootstrap?responseType=client&bootstrapper=DSC&step=bootstr...]

[2012-10-29 14:48:00,718], SEVERE, Thread-114, 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:

See nested exception; nested exception is: com.ibm.ejs.container.UnknownLocalException: nested exception is: com.adobe.pof.POFRuntimeException: sequence: sc_work_ref_id already exists.

        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:718)

        at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)

        at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1657)

        at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:939)

        at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:502)

        at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:179)

        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:186)

        at com.ibm.ws.ard.channel.ARDChannelConnLink.handleDiscrimination(ARDChannelConnLink.java:188)

        at com.ibm.ws.ard.channel.ARDChannelConnLink.ready(ARDChannelConnLink.java:93)

        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:452)

        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:511)

        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:305)

        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:1604)

Caused by: javax.ejb.EJBException: See nested exception; nested exception is: com.ibm.ejs.container.UnknownLocalException: nested exception is: com.adobe.pof.POFRuntimeException: sequence: sc_work_ref_id already exists.

        at com.adobe.pof.odapi.POFSchemaManagerImpl.synchronizeAll(POFSchemaManagerImpl.java:1127)

        at com.adobe.pof.odapi.POFSchemaManagerRemoteBean.synchronizeAll(POFSchemaManagerRemoteBean.java:511)

        at com.adobe.pof.odapi.EJSLocalStatelessadobe_POFSchemaManagerLocalEJB_626825cc.synchronizeAll(Unknown Source)

        at com.adobe.pof.odapi.POFSchemaManagerLocalEJBAdapter.synchronizeAll(POFSchemaManagerLocalEJBAdapter.java:135)

        at com.adobe.idp.dsc.initializer.DSCInitializerBean.installSchema(DSCInitializerBean.java:201)

        at com.adobe.idp.dsc.initializer.DSCInitializerBean.bootstrap(DSCInitializerBean.java:94)

        at com.adobe.idp.dsc.initializer.EJSLocalStatelessDSCInitializerBeanLocalEJB_7bb34e85.bootstrap(Unknown Source)

        at com.adobe.livecycle.bootstrap.bootstrappers.DSCBootstrapper.bootstrap(DSCBootstrapper.java:68)

        ... 26 more

Caused by: com.ibm.ejs.container.UnknownLocalException: nested exception is: com.adobe.pof.POFRuntimeException: sequence: sc_work_ref_id already exists.

        ... 34 more

[2012-10-29 14:48:00,720], INFO, Thread-114, com.adobe.livecycle.lcm.feature.bootstrap.BootstrapTask, Completing task: com.adobe.livecycle.lcm.feature.bootstrap.BootstrapTask@30a330a3 isDone:true

[2012-10-29 14:48:00,720], SEVERE, Thread-114, com.adobe.livecycle.lcm.feature.bootstrap.BootstrapTask, Task failed

  1. 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:

See nested exception; nested exception is: com.ibm.ejs.container.UnknownLocalException: nested exception is: com.adobe.pof.POFRuntimeException:

sequence: sc_work_ref_id already exists.

Check application server logs for details.

        at com.adobe.livecycle.bootstrap.client.BootstrapRequestClient.analyzeResponse(BootstrapRequestClient.java:152)

        at com.adobe.livecycle.bootstrap.client.BootstrapRequestClient.bootstrap(BootstrapRequestClient.java:63)

        at com.adobe.livecycle.bootstrap.client.BootstrapManager.executeStep(BootstrapManager.java:203)

        at com.adobe.livecycle.lcm.feature.bootstrap.BootstrapTask$ActualTask.<init>(BootstrapTask.java:125)

        at com.adobe.livecycle.lcm.feature.bootstrap.BootstrapTask$1.construct(BootstrapTask.java:58)

        at com.adobe.livecycle.lcm.core.tasks.SwingWorker$2.run(SwingWorker.java:114)

        at java.lang.Thread.run(Thread.java:736)

[2012-10-29 14:48:08,937], SEVERE, AWT-EventQueue-0, com.adobe.livecycle.lcm.feature.bootstrap.BootstrapDialog, Bootstrap exception

  1. 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:

See nested exception; nested exception is: com.ibm.ejs.container.UnknownLocalException: nested exception is: com.adobe.pof.POFRuntimeException:

sequence: sc_work_ref_id already exists.

Check application server logs for details.

        at com.adobe.livecycle.bootstrap.client.BootstrapRequestClient.analyzeResponse(BootstrapRequestClient.java:152)

        at com.adobe.livecycle.bootstrap.client.BootstrapRequestClient.bootstrap(BootstrapRequestClient.java:63)

        at com.adobe.livecycle.bootstrap.client.BootstrapManager.executeStep(BootstrapManager.java:203)

        at com.adobe.livecycle.lcm.feature.bootstrap.BootstrapTask$ActualTask.<init>(BootstrapTask.java:125)

        at com.adobe.livecycle.lcm.feature.bootstrap.BootstrapTask$1.construct(BootstrapTask.java:58)

        at com.adobe.livecycle.lcm.core.tasks.SwingWorker$2.run(SwingWorker.java:114)

        at java.lang.Thread.run(Thread.java:736)

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

I assume that your issue is resolved now but I got a similar error ("deletion_id already exists" instead of "sc_work_ref_id already exists") for one of my customers trying to install LC ES4 on a WAS cluster.

We got it resolved my changing the multicast port as there should be no other cluster in the same network using the same multicast UDP port.

Hope it helps!

-Pulkit

View solution in original post

2 Replies

Avatar

Former Community Member

Hi,

i have a similar error. It is not the sequence sc_work_ref_id which is missing, but the session_id.

Did you solve your problem? Do you know why this happened?

Thanks and best regards,

Constantin

Avatar

Correct answer by
Employee Advisor

I assume that your issue is resolved now but I got a similar error ("deletion_id already exists" instead of "sc_work_ref_id already exists") for one of my customers trying to install LC ES4 on a WAS cluster.

We got it resolved my changing the multicast port as there should be no other cluster in the same network using the same multicast UDP port.

Hope it helps!

-Pulkit