Questions tagged [coldfusion-administrator]

16 questions
4
votes
2 answers

Am I using J2EE or ColdFusion session variables?

Is there anyway in your code to specify using J2EE session management instead of ColdFusion session management or is it controlled completely through the ColdFusion administrator? Also, what problems might arise if you turn off J2EE session…
Jason
  • 17,276
  • 23
  • 73
  • 114
2
votes
4 answers

My ColdFusion Administrator is suddenly not working. What does this error mean?

Server Error The server encountered an internal error and was unable to complete your request. Application server is busy. Either there are too many concurrent requests or the server still is starting up.
Gary
  • 21
  • 1
  • 2
2
votes
0 answers

How to uncheck 'Disable updating ColdFusion internal cookies' programmatically

I have an application which is on a shared server. I am facing issues while setting the cookie. Here is the code: The error which I am getting is:…
2
votes
0 answers

Coldfusion application log repeated error with no file or error, is this a concern?

We get this message repeatedly in our Coldfusion application log, and are wondering if it is something we should look into more or ignore. I've googled but I can't seem to find anyone reporting this same blank-ish error. '' The specific sequence of…
vivasuzi
  • 75
  • 7
1
vote
1 answer

coldfusion 10 application server service not starting

I added in Coldfusion administrator => Java and jvm => 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…
chatay
  • 151
  • 3
  • 12
1
vote
1 answer

ColdFusion doesn't install Font OpenType TTF

How to add .TTF OpenType to ColdFusion 2016 (64-Bit)? The font has a paid Server-License from LinoType.com. I added it to Font Management, but it doesn't show on PDF-generation.
1
vote
1 answer

Limit how many emails/second that ColdFusion sends to AWS SES

I'm currently seeing a bunch of the same errors in our mail.log in ColdFusion 11: com.sun.mail.smtp.SMTPSendFailedException: 454 Throttling failure: Maximum sending rate exceeded. There's 200 or so at the exact same datetime, and then another batch…
Michael
  • 2,546
  • 2
  • 20
  • 26
1
vote
1 answer

What is the "Disable Service Factory" option that appears in CF Admin Settings Summary?

Creating a new instance in ColdFusion 10 Enterprise with the intention of it matching another instance's settings except some scheduled tasks. When I compare the Settings Summary page output for each instance there is an option called "Disable…
Dan Roberts
  • 4,664
  • 3
  • 34
  • 43
1
vote
0 answers

ColdFusion 11 Administrator: ColdFusion Archives Page shows error

I am in trying to deploy .car file from ColdFusion 9 into ColdFusion 11. When I open ColdFusion 11 Administrator -> Package & Deployment -> ColdFusion Archives -> It shows Internal Server Error 500. Application Log file shows the error…
1
vote
1 answer

CF Admin showing the root website

My CFIDE just went crazy this morning and I can't locate the what is causing this. When I log in from example.com/cfide/administrator/index.cfm some of the tabs on the left work fine and some are showing the index page of example.com like in an…
Geo
  • 3,160
  • 6
  • 41
  • 82
0
votes
0 answers

Need help to hide server specific error when running Curl command tool

Our site was tested by one of the security scanner companies and found known vulnerability. It sounds as "Information Leakage is an application weakness where an application reveals sensitive data". The server runs ColdFusion 2016 with Tomcat…
0
votes
0 answers

Coldfusion 11 Application server stops automatically in windows 10

I'm working on ColdFusion 11 project with IIS server. I'm facing a problem with the Coldfusion services. The ColdFusion 11 application server automatically stops suddenly, and after restarting the service it works for 2 minutes and again shuts down.…
0
votes
1 answer

ColdFusion Maximum number of simultaneous Web Service Requests

In the ColdFusion Administrator: Server Settings > Request Tuning It includes the following Request Limits: Maximum number of simultaneous Template requests Maximum number of simultaneous Web Service requests In the Enterprise Edition both limits…
user619882
  • 350
  • 3
  • 13
0
votes
0 answers

ColdFusion - local server not using CSS

I can load all of the pages in my local folder using localhost:8500/domain/pagename.cfm but it all loads as plain text and pictures. None of the CSS formatting is present - I'm mainly using Bootstrap 3. I'm wondering if there's something in the…
0
votes
1 answer

Not able to send mail from ColdFusion 10

In my application I am using ColdFusion 10. I am not able to send any mail using the cfmail tag. When I log into the administrator and click on the Undelivered Mail button, it is throwing the following error: Error retrieving markup for element…
1
2