Blog

ColdBox and ColdFusion 8 Interesting bug.

Luis Majano December 01, 2007

Spread the word

Luis Majano

December 01, 2007

Spread the word


Share your thoughts

I have found an interesting bug on ColdFusion 8 and the multi-threaded capabilities of ColdBox. This is only to specific coldbox installation setups: 1) Virtual Folder in IIS 2) Apache Alias If you use an alias or a virtual folder for installing coldbox, you will run into errors that the spawned threads will not be able to actually find the instantiation paths. Example: coldbox.system.beans.requestContext It seems that the coldfusion 8 spawned thread cannot find or use the virtual aliases or apache aliases. So if I cannot find a solution, which seems like I won't be able to. Then I will remove the installation type of aliases and virtual directories for colfusion 8 and bluedragon 7. It seems that the installation procedures will have to remain as physical folders or coldfusion mappings only. Please test this and let me know your results.

Add Your Comment

(2)

Dec 01, 2007 17:15:53 UTC

by Luis Majano

UPDATE:

I have made this work by using a combination of a coldfusion mapping and the virtual folder.

Dec 02, 2007 18:43:37 UTC

by Aaron Roberson

Is this related to the error I am receiving on BlueDragon 7:

Expression Error

Detail Problem occurred while parsing: coldbox.plugins.MTlogger.logErrorWithBean-F58B9C85-C8A9-1565-95ABA9CA1CC64A6E

Extended Info Encountered ABA9CA1CC64A6E. Was expecting one of: <EOF> AND ... OR ... XOR ... EQV ... IMP ... MOD ... DOES ... ( ... [ ... "& ... = ... . ... + ... - ... * ... / ... \ ... ^ ... EQUAL ... EQUALS ... IS ... EQ ... NEQ ... LT ... GT ... CONTAINS ... LTE ... LE ... GTE ... GE ... NOT ... LESS ... GREATER" ...

Recent Entries

MatchBox and WebAssembly: Running BoxLang in the Browser and at the Edge

MatchBox and WebAssembly: Running BoxLang in the Browser and at the Edge

The MatchBox open beta is live at https://boxlang.ortusbooks.com/boxlang-framework/matchbox, and it brings something genuinely new to the BoxLang ecosystem: a path into WebAssembly.

That means BoxLang code can now move into browser applications, static-site deployments, edge runtimes, and WASI-style containers - without requiring a JVM. The feature is still beta, but the core direction is already useful: write BoxLang, compile it with MatchBox, and ship the generated WASM artifact to wherever a small portable runtime makes sense.

Jacob Beers
Jacob Beers
June 04, 2026
One Language, Every Runtime: BoxLang Expands Beyond the Server

One Language, Every Runtime: BoxLang Expands Beyond the Server

Discover how BoxLang’s multi-runtime architecture helps developers build beyond the server with support for serverless functions, desktop applications, CI/CD workflows, Java integrations, containers, runtime management, and more.

Maria Jose Herrera
Maria Jose Herrera
June 04, 2026
BoxLang 1.14.0 : Introducing Inner Classes

BoxLang 1.14.0 : Introducing Inner Classes

BoxLang has always embraced a simple truth: the way you organize code shapes the way you think about problems. For a long time, if you needed a helper class, you needed a file. One class, one .bx file, no exceptions. That's clean and predictable, but it creates real friction when a class is tightly coupled to exactly one caller and has no business existing anywhere else.

Luis Majano
Luis Majano
June 03, 2026