You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting 404 while trying to regenerate entities using jhipster jdl command. I notced this issue two days ago, before that everything worked with no problems. Last time I regenerated entities was on 27th of July
❯ jhipster jdl db/jhipster_jdl.jh
INFO! Using JHipster version installed locally in current project's node_modules
INFO! Downloading file: https://raw.githubusercontent.com/jhipster/jdl-samples/master/db/jhipster_jdl.jh
Error: Error downloading https://raw.githubusercontent.com/jhipster/jdl-samples/master/db/jhipster_jdl.jh: 404 - Not Found
at ClientRequest.<anonymous> (/home/kamgol/Projekty/ANNKeeper/node_modules/generator-jhipster/cli/jdl.js:44:35)
at Object.onceWrapper (node:events:510:26)
at ClientRequest.emit (node:events:390:28)
at ClientRequest.emit (node:domain:475:12)
at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:623:27)
at HTTPParser.parserOnHeadersComplete (node:_http_common:128:17)
at TLSSocket.socketOnData (node:_http_client:487:22)
at TLSSocket.emit (node:events:390:28)
at TLSSocket.emit (node:domain:475:12)
at addChunk (node:internal/streams/readable:315:12)
I think i resolved my own issue by using jhipster import-jdl file_name.jh. I would like to know if command in documentation is meant to be used by newer jhipster versions?
In any case jhipster v6 is not supported anymore.
If the file is not found locally, we try to download from jdl-samples repository.
You should check if the file is present locally.
I think i resolved my own issue by using jhipster import-jdl file_name.jh. I would like to know if command in documentation is meant to be used by newer jhipster versions?
Yes. For older jhipster version you should look at the archive.
I think i resolved my own issue by using jhipster import-jdl file_name.jh. I would like to know if command in documentation is meant to be used by newer jhipster versions?
Yes. For older jhipster version you should look at the archive.
Overview of the issue
I'm getting 404 while trying to regenerate entities using
jhipster jdl
command. I notced this issue two days ago, before that everything worked with no problems. Last time I regenerated entities was on 27th of JulyMotivation for or Use Case
Adding new entities through
jh
fileReproduce the error
Run command
jhipster jdl file_name.jh
Related issues
Suggest a Fix
JHipster Version(s)
6.10.1
16.13.2
8.1.2
JHipster configuration
Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryError is during creation but it's not related to entity configuration
Browsers and Operating System
The text was updated successfully, but these errors were encountered: