Advertisement
adcoding

Untitled

Mar 25th, 2020
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. java -Xms1024M -Xmx8G -Xss256K -jar cl-node.jar --ip="35.232.66.26" --port=9000 -k="/home/adcoding_au/anna-node-test
  2. .p12" --alias="Anna-Node-Test" -w whitelist
  3. 06:22:21.812 [ioapp-compute-0] INFO  o.c.ConstellationNode - Main init with args List(--ip=35.232.66.26, --port=9000, -k=/home/adcoding_au/anna-node-test.p12, --alias=Anna-Node-Test, -w, whitelist)
  4. 06:22:21.866 [ioapp-compute-0] INFO  o.c.ConstellationNode - CliConfig: CliConfig(/35.232.66.26,9000,null,/home/adcoding_au/anna-node-test.p12,nu
  5. ll,null,Anna-Node-Test,whitelist,false,false,false,false,false,false)
  6. java.lang.UnsupportedOperationException: empty.reduceLeft
  7.         at scala.collection.LinearSeqOptimized.reduceLeft(LinearSeqOptimized.scala:139)
  8.         at scala.collection.LinearSeqOptimized.reduceLeft$(LinearSeqOptimized.scala:138)
  9.         at scala.collection.immutable.List.reduceLeft(List.scala:89)
  10.         at scala.collection.TraversableOnce.reduce(TraversableOnce.scala:213)
  11.         at scala.collection.TraversableOnce.reduce$(TraversableOnce.scala:213)
  12.         at scala.collection.AbstractTraversable.reduce(Traversable.scala:108)
  13.         at org.constellation.ConstellationNode$.$anonfun$getWhitelisting$2(ConstellationNode.scala:83)
  14.         at cats.effect.IO$Map.apply(IO.scala:1464)
  15.         at cats.effect.IO$Map.apply(IO.scala:1460)
  16.         at cats.effect.internals.IORunLoop$.cats$effect$internals$IORunLoop$$loop(IORunLoop.scala:139)
  17.         at cats.effect.internals.IORunLoop$RestartCallback.signal(IORunLoop.scala:355)
  18.         at cats.effect.internals.IORunLoop$RestartCallback.apply(IORunLoop.scala:376)
  19.         at cats.effect.internals.IORunLoop$RestartCallback.apply(IORunLoop.scala:316)
  20.         at cats.effect.internals.IORunLoop$.cats$effect$internals$IORunLoop$$loop(IORunLoop.scala:136)
  21.         at cats.effect.internals.IORunLoop$RestartCallback.signal(IORunLoop.scala:355)
  22.         at cats.effect.internals.IORunLoop$RestartCallback.apply(IORunLoop.scala:376)
  23.         at cats.effect.internals.IORunLoop$RestartCallback.apply(IORunLoop.scala:316)
  24.         at cats.effect.internals.IORunLoop$.cats$effect$internals$IORunLoop$$loop(IORunLoop.scala:136)
  25.         at cats.effect.internals.IORunLoop$RestartCallback.signal(IORunLoop.scala:355)
  26.         at cats.effect.internals.IORunLoop$RestartCallback.apply(IORunLoop.scala:376)
  27.         at cats.effect.internals.IORunLoop$RestartCallback.apply(IORunLoop.scala:316)
  28.         at cats.effect.internals.IORunLoop$.cats$effect$internals$IORunLoop$$loop(IORunLoop.scala:136)
  29.         at cats.effect.internals.IORunLoop$.startCancelable(IORunLoop.scala:41)
  30.         at cats.effect.internals.IOBracket$BracketStart.run(IOBracket.scala:86)
  31.         at cats.effect.internals.Trampoline.cats$effect$internals$Trampoline$$immediateLoop(Trampoline.scala:70)
  32.         at cats.effect.internals.Trampoline.startLoop(Trampoline.scala:36)
  33.         at cats.effect.internals.TrampolineEC$JVMTrampoline.super$startLoop(TrampolineEC.scala:93)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement