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

Jhipster Registry Release 3.2.4 - can't change admin password

I'm using registry release 3.2.4 on Windows environnement (dev). I want to change the default admin password. According the documentation I just need to define security.user.password on my application-*.yml file. So my…
0
votes
0 answers

Microservice fails to startup when run from executable jar but loads fine from maven

I have a set of microservices that I am developing. Everything works fine developing in maven. (1) REGISTRY: I have a jhipster-registery running in the dev profile with at git configuration. It works fine and I can see my custom…
DSManuel
  • 1
  • 1
0
votes
2 answers

Unable to add a image logo with the email in Jhipster for user registration

In my Jhipster Application when I create new user it sends email for reset password, users getting email but I want to display one image in that email so it looks good I have written fillowing line in ActivationEmail.html to add image but When user…
0
votes
1 answer

jHipsterProperties getXXX value not changed when value of spring-cloud-config in jhipster-register xxx was changed

jHipsterProperties getXXX value not changed when value of spring-cloud-config in jhipster-register xxx was changed java version "1.8.0_144" Java(TM) SE Runtime Environment (build 1.8.0_144-b01) Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01,…
0
votes
1 answer

JHipster Registry cannot get logfile

I Have a JHipster monolith application running successfully along with JHipster Registry. Everything is fine, I can see my application instance and all metrics. But I get the following hint under the tab Administration/Logs: No available logfile.…
Xear
  • 407
  • 1
  • 5
  • 15
0
votes
1 answer

I modified existing student entity through sub generator and then override all and after run gradlew command but I got folling error, what is wrong?

2017-12-28 15:40:31.813 ERROR 5060 --- [tapp-Executor-1] i.g.j.c.liquibase.AsyncSpringLiquibase : Liquibase could not start correctly, your database is NOT ready: Validation Failed: 1 change sets check sum …
0
votes
0 answers

configure Registry to run in peer-aweraness mode or form the cluster so that I can get scalability and fault tolerance?

Can we configure Registry to run in peer-awareness mode or form the cluster so that I can get scalability and fault tolerance?
0
votes
1 answer

jhipster-registry behind a proxy

In the jhipster-registry all the proxy parameters aren't not taken into account and mainly the nonProxyHost one. At startup, the Jhipster-registry container will clone the project on github (via the proxy); on the other hand, it can not contact…
0
votes
2 answers

Jhipster Gatway app logs show "Config Server: Not found or not setup for this application"

This issue should have been fixed long back as per this Github ticket Why Am i still seeing this in logs. Config Server: Not found or not setup for this application 2017-10-30 15:03:53.740 INFO 24700 --- [ main]…
cnu
  • 477
  • 8
  • 22
0
votes
1 answer

Is it possible to run JHipster Microservices locally that are managed with JHipster Registry in the cloud?

When I run JHipster Registry in the cloud (ex: Heroku) and runs without problems and I can access correctly through the URL (ex: my-jhipster-registry.herokuapp.com). I could use this JHipster Registry to manage JHipster Microservices (gateways or…
Arenas V.
  • 193
  • 1
  • 9
0
votes
1 answer

Why do I see this error in Registry logs? Registry: lease doesn't exist, registering resource: APPNAME - APPNAME:11b4e92ca928a158fff418b62e37cdf0

I am new to Jhipster and Spring-cloud-config. I am trying to understand Why do i see the below error in my Jhipster-Registry log file. I can see the service connected to Registry and service shows UP. DS: Registry: lease doesn't exist, registering…
0
votes
2 answers

Error running JHipster Registry

I'm trying to start JHipster Registry by building it from source and for that I'm following Matt Raible's tutorial. But I'm getting an error with exit code 1 and the following is the generated stack trace. yarn install v0.27.5 [1/4] Resolving…
Srikar Reddy
  • 3,650
  • 4
  • 36
  • 58
0
votes
2 answers

Adding properties to JHipster Cloud application.yml causes registry configuration to fail

I want to add a custom property to the application.yml of my Cloud Config. The comments in the file say it is for all shared configuration. However, when I do so, it causes the binding of the properties to JHipsters own ApplicationProperties to fail…
ThisIsNoZaku
  • 2,213
  • 2
  • 26
  • 37
0
votes
1 answer

How to create a front end for Jhipster micro service

I have successfully set up both jhipster microservice app and gateway app. Both are successfully talking to each other. Now I am building a separate app (mobile app - nativescript) , and am trying to make it talk to How should I go about it?…
Mayurb
  • 577
  • 2
  • 10
  • 21
0
votes
1 answer

Jhipster-registry stop working

My jhipster-registry stopped working a couple of hours ago. I followd these steps: removed node_modules/ folder npm install ./mvnw When the registry is up and running again I get an error page with the following text: ??error.title_en?? And in…
Martin
  • 630
  • 6
  • 17
1 2 3
11
12