I saw this error in the log file:

2008-08-09 10:04:47,345 WARN  org.dspace.app.webui.util.UIUtil @ Unable
to send email alert
java.lang.NullPointerException
        at org.dspace.app.webui.util.UIUtil.sendAlert(UIUtil.java:471)

So I investigated, and I'm seeing that in UIUtil.java, the line where it
blows up has this:

                Email email =
ConfigurationManager.getEmail(I18nUtil.getEmailFilename(c.getCurrentLoca
le(), "internal_error"));

But when I check ConfigurationManager for the method getEmail, it only
takes one parameter:

    public static Email getEmail(String emailFile) throws IOException


I suspect this is a 1.5 bug?  Has this been reported?  Is there a fix?

Thank you!
Jose

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to