You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a IndexMissingException when I use a storage & the given index is missing. It's a runtime exception and cannot be catch.
This exception should be wrapped in a StorageException, or the index should be created when it does not exist.
play.api.UnexpectedException: Unexpected exception[IndexMissingException: [index] missing]
at play.core.ReloadableApplication$$anonfun$get$1$$anonfun$apply$1$$anonfun$1.apply(ApplicationProvider.scala:194) ~[play_2.11-2.4.0-M3.jar:2.4.0-M3]
at play.core.ReloadableApplication$$anonfun$get$1$$anonfun$apply$1$$anonfun$1.apply(ApplicationProvider.scala:148) ~[play_2.11-2.4.0-M3.jar:2.4.0-M3]
at scala.Option.map(Option.scala:146) ~[scala-library-2.11.5.jar:na]
at play.core.ReloadableApplication$$anonfun$get$1$$anonfun$apply$1.apply(ApplicationProvider.scala:148) ~[play_2.11-2.4.0-M3.jar:2.4.0-M3]
at play.core.ReloadableApplication$$anonfun$get$1$$anonfun$apply$1.apply(ApplicationProvider.scala:146) ~[play_2.11-2.4.0-M3.jar:2.4.0-M3]
at scala.util.Success.flatMap(Try.scala:230) ~[scala-library-2.11.5.jar:na]
at play.core.ReloadableApplication$$anonfun$get$1.apply(ApplicationProvider.scala:146) ~[play_2.11-2.4.0-M3.jar:2.4.0-M3]
at play.core.ReloadableApplication$$anonfun$get$1.apply(ApplicationProvider.scala:138) ~[play_2.11-2.4.0-M3.jar:2.4.0-M3]
at scala.concurrent.impl.Future$PromiseCompletingRunnable.liftedTree1$1(Future.scala:24) ~[scala-library-2.11.5.jar:na]
at scala.concurrent.impl.Future$PromiseCompletingRunnable.run(Future.scala:24) ~[scala-library-2.11.5.jar:na]
at scala.concurrent.forkjoin.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1361) ~[scala-library-2.11.5.jar:na]
at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) ~[scala-library-2.11.5.jar:na]
at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) ~[scala-library-2.11.5.jar:na]
at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) ~[scala-library-2.11.5.jar:na]
at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) ~[scala-library-2.11.5.jar:na]
Caused by: org.elasticsearch.indices.IndexMissingException: [index] missing
at org.elasticsearch.cluster.metadata.MetaData.convertFromWildcards(MetaData.java:828) ~[elasticsearch-1.5.0.jar:na]
at org.elasticsearch.cluster.metadata.MetaData.concreteIndices(MetaData.java:685) ~[elasticsearch-1.5.0.jar:na]
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.<init>(TransportSearchTypeAction.java:113) ~[elasticsearch-1.5.0.jar:na]
at org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.<init>(TransportSearchQueryThenFetchAction.java:70) ~[elasticsearch-1.5.0.jar:na]
at org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.<init>(TransportSearchQueryThenFetchAction.java:64) ~[elasticsearch-1.5.0.jar:na]
...
The text was updated successfully, but these errors were encountered:
I've got a IndexMissingException when I use a storage & the given index is missing. It's a runtime exception and cannot be catch.
This exception should be wrapped in a StorageException, or the index should be created when it does not exist.
The text was updated successfully, but these errors were encountered: