Re: Stumped on "Attempt to insert null object...." when connecting to DB

Mike Schrag <[email protected]> Fri, 20 Mar 2009 18:20:46 -0400
Newsgroups gmane.comp.web.webobjects.devel
Message-ID <[email protected]>
> java.lang.IllegalArgumentException: Attempt to insert null object  
> into an com.webobjects.foundation.NSMutableDictionary.
> 	at  
> com 
> .webobjects 
> .foundation 
> .NSMutableDictionary.setObjectForKey(NSMutableDictionary.java:68)
> 	at com.webobjects.jdbcadaptor.JDBCContext.connect(JDBCContext.java: 
> 230)
/* 230*/                    dictionary.setObjectForKey(url, "URL");

so somehow you're ending up with a missing URL in your connection  
dictionary ...

ms

_______________________________________________
WebObjects-dev mailing list
[email protected]
http://www.omnigroup.com/mailman/listinfo/webobjects-dev