You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/05/29 05:29:59 UTC

[GitHub] [skywalking] xiongshiyan opened a new issue #2778: Unable to parse response body for Response

xiongshiyan opened a new issue #2778: Unable to parse response body for Response
URL: https://github.com/apache/skywalking/issues/2778
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [x] Question or discussion
   
   ___
   ### Question
   - What do you want to know?
   how to resolve this problem?
   ___
   ### Bug
   - Which version of SkyWalking, OS and JRE?
   6.1.0
   - Which company or project?
   zytx
   - What happen?
   
   2019-05-29 13:20:09,820 - org.elasticsearch.client.RestClient - 59 [I/O dispatcher 1] DEBUG [] - request [PUT http://xxxx:9200/all_heatmap_day?master_timeout=30s&timeout=30s] returned [HTTP/1.1 200 OK]
   2019-05-29 13:20:09,821 - org.apache.http.impl.nio.client.InternalIODispatch - 85 [I/O dispatcher 1] DEBUG [] - http-outgoing-0 [ACTIVE] [content length: 48; pos: 48; completed: true]
   2019-05-29 13:20:09,850 - org.apache.skywalking.oap.server.starter.OAPServerStartUp - 55 [main] ERROR [] - Unable to parse response body for Response{requestLine=PUT /all_heatmap_day?master_timeout=30s&timeout=30s HTTP/1.1, host=http://xxxxxxx:9200, response=HTTP/1.1 200 OK}
   org.apache.skywalking.oap.server.library.module.ModuleStartException: Unable to parse response body for Response{requestLine=PUT /all_heatmap_day?master_timeout=30s&timeout=30s HTTP/1.1, host=http://xxxxxxxx:9200, response=HTTP/1.1 200 OK}
   	at org.apache.skywalking.oap.server.storage.plugin.elasticsearch.StorageModuleElasticsearchProvider.start(StorageModuleElasticsearchProvider.java:137) ~[storage-elasticsearch-plugin-6.1.0.jar:6.1.0]
   	at org.apache.skywalking.oap.server.library.module.BootstrapFlow.start(BootstrapFlow.java:57) ~[library-module-6.1.0.jar:6.1.0]
   	at org.apache.skywalking.oap.server.library.module.ModuleManager.init(ModuleManager.java:65) ~[library-module-6.1.0.jar:6.1.0]
   	at org.apache.skywalking.oap.server.starter.OAPServerStartUp.main(OAPServerStartUp.java:43) [server-starter-6.1.0.jar:6.1.0]
   Caused by: org.apache.skywalking.oap.server.core.storage.StorageException: Unable to parse response body for Response{requestLine=PUT /all_heatmap_day?master_timeout=30s&timeout=30s HTTP/1.1, host=http://xxxxxxxxxx:9200, response=HTTP/1.1 200 OK}
   	at org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base.StorageEsInstaller.createTable(StorageEsInstaller.java:84) ~[storage-elasticsearch-plugin-6.1.0.jar:6.1.0]
   	at org.apache.skywalking.oap.server.core.storage.model.ModelInstaller.install(ModelInstaller.java:79) ~[server-core-6.1.0.jar:6.1.0]
   	at org.apache.skywalking.oap.server.storage.plugin.elasticsearch.StorageModuleElasticsearchProvider.start(StorageModuleElasticsearchProvider.java:132) ~[storage-elasticsearch-plugin-6.1.0.jar:6.1.0]
   	... 3 more
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services