Advertisement
mugs

Job Elasticsearch Document Merger.ES Index Merge Job threw a

Sep 8th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.89 KB | None | 0 0
  1. 2016-09-08 12:15:00,003 [rice.ksb.scheduler_Worker-5] u:/d: ERROR org.quartz.core.JobRunShell :: Job Elasticsearch Document Merger.ES Index Merge Job threw an unhandled Exception:
  2. org.elasticsearch.indices.IndexMissingException: [realtimekfs-k_kfsdev] missing
  3.     at org.elasticsearch.cluster.metadata.MetaData.convertFromWildcards(MetaData.java:634)
  4.     at org.elasticsearch.cluster.metadata.MetaData.concreteIndices(MetaData.java:533)
  5.     at org.elasticsearch.action.support.broadcast.TransportBroadcastOperationAction$AsyncBroadcastAction.<init>(TransportBroadcastOperationAction.java:129)
  6.     at org.elasticsearch.action.support.broadcast.TransportBroadcastOperationAction.doExecute(TransportBroadcastOperationAction.java:75)
  7.     at org.elasticsearch.action.count.TransportCountAction.doExecute(TransportCountAction.java:81)
  8.     at org.elasticsearch.action.count.TransportCountAction.doExecute(TransportCountAction.java:61)
  9.     at org.elasticsearch.action.support.TransportAction.execute(TransportAction.java:63)
  10.     at org.elasticsearch.action.support.TransportAction.execute(TransportAction.java:49)
  11.     at org.elasticsearch.client.node.NodeClient.execute(NodeClient.java:85)
  12.     at org.elasticsearch.client.support.AbstractClient.count(AbstractClient.java:254)
  13.     at org.kuali.rice.kew.docsearch.elasticsearch.dao.impl.DocumentSearchESIndexerDaoJdbc.archiveRealTimeIndexDocumentsToMaster(DocumentSearchESIndexerDaoJdbc.java:549)
  14.     at org.kuali.rice.kew.docsearch.elasticsearch.service.impl.DocumentSearchESIndexerServiceImpl.archiveRealTimeIndexDocumentsToMaster(DocumentSearchESIndexerServiceImpl.java:34)
  15.     at org.kuali.rice.kew.docsearch.elasticsearch.batch.ElasticSearchMasterIndexingJob.execute(ElasticSearchMasterIndexingJob.java:15)
  16.     at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
  17.     at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)
  18. 2016-09-08 12:15:00,178 [rice.ksb.scheduler_Worker-5] u:/d: ERROR org.quartz.core.ErrorLogger :: Job (Elasticsearch Document Merger.ES Index Merge Job threw an exception.
  19. org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: org.elasticsearch.indices.IndexMissingException: [realtimekfs-k_kfsdev] missing]
  20.     at org.quartz.core.JobRunShell.run(JobRunShell.java:227)
  21.     at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)
  22. Caused by: org.elasticsearch.indices.IndexMissingException: [realtimekfs-k_kfsdev] missing
  23.     at org.elasticsearch.cluster.metadata.MetaData.convertFromWildcards(MetaData.java:634)
  24.     at org.elasticsearch.cluster.metadata.MetaData.concreteIndices(MetaData.java:533)
  25.     at org.elasticsearch.action.support.broadcast.TransportBroadcastOperationAction$AsyncBroadcastAction.<init>(TransportBroadcastOperationAction.java:129)
  26.     at org.elasticsearch.action.support.broadcast.TransportBroadcastOperationAction.doExecute(TransportBroadcastOperationAction.java:75)
  27.     at org.elasticsearch.action.count.TransportCountAction.doExecute(TransportCountAction.java:81)
  28.     at org.elasticsearch.action.count.TransportCountAction.doExecute(TransportCountAction.java:61)
  29.     at org.elasticsearch.action.support.TransportAction.execute(TransportAction.java:63)
  30.     at org.elasticsearch.action.support.TransportAction.execute(TransportAction.java:49)
  31.     at org.elasticsearch.client.node.NodeClient.execute(NodeClient.java:85)
  32.     at org.elasticsearch.client.support.AbstractClient.count(AbstractClient.java:254)
  33.     at org.kuali.rice.kew.docsearch.elasticsearch.dao.impl.DocumentSearchESIndexerDaoJdbc.archiveRealTimeIndexDocumentsToMaster(DocumentSearchESIndexerDaoJdbc.java:549)
  34.     at org.kuali.rice.kew.docsearch.elasticsearch.service.impl.DocumentSearchESIndexerServiceImpl.archiveRealTimeIndexDocumentsToMaster(DocumentSearchESIndexerServiceImpl.java:34)
  35.     at org.kuali.rice.kew.docsearch.elasticsearch.batch.ElasticSearchMasterIndexingJob.execute(ElasticSearchMasterIndexingJob.java:15)
  36.     at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
  37.     ... 1 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement