cancel
Showing results for 
Search instead for 
Did you mean: 

NPE on Explorer Login

bmarkmann
Champ in-the-making
Champ in-the-making
When I (attempt to) login to the explorer interface (it used to work, incidentally) I'm getting a NullPointerException in the DefaultLoginHandler authenticate method at line 41.  The only thing there that would throw that is the identity service.  I see where in the Spring config the identity service is created, and my db.properties looks correct.  Is there anyway to confirm that the identity service is getting created correctly?  There aren't any errors thrown during the application deployment, so I would guess that the datasource is created properly…  not sure.  Thoughts?
1 REPLY 1

bmarkmann
Champ in-the-making
Champ in-the-making
Never mind – I reset the database schema and it started working again.  It started happening after I configured and deployed the REST webapp; not sure of something bad happened in that process.  Anyway, sorry for posting a second issue that wasn't actually an issue.  I will say that when it works for me, it's very nice. 🙂