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

coldfusion 10 application server service not starting

Community Beginner ,
Nov 26, 2020 Nov 26, 2020

Copy link to clipboard

Copied

I added to JVM arguments -Dfile.encoding=UTF8 and application server service not starting.

Here is the error. So is there a way to undo what I have done.  Because there is no way access to the Administrator panel. 

 
 

image.png

TOPICS
Server administration

Views

180

Translate

Translate

Report

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

correct answers 1 Correct answer

Community Expert , Nov 26, 2020 Nov 26, 2020

So, two things: when you edit jvm.config manually, I generally recommend backing it up first (not that you really needed to here I guess). Also, you may be able to get this file encoding option if you upgrade CF to a newer JVM. ColdFusion 10 comes with Java 6, but can be upgraded to Java 7 once you've installed update 8, and can be upgraded to Java 8 once you've installed update 14.

 

Dave Watts, Eidolon LLC

Votes

Translate

Translate
Community Beginner ,
Nov 26, 2020 Nov 26, 2020

Copy link to clipboard

Copied

For those, who would encounter the same problem,

open the ColdFusion10\cfusion\bin\jvm.config file as you would see the JVM arguments which you have added. I deleted the Dfile.encoding=UTF8 and service begin running again.

Votes

Translate

Translate

Report

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
Community Expert ,
Nov 26, 2020 Nov 26, 2020

Copy link to clipboard

Copied

LATEST

So, two things: when you edit jvm.config manually, I generally recommend backing it up first (not that you really needed to here I guess). Also, you may be able to get this file encoding option if you upgrade CF to a newer JVM. ColdFusion 10 comes with Java 6, but can be upgraded to Java 7 once you've installed update 8, and can be upgraded to Java 8 once you've installed update 14.

 

Dave Watts, Eidolon LLC

Votes

Translate

Translate

Report

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
Documentation