Search code examples
entityliquibasejhipstergradlew

JHipster Run Again But Failed


Yeserday I was creating jhipster and create entity (Author and Book) same as tutorial and run perfectly, but however today I run again (using gradlew bootRun) but the result is blank, the command is run without error, but the page is blank (only shows footer) . Please somebody help me to resolve my problem? the first looking command, could not find specific ehcache for Books, Author, Author Books the first looking command, could not find specific ehcache for Books, Author, Author Books

after adding ehcache.xml for Book, Author, and Author.books but still remain blank page after adding ehcache.xml for Book, Author, and Author.books but the result still remain blank page

enter image description here


Solution

  • Make sure that you've started grunt using grunt serve, or the equivalent command for gulp if you're using that.

    Open up your web console using F12 and check for any "resource not found" errors. If you see a lot of errors, try deleting your bower_components folder then rerunning bower install.

    The ehcache warnings can be safely ignored.