Skip to main content
Participant
May 4, 2010
Question

datasource problem

  • May 4, 2010
  • 1 reply
  • 573 views

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!

This topic has been closed for replies.

1 reply

May 5, 2010

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

  • Install a version of the JRE that supports non-European languages, or
  • Install the full JDK, which supports non-European languages by default.


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).