Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

datasource problem

New Here ,
May 04, 2010 May 04, 2010

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!

TOPICS
Database access
546
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 05, 2010 May 05, 2010
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources