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
2
votes
0 answers

GKE - How to use HTTPS on the Gateway in Jhipster 6 Microservice UAA project

I need some guidance please, first here is my project details : - Jhipster v6.0.0 - Angular - Microservices architecture with Jhipster-Registry + UAA - No monitoring, no Ingress, no Istio (just the defaults options, full JHipster) - Deployed on…
2
votes
1 answer

Install JHipster Registry error: Implementation of JAXB-API has not been found on module path or classpath

I try to install JHipster Registry https://github.com/jhipster/jhipster-registry I have installed java, node, Yeoman, yarn and windows-build-tools. When I try to use comand mvnw on this application I have this error: I tried t0 reinstall webpack,…
2
votes
1 answer

How to configure hot reload in Jhipster?

I am using Jhipster(Angular + Springboot) Application for my existing project. I managed to create a controller(app.resource) manually apart from the ones already generated by jhiptser(using .jh file) for achieving a file download functionality. So,…
Aayush
  • 409
  • 4
  • 17
2
votes
6 answers

jHipster shows "An error has occurred :-(" While opening the application in the Internet explorer but works fine in chrome browser

JHipster throws the following error message at me when tried to open the application in internet explorer. But works fine in the Chrome browser. My jhipster has spring boot with react and is connected to IBM db2 database. Tried opening the…
Anuj kumar R
  • 41
  • 1
  • 4
2
votes
1 answer

How to set the Git URI of Spring Cloud Server for Jhipster Registry via env vars in Docker Compose?

On the Jhipster Registry page, it's mention that we can set the Git repository for Spring Cloud Config via the following parameters. --spring.profiles.active=prod --spring.security.user.password=admin…
2
votes
2 answers

I have a bug when running my jhipster app with npm start

I'm beginner on jhipster and i have some bug. i don't know why... I have a bug when running my jhipster app with npm start. $ npm start > agrosfer@0.0.0 start C:\Users\pc\Desktop\acumen_network\DEV0408181449 > yarn run webpack:dev yarn…
2
votes
0 answers

JHipster support websockets in microservice architecture

I tried to implement websockets in one of the microservices in my project. However, I found out the Zuul proxy doesn't support websockets by default and jhipster developers is recommending adding websockets to gateway project as in…
Feras Odeh
  • 9,136
  • 20
  • 77
  • 121
2
votes
1 answer

How work Jhipster microservices?

I try to understand the jhispter microservices architecture. This image is present in Jhipster web site. I have some questions : Is there the gateway mandatory ? What if I don't use one ( except linking the microservices to know each other). I know…
Pracede
  • 4,226
  • 16
  • 65
  • 110
2
votes
3 answers

JHipster registry : build error

I try to build and run jhipster registry, but I get an error : mvn package -Pprod I get following errors in test : Tests in error: SwaggerBasePathRewritingFilterTest.:20 » Unresolved compilation problem... …
Atatorus
  • 513
  • 4
  • 16
2
votes
3 answers

Feign Client from Jhipster UAA to microservice gateway app

I have a Contact Entity in my gateway(gw-app) app and I would like to create a entry every time a new user is registered in the UAA app. I have been trying to use the inter service communication described in Jhipster documentation for…
delkant
  • 2,304
  • 1
  • 29
  • 28
2
votes
1 answer

More than one gateway in jhipster

Is it bad practice and what are possible consequences of having more than one gateway applications in the jhipster stack. I am working on an application that has user part and admin part which are very different. The idea is to have 2 gateways, one…
eomeroff
  • 9,599
  • 30
  • 97
  • 138
1
vote
1 answer

jhipster microservices client springcloud config with authorization header to jhipster registry

I am using jhipster 7 with springboot 2.5.4 for microservice applications development (DEV env) I have setup jhipster registry server running on my localhost port 8761 with docker's help. I am trying to access jhipster central springcloud config…
1
vote
1 answer

JHipster Registry - Problems deploying to ECS

I am trying to deploy JHipster registry to ECS - that's an OOTB 7.1.0 image. I created an ECS task, overriding the environment variables in the container definition: I also updated EUREKA_CLIENT_SERVICEURL_DEFAULTZONE and EUREKA_INSTANCE_HOSTNAME…
Vanessa S.
  • 21
  • 1
1
vote
1 answer

manifest for *** not found: manifest unknown: manifest unknown

I run docker-compose -f src/main/docker/app.yml up jhipster command, but I get this error => manifest for *** not found: manifest unknown: manifest unknown
1
vote
0 answers

How do I start jhipster microservices locally in dev mode?

I generated my first microservices with JHipster. For this I used the jdl file listed below. Now I want to start the services locally. For this I execute the following commands: docker-compose -f myApp\src\main\docker\jhipster-registry.yml up -d cd…
Kleinstein11
  • 95
  • 2
  • 9
1
2
3
11 12