shevett / congo

CONGO Event Management System
GNU Affero General Public License v3.0
3 stars 1 forks source link

Manage Links in the public interface throws an error when trying to send an invite. #350

Open shevett opened 9 years ago

shevett commented 9 years ago

As reported by Andy Bressen:

On Mon, Jan 5, 2015 at 1:00 AM, Andrew K. Bressen akb+sites.arisia@mirror.to wrote:

I created an account and tried to send someone a link request, but the system threw an HTTP 500 and a stack dump back at me:

java.lang.NullPointerException com.stonekeep.congo.interceptors.PublicLoginChecker.populateLinks(PublicLoginChecker.java:102) com.stonekeep.congo.interceptors.PublicLoginChecker.intercept(PublicLoginChecker.java:79) com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:236) org.apache.struts2.impl.StrutsActionProxy.execute(StrutsActionProxy.java:52) org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:485) org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:395)

note The full stack trace of the root cause is available in the Apache Tomcat/6.0.41 logs.

--cheers --akb