Trying to add some tag ..500 error in browser
full browser response
{"type":"http://www.jhipster.tech/problem/problem-with-message","title":"Internal Server Error","status":500,"detail":"None of the configured nodes are available: [{#transport#-1}{localhost}{127.0.0.1:9300}]","path":"/api/tags","message":"error.http.500"}
heroku logs gives me
2018-03-10T17:10:12.373678+00:00 heroku[web.1]: Process running mem=588M(114.8%)
2018-03-10T17:10:12.373865+00:00 heroku[web.1]: Error R14 (Memory quota exceeded)
2018-03-10T17:10:17.386406+00:00 app[web.1]: 2018-03-10 17:10:17.386  WARN 4 --- [nfoReplicator-0] o.s.b.a.h.ElasticsearchHealthIndicator   : Health check failed
2018-03-10T17:10:17.386419+00:00 app[web.1]:
2018-03-10T17:10:17.386425+00:00 app[web.1]: org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available: [{#transport#-1}{localhost}{127.0.0.1:9300}]
2018-03-10T17:10:17.386428+00:00 app[web.1]:    at org.elasticsearch.client.transport.TransportClientNodesService.ensureNodesAreAvailable(TransportClientNodesService.java:326)
2018-03-10T17:10:17.386430+00:00 app[web.1]:    at org.elasticsearch.client.transport.TransportClientNodesService.execute(TransportClientNodesService.java:223)
2018-03-10T17:10:17.386433+00:00 app[web.1]:    at org.elasticsearch.client.transport.support.TransportProxyClient.execute(TransportProxyClient.java:55)
2018-03-10T17:10:17.386435+00:00 app[web.1]:    at org.elasticsearch.client.transport.TransportClient.doExecute(TransportClient.java:295)
2018-03-10T17:10:17.386437+00:00 app[web.1]:    at org.elasticsearch.client.support.AbstractClient.execute(AbstractClient.java:359)
2018-03-10T17:10:17.386439+00:00 app[web.1]:    at org.elasticsearch.client.support.AbstractClient.execute(AbstractClient.java:348)
2018-03-10T17:10:17.386440+00:00 app[web.1]:    at org.elasticsearch.client.support.AbstractClient$ClusterAdmin.execute(AbstractClient.java:848)
2018-03-10T17:10:17.386442+00:00 app[web.1]:    at org.elasticsearch.client.support.AbstractClient$ClusterAdmin.health(AbstractClient.java:868)
2018-03-10T17:10:17.386444+00:00 app[web.1]:    at org.springframework.boot.actuate.health.ElasticsearchHealthIndicator.doHealthCheck(ElasticsearchHealthIndicator.java:50)
2018-03-10T17:10:17.386445+00:00 app[web.1]:    at org.springframework.boot.actuate.health.AbstractHealthIndicator.health(AbstractHealthIndicator.java:43)
2018-03-10T17:10:17.386447+00:00 app[web.1]:    at org.springframework.boot.actuate.health.CompositeHealthIndicator.health(CompositeHealthIndicator.java:68)
2018-03-10T17:10:17.386448+00:00 app[web.1]:    at org.springframework.cloud.netflix.eureka.EurekaHealthCheckHandler.getHealthStatus(EurekaHealthCheckHandler.java:103)
2018-03-10T17:10:17.386450+00:00 app[web.1]:    at org.springframework.cloud.netflix.eureka.EurekaHealthCheckHandler.getStatus(EurekaHealthCheckHandler.java:99)
2018-03-10T17:10:17.386452+00:00 app[web.1]:    at com.netflix.discovery.DiscoveryClient.refreshInstanceInfo(DiscoveryClient.java:1362)
2018-03-10T17:10:17.386453+00:00 app[web.1]:    at com.netflix.discovery.InstanceInfoReplicator.run(InstanceInfoReplicator.java:100)
2018-03-10T17:10:17.386456+00:00 app[web.1]:    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
2018-03-10T17:10:17.386459+00:00 app[web.1]:    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
2018-03-10T17:10:17.386460+00:00 app[web.1]:    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
2018-03-10T17:10:17.386462+00:00 app[web.1]:    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
2018-03-10T17:10:17.386463+00:00 app[web.1]:    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2018-03-10T17:10:17.386464+00:00 app[web.1]:    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2018-03-10T17:10:17.386466+00:00 app[web.1]:    at java.lang.Thread.run(Thread.java:748)
2018-03-10T17:10:17.386467+00:00 app[web.1]:undefined
2018-03-10T17:10:24.721383+00:00 app[web.1]: 2018-03-10 17:10:24.721  WARN 4 --- [ XNIO-2 task-15] o.s.c.n.zuul.web.ZuulHandlerMapping      : No routes found from RouteLocator
2018-03-10T17:10:24.729988+00:00 app[web.1]: 2018-03-10 17:10:24.729 ERROR 4 --- [ XNIO-2 task-15] o.z.p.spring.web.advice.AdviceTrait      : Internal Server Error
2018-03-10T17:10:24.729992+00:00 app[web.1]:
2018-03-10T17:10:24.729994+00:00 app[web.1]: org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available: [{#transport#-1}{localhost}{127.0.0.1:9300}]
When deploying in production, you need to run your own instance of Elasticsearch somewhere. http://www.jhipster.tech/using-elasticsearch/
Starting in v5, the Heroku subgenerator will create a free elasticsearch addon for your app. https://github.com/jhipster/generator-jhipster/pull/7131
This ticket has been closed as the guidelines are not followed.
Tickets must follow our Guidelines, as mentioned in:
We have also created a template on the "create a new ticket" page to help you follow those guidelines.
If this is indeed a JHipster bug, please open a new issue with proper details or update this issue with all details and request to reopen.
Issues opened without proper details will be closed without explanation.
If you have a question please use Stack Overflow, and tag the question with jhipster. This helps the project to keep the issue tracker clean. Also, Stack Overflow will give your question a larger audience:
so quick response thank you very much , fantastic !
Most helpful comment
When deploying in production, you need to run your own instance of Elasticsearch somewhere. http://www.jhipster.tech/using-elasticsearch/
Starting in v5, the Heroku subgenerator will create a free elasticsearch addon for your app. https://github.com/jhipster/generator-jhipster/pull/7131
This ticket has been closed as the guidelines are not followed.
Tickets must follow our Guidelines, as mentioned in:
We have also created a template on the "create a new ticket" page to help you follow those guidelines.
If this is indeed a JHipster bug, please open a new issue with proper details or update this issue with all details and request to reopen.
Issues opened without proper details will be closed without explanation.
If you have a question please use Stack Overflow, and tag the question with jhipster. This helps the project to keep the issue tracker clean. Also, Stack Overflow will give your question a larger audience: