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
1
vote
0 answers

Jhipster-registry showing > Error creating bean with name 'clientRegistrationRepository' defined in class path resource

I have deployed Jhispter-registry on gce (vm), and keycloak is again deployed on another gce vm. The keycloak is configured properly and up and running. But when trying to access the registry page, it throws following error; "Caused by:…
1
vote
0 answers

jhipster-registry: spring cloud config conf with ssh throws is not a valid private key

Im trying to start jhipster-registry with prod-profile (from my local machine, to test prod configuration among other things) with the following docker-compose file version: '3.8' services: jhipster-registry: image:…
carestra
  • 75
  • 10
1
vote
1 answer

Jhipster control center not showing applications

I just created a fresh Jhipster 7.0.1 project and I'm trying to use the Jhipster Control center. In the official page, it says: As soon as an application registers on a server (consul or eureka), it will become available in the list. I just…
Tanino
  • 184
  • 1
  • 5
  • 16
1
vote
0 answers

JHipster session issue on Kubernetes

We are deploying Jhipster Apps on Kubernetes - Registry in a microservices setup and a monolithic application (all generated using 6.7.1 with KeyCloak). And we believe this issue exists with 6.10.5 too )When we increase the pod count of either…
SRK
  • 169
  • 1
  • 2
  • 13
1
vote
1 answer

jHipster Registry on AWS Beanstalk

I've been looking for a way to deploy jhipster microservices to AWS. It seems like jhipster registry provides an easy way to monitor jhipster microservices but I am yet to find a way to deploy jhipster registry to AWS. Cloning jhipster-registry…
1
vote
1 answer

How to encrypt Jasypt.encryptor.pasword property while using in Jhipster registry App's configuration file

I am using JHipster registry APP and used local encryption by using Jasypt library to encrypt username and password from a centralized configuration for all micro-services. While doing this I observed the moment I try to encrypt default username and…
1
vote
1 answer

JHipster Microservice Centralization without using Docker compose or any Docker container, need assistance

Currently the scenario is I am trying to implement I used Jhipster Registry app directly from git-hub to use it as Eureka registry and Spring-Cloud-Config server(be default feature though). I need to centralize the configurations of…
1
vote
0 answers

JHipster Registry on AWS Kubernetes does not display the Swagger API

On my side, I have built two microservices and a gateway with JHipster. When I build and deploy the docker files on my laptop and I access to the Registry (localhost:8761), I have well access to the Swagger API of my microservices. However, when I…
1
vote
0 answers

JHipster Registry - Exception on startup

Starting up JHipster Registry throws an exception and it seems to be some sort of nast catch-22 that I cannot resolve. I imagine that the registry should not register itself, not try to pull its own configuration from the registry (rather that…
Inquisitor Shm
  • 1,433
  • 5
  • 17
  • 26
1
vote
0 answers

Integration Jhipster with Spring Sidecar to support other language

integration Jhipster with Spring Sidecar to support other language Service,when i start sidecar service,it can't registry successfully . i have start the integration service(Python Serivce, and it has service http://localhost:8000/health ,and return…
1
vote
0 answers

How to customised react-navigation instead of react-native-navigation in jhipster?

I am developing a react native app using jhipster tool which inbuilt provides react-native navigation. Instead of react-native navigation, I want to use a react-navigation library is there any way to customize?
1
vote
0 answers

Cannot run program "AdoptOpenJDK\jdk-8.0.232.09-hotspot\jre\bin\java.exe": CreateProcess error=206, The filename or extension is too long

I'm using JHipster to generate app in Spring, when I build with maven it happen the problem about environment maven following as: ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO]…
luongkhanh
  • 1,753
  • 2
  • 16
  • 30
1
vote
2 answers

JHipster Registry How to config git username and password

I am trying to set up the JHipster Registry with a local git config server. --spring.cloud.config.server.composite.0.type=git --spring.cloud.config.server.composite.0.uri=http://mygit/abc.git those 2 config works but my git need permission to…
Pete Huang
  • 11
  • 1
1
vote
0 answers

Jhipster gateway call directly microservice

I try to create a gateway G and a microservice M. I find to call M directly (without knowing it's address and port) it's sufficient make a call like: http://gatewayAddress/microserviceName/api/.... But if I do this, I have a "404 request cannot be…
Giant2
  • 461
  • 1
  • 4
  • 15
1
vote
2 answers

How can define subfolder to look for config files for jhipster registry

I just ran jhipster registry and its working fine. It's looking for config files from central-config folder. I want to refactor my config files under folders in the central-config folder itself. That's something that I can achieve running Spring…
Habchi
  • 1,921
  • 2
  • 22
  • 50
1 2
3
11 12