| Author |
Bootstrap not working
|
Mikael Molin
Greenhorn
Joined: Jul 31, 2009
Posts: 6
|
|
Hi,
I'm very new to Grails and still trying to figure out how to troubleshoot issues.
I am following the examples EXACTLY by jeff Brown from the grails dev team here is the link:http://www.youtube.com/watch?v=8d1hp8n1stA
Trying to add a User and it seems like it cant populate the data. I only get
"Sorry, we were not able to find a user with that username and password ",at the login page
here is the bootstrap
|
 |
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3359
|
|
Try to view the database after the application launching and try to check the log files.
Also, check your build profile. Are you inserting data in the test profile but you are deploying using another one?
My Grails knowledge is rusty these days.
|
 |
Mikael Molin
Greenhorn
Joined: Jul 31, 2009
Posts: 6
|
|
Hi ,
I even dont know how to view the database after launching the application, how do you check your log files ?
anf how do you check your build profile ?
|
 |
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3359
|
|
Read the official documentation:
Build Configuration, "Environment" section.
|
 |
 |
|
|
subject: Bootstrap not working
|
|
|