Quantcast
Channel: Adobe Community : Discussion List - ColdFusion
Viewing all 6243 articles
Browse latest View live

Could not determine Apache connector version

$
0
0

I'm trying to execute wsconfig on the following platform:

 

Ubuntu 14.04

Apache 2.4.7

Coldfusion 2016

 

When I run:

 

sudo /opt/coldfusion10/cfusion/runtime/bin/wsconfig -ws Apache -dir /etc/apache2/conf-available -bin /usr/sbin/apache2 -script /usr/sbin/apache2ctl -v

 

Ignore the coldfusion10 part in the path. I just haven't updated directory names just yet in my chef/vagrant cookbook/recipes/whatever files.

 

I get:

 

command line: -ws Apache -dir /etc/apache2/conf-available -bin /usr/sbin/apache2 -script /usr/sbin/apache2ctl -v

Using Apache binary /usr/sbin/apache2

Could not determine Apache connector version.

Check that the Apache binary path /usr/sbin/apache2 is correct.

 

When I run:

 

which apache2

 

I get:

 

/usr/sbin/apache2

 

When I run:

 

which apache2ctl

 

I get:

 

/usr/sbin/apache2ctl

 

According to this https://helpx.adobe.com/pdf/coldfusion2016-support-matrix.pdf Apache 2.4.X is supported on Linux 64-bit.

 

What am I missing? Any help is appreciated. Thanks.


Coldfusion Security Patches

$
0
0

Can you please let me know if the security patches for ColdFusion are covered if we decide not to renew S&M on the licenses?

Coldfusion 2016 excessive CPU usage after Nessus Scan

$
0
0

When we initiate a Nessus scan on our server, the ColdFusion Application Server consumes 80-90% of the CPU and continues to do so even after the scan is terminated.  Only restarting the service brings the usage back to normal, but starting the scan repeats the high CPU usage.  No errors are thrown, just high CPU.

IIS 7, Windows Server 2008 R2 SP1, ColdFusion 2016.0.04.302561

Any ideas where to start troubleshooting?

Issue with SOAP Response Namespaces

$
0
0

I have a web service built but have a problem getting the response to be sent in the format required by the consumer

 

Here is a sample response from their docs:

 

<?xml version="1.0" encoding="utf-8"?>

<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body><SendInspectionRequestTPAResponse xmlns="http://InspectionService/">

<SendInspectionRequestTPAResult xsi:type="xsd:int">244264</SendInspectionRequestTPAResult>

</SendInspectionRequestTPAResponse>

</soap:Body>

</soap:Envelope>

 

Here is what my web service is sending instead. Notice that the result is given the name result instead of SendInspectionRequestTPAResult and also that

instead of <soap it is using <soapenv. Does anyone have any idea what I am doing wrong?

 

<?xml version='1.0' encoding='UTF-8'?>

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">

<soapenv:Body>

<ns:SendInspectionRequestTPAResponse xmlns:ns="http://InspectionService/">

<ns:return>123456</ns:return>

</ns:SendInspectionRequestTPAResponse>

</soapenv:Body>

</soapenv:Envelope>

 

Thanks!

problem installing CF 2016 on window with apache 2.4

$
0
0

Hi,

i try to instal cf2016 on window server 2012 and apache 2.4

 

When I arrive to "add Web server configuration" and I select apache and insert "configuration directory" and "directory and file name..", the system return an error "install web server to configure connector" (see attach).

The web server is installed. You can see to this url that point to root http://93.186.252.11/

 

Can you help me?

 

Many thanks

MarcoerrorCF.jpg

CF 2016 IIS Site Administrator Returns Blank Page

$
0
0

The core server localhost:8500/CFIDE/administrator brings up a page just fine.

 

localhost:8250/CFIDE/ brings up a directory search, but adding administrator to the end produces a blank page with no HTML at all. administrator/index.cfm does the same. However, putting an index.cfm in the root of the IIS site directory and navigating to localhost:8250/ opens that cfm file just fine. I must be missing some property setting/permission, but I've followed the two following guides to the letter.

 

http://wwwimages.adobe.com/content/dam/acom/en/products/coldfusion/pdfs/coldfusion-2016-lo ckdown-guide.pdf

ColdFusion Help | Web Server Management

 

Environment: Windows Server 2012 R2. The only installs on it are IIS and CF 2016, all developer settings, using coldfusion internal server..

 

What are my likely failure points?

Coldfusion 11 Upgrade to Coldfusion 2016

$
0
0

Hi, We would like to upgrade the ColdFusion platform from CF 11 (Enterprise license) to Coldfusion 2016. Can someone comment on licensing cost?

cf 2016 serving upto 64k of pdf

$
0
0

Hello Anyone,

Respectfully request help in this particular matter, here is my situation:

 

Production Environment:  Windows Server 2008 R2 Standard, IIS7, CF 9 using the following tags:

 

<cfheader Name="content-disposition" value="attachment; filename=#GetCustPdf.TheStatementFileName#">

        <cfcontent type="application/pdf" variable="#GetCustPdf.TheStatement#">

 

every pdf is served up correctly and views properly in any pdf reader.

 

Upgrade Environment:  Windows Server 2012 R2, IIS8, CF 2016 using the same tags:

 

<cfheader Name="content-disposition" value="attachment; filename=#GetCustPdf.TheStatementFileName#">

        <cfcontent type="application/pdf" variable="#GetCustPdf.TheStatement#">

 

every pdf over 64k is served up corrupted and does not view at all in any pdf reader.

 

I added this tag to check for corruption:

 

       <cffile action="write" output="#GetCustPdf.TheStatement#" file="c:\#GetCustPdf.TheStatementFileName#">

 

the local file is corrupted and not viewable and has a byte count of 64k.

the database field has the correct datalength which is always over 64k for those in question and has been verified on both environments.

 

Any help, education is greatly appreciated.

 

Richard


Coldfusion 10 move license to a new server

$
0
0

I need to move Coldfusion to a new server, how do I move the license?

At the moment the new server is running on "trial" for the last 10 days, the old server is used only to migrate data and will shut down permanently in about a week.

ColdFusion 2016 loosing variable values

$
0
0

ColdFusion 2016 v2016.0.04.302561 (all updates released to this date installed)

Tomcat v8.5.11.0

OS Windows Server 2012 R2 v6.3

Adobe Driver Version: 5.1.4

IIS v8.5.9600.16384

 

Hi,

 

We are face a pretty strange and intermitent problem: ColdFusion is loosing variable values from SQL Server queries and variables created in the middle of the script.

 

When we try to print de variable value with cfoutput or cfdump the return value is blank.

 

It happens from time to time and sometimes it goes away without any action taken from our server staff and sometimes it stay like that until the ColdFusion service is stoped and started again.

 

 

 

2016.0.04.302561

File not found: index.cfm

$
0
0

Hi,

 

I have a new ColdFusion 9 install on a CentOS server with Apache 2.2

 

I applied the 9.0.1 update.

 

The install is Standard, not Enterprise.

 

I can access the admin at /CFIDE/... perfectly.

 

The problem is when I try to access the first domain I have setup on server, where I installed ColdFusion on Wheels. When I type (using example instead of real domain) www.example.com or www.example.com/index.cfm, I get a ColdFusion error screen saying that it cannot find index.cfm . But index.cfm is there.

 

I checked ColdFusion logs, and I have noticed that apparently, somewhere, two single quotes are being appended to the file name.

 

This is what I see in cfserver.log:

 

05/14 09:28:47 Error [jrpp-140] - File not found: /index.cfm The specific sequence of files included or processed is: /home/folder/folder/index.cfm''

 

(with those two single quotes in the end. The file, without the single quotes, exists. The path included in the log file is the real valid path)

 

From application.log:

 

"Error","jrpp-140","05/14/12","09:28:47",,"File not found: /index.cfm The specific sequence of files included or processed is: /home/folder/folder/index.cfm'' "

 

Here at application.log it is more obvious that two single quotes seem to be appended to the index.cfm file name.

 

Can any one help with this? Could be these quotes the problem, and if so, where do I need to change? Any help with this will be really appreciated.

 

Thanks.

 

Edit: adding text from exception.log in case it helps

 

"Error","jrpp-146","05/14/12","10:24:18",,"File not found: /index.cfm The specific sequence of files included or processed is: /home/folder/folder/index.cfm'' "

coldfusion.runtime.TemplateNotFoundException: File not found: /index.cfm

        at coldfusion.filter.PathFilter.invoke(PathFilter.java:97)

        at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)

        at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)

        at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)

        at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)

        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)

        at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)

        at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)

        at coldfusion.CfmServlet.service(CfmServlet.java:200)

        at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)

        at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)

        at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )

        at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)

        at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)

        at jrun.servlet.FilterChain.service(FilterChain.java:101)

        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)

        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)

        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)

        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)

        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)

        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)

        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)

        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)

        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

ColdFusion 2016 install migration error "Could not import Runtime settings"

$
0
0

Hello,

 

We are trying to upgrade from ColdFusion 11 to ColdFusion 2016.  During the migration, we had two errors:

"Error","Could not import your ColdFusion Runtime settings. - The current user is not authorized to invoke this method."

"Error","Could not import your ColdFusion Scheduled Tasks. - Advance Scheduling support is not available in this edition of ColdFusion server

 

I'm not too concerned about the Scheduled Tasks because we only have one that was a 'one time' task and now it's in the past. 

However, I'm not sure what is included in 'Runtime settings' so I am hesitant to just try and start using the new ColdFusion without knowing what did not get migrated correctly.

 

We tried running as administrator and that did not solve the problem.  How can we resolve the 'Runtime settings' error?

Thanks in advance for any help.

Download ColdFusion 11 Developer Edition for localhost?

$
0
0

How can I download ColdFusion 11 Developer Edition for localhost?

 

Thanks Will!

How to dump XML from a post

$
0
0

Hello all,

 

I have tried looking through the forum but could not find an answer......

 

I wanted to see if someone could tell me the best way dump XML that is posted to a cfm page we have setup. We will then insert into a table and the xmlparse directly from the table record.

 

Any assistance would be greatly appreciated.

 

Thank you very much!!!!

Coldfusion 9 to 11 license upgrade

$
0
0

Hello,

 

We are currently running a Coldfusion 9 Standard Edition on our Test server and Coldfusion 11 Standard Edition on our Production server, and so we want to upgrade the Test server from Coldfusion 9 to 11. Do we need a new Coldfusion 11 Standard Edition license to do this upgrade, or is there some upgrade license between version 9 Standard and 11 Standard?

 

Also, what is the simplest way of upgrading from CF 9 to CF 11? Do we have to install a new version of CF 11 or is there an software upgrade that will take us from CF 9 to 11?

 

Thank you in advance.


Could not find the included template

$
0
0

I am getting an odd error and looking for help.

Every so often I get the error "could not find the included template"

eg.

"Could not find the included template /includes/CT_MCT_checklogin.cfm."

"Could not find the included template /tools/CheckSettings.cfm."


The scripts are running a lot but the error only occurs about 0.003% of the time. (ie. one script is run every 60 seconds but the error only occurs about 3-4 times every day.)

The randomness of the error has me baffled as to what to do to handle this. When the error occurs I can refresh the page in the browser and it works again.

Has anyone else ever encountered this problem?

 

Note: we upgraded from Coldfusion 7 to 10 a few weeks ago and this has been happening ever since.

CF 2016 cfgrid column header color cannot be changed

$
0
0

I have a CF 2016 site that uses html cfgrid tags. They all display white text on a grey/silver background. The headertextcolor attribute has no affect. The site was recently upgraded from CF9 and it still works on CF9. On CF9 the site didn't specify a headertextcolor and the color defaulted to black but I am also able to change the column header color with the headertextcolor tag. I have tested the same CF 2016 site on both a Windows Server 2012 R2 Datacenter/IIS server production installation and a Linux OpenSuse 42.2 developer installation.

 

Screenshot from 2017-06-26 12-03-39.png

 

Haven't found anything related to this on the Internet. Please help.

CFLAYOUT broken for years and no one seems to care...

$
0
0

We recently bit the bullet and upgraded from Coldfusion 10 to Coldfusion 2016, for new development we are no longer using Coldfusion but have several older sites that still use it. CF10 was no longer being supported as of the first of the month so we were forced to upgrade. We have another server running Coldfusion 11 which we upgraded from Coldfusion 9 with minimum problems, we've been running upgrades since Coldfusion 3 when Allaire owned it. This migration from 10 to 2016, however has been absolute hell the security fixes and depreciations made hours of work to get our sites back on line and they are still having issues. One of them is the cflayout tags are now all broken.

 

coldfusioncap.PNG(overflow="scroll" turned on to show the cflayoutarea css is ignored by the layout body)

 

CFLAYOUTS no longer auto size, one of the sites is using it as a menu with 20 some categories and when you click it nothing happens, only until you put a height of 1000px in to the style does it become clickable, then every layoutarea is now 600px+ and gives a scroll bar when the content is over that. It used to just auto height and every layoutarea was the correct height with no scrolling. You can't even set a height for the layoutareas, what ever you put is ignored and only reflected by a small window in the body of the cflayoutarea.The customer finds the new scroll bars unusable and jquery is not going to work for them because of their older code and older browser requirements. We aren't trying to rewrite entire sites every coldfusion upgrade, that defeats the purpose of coldfusion which is rapid development.

 

There is a manually quick fix on CF11 to edit the cflayout.js and remove the 600px height forcing, but it doesn't work on CF2016. I'm not sure how "switch to jquery" is even an acceptable support answer? Why not some answers on Coldfusion's UI development? Why is adobe forcing upgrades and no longer supporting products (CF10) that work and are tested and replacing them with products that don't work and aren't tested. I tried support chat and they admit it is broken and say it will be fixed one day! I've been through the forums and seen unanswered questions about CFLAYOUT dating back more than two years. I've been a supporter of coldfusion for more than 15 years and argue to the developers who claim it's a dead language, but this upgrade definitely has me scratching my head.

 

Instead of deflecting with questioning why I'm using available tags in a language we pay a lot of money to host with, please answer actual solutions to get cflayout to work.

coldfusionchat.PNG

CFHEADER/CFCONTENT to offer a file to a user isn't triggering iFrame onload or onchange

$
0
0

Hello, all,

 

I'm submitting a form to itself (form target is set for an iframe on the same page) to generate an Excel file and offer it to the user for either download or open.  So far, everything is working great except one minor thing.

 

When the form submits, I add an animated circle 'progress' image to imply working in the background.  Once CFHEADER and CFCONTENT offer the file, I'm trying to get the gif to detach or hide.

 

I've tried using the iframe onLoad and onChange, but apparently that isn't being triggered.  Is there another way to trigger some kind of event when the file is offered?

 

<form target="exportToExcel" method="post" enctype="application/x-www-form-urlencoded">

...<select id="FQDN" name="FQDN">...</select>

</form>

<iframe id="exportToExcel" width="1" height="1" src="about:blank"></iframe>

 

Javascript:

 

FQDN = document.getElementById('FQDN');

... // set FQDN onchange to submit the form

 

ifrm = document.getElementById('exportToExcel');

ifrm.onload = function(){return function(){mc.innerHTML = ''}}; //I've also tried removeChild(), no worky.

 

V/r,

 

^ _  ^

Coldfusion API Manager - account locked

$
0
0

Hello, I have a subscriber account that is unable to log in. The error claims their account was locked, but I don't have any indication why it was locked or how to unlock it. When I log in as admin, I'm unable to perform any actions on the account. I get an error claiming the account details cannot be retrieved. How can I resolve this, or is there any documentation on this matter? See below for images displaying the said errors. Thanks.

login_error.jpg

 

user_edit_details_attempt.PNG

Viewing all 6243 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>