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
1 answer

add/remove fields and relationships to an existing entity Jhipster

I am using jhipster (jhipsterVersion -> 4.11.1), I have created Student entity through "yo jhipster:entity" student and add fields like rollNo,name,course. after that run gradlew commad to run application so far everything is working fine, entity…
1
vote
1 answer

Can not create a new jhipster project

I created a new file and when I create a new jhipster project I got this error. How can I fix it? error An unexpected error occurred: "EACCES: permission denied, mkdir '/home/chebbi/node_modules/@angular-cli'". info If you think this is a bug,…
Mat
  • 631
  • 3
  • 10
  • 21
1
vote
1 answer

JHipster microservices cloudfoundry deployment error

I have the following exception when deploying to cloud with cloudfoundry. This is started hapening with any jhipster deployment. Same error even when deploying jhipster-registry application to cloud. Applications run locally without…
Adnan Senyurt
  • 177
  • 1
  • 2
  • 6
1
vote
2 answers

entity generation in gateway app of jhipster

I am using entity sub generator to generate entities in my jhipster gateway app by giving path of microservice app. but looks like I have to run sub generator for every entity in microservice . is there any way that it can read all the .json file…
Mayurb
  • 577
  • 2
  • 10
  • 21
1
vote
1 answer

jHipster Swagger UI path issues when deployed to Cloud Foundry

I have deployed Registry, Gateway and a microservice to Cloud Foundry. The microservice is available in registry and has also registered successfully in Gateway. When trying to invoke calls in Swagger UI, the Swagger-generated url goes thus:…
barsakus
  • 77
  • 1
  • 9
1
vote
1 answer

Can i use jhipster-registry as a discovery server over instances of jhipster v1.9.0 application

I currently am using version 1.9.0 jhipster. Can i have jhipster registry installed and configured to this or am i looking at this the wrong way.
tejA
  • 11
  • 4
1
vote
1 answer

502 Bad Gateway error - jHipster Gateway in Cloud Foundry

I have deployed jHipster (v2.3) in Cloud Foundry using the jhipster subgenerator for cloud foundry. Following this the Gateway was also successfully deployed. During or after the deployment process, there are no errors or issues seen in log trace…
barsakus
  • 77
  • 1
  • 9
1
vote
1 answer

Error when starting jHipster application on heroku

i'm using jhipster 4.5.6. I'm trying to run my application on heroku and i'm getting this error when executing this code on in main class: Environment env = app.run(args).getEnvironment(); 2017-06-24 17:35:32.293 ERROR 4 --- [ main]…
Magui87
  • 173
  • 3
  • 9
0
votes
0 answers

Unable to upgrade Jhipster from v6.6.0 to latest stable version 7.9.3 or beta version 8.0.0-beta.2

I have upgraded node version to latest 18.17.0 and updated all the global npm packages available. While I am trying to upgrade jhipster project using angular and springboot giving below errors. ERROR! ERROR! Command failed with exit code 1: npm exec…
0
votes
0 answers

Spring cloud config OAuth2.0 protected server client authentication

I am planning to use jhipster-registry as spring cloud config server. I have implemented OAuth 2.0 security mechanism for protecting the server. The problem is, not sure how is a cloud config client (spring boot server with configured with…
0
votes
1 answer

Can I generate the application according to a package structure that I have determined in Jhipster?

I want to generate an app with a package structure and project directories that I have determined in Jhipster. Can I generate the application according to a package structure that I have determined in Jhipster? For example I want to packages' names…
0
votes
0 answers

I have an error while creating Jhipster Microservice app

** ERROR! Error: spawn git ENOENT at ChildProcess._handle.onexit (node:internal/child_process:283:19) at onErrorNT (node:internal/child_process:476:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) ** I am very new…
0
votes
0 answers

Jhipster Registry Logs Menu not shho in admin menu

In my fresh Jhipster Registry 7.0.4 launch with jar application from github (with dev profile), I can see the logs menu (and all other). I apply the default configuration files. Application-dev.yml: spring: devtools: restart: …
Broshet
  • 133
  • 12
0
votes
0 answers

Can't install and use Jhipster Registry 7.4.0 because hazelcast and logs properties are left bound

I try to use Jhipster Registry 7.4.0 for my new application. At this time, I just want to start it in default configuration. In my application and application-dev properties files, I have (in both files): ... jhipster: async: core-pool-size:…
Broshet
  • 133
  • 12
0
votes
0 answers

how to fix this error with jhipster app production?

whenever i try to make the production for my jhipster app it gives me this list of errors kindly advice @jhipster #jhipster the app is using npm, maven , angular , mysql and also there is some configurations files of npm and git is not…