Open IanLawrence opened 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
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