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

JHipster Microservice and Gateway - Gateway Scalability

I am using JHipster 6.4.1 to generate an Oauth2 (Okta) Microservice application with a React UI / API Gateway. I understand that the Microservice application/s can support multiple instances under the same Registry and will use a round-robin…
0
votes
1 answer

changing jhipster-registry port

I've looked over most of the documentation provided, couldn't find an absolute answer about changing jhipster-registry port, it's default is 8761, but when I try to chnage it's port through YAML config file it gets indeed working in that port but…
Ayman Erroutabi
  • 183
  • 2
  • 10
0
votes
1 answer

Docker hub jhipster-registry not accessible on port 8761

I have recently started exploring the microservice architecture using jhipster and was trying to install and run the jhipster-registry from docker hub. Docker shows that the registry is running, but I am unable to access it on port 8761. Pulled the…
Sahil Dave
  • 353
  • 1
  • 11
  • 25
0
votes
1 answer

How to run JHipster UAA with docker?

I've generated an application with this JDL deployment { deploymentType docker-compose appsFolders [gateway, uaa] dockerRepositoryName "10.1.10.58:5000" } application { config { baseName uaa applicationType uaa, } } application…
0
votes
1 answer

JHipster Gateway as Application Platform?

Is the JHipster Gateway meant to be just a load balancer/proxy or is it meant to be a platform to add UI functionality to in a Gateways for Applications pattern? Help me understand why the Gateway is generated and why its not an application like the…
Inquisitor Shm
  • 1,433
  • 5
  • 17
  • 26
0
votes
1 answer

JHipster Registry / Spring Eureka Server configuration issues

I don't seem to have a starter JHipster Registry instance (Spring Eureka server) configured correctly. It keeps cycling the following messages. DEBUG 7 --- [ry-scheduling-2] i.g.j.r.service.ZuulUpdaterService : Enter: updateZuulRoutes() with…
Inquisitor Shm
  • 1,433
  • 5
  • 17
  • 26
0
votes
1 answer

Newly created / extended JHipster endpoint does not work (404 error)

I want to create a new endpoint that extends the existing jhimetrics endpoint (or extend the results of the existing jhimetrics). The application is generated with JHipster. So what I have done is: add the new endpoint to the array in…
roxhens
  • 508
  • 6
  • 22
0
votes
0 answers

jhipster gateway and registry UI customization

I am looking for (hoping for) some kind of guide to customizing the JHipster Gateway and Registry UIs so that I can integrate them nicely into my organization. Is there such a guide, or are we left to check out the source code and start hacking?
Inquisitor Shm
  • 1,433
  • 5
  • 17
  • 26
0
votes
1 answer

Cant encrypt using JHipster Registry UI

Seems pretty simple, I setup the REGISTRY_KEY using environment variables and am running JHister Registry from the generated jhipster_registry.yml. Then, I login and navigate over to the encryption UI, enter my secret and hit 'encrypt'... Where am…
Inquisitor Shm
  • 1,433
  • 5
  • 17
  • 26
0
votes
1 answer

jhipstry docker-compose does not work in production

I created a microservice project using Jhipster. I have a micro and gateway app with using uaa auth and jhipster-registry. Everything works well in development mode. When I create docker-compose file due to jhipster instruction in production I get…
0
votes
1 answer

JHipster registry and cloud foundry (Pivotal)

I'm trying to deploy jhipster registry to cloud foundry, however its profiles are being overridden by spring cloud configs 'cloud' profile. I'm unable to get the service running on its normal port of 8761, its constantly defaulting to port 8080.…
0
votes
2 answers

Azure Spring Cloud and JHipster

Does anyone know if the built in config server with azure spring cloud should act the same as the JHipster registry? Currently having problems getting services to connect properly and identify each other. I've read the limited documentation from…
0
votes
2 answers

mongodb connection error with node and express

mongodb connection error with node and express. The error: at QueryReqWrap.onresolve [as oncomplete] (dns.js:206:19) { errno: undefined, code: 'ECONNREFUSED', syscall: 'querySrv', hostname: '_mongodb._tcp.clustr0-a1rol.mongodb.net' }
0
votes
1 answer

Can I use a shared jhipster-registry and uaa in a remote server (Docker) and developers connect to it as a service?

In a development team, we are working on a jhipster microservice project with Uaa, Jh-registry, mic 1, mic 2 and gateway. The question here is it possible to deploy shared Uaa and Jh-registry in a remote server using Docker and other developers on…
Hosi Jafari
  • 88
  • 2
  • 9
0
votes
1 answer

jhipster gateway microservice : npm start failled with " Unexpected end of JSON input while parsing near '...s.org\r\n\r\nwsFcBAEB' "

i m trying to test a basic microservice architecture with jHipster . the gateway microservice on jhipster shot me this error :
ZINE Mahmoud
  • 1,272
  • 1
  • 17
  • 32