Last active
August 29, 2015 13:56
-
-
Save luizgpsantos/8982077 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://localhost:9200/_view/index_test/type_test/1 | |
{ | |
"error": "RemoteTransportException[[localhost][inet[/10.11.32.11:9300]][view/s]]; nested: NullPointerException; ", | |
"status": 500 | |
} | |
[2014-02-13 17:27:19,402][DEBUG][action.view ] [localhost] [index_test][0]: failed to execute [org.elasticsearch.action.view.ViewRequest@401b8cc4] | |
org.elasticsearch.transport.RemoteTransportException: [localhost][inet[/10.11.32.11:9300]][view/s] | |
Caused by: java.lang.NullPointerException | |
at org.apache.lucene.util.BytesRef.copyChars(BytesRef.java:95) | |
at org.apache.lucene.util.BytesRef.<init>(BytesRef.java:84) | |
at org.elasticsearch.index.mapper.Uid.createUidAsBytes(Uid.java:121) | |
at org.elasticsearch.index.get.ShardGetService.innerGet(ShardGetService.java:151) | |
at org.elasticsearch.index.get.ShardGetService.get(ShardGetService.java:101) | |
at org.elasticsearch.action.view.TransportViewAction.shardOperation(TransportViewAction.java:117) | |
at org.elasticsearch.action.view.TransportViewAction.shardOperation(TransportViewAction.java:1) | |
at org.elasticsearch.action.support.single.shard.TransportShardSingleOperationAction$ShardTransportHandler.messageReceived(TransportShardSingleOperationAction.java:257) | |
at org.elasticsearch.action.support.single.shard.TransportShardSingleOperationAction$ShardTransportHandler.messageReceived(TransportShardSingleOperationAction.java:243) | |
at org.elasticsearch.transport.netty.MessageChannelHandler$RequestHandler.run(MessageChannelHandler.java:269) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
at java.lang.Thread.run(Thread.java:722) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment