Uploaded image for project: 'netvirt'
  1. netvirt
  2. NETVIRT-1532

NFE in CoeUtils.buildElanInstance()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Medium Medium
    • Neon
    • None
    • coe
    • None

      while working on COE-36, I hit the NFE shown below; FYI k.faseela shague fkautz

      Can't reproduce it right now; filing this just in case we are going to be seeing it more often.

      15:12:04.280 ERROR [jobcoordinator-main-task-0] Job still failed on final retry: JobEntry{key='coredns-576cbf47c7-cjn5p', mainWorker=org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker@4e6be58d, rollbackWorker=null, retryCount=3/3, futures=[com.google.common.util.concurrent.ImmediateFuture$ImmediateFailedFuture@7d661c34[status=FAILURE, cause=[java.lang.NumberFormatException: For input string: "null"]], com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture@37b4c630[status=PENDING, info=[inputFuture=[com.google.common.util.concurrent.SettableFuture@544abedc[status=PENDING]], function=[org.opendaylight.genius.infra.ManagedTransactionFactoryImpl$$Lambda$1308/1162607709@459c7e55]]]]}
      java.lang.NumberFormatException: For input string: "null"
      	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:?]
      	at java.lang.Long.parseLong(Long.java:589) ~[?:?]
      	at java.lang.Long.valueOf(Long.java:803) ~[?:?]
      	at org.opendaylight.netvirt.coe.utils.CoeUtils.buildElanInstance(CoeUtils.java:144) ~[?:?]
      	at org.opendaylight.netvirt.coe.utils.CoeUtils.createElanInstanceForTheFirstPodInTheNetwork(CoeUtils.java:270) ~[?:?]
      	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.lambda$call$0(PodListener.java:178) ~[?:?]
      	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.lambda$callWithNewTransactionAndSubmit$3(ManagedTransactionFactoryImpl.java:89) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.applyWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:105) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.callWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:88) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.genius.infra.ManagedNewTransactionRunnerImpl.callWithNewReadWriteTransactionAndSubmit(ManagedNewTransactionRunnerImpl.java:81) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:176) ~[?:?]
      	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:157) ~[?:?]
      	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$call$2(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.jobcoordinator.internal.JobCoordinatorImpl$MainTask.runWithUncheckedExceptionLogging(JobCoordinatorImpl.java:399) ~[?:?]
      	at org.opendaylight.infrautils.utils.concurrent.LoggingUncaughtThreadDeathContextRunnable.run(LoggingUncaughtThreadDeathContextRunnable.java:60) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$run$0(ClassLoaders.java:25) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.run(ClassLoaders.java:24) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$wrap$3(ClassLoaders.java:53) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) [?:?]
      	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:?]
      	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:?]
      	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:?]
      	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:?]
      15:12:04.280 ERROR [jobcoordinator-main-task-1] Job still failed on final retry: JobEntry{key='kube-proxy-5n5n9', mainWorker=org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker@4e786f70, rollbackWorker=null, retryCount=3/3, futures=[com.google.common.util.concurrent.ImmediateFuture$ImmediateFailedFuture@4b78f92f[status=FAILURE, cause=[java.lang.NumberFormatException: For input string: "null"]], com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture@4f2f1862[status=PENDING, info=[inputFuture=[com.google.common.util.concurrent.SettableFuture@2df8636[status=PENDING]], function=[org.opendaylight.genius.infra.ManagedTransactionFactoryImpl$$Lambda$1308/1162607709@f517af2]]]]}
      java.lang.NumberFormatException: For input string: "null"
      	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:?]
      	at java.lang.Long.parseLong(Long.java:589) ~[?:?]
      	at java.lang.Long.valueOf(Long.java:803) ~[?:?]
      	at org.opendaylight.netvirt.coe.utils.CoeUtils.buildElanInstance(CoeUtils.java:144) ~[?:?]
      	at org.opendaylight.netvirt.coe.utils.CoeUtils.createElanInstanceForTheFirstPodInTheNetwork(CoeUtils.java:270) ~[?:?]
      	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.lambda$call$0(PodListener.java:178) ~[?:?]
      	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.lambda$callWithNewTransactionAndSubmit$3(ManagedTransactionFactoryImpl.java:89) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.applyWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:105) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.callWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:88) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.genius.infra.ManagedNewTransactionRunnerImpl.callWithNewReadWriteTransactionAndSubmit(ManagedNewTransactionRunnerImpl.java:81) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:176) ~[?:?]
      	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:157) ~[?:?]
      	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$call$2(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.jobcoordinator.internal.JobCoordinatorImpl$MainTask.runWithUncheckedExceptionLogging(JobCoordinatorImpl.java:399) ~[?:?]
      	at org.opendaylight.infrautils.utils.concurrent.LoggingUncaughtThreadDeathContextRunnable.run(LoggingUncaughtThreadDeathContextRunnable.java:60) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$run$0(ClassLoaders.java:25) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.run(ClassLoaders.java:24) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$wrap$3(ClassLoaders.java:53) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) [?:?]
      	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:?]
      	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:?]
      	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:?]
      	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:?]
      15:12:04.381 ERROR [jobcoordinator-main-task-0] Job still failed on final retry: JobEntry{key='kube-proxy-mpcws', mainWorker=org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker@19429f02, rollbackWorker=null, retryCount=3/3, futures=[com.google.common.util.concurrent.ImmediateFuture$ImmediateFailedFuture@18ff7ea8[status=FAILURE, cause=[java.lang.NumberFormatException: For input string: "null"]], com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture@3eb7c534[status=PENDING, info=[inputFuture=[com.google.common.util.concurrent.SettableFuture@430d2a1[status=PENDING]], function=[org.opendaylight.genius.infra.ManagedTransactionFactoryImpl$$Lambda$1308/1162607709@987f7aa]]]]}
      java.lang.NumberFormatException: For input string: "null"
      	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:?]
      	at java.lang.Long.parseLong(Long.java:589) ~[?:?]
      	at java.lang.Long.valueOf(Long.java:803) ~[?:?]
      	at org.opendaylight.netvirt.coe.utils.CoeUtils.buildElanInstance(CoeUtils.java:144) ~[?:?]
      	at org.opendaylight.netvirt.coe.utils.CoeUtils.createElanInstanceForTheFirstPodInTheNetwork(CoeUtils.java:270) ~[?:?]
      	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.lambda$call$0(PodListener.java:178) ~[?:?]
      	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.lambda$callWithNewTransactionAndSubmit$3(ManagedTransactionFactoryImpl.java:89) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.applyWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:105) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.callWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:88) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.genius.infra.ManagedNewTransactionRunnerImpl.callWithNewReadWriteTransactionAndSubmit(ManagedNewTransactionRunnerImpl.java:81) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:176) ~[?:?]
      	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:157) ~[?:?]
      	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$call$2(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.jobcoordinator.internal.JobCoordinatorImpl$MainTask.runWithUncheckedExceptionLogging(JobCoordinatorImpl.java:399) ~[?:?]
      	at org.opendaylight.infrautils.utils.concurrent.LoggingUncaughtThreadDeathContextRunnable.run(LoggingUncaughtThreadDeathContextRunnable.java:60) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$run$0(ClassLoaders.java:25) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.run(ClassLoaders.java:24) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$wrap$3(ClassLoaders.java:53) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) [?:?]
      	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:?]
      	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:?]
      	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:?]
      	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:?]
      15:12:04.445 ERROR [jobcoordinator-main-task-1] Job still failed on final retry: JobEntry{key='kube-apiserver-coe-master.rdocloud', mainWorker=org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker@3ec4bb6, rollbackWorker=null, retryCount=3/3, futures=[com.google.common.util.concurrent.ImmediateFuture$ImmediateFailedFuture@34b7afa1[status=FAILURE, cause=[java.lang.NumberFormatException: For input string: "null"]], com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture@4a276137[status=SUCCESS, result=[null]]]}
      java.lang.NumberFormatException: For input string: "null"
      	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:?]
      	at java.lang.Long.parseLong(Long.java:589) ~[?:?]
      	at java.lang.Long.valueOf(Long.java:803) ~[?:?]
      	at org.opendaylight.netvirt.coe.utils.CoeUtils.buildElanInstance(CoeUtils.java:144) ~[?:?]
      	at org.opendaylight.netvirt.coe.utils.CoeUtils.createElanInstanceForTheFirstPodInTheNetwork(CoeUtils.java:270) ~[?:?]
      	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.lambda$call$0(PodListener.java:178) ~[?:?]
      	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.lambda$callWithNewTransactionAndSubmit$3(ManagedTransactionFactoryImpl.java:89) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.applyWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:105) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.callWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:88) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.genius.infra.ManagedNewTransactionRunnerImpl.callWithNewReadWriteTransactionAndSubmit(ManagedNewTransactionRunnerImpl.java:81) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:176) ~[?:?]
      	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:157) ~[?:?]
      	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$call$2(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.jobcoordinator.internal.JobCoordinatorImpl$MainTask.runWithUncheckedExceptionLogging(JobCoordinatorImpl.java:399) ~[?:?]
      	at org.opendaylight.infrautils.utils.concurrent.LoggingUncaughtThreadDeathContextRunnable.run(LoggingUncaughtThreadDeathContextRunnable.java:60) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$run$0(ClassLoaders.java:25) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.run(ClassLoaders.java:24) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$wrap$3(ClassLoaders.java:53) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) [?:?]
      	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:?]
      	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:?]
      	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:?]
      	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:?]
      15:12:04.510 ERROR [jobcoordinator-main-task-0] Job still failed on final retry: JobEntry{key='coredns-576cbf47c7-c49sw', mainWorker=org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker@6a6ed20c, rollbackWorker=null, retryCount=3/3, futures=[com.google.common.util.concurrent.ImmediateFuture$ImmediateFailedFuture@6a702410[status=FAILURE, cause=[java.lang.NumberFormatException: For input string: "null"]], com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture@68d74625[status=PENDING, info=[inputFuture=[com.google.common.util.concurrent.SettableFuture@5e5bc632[status=PENDING]], function=[org.opendaylight.genius.infra.ManagedTransactionFactoryImpl$$Lambda$1308/1162607709@42b98147]]]]}
      java.lang.NumberFormatException: For input string: "null"
      	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:?]
      	at java.lang.Long.parseLong(Long.java:589) ~[?:?]
      	at java.lang.Long.valueOf(Long.java:803) ~[?:?]
      	at org.opendaylight.netvirt.coe.utils.CoeUtils.buildElanInstance(CoeUtils.java:144) ~[?:?]
      	at org.opendaylight.netvirt.coe.utils.CoeUtils.createElanInstanceForTheFirstPodInTheNetwork(CoeUtils.java:270) ~[?:?]
      	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.lambda$call$0(PodListener.java:178) ~[?:?]
      	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.lambda$callWithNewTransactionAndSubmit$3(ManagedTransactionFactoryImpl.java:89) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.applyWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:105) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.callWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:88) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.genius.infra.ManagedNewTransactionRunnerImpl.callWithNewReadWriteTransactionAndSubmit(ManagedNewTransactionRunnerImpl.java:81) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:176) ~[?:?]
      	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:157) ~[?:?]
      	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$call$2(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.jobcoordinator.internal.JobCoordinatorImpl$MainTask.runWithUncheckedExceptionLogging(JobCoordinatorImpl.java:399) ~[?:?]
      	at org.opendaylight.infrautils.utils.concurrent.LoggingUncaughtThreadDeathContextRunnable.run(LoggingUncaughtThreadDeathContextRunnable.java:60) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$run$0(ClassLoaders.java:25) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.run(ClassLoaders.java:24) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$wrap$3(ClassLoaders.java:53) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) [?:?]
      	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:?]
      	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:?]
      	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:?]
      	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:?]
      15:12:04.559 ERROR [jobcoordinator-main-task-1] Job still failed on final retry: JobEntry{key='etcd-coe-master.rdocloud', mainWorker=org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker@4e25146b, rollbackWorker=null, retryCount=3/3, futures=[com.google.common.util.concurrent.ImmediateFuture$ImmediateFailedFuture@2ff557e2[status=FAILURE, cause=[java.lang.NumberFormatException: For input string: "null"]], com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture@26363f1a[status=SUCCESS, result=[null]]]}
      java.lang.NumberFormatException: For input string: "null"
      	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:?]
      	at java.lang.Long.parseLong(Long.java:589) ~[?:?]
      	at java.lang.Long.valueOf(Long.java:803) ~[?:?]
      	at org.opendaylight.netvirt.coe.utils.CoeUtils.buildElanInstance(CoeUtils.java:144) ~[?:?]
      	at org.opendaylight.netvirt.coe.utils.CoeUtils.createElanInstanceForTheFirstPodInTheNetwork(CoeUtils.java:270) ~[?:?]
      	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.lambda$call$0(PodListener.java:178) ~[?:?]
      	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.lambda$callWithNewTransactionAndSubmit$3(ManagedTransactionFactoryImpl.java:89) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.applyWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:105) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.callWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:88) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.genius.infra.ManagedNewTransactionRunnerImpl.callWithNewReadWriteTransactionAndSubmit(ManagedNewTransactionRunnerImpl.java:81) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:176) ~[?:?]
      	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:157) ~[?:?]
      	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$call$2(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.jobcoordinator.internal.JobCoordinatorImpl$MainTask.runWithUncheckedExceptionLogging(JobCoordinatorImpl.java:399) ~[?:?]
      	at org.opendaylight.infrautils.utils.concurrent.LoggingUncaughtThreadDeathContextRunnable.run(LoggingUncaughtThreadDeathContextRunnable.java:60) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$run$0(ClassLoaders.java:25) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.run(ClassLoaders.java:24) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$wrap$3(ClassLoaders.java:53) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) [?:?]
      	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:?]
      	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:?]
      	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:?]
      	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:?]
      15:12:04.656 ERROR [jobcoordinator-main-task-1] Job still failed on final retry: JobEntry{key='kube-controller-manager-coe-master.rdocloud', mainWorker=org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker@57e9cc32, rollbackWorker=null, retryCount=3/3, futures=[com.google.common.util.concurrent.ImmediateFuture$ImmediateFailedFuture@31091ce8[status=FAILURE, cause=[java.lang.NumberFormatException: For input string: "null"]], com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture@34c6076c[status=SUCCESS, result=[null]]]}
      java.lang.NumberFormatException: For input string: "null"
      	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:?]
      	at java.lang.Long.parseLong(Long.java:589) ~[?:?]
      	at java.lang.Long.valueOf(Long.java:803) ~[?:?]
      	at org.opendaylight.netvirt.coe.utils.CoeUtils.buildElanInstance(CoeUtils.java:144) ~[?:?]
      	at org.opendaylight.netvirt.coe.utils.CoeUtils.createElanInstanceForTheFirstPodInTheNetwork(CoeUtils.java:270) ~[?:?]
      	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.lambda$call$0(PodListener.java:178) ~[?:?]
      	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.lambda$callWithNewTransactionAndSubmit$3(ManagedTransactionFactoryImpl.java:89) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.applyWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:105) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.callWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:88) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.genius.infra.ManagedNewTransactionRunnerImpl.callWithNewReadWriteTransactionAndSubmit(ManagedNewTransactionRunnerImpl.java:81) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:176) ~[?:?]
      	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:157) ~[?:?]
      	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$call$2(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.jobcoordinator.internal.JobCoordinatorImpl$MainTask.runWithUncheckedExceptionLogging(JobCoordinatorImpl.java:399) ~[?:?]
      	at org.opendaylight.infrautils.utils.concurrent.LoggingUncaughtThreadDeathContextRunnable.run(LoggingUncaughtThreadDeathContextRunnable.java:60) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$run$0(ClassLoaders.java:25) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.run(ClassLoaders.java:24) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$wrap$3(ClassLoaders.java:53) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) [?:?]
      	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:?]
      	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:?]
      	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:?]
      	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:?]
      15:12:04.632 ERROR [jobcoordinator-main-task-0] Job still failed on final retry: JobEntry{key='kube-scheduler-coe-master.rdocloud', mainWorker=org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker@29827da4, rollbackWorker=null, retryCount=3/3, futures=[com.google.common.util.concurrent.ImmediateFuture$ImmediateFailedFuture@7b36f0df[status=FAILURE, cause=[java.lang.NumberFormatException: For input string: "null"]], com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture@7bdcc3dd[status=PENDING, info=[inputFuture=[com.google.common.util.concurrent.SettableFuture@75e1d658[status=PENDING]], function=[org.opendaylight.genius.infra.ManagedTransactionFactoryImpl$$Lambda$1308/1162607709@4fb4ea1d]]]]}
      java.lang.NumberFormatException: For input string: "null"
      	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:?]
      	at java.lang.Long.parseLong(Long.java:589) ~[?:?]
      	at java.lang.Long.valueOf(Long.java:803) ~[?:?]
      	at org.opendaylight.netvirt.coe.utils.CoeUtils.buildElanInstance(CoeUtils.java:144) ~[?:?]
      	at org.opendaylight.netvirt.coe.utils.CoeUtils.createElanInstanceForTheFirstPodInTheNetwork(CoeUtils.java:270) ~[?:?]
      	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.lambda$call$0(PodListener.java:178) ~[?:?]
      	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.lambda$callWithNewTransactionAndSubmit$3(ManagedTransactionFactoryImpl.java:89) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.applyWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:105) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.genius.infra.ManagedTransactionFactoryImpl.callWithNewTransactionAndSubmit(ManagedTransactionFactoryImpl.java:88) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.genius.infra.ManagedNewTransactionRunnerImpl.callWithNewReadWriteTransactionAndSubmit(ManagedNewTransactionRunnerImpl.java:81) ~[266:org.opendaylight.genius.mdsalutil-api:0.6.0.SNAPSHOT]
      	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:176) ~[?:?]
      	at org.opendaylight.netvirt.coe.listeners.PodListener$PodConfigAddWorker.call(PodListener.java:157) ~[?:?]
      	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$call$2(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:38) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.jobcoordinator.internal.JobCoordinatorImpl$MainTask.runWithUncheckedExceptionLogging(JobCoordinatorImpl.java:399) ~[?:?]
      	at org.opendaylight.infrautils.utils.concurrent.LoggingUncaughtThreadDeathContextRunnable.run(LoggingUncaughtThreadDeathContextRunnable.java:60) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$run$0(ClassLoaders.java:25) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.call(ClassLoaders.java:46) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.run(ClassLoaders.java:24) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at org.opendaylight.infrautils.utils.ClassLoaders.lambda$wrap$3(ClassLoaders.java:53) ~[286:org.opendaylight.infrautils.util:1.5.0.SNAPSHOT]
      	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) [?:?]
      	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:?]
      	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:?]
      	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:?]
      	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:?]
      

            k.faseela Faseela K
            vorburger Michael Vorburger
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: