I have an application that was written a couple of years ago by one of my developers to support our Contracts group. It was written against CF 5.0 and now runs against CFMX 6.1 (no hotfixes applied yet).

It has been running just fine the whole time, and now today, seemingly out of the blue, it starts choking on this line of code:

<cfinsert DATASOURCE="ContractGenerator" tablename="Contracts" dbtype="ODBC">

This statement inserts a bunch of form data into the Contracts table. Here is the error it now returns:

java.util.EmptyStackException

Coding standards aside, why would this start choking all of a sudden? We have checked to see if any unusual values are in the form, and none appear to be there. My first thought is to apply the hotfixes, which I've been meaning to do, and reboot the server, then go from there.

Anyone have any ideas?

Thanks

Rob
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to