Questions tagged [cfadmin]

24 questions
19
votes
3 answers

How to get list of scheduled tasks and last run results in ColdFusion?

We're trying to build a dashboard for our cron jobs ---- CF, Java, SQLServer, etc. so that we can see when things were run last, what the result was, and when they're scheduled to run next. Is there a way with the CFAdmin API or some undocumented…
11
votes
1 answer

How to restrict createObject() on certain java classes or packages?

I want to create a secure ColdFusion environment, for which I am using multiple sandboxes configuration. The following tasks are easily achievable using the friendly administrator interface: Restricting CFtags like: cfexecute, cfregistry and…
Anurag
  • 1,018
  • 1
  • 14
  • 36
8
votes
2 answers

Error "Failed Signature verification" while attempting to update via CF10 Administrator

When you attempt to apply any hot fixes via the ColdFusion 10 Administrator you continuously get: Error occurred while installing the update: Failed Signature verification You may have even validated the files and manually and placed them in the…
NotJustClarkKent
  • 1,078
  • 1
  • 11
  • 25
6
votes
1 answer

ColdFusion Font Management with a non-administrative account

In the interest of making my ColdFusion 9 server more secure, I recently changed the "Log On" account for the CF Application Service to a non-administrative account. Everything is working fine with one exception: Fonts are no longer available…
5
votes
5 answers

ColdFusion datasource doesn't connect properly

I'm trying to create a datasource to connect to a MySQL database. When I put in all my info I get this error: Connection verification failed for data source: phoenix3 com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: …
Trevor Rudolph
  • 1,055
  • 4
  • 18
  • 42
3
votes
0 answers

Some scheduled tasks failing with error: Connection Failure: Status code unavailable

I've googled the issue and pretty much every answer has been related to a certificate issue. Problem is, we have other tasks on the same server that trigger just fine. The file runs as expected directly from a browser, so it's not an issue in the…
Phaelax z
  • 1,814
  • 1
  • 7
  • 19
3
votes
1 answer

ColdFusion 2018: How to setup a mapping correctly?

These are the steps I use: 1) I created new mapping inside CF Server => Server Settings => Mapping logical path: /mysite directory path: /Volumes/drive2/work/mysite 2) I restarted the server /Applications/ColdFusion2018/cfusion/bin/coldfusion stop…
mrjayviper
  • 2,258
  • 11
  • 46
  • 82
2
votes
1 answer

Why is my modification indices output wrong?

I'm new to R. I've run the following model in lavaan: model.e <-' + PT =~ V1 + V2 + V3 + V4 + V5 + V6 + V7 + EC =~ V8 + V9 + V10 + V11 + V12 + V13 + V14 + PD =~ V15 + V16 + V17 + V18 + V19 + V20 + V21 + PT ~~ 1*PT + EC ~~ 1*EC + PD ~~ 1*PD' > fit.e…
Marishka Usacheva
  • 347
  • 1
  • 3
  • 13
2
votes
1 answer

What's the minimum footprint for a ColdFusion SQL Server datasource?

I think I'm going to have separate datasources for various functions. Almost all my cfqueries are select statements, so my default datasource will have everything turned off in the administrator (except for select). But for the…
Phillip Senn
  • 46,771
  • 90
  • 257
  • 373
2
votes
2 answers

CF Query appears to return incomplete data from text field

I'm using CF8 and SQL2000. I'm storing a bunch of HTML in a Text field in my SQL table. When I do a simple CFQUERY against that data, and CFDUMP it, it's truncated to 64000 characters. I've confirmed that my data is complete in the SQL table, by…
user154499
1
vote
1 answer

CF-2016 mappings doesn't find file from the specified location

I have migrated from ColdFusion 8 to Coldfusion 2016 and specified the path under CF Admin console. See picture. One of my file (login.cfm) is under /common directory outside webroot. When I hit application url, first it finds index.cfm and then…
Vasu
  • 319
  • 5
  • 19
1
vote
1 answer

How to upgrade ColdFusion version from 10 to 2016?

One of my application is running on ColdFusion 10 and that will become unsupported in May 2019. So Client wants me to Upgrade to a higher version, may be 11 0r 2016. Can someone please help me with the procedure? I mean whom should I contact? How…
Vasu
  • 319
  • 5
  • 19
1
vote
2 answers

Turn off default debugging output at the site level - Coldfusion 10

This might be a bug or corrupt file issue, but for some reason, I'm seeing the debugging output at the bottom of one of my CF10 websites. I can go in and add and it turns off, but on my other websites, it's off by…
Nick Petrie
  • 5,364
  • 11
  • 41
  • 50
1
vote
1 answer

Coldfusion remote server Monitoring

We have 5 servers running on the same network. We have already enabled ColdFusion server monitoring on the local server. Is there a way I can see the status of all remote machines - on one machine - just like SeeFusion? The Admin API giving us this…
M.A
  • 448
  • 6
  • 21
1
vote
1 answer

“JRun Master Request Limits” section missing from CFAdmin

I am getting the below error in my ColdFusion application: * 11/21 11:23:43 Debug [scheduler-1] - Next mail spool run in 15 seconds. java.lang.RuntimeException: Request timed out waiting for an available thread to run. You may want to consider…
Vasu
  • 319
  • 5
  • 19
1
2