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

Installing VS Code Coldfusion Builder Extension on MacOS Monterey

Community Beginner ,
Oct 11, 2022 Oct 11, 2022

Copy link to clipboard

Copied

I am unable to create a CF Server in Visual Studio Code Adobe ColdFusion Builder Extension.

Configuration and steps are listed below I followed during installation:

 

Environment installing on

Operating: System MacOS Monterey (version 12.6)

Processor: 4 GHz Quad-Core Intel Core i7 (Late 2015)

Visual Studio Code Version 1.72.0

Coldfusion Builder Extension version 1.0.443

Java(TM) SE Runtime Environment 18.9 (build 11.0.16+11-LTS-199)

Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.16+11-LTS-199, mixed mode)

 

System requirements

macOS: macOS 12.

Java 11 as the recommended JDK.

Version 1.68 of VS Code or above.

 

MACOS Installation

Note: macOS 10.15 Catalina and above uses zsh shell. I followed steps below using both the Terminal Windows in VS Code, (when it did not appear to work work) then I tried again using the Mac’s Terminal Window)

zsh shell

  1. Downloaded and installed (jdk-11.0.16_macos-x64_bin.dmg)
  2. Created zsh environment file: touch ~/.zshenv
  3. Located the Java binaries: /usr/libexec/java_home The following path appeared, /Library/Java/JavaVirtualMachines/jdk-11.0.16.jdk/Contents/Home
  4. Copied and pasted the Java binary path to the zshenv file. Type: open ~/.zshenv
  5. In the environment editor, type: export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-11.0.16.jdk/Contents/Home
  6. Saves and exited the editor.
  7. Applied the change into the current shell: source ~/.zshenv
  8. Checked if the environment variable is set properly: echo $JAVA_HOME  The following environment appeared:  /Library/Java/JavaVirtualMachines/jdk-11.0.16.jdk/Contents/Home

 

I re-started Visual Studio Cold Fusion and receive the following messages:

1 - Caching components: 3/87 (3 went to 87 and message closed) Source: CFML (Extension)

2 - Adobe Cold Fusion Builder is now attached with the VS Code Client.  Source: Adobe ColdFusion Builder (Extension)

I next selected the CF Builder Extension icon in VSCode:

PROJECT MANAGER shows “No workspace created Yet”

If I attempt to create a Workspace I receive the following message:

Error running command cfml.project.refresh: command 'cfml.project.refresh' not found. This is likely caused by the extension that contributes cfml.project.refresh.

CF SERVERS shows “No server created Yet” and has a Blue button “Add Server”

Pressing the Add Server Button I receive the following message:

Error running command cfml.server.create: command 'cfml.server.create' not found. This is likely caused by the extension that contributes cfml.server.create.

Views

1.2K

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 Beginner ,
Oct 11, 2022 Oct 11, 2022

Copy link to clipboard

Copied

Forgot to mention, I am running Coldfusion 2021 Developer

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
New Here ,
Oct 11, 2022 Oct 11, 2022

Copy link to clipboard

Copied

I have the same setup and am encountering the same issues as tjguida.

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
New Here ,
Oct 27, 2022 Oct 27, 2022

Copy link to clipboard

Copied

I use a windows machine and have the same issue with VS code. No local CF installed.

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
New Here ,
Nov 25, 2022 Nov 25, 2022

Copy link to clipboard

Copied

Getting the same error, any help would be really appreciated!

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
Explorer ,
Mar 10, 2023 Mar 10, 2023

Copy link to clipboard

Copied

I have  the same issue.  Any way around the errors?  It can't find my java. 

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
Explorer ,
Sep 01, 2023 Sep 01, 2023

Copy link to clipboard

Copied

So I'm an idiot, I had the right path to Java but I included /bin/ once I removed that it worked fine. The Java_home variable appears to be important.

java.jpg

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
New Here ,
Mar 14, 2023 Mar 14, 2023

Copy link to clipboard

Copied

I get the same error, with no local CF servers installed.
OS:Windows 10, Java 19

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 Beginner ,
Mar 14, 2023 Mar 14, 2023

Copy link to clipboard

Copied

I am running Windows 11 with no local CRF Installed, facing the same issue.

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
New Here ,
Aug 18, 2023 Aug 18, 2023

Copy link to clipboard

Copied

Things worked fine in JDK 8, when I moved to Java 11, this error started.   The extension loads but you can't add a server, same error.

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
New Here ,
Aug 31, 2023 Aug 31, 2023

Copy link to clipboard

Copied

This might be a year to late, but I had this same issue and my problem was that on my environmental variables JAVA_HOME didn't have the correct path.

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 Beginner ,
Sep 01, 2023 Sep 01, 2023

Copy link to clipboard

Copied

I am recieving the same issue. 

Windows 11

Visual Studio Code version 1.81.1 

Coldfusion builder version 1.0.469

 

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 Beginner ,
Oct 26, 2023 Oct 26, 2023

Copy link to clipboard

Copied

Any update on this issue or when it will be fixed? I have not been able to use this extension yet. 

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 ,
Oct 26, 2023 Oct 26, 2023

Copy link to clipboard

Copied

Clinton, by "same issue" (from your previous comment), do you mean you get what tj originally reported on adding a server, "Error running command cfml.server.create: command 'cfml.server.create' nofound."? And was that preceded by the same error tj reported about adding a workspace? 

 

Or does something else make you "not able to use the extension"? 


/Charlie (troubleshooter, carehart.org)

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 Beginner ,
Nov 24, 2023 Nov 24, 2023

Copy link to clipboard

Copied

@Charlie Arehart, Yes I recieve the same error as the original poster, I've tried creating a workspace and I get a similar error "Error running command cfml.project.create: command 'cfml.project.create' not found. This is likely caused by the extension that contributes cfml.projectcreate."

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 Beginner ,
Nov 24, 2023 Nov 24, 2023

Copy link to clipboard

Copied

Screenshot 2023-11-24 153052.png

 I am sorry this is a better picture.

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
New Here ,
Dec 25, 2023 Dec 25, 2023

Copy link to clipboard

Copied

I am also facing similar issue.
Has anyone been able to reslove this issue.

I have tried setting up JAVA_HOME but it still does not work

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
New Here ,
Apr 18, 2024 Apr 18, 2024

Copy link to clipboard

Copied

LATEST

Late to the party here, but I've had the same issue.

Following the ColdFusion guide I have successfully setup my JAVA_HOME.

Make sure to add '%JAVA_HOME%\bin' to your 'Path' once you've setup JAVA_HOME.

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