Questions tagged [commandbox]

CommandBox is a tool providing a command line interface for developer productivity, tool interaction, package management, embedded CFML server, and application scaffolding.

CommandBox is an open source tool providing a command line interface () for developer productivity, tool interaction, package management, embedded CFML server, and application scaffolding and is developed by Ortus Solutions, Corp.

It tightly works together with other products of Ortus Solutions like , but allows to be extended for any () project, as it is also written in ColdFusion.

Useful links

27 questions
0
votes
1 answer

How is aws console able to provide a way to download an RDP file but I can't on my local intranet?

Intranet website. I have a web page using Coldfusion/Lucee/CommandBox displaying a list of servers. Next to a server is an icon that is linked to a verified working RDP file. If I double-click directly from the explorer, they'll open just fine. If I…
HPWD
  • 2,232
  • 4
  • 31
  • 61
0
votes
1 answer

Weird Bug with Files from GitHub Causing CommandBox to be Unable to Start

OS: Ubuntu 22.04 | CommandBox Version: 5.5.2 | Lucee Engine: 5.3.9+141 Having a really strange issue. I've installed CommandBox from scratch and am using the Lucee engine. Everything works fine until it's time to pull my web files from GitHub.…
MTut
  • 35
  • 2
0
votes
1 answer

In the context of using ContentBox CMS, where does cb.siteBaseURL get the base url from?

I am running ContentBox on Lucee using CommandBox. In my ContentBox Admin, when I first set it up, I had it running on 127.0.0.1. Later, I created a web.config and updated the host file to use mydomain.com (I am using mydomain.com here as an…
Monte Chan
  • 1,193
  • 4
  • 20
  • 42
0
votes
1 answer

CommandBox Lucee shows error: Method Code too Large

I'm getting an issue in Lucee when my file size is greater than 64KB, it shows an error "Method code too large!". I also attached a screenshot below, please check and help me to resolve this issue.
0
votes
1 answer

Coldfusion - JEE Installation - JVM Arguments which and how?

We are trying to change how we manage our QA Enviroments. Till now we have installed Coldfusion using the Adobe Installer that install a modified Tomcat. We want to manage the QA server using CommandBox Tool that installs Coldfusion in JEE install…
fman
  • 175
  • 2
  • 4
0
votes
1 answer

Could not find the ColdFusion component or interface query

I restarted my CF2018 server using CommandBox, and I guess none of my previous settings were saved. I've tried everything I can think of, but can't get past this error: Could not find the ColdFusion component or interface query. var config_qry =…
Crystal
  • 1
  • 1
0
votes
0 answers

FarCry CMS search results not found

I have recently installed FarCry CMS 7.2.8 with Chelsea Boots via Commandbox. The menu links work without any problem except the search field, where i get 404 error for every input parameter. I have configured Commandbox (.htaccess) rewrite rules…
asimkon
  • 915
  • 1
  • 14
  • 21
0
votes
1 answer

Export Crystal reports to PDF in java via cfml

Using Commandbox 4.7.0+00026, I'm attempting to open a Crystal Reports document in preparation for output as PDF. I'm not able to get the file to open, getting the error java.lang.NoClassDefFoundError:…
Teaspoon
  • 26
  • 4
0
votes
0 answers

Apache .htaccess integration with CommandBox

I am using the latest version of CommandBox and I'm getting errors when I include my existing .htaccess file in server.json located in the webroot of my site. My .htaccess file is also located in the webroot. I have tried including the .htaccess in…
0
votes
1 answer

In memory file system limit cannot be more than JVM max heap size

I started a ColdFusion 11 instance using Commandbox. I wanted to alter a setting in the CFADMIN under Server Settings => Settings; namely Maximum number of POST request parameters. I keep getting the error In memory file system limit cannot be more…
Bernhard Döbler
  • 1,960
  • 2
  • 25
  • 39
0
votes
1 answer

Add Lucee Extensions in Docker For Windows using CommandBox

I'm trying to install lucee with Docker Desktop for Windows and CommandBox.. when i use command docker run, there is a lucee extension that not available which is ortus.extension.rediscache. How do I install this lucee extension so i can use it…
0
votes
2 answers

Access web project on mac host from Windows parallels

I have found a lot of similar discussion, but non of it really helped. When I tried to run PHP web project on Mac and access from virtualized Windows, I got correct result on multiple ports. I think, that this means that I have correct settings in…
1
2