CDAP Startup Issue

54 views
Skip to first unread message

Rambabu Somu

unread,
Apr 4, 2018, 5:31:14 AM4/4/18
to cdap...@googlegroups.com

Hi CDAP user team,

 

I am facing issue while starting cdap since yesterday. I have tried to restart and reinstall CDAP but still facing same issue. Attaching logs for reference.

 

I really appreciate quick response and thanks in advance for same.

 

Regards,

Ram

 

 





------------------------------------------------------------------------
Disclaimer The information in this email and any attachments may contain proprietary and confidential information that is intended for the addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, retention or use of the contents of this information is prohibited. When addressed to our clients or vendors, any information contained in this e-mail or any attachments is subject to the terms and conditions in any governing contract. If you have received this e-mail in error, please immediately contact the sender and delete the e-mail.
cdap-process.log
cdap.log
cdap-debug.log

Andreas Neumann

unread,
Apr 4, 2018, 12:28:30 PM4/4/18
to cdap...@googlegroups.com
Hi Rambabu, 

There is nothing in the logs that indicates CDAP failed to start up. Some transient errors during startup are expected, while all services are starting up.
Can you be a little more specific about what issue you are facing, and how it manifests itself?

Cheers -Andreas.

-- 
You received this message because you are subscribed to the Google Groups "CDAP User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cdap-user+...@googlegroups.com.
To post to this group, send email to cdap...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cdap-user/BN6PR02MB2466DD8ADB3F775D221197CEB7A40%40BN6PR02MB2466.namprd02.prod.outlook.com.
For more options, visit https://groups.google.com/d/optout.
<cdap-process.log><cdap.log><cdap-debug.log>

Rambabu Somu

unread,
Apr 4, 2018, 1:59:46 PM4/4/18
to cdap...@googlegroups.com

Hi Andreas,

 

 

Pipeline execution is failing after few minutes with below mentioned error when “co.cask.cdap.common.ServiceUnavailableException: Service 'dataset.service' is not available” happens on startup. The same pipeline is able to successfully execute on CDAP instance running other machine.  I tried to re-install CDAP in my system but same 'dataset.service' is not available’ issue happening which never happened previously.

[‎4/‎4/‎2018 4:47 PM] Rambabu Somu:

No Title

java.lang.RuntimeException: org.apache.tephra.TransactionNotInProgressException: canCommit() is called for transaction 1522833505336000000 that is not in progress (it is known to be invalid)

            at com.google.common.base.Throwables.propagate(Throwables.java:160) ~[com.google.guava.guava-13.0.1.jar:na]

            at co.cask.cdap.data2.datafabric.dataset.type.DatasetTypeManager.addModule(DatasetTypeManager.java:245) ~[na:na]

            at co.cask.cdap.data2.datafabric.dataset.service.DefaultDatasetTypeService$4.onFinish(DefaultDatasetTypeService.java:354) ~[na:na]

            at co.cask.cdap.common.http.AbstractBodyConsumer.finished(AbstractBodyConsumer.java:65) ~[na:na]

            at co.cask.http.HttpMethodInfo.bodyConsumerFinish(HttpMethodInfo.java:149) [co.cask.http.netty-http-0.16.0.jar:na]

            at co.cask.http.HttpMethodInfo.chunk(HttpMethodInfo.java:108) [co.cask.http.netty-http-0.16.0.jar:na]

            at co.cask.http.HttpDispatcher.messageReceived(HttpDispatcher.java:40) [co.cask.http.netty-http-0.16.0.jar:na]

            at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70) [io.netty.netty-3.6.6.Final.jar:na]

            at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564) [io.netty.netty-3.6.6.Final.jar:na]

            at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:791) [io.netty.netty-3.6.6.Final.jar:na]

            at org.jboss.netty.handler.execution.ChannelUpstreamEventRunnable.doRun(ChannelUpstreamEventRunnable.java:43) [io.netty.netty-3.6.6.Final.jar:na]

            at org.jboss.netty.handler.execution.ChannelEventRunnable.run(ChannelEventRunnable.java:67) [io.netty.netty-3.6.6.Final.jar:na]

            at org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor$ChildExecutor.run(OrderedMemoryAwareThreadPoolExecutor.java:314) [io.netty.netty-3.6.6.Final.jar:na]

            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_66]

            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_66]

            at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]

Caused by: org.apache.tephra.TransactionNotInProgressException: canCommit() is called for transaction 1522833505336000000 that is not in progress (it is known to be invalid)

            at org.apache.tephra.TransactionManager.canCommit(TransactionManager.java:881) ~[org.apache.tephra.tephra-core-0.13.0-incubating.jar:0.13.0-incubating]

            at org.apache.tephra.inmemory.InMemoryTxSystemClient.canCommitOrThrow(InMemoryTxSystemClient.java:85) ~[org.apache.tephra.tephra-core-0.13.0-incubating.jar:0.13.0-incubating]

            at co.cask.cdap.data2.transaction.DelegatingTransactionSystemClientService.canCommitOrThrow(DelegatingTransactionSystemClientService.java:68) ~[na:na]

            at co.cask.cdap.data2.transaction.AbstractTransactionContext.checkForConflicts(AbstractTransactionContext.java:238) ~[na:na]

            at co.cask.cdap.data2.transaction.AbstractTransactionContext.finish(AbstractTransactionContext.java:114) ~[na:na]

            at co.cask.cdap.data2.transaction.DynamicTransactionExecutor.executeOnce(DynamicTransactionExecutor.java:144) ~[na:na]

            at co.cask.cdap.data2.transaction.DynamicTransactionExecutor.executeWithRetry(DynamicTransactionExecutor.java:104) ~[na:na]

            at co.cask.cdap.data2.transaction.DynamicTransactionExecutor.execute(DynamicTransactionExecutor.java:61) ~[na:na]

            at co.cask.cdap.data2.transaction.DynamicTransactionExecutor.execute(DynamicTransactionExecutor.java:89) ~[na:na]

            at co.cask.cdap.data2.datafabric.dataset.type.DatasetTypeManager.addModule(DatasetTypeManager.java:139) ~[na:na]

            ... 14 common frames omitted

 

 

 

Regards,

Ram


For more options, visit https://groups.google.com/d/optout.

Andreas Neumann

unread,
Apr 4, 2018, 2:21:06 PM4/4/18
to CDAP User
Can you paste the error that the pipeline is failing with? I don’t see a pipeline failure in your logs. 

Reply all
Reply to author
Forward
0 new messages