I am deploying demo application [socialauth-demo] as-is on Google App Engine and got this error after successful login from Provider.[facebook]
W2014-02-10 09:26:52.485 /authSuccess.do java.lang.NullPointerException at com.threepillar.labs.socialauthsample.controller.SuccessController.registration(SuccessController.j
C2014-02-10 09:26:52.487 Uncaught exception from servlet java.lang.NullPointerException at com.threepillar.labs.socialauthsample.controller.SuccessController.registration(Suc...
Looks like provider is null and hence this issue. Not sure why this is happening.
Before this I was getting Serialization related exception on SocialAuthTemplate of spring which I got rid of after making changes to spring module and building it locally [ SocialAuthTemplate implements Serializable ]
Has anybody seen similar error and any solution around the same ?
- Ravi