Questions tagged [jhipster-registry]

Like the JHipster generator, it is an Open Source, Apache 2-licensed application, and its source code is available on GitHub under the JHipster organization at jhipster/jhipster-registry.

The JHipster Registry has three main purposes:

  • It is a an Eureka server, that serves as a discovery server for applications. This is how JHipster handles routing, load balancing and scalability for all applications.
  • It is a Spring Cloud Config server, that provide runtime configuration to all applications.
  • It is an administration server, with dashboards to monitor and manage applications.

All those features are packaged into one convenient application with a modern Angular-based user interface.

To find more information :

172 questions
0
votes
1 answer

How to create only angular application from JHipster with config file not answering questions

I want to create only an angular(frontend) application using JHipster from a config file like instead of answering questions one config file it should generate automatically
user10327430
0
votes
0 answers

Jhipster Registry cloud server config error for application property

So I want to override some settings for all my microservices, so I create a git repo and an application.yml file for that. Download registry jar from jhipster. run it with the following command. java -jar jhipster-registry-5.0.2.jar…
0
votes
0 answers

How to run jhipster command from a java program

I'm trying to run the jhipster import-jdl command from a java program as show below. public boolean generate(String foldername, String filename) { Runtime rt = Runtime.getRuntime(); try { IPath root =…
Rakshitha
  • 1
  • 1
0
votes
1 answer

Getting Jhipster forwarding and timeout error

I'm using Jhipster microservice, so I generated a gateway, a microservice app called master and decided to use Jhipster registry. While I was on dev everything works well, when I deployed on production using docker the problems arrived. Both gateway…
Tanino
  • 184
  • 1
  • 5
  • 16
0
votes
0 answers

Jhipster Registry With OAuth 2.0

I am using Jhipster Registry v5.0.2. With JWT security everything is working. Other application is also working with full functionality. No Issue with JWT. When I am trying to use OAuth 2.0 its giving problem. Jhipster Registry is starting up. able…
mkshind
  • 1
  • 1
0
votes
1 answer

Entities are not accessible in jhipster gateway for admin panel

I have a jhipster microservice named as blog and a jhipster gateway. I have created a entity named "Farmer". I have Created below two users in keycloak. Users: Pradeep and Rahul 1) FOR ROLE_ADMIN 2) For ROLE_USER While Accessing enitity in Admin…
0
votes
0 answers

liquibase checksum validation error is even after updating changelog in master.xml

I am using postgresql in jhipster microservices application. I am following jhipster documentation as below. Database updates with the Maven liquibase:diff goal If you have choosen to use MySQL, MariaDB or PostgreSQL in development, you can use…
Rahul
  • 493
  • 3
  • 7
  • 25
0
votes
2 answers

How to connect to application instances in eureka?

I am creating a microservice-based application and I have multiple microservices I need to use. but I cannot seem to do it properly. this is an application that uses spring boot and eureka as service discovery and I am using restTemplate to connect…
0
votes
0 answers

Jhipster entity change is causing liquibase checksum validation failed error

I am using H2 disk based persistance in my jhipster microservices application, After modifying the entity I am getting liquibase checksum validation error while building and starting server. Please help me out with this.
Rahul
  • 493
  • 3
  • 7
  • 25
0
votes
1 answer

Proper syntax in configuration files for deploying the Jhipster Registry in a separate VM

I am running the Jhipster Registry on a separate VM and am having trouble with the API connecting. Before the Jhipster Registry was moved to another VM everything was working. Here are the relevant sections of the configuration…
0
votes
0 answers

Access Control Policy for External APIs in JHipster

I added the external api through zuul routes successfully in jhipster gateway. However when I test in postman, it is not asking for any authentication. I need to secure this external api with the authentication provided by jhipster. Please…
Developer404
  • 5,716
  • 16
  • 64
  • 102
0
votes
1 answer

Jhipster - Cannot access mircosevice resource through gateway - 404 not found err

Using Jhipster Registry, Jhipster UAA, Jhipster Gateway App and Jhipster Microservice App. I am trying to access my microservices enpoints through a gateway application I created. Everything looks good when I look at the logs but when I try to…
0
votes
2 answers

How to fix "Your JWT secret key is not set up, you will not be able to log into the JHipster" during the startup of jhipster-registry container

I am trying to launch a microservice application with Jhipster. Each of my services are run in docker containers. When jhipster-registry is starting up, I receive this error: 2019-06-18 18:58:39.066 INFO 1 --- [ main]…
tdeshpande
  • 1
  • 1
  • 2
0
votes
0 answers

JHipster java.sql.SQLNonTransientConnectionException: No operations allowed after connection closed

[ jsample-task-1] com.zaxxer.hikari.pool.ProxyConnection : Hikari - Connection com.mysql.cj.jdbc.ConnectionImpl@7fd7498e marked as broken because of SQLSTATE(08003), ErrorCode(0) java.sql.SQLNonTransientConnectionException: No operations allowed…
0
votes
1 answer

Cannot connect a Gateway or Microservice to the JHipster Registry. Jhipster v5.8.2

I'm having issues connecting a Gateway or Microservice to the Jhipster-registry using Jhipster's UAA. No custom code, or entities yet, just trying to get the generated applicaitons running. I get the following error, basically the tokenInfoUri is…