0

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

Imam Baihaqi
  • 175
  • 1
  • 10

1 Answers1

2

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.

geraldhumphries
  • 1,493
  • 12
  • 27
  • after re-trying and comment-uncomment file app.js (for angular.module('mwadmin6App', [])) and index.html for bower_components declaration, now the application is run perfectly. – Imam Baihaqi Jan 05 '16 at 05:28
  • That's great! I didn't see your other comment because it was an "answer", next time you should reply to the answer directly so the other user will get notified. – geraldhumphries Jan 05 '16 at 05:41
  • because the character is not enough as a comment, so I put as an answer – Imam Baihaqi Jan 06 '16 at 04:43