CF MX Problem

2004-09-09 Thread techsoldaten
Having to deal with a complicated problem, wondering if anyone has any advice. Here's the situation: we have a development server that appears to be broken, it has ActivePDF installed and it will not generate PDF documents using code we know works. The person responsible for maintaining the

Resolved: Re:CFMX and Fedora

2003-11-29 Thread techsoldaten
After a long night and lots of attempts, I resolved the issue. Not sure how I fixed it, but I did. With Apache 2.0.48 and CFMX 6.1 on Fedora Core 1, ColdFusion would seemingly install properly and serve up pages as expected until system shutdown. After restarting, Apache would hang on any page

Re:CFMX and Fedora

2003-11-28 Thread techsoldaten
Actually, here is what is showing up straight from the CF Exception log. Error,main,11/27/03,23:45:58,,/opt/coldfusionmx/lib/libcfindex.so: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory java.lang.UnsatisfiedLinkError: /opt/coldfusionmx/lib/libcfindex.so:

Deploying to Multiple Databases

2003-10-28 Thread techsoldaten
I have a question about deploying an application into multiple environments, and am looking for any lessons learned from people who have done this. This is almost an aesthetics question. Essentially, there is this app I built that is intended to run using either MS-SQL or MySQL, and I want to

Re:Blue Dragon and Fusebox

2003-10-24 Thread techsoldaten
Okay, we have made some progress on this BlueDragon issue. When we try to call just the index.cfm without a fuseaction, the error changes. The new error we are running into is listed below, and the code causing the error is listed below that. I could be wrong, but it appears BlueDragon does

MySQL Heirarchies

2003-10-18 Thread techsoldaten
I am stumped on a MySQL query, it involves returning information sorted into a heirarchy. There's this table with the following fields: item_id, parent_id, and comment. Item_id is the unique identifier of each record, and each record can be a child of another. Parent_id reflects this