Re: Null Pointer Exception + ERPersistentStorage + WOForm

2015-03-30 Thread Kevin Hinkson
Hi Ramsey, I'm not even able to submit the form. That NPE occurs when trying to render the page the first time around. I do agree with you about the NULL value for the sessionID. If I dump the context the session is null although the cookies are there. I will fiddle with ERXWOForm secure att

Re: Null Pointer Exception + ERPersistentStorage + WOForm

2015-03-30 Thread Ramsey Gurley
On Mar 30, 2015, at 7:45 AM, Kevin Hinkson wrote: > Hi, > > I’m having a very weird error that I cannot pin down at all. > Caused by: java.lang.IllegalArgumentException: Attempt to insert null object > into an com.webobjects.foundation.NSDictionary. > at com.webobjects.foundation.NSDi

Null Pointer Exception + ERPersistentStorage + WOForm

2015-03-30 Thread Kevin Hinkson
Hi, I’m having a very weird error that I cannot pin down at all. The setup is an app using ERPersistentSessionStorage deployed on Tomcat 7 (Elastic Beanstalk) behind an SSL enabled load balancer. On one of the pages I get an NPE on page load without fail. By process of elimination I’ve determin