|
|
|
|
|
by s369610
2811 days ago
|
|
verifcationAction.authenticateClient() call hit a null ref exception (called from the template at /verification.xhtml) and their error page is trying to use a webBean context which hasn't been setup or activated yet to display the error. The original site of the null ref error seems to be the DBAuthInsert method at
com.icbc.licensing.clio.action.VerificationAction.DbAuthInsertandCount(VerificationAction.java:118)
so maybe a getConnection is returning a null and not being checked, or some config variable is borked. Would start digging at line 118 to work out what variables are being dereferenced and where their values come from. |
|