Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ehcache caching option seems to not work #336

Open
vishal423 opened this issue Mar 3, 2024 · 2 comments
Open

ehcache caching option seems to not work #336

vishal423 opened this issue Mar 3, 2024 · 2 comments

Comments

@vishal423
Copy link
Collaborator

Describe the bug
With latest release 3.0.0, the ehcache provider seems to not work. Refer error below observed during sample app generation.

ERROR! An error occured while running jhipster-quarkus:bootstrap-application#configuringTemplateTask
ERROR! ERROR! Cache provider ehcache is not supported
Error: Cache provider ehcache is not supported
at default.configuringTemplateTask (file:///home/runner/work/generator-jhipster-quarkus/generator-jhipster-quarkus/generator-jhipster-quarkus/generators/bootstrap-application/generator.js:16:27)
at default.executeTask (file:///home/runner/work/generator-jhipster-quarkus/generator-jhipster-quarkus/generator-jhipster-quarkus/node_modules/yeoman-generator/dist/actions/lifecycle.js:244:26)
at env.queueTask.once (file:///home/runner/work/generator-jhipster-quarkus/generator-jhipster-quarkus/generator-jhipster-quarkus/node_modules/yeoman-generator/dist/actions/lifecycle.js:218:56)
at runLoop.add.once (file:///home/runner/work/generator-jhipster-quarkus/generator-jhipster-quarkus/generator-jhipster-quarkus/node_modules/yeoman-environment/dist/environment-base.js:384:23)
at Immediate. (/home/runner/work/generator-jhipster-quarkus/generator-jhipster-quarkus/generator-jhipster-quarkus/node_modules/grouped-queue/lib/subqueue.js:48:34)
at process.processImmediate (node:internal/timers:478:21)
Error: Process completed with exit code 1.

@mraible
Copy link
Contributor

mraible commented Jun 10, 2024

Did it work in previous versions?

@diehmension
Copy link

diehmension commented Aug 22, 2024

This error still seems to exist in version 3.2.0:
ERROR! An error occured while running jhipster-quarkus:bootstrap-application#configuringTemplateTask
ERROR! ERROR! Cache provider ehcache is not supported
Error: Cache provider ehcache is not supported
at default.configuringTemplateTask (file:///usr/local/lib/node_modules/generator-jhipster-quarkus/generators/bootstrap-application/generator.js:16:27)
at default.executeTask (file:///usr/local/lib/node_modules/generator-jhipster-quarkus/node_modules/yeoman-generator/dist/actions/lifecycle.js:244:26)
at env.queueTask.once (file:///usr/local/lib/node_modules/generator-jhipster-quarkus/node_modules/yeoman-generator/dist/actions/lifecycle.js:218:56)
at runLoop.add.once (file:///usr/local/lib/node_modules/generator-jhipster-quarkus/node_modules/yeoman-environment/dist/environment-base.js:395:23)
at Immediate. (/usr/local/lib/node_modules/generator-jhipster-quarkus/node_modules/grouped-queue/lib/subqueue.js:48:34)
at process.processImmediate (node:internal/timers:483:21)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants