raphaelbauer / casino-play

User management for Play! framework (authentication, registration, password management)
Other
48 stars 21 forks source link

Error trying to register #3

Open IanLawrence opened 12 years ago

IanLawrence commented 12 years ago

Execution exception ExceptionInInitializerError occured : null

In /app/controllers/casino/Registration.java (around line 59)

55:

56: // check if user exists and don't allow to register user: 57: if (!hasErrors) { 58:

59: if (Casino.doesUserExist(email)) { 60: hasErrors = true; 61:

62: } 63: } 64:

65: // save or display error