DEV Community

Discussion on: How to Deploy JHipster Microservices on Amazon EKS Using Terraform and Kubernetes

Collapse
 
deepu105 profile image
Deepu K Sasidharan JHipster

Very hard to say with just this info. Do you have anything useful in the server logs? liek any error messages. Also all the microservices are similar so if one doesnt work then might be an issue with deployment, make sure the app is registered in the registry (ie was started after registry is up)

Collapse
 
vidhya03 profile image
Vidhyadharan Deivamani • Edited

Thanks Deepu, i have started jhipster registry, and store app, invoice app, product app in development mode.

got liquibase error while running in dev mode. and accessing the order item menu throws error.

gist.githubusercontent.com/vidhya0...

Registry we can see all the apps are UP
Image description

Thread Thread
 
deepu105 profile image
Deepu K Sasidharan JHipster

The liquibase setup seems to have failed order. Could be that you already had tables in the DB, if thats the case a clean run should fix that, else you need to dig into why the table creation/update failed

Thread Thread
 
vidhya03 profile image
Vidhyadharan Deivamani
  • Tried with Jhipster 7.9.3, the .npmrc file issue resolved.
  • Deleting the default generation fake sample data json resolved due to constraints it failed. however after deleting the records , it successfully booted up without error.