Questions tagged [coldfusion]

The ColdFusion Web Scripting Language by Adobe

Adobe CF logo

ColdFusion is a server-side rapid application development platform from Adobe.

ColdFusion is sometimes used to refer to CFML, the dynamic programming language which Adobe ColdFusion ("CF") implements, but which is also implemented by a number of alternative CFML engines - notably Open BlueDragon and Railo - each with a compatible CFML core but different advantages/focuses.

Most CFML implementations run using a Java servlet engine - ColdFusion versions 6-9 ship with JRun, but from CF10 onwards the default servlet engine is Tomcat. Open BlueDragon and Railo run on Jetty/Resin/Tomcat, though they can all use any J2EE app server. There is also a BlueDragon.NET which runs on Microsoft's .NET platform instead of Java.

The latest version, ColdFusion 10, was released in May 2012.


Free ColdFusion Programming Book

219 questions
0
votes
1 answer

500 Error on website which is quite random

we are running coldfusion 9 on centos OS. Recently we are having too much crash of the server, and 500 error like 504 gateway time out. sometime i get the error Internal Server Error The server encountered an internal error or misconfiguration and…
0
votes
1 answer

Requests masking server name / DAPPER-HOST-IP

For the last few days, I've been having a lot of requests to unexisting pages on my server. The worrying part about it is that, when I look at the 404 error log I've built for my site, these requests seem to mask my server name: when asking for…
Xevi Pujol
  • 117
  • 3
0
votes
1 answer

coldfusion 9 server crashing continously

Recently few days back my coldfusion server 9 started crashing, i checked various log and checked the logs inside the runtime/bin file and found the files named as hs_err_pid11580.log I am not sure what is causing this, any idea # # A fatal error…
0
votes
2 answers

Jrun in apache config during migration

I am migrating a bunch of websites to new servers and one of them has config options I have not encountered before, specifically: JRunConfig Serverstore /usr/local/jrun4/lib/wsconfig/1/somewebsite.com-store JRunConfig…
Cory Baumer
  • 105
  • 2
0
votes
1 answer

HTTP Error 500.19 - Internal Server Error with IIS and ColdFusion

I uninstalled ColdFusion 9 from my computer (windows 7/64 bit) but my web.config file, in C:\inetpub\wwwroot, still has the content below, which also includes info about ColdFusion:
ssaaddii
  • 23
  • 4
0
votes
1 answer

Coldfusion 10 migration error

After trying to upgrade from Coldfusion 8 to Coldfusion 10, I seem to be getting a migration error in the 64bit installer. It seems to be the exact same issue as Moving from ColdFusion 8 to ColdFusion 10 - Migration Fails, but that question is…
Deniz Zoeteman
  • 729
  • 2
  • 8
  • 18
0
votes
1 answer

Cold Fusion 9 Redirection?

I have a CF 9 installed on Windows 2008 R2 with IIS. The server has several IPs. I have created and new site in IIS and adjusted the binding on it to listen on IP other than where CF is configured. Have installed PHP and trying to browse to the…
Vick Vega
  • 2,398
  • 16
  • 22
0
votes
1 answer

IIS7.5 - Hosting ASP.NET MVC app and ColdFusion app under one domain

We are developing and deploying an ASP.NET MVC app while will provide new functionality yet there are still parts of the ColdFusion app we still need to live under the same domain. How can we set this up in IIS? The ColdFusion app is setup and…
dodegaard
  • 133
  • 2
0
votes
1 answer

Coldfusion 10 Keep-Alive Requests = 0?

Ran 'ab' against a .jsp page (Tomcat7) and .cfm page (Coldfusion10 Enterprise). ab correctly records keep-alive results for the .jsp page but not for the .cfm page. It appears keep-alives aren't being honored by CF? Maybe a setting? I've googled…
Jason Caldwell
  • 143
  • 1
  • 6
0
votes
1 answer

Finding multiple instances of ColdFusion

I believe I have multiple instances of ColdFusion running on my web server Services Control Panels lists two as running The one that powers the sites, does not have JVM setting listed task manager lists two jrun.exe 's One of the instances…
James A Mohler
  • 243
  • 4
  • 19
0
votes
1 answer

ColdFusion 9 Error after Restart "The Cron service is not available."

What does this error mean? And how can I fix it?
0
votes
2 answers

Some Pages in ColdFusion Administrator Work and Some Don't (cf9)

In our Production environment, CF Administrator works fine. But in Test, some pages don't come up... meaning a blank page in the frame is returned (while the left nav and top bars remain). No error is generated. For instance, the Scheduled Tasks…
sugardaddy
  • 101
  • 1
0
votes
1 answer

CF10 mod_jk.so won't load with RHEL 5.6 and Apache httpd 2.2.3

Does anyone have a solution to this... Running RHEL 5.6, with Apache httpd 2.2.3-65.el5_8 and get this error when trying to start the webserver: httpd: Syntax error on line 445 of /etc/httpd/conf/httpd.conf: Syntax error on line 2 of…
Njna Grimsdottir
  • 21
  • 1
  • 1
  • 6
0
votes
1 answer

Coldfusion 9 losing connection to MySQL 5 database server a couple of weeks after the server is started

We get the following Coldfusion error message after our server have been running for a couple of weeks: Error Executing Database Query.Could not create connection to database server. Attempted reconnect 3 times We run Coldfusion Enterprise 9 on…
0
votes
4 answers

Coldfusion on VPS, how much JVM heap memory?

Recently I got a VPS server and I'm running Coldfusion, the website was running fine until it got more and more traffic and I started to encounter 'OutOfMemory' exceptions. I thought simply to rise the memory of the VPS server, but this didn't…