Copy link to clipboard
Copied
Hi,
I have ColdFusion 9 Enterprise installed on a Windows Server 2008 64-bit and I connect to a database Informix 11.5, but I get this message on verify submit:
"Connection verification failed for data source: testNewInformix
java.sql.SQLNonTransientConnectionException: [Macromedia][Informix JDBC Driver]Unsupported VM encoding Cp57391.
The root cause was that: java.sql.SQLNonTransientConnectionException: [Macromedia][Informix JDBC Driver]Unsupported VM encoding Cp57391"
Considered that the encoding Cp57391 is necessary because supports the euro currency.
Any suggestions?
Thanks!
Copy link to clipboard
Copied
Googling "unsupported VM encoding" returns:
"This error usually happens when the Java Virtual Machine is installed without multi-language support."
"This problem can be resolved by updating the Java Runtime Environment (JRE) to include multi-language support."
Adding the word "coldfusion" to search, found http://www.adobe.com/support/documentation/en/coldfusion/8/releasenotes.pdf, which suggests that you either
Try this: install a multi-language JRE on your server, then point ColdFusion to that JRE (ColdFusion Adminstrator: Settings -> Java & JVM, set Java Virtual Machine Path to the path to the JRE that you just installed).