>Using CFMX for J2EE for JRun, I am receiving the following error when >trying >to do a simple form post: > >The system has attempted to use an undefined value, which usually indicates >a programming error, either in your code or some system code. >Null Pointers are another name for undefined values. > >The problem is that it's highlighting my cfapplication tag: > ><cfapplication name="DAVE" clientmanagement="Yes" clientstorage="MYDB" >applicationtimeout="#createTimeSpan(5,0,0,0)#"> > >I have checked the datasources in the CF Administrator, and they all verify >correctly, and I have set the MYDB to be the default client storage >mechanism. Searching through the MM forums, people are receiving the above >error message using all sorts of code, but it's mostly been with cfswitch >statements and things of that nature. Anybody ever run into the above error >with their cfapplication tag? > >System: MX for JRun, U3, RedHat Linux 7.2, internal JRun web server
Just to add to the diagnosis, if I switch the default client variable storage in the Administrator to use Cookie, things work fine. It's when I switch to a JDBC datasource I have set up that the null point errors occur. According to the U3 Release Notes, it says: Client variable database storage has been optimized to improve performance during insert and update of client variables into CDATA table. The core table could lock at times, causing performance issues. (Bug #49475) Does anybody know what those changes were? If I run the identical code using CF 4.5, everything works fine when trying to use a datasource as my client variable storage. _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Host with the leader in ColdFusion hosting. Voted #1 ColdFusion host by CF Developers. Offering shared and dedicated hosting options. www.cfxhosting.com/default.cfm?redirect=10481 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

