This content has been marked as final.
Show 1 reply
-
1. Re: datasource problem
a440guy May 5, 2010 12:06 PM (in response to jumajii)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). - Install a version of the JRE that supports non-European languages, or
