Hi, I'm having big problems trying to port a small Java program I wrote to cfx. It works well as a stand-alone prg, it works well as a cfx from the command-line. If I try to launch it from a template, th epage does not load, and the only thing I've got is a line into logs teliing me that the template "sigfaulted" (terminated by signal 11).
With a rude debug, commenting line by line, I discovered that it dies as soon as I try to call the "addRow" method of the Query object. If I write the output without saving it into a Query, it works fine (but it's useless of course :-) What it's weird, is that it dies on int row = q.addRow(....) while I would expect to see this as soon as I put something into the query. I guess there's some bug, something like a not checked malloc return code. Don't know. Anyway it's quite frustrating. I've got the impression that it's impossible to write something less than trivial with Java/CFX. I'm quite disappointed. I'm giving up. I will use my Java stand-alone program , connecting it directly to my database. I'd like to know if someone had better results trying to connecting Java to CF. p.s. i tried with jdk1.2.2 and 1.3.1_01 and _02 -- Rd "Cowards die many times before their deaths, the valiant never taste of death but once." ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. ------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
