1 Reply Latest reply: May 5, 2010 12:06 PM by a440guy RSS

    datasource problem

    jumajii Community Member

      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!

        • 1. Re: datasource problem
          a440guy Community Member

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