NPE on Explorer Login
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2013 04:28 PM
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?
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2013 07:52 PM
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. 🙂
