score:0

this error is strictly connected with template and using controllers call (your methods from controllers)

you have to localize on your template which controller method calls this error

for instance i had a problem with nullpointerexception and i found a problem. i had below controller:

@controllers.mycontroller.mymethod(object.getvalue)

and it turns out that in db getvalue had null and play reported it as a problem. he somehow detect that this value is null

strange for me but maybe it will help


Related Query

More Query from same tag