Hi, Has anyone seen an error message with the title in the subject line before? I get it when I run a java class using ant that contains the following construction: ResultSet rs = ... Blob blob = rs.getBlob(columnName); String str = new String(blob.getBytes(1, (int) blob.length());
The method with the above code is declared to throw SQLException, and the calling method has a System.exit(1) if an exception is thrown, but it's some kind of internal error because my java program keeps going, printing to stderr: Error - CSInline decript error 2 (nothing else, no stack trace etc, just the above line repeating once per row in my result set). If I change the code to do reading via blob.getBinaryStream, to a StringWriter, the errors goes away. So I have a fix, and this is nothing urgent, just a curiosity that became even more interesting when I didn't see any google references for this error. Has anyone else seen it before? Yoav Shapira Millennium ChemInformatics This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
