Issue Type: Bug Bug
Affects Versions: 3.2, 3.1, 3.0
Assignee: Kevin Van de Velde
Components: LNI
Created: 13/Aug/13 7:54 AM
Description: When attempting to login with the LNI webapp, the following exception is thrown:
java.lang.ExceptionInInitializerError
org.dspace.eperson.EPerson.checkPassword(EPerson.java:936)
org.dspace.authenticate.PasswordAuthentication.authenticate(PasswordAuthentication.java:226)
org.dspace.authenticate.AuthenticationManager.authenticateInternal(AuthenticationManager.java:162)
org.dspace.authenticate.AuthenticationManager.authenticate(AuthenticationManager.java:99)
org.dspace.app.dav.DAVServlet.authenticate(DAVServlet.java:326)
org.dspace.app.dav.DAVServlet.serviceInternal(DAVServlet.java:513)
org.dspace.app.dav.LNISoapServlet.doGet(LNISoapServlet.java:77)

Root cause:
java.lang.IllegalStateException: DSpace kernel cannot be null
org.dspace.utils.DSpace.getServiceManager(DSpace.java:63)
org.dspace.utils.DSpace.getConfigurationService(DSpace.java:71)
org.dspace.eperson.PasswordHash.<clinit>(PasswordHash.java:35)
org.dspace.eperson.EPerson.checkPassword(EPerson.java:936)
org.dspace.authenticate.PasswordAuthentication.authenticate(PasswordAuthentication.java:226)
Fix Versions: 4.0
Project: DSpace
Priority: Major Major
Reporter: Kevin Van de Velde
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to