Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. 19/06/19 15:10:11 INFO tools.GraphQLMutationResolver: user 'admin' activating mlApp 'c374462e-7421-44cf-b2cd-e2291b7176e4'
  2. 19/06/19 15:10:11 ERROR server.Schema: Keeper exception
  3. org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /ECO/agents/null
  4. at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
  5. at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
  6. at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
  7. at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1241)
  8. at com.parallelmachines.eco.server.Schema$28.call(Schema.java:897)
  9. at com.parallelmachines.eco.server.Schema$28.call(Schema.java:893)
  10. at com.parallelmachines.eco.common.ZKClient.retryUntilConnected(ZKClient.java:168)
  11. at com.parallelmachines.eco.server.Schema.retryUntilConnected(Schema.java:172)
  12. at com.parallelmachines.eco.server.Schema.getAgent(Schema.java:893)
  13. at com.parallelmachines.eco.server.MLAppRunner.initialize(MLAppRunner.java:285)
  14. at com.parallelmachines.eco.server.MLAppRunner.run(MLAppRunner.java:552)
  15. at java.lang.Thread.run(Thread.java:745)
  16. 19/06/19 15:10:11 ERROR common.ZKClient: Exception:
  17. com.parallelmachines.eco.common.exceptions.ECOServerException: Failed while retrieving agent data from MCenter server
  18. at com.parallelmachines.eco.server.Schema$28.call(Schema.java:912)
  19. at com.parallelmachines.eco.server.Schema$28.call(Schema.java:893)
  20. at com.parallelmachines.eco.common.ZKClient.retryUntilConnected(ZKClient.java:168)
  21. at com.parallelmachines.eco.server.Schema.retryUntilConnected(Schema.java:172)
  22. at com.parallelmachines.eco.server.Schema.getAgent(Schema.java:893)
  23. at com.parallelmachines.eco.server.MLAppRunner.initialize(MLAppRunner.java:285)
  24. at com.parallelmachines.eco.server.MLAppRunner.run(MLAppRunner.java:552)
  25. at java.lang.Thread.run(Thread.java:745)
  26. 19/06/19 15:10:11 ERROR server.MLAppRunner: Terminating job due to MCenter exception -
  27. com.parallelmachines.eco.common.exceptions.ECOServerException: Failed while retrieving agent data from MCenter server
  28. at com.parallelmachines.eco.server.Schema.retryUntilConnected(Schema.java:174)
  29. at com.parallelmachines.eco.server.Schema.getAgent(Schema.java:893)
  30. at com.parallelmachines.eco.server.MLAppRunner.initialize(MLAppRunner.java:285)
  31. at com.parallelmachines.eco.server.MLAppRunner.run(MLAppRunner.java:552)
  32. at java.lang.Thread.run(Thread.java:745)
  33. 19/06/19 15:10:11 INFO common.ZKClient: Watcher trigger /ECO/workflowInstances/c374462e-7421-44cf-b2cd-e2291b7176e4
  34. 19/06/19 15:10:11 INFO server.MLAppRunner: Terminating workflow because : server shutdown
  35. 19/06/19 15:10:11 INFO common.ZKClient: Watcher trigger /ECO/workflowInstances/c374462e-7421-44cf-b2cd-e2291b7176e4
  36. Exception in thread "Thread-17" java.lang.NullPointerException
  37. at com.parallelmachines.eco.server.MLAppRunner.run(MLAppRunner.java:589)
  38. at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement