> 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.
There might be a problem with the DBTYPE="ODBC" attribute, since CFMX uses
JDBC for all its database access.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

