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

Cold Fusion 8 - Login Problems

$
0
0

I recently started to get an error message when logging into my site after years of it working fine. I am more on the marketing/financial side so feel free to talk down to me. Here is the message:

 

The error occurred in C:/Websites/rc9c8dae/admin_essllc/login.cfm: line 91

Called from C:/Websites/rc9c8dae/admin_essllc/Application.cfm: line 36

Called from C:/Websites/rc9c8dae/admin_essllc/login.cfm: line 91

Called from C:/Websites/rc9c8dae/admin_essllc/Application.cfm: line 36

 

89 :

90 : <cfif #ParameterExists(Caller.FORM.Login)# IS "YES" AND #ParameterExists(Caller.FORM.Password)# IS "YES">

91 : <cfquery name="GetUserRecord" datasource="#Attributes.DATASOURCE#" username="#request.db_username#" password="#request.db_password#">

92 : SELECT * FROM #Attributes.TABLE#

93 : WHERE #Attributes.USERFIELD# = '#Caller.FORM.Login#' AND

 

There is a much more detailed message below this one which I can post if needed. Any help would be appreciated. I am using Cold Fusion Version 8 and Windows Server 2003.


ColdFusion11 Update13

$
0
0

I'm updating my ColdFusion11 to Update13, I've couple of question do we need to stop all the running services of ColdFusion before we start the update and does the ColdFusion11Update13 will update the jre version?

Apache connector Virtual Host - OSX

$
0
0

Hello to all,

I just installed coldfusion 2016 and MAMP PRO, created links with the wsconfig utility to point to the web server.

I noticed 2 problems:

When coldfusion does start and stop does not end the mamp webserver but ends or starts osx webserve in the / etc / system folder.

The web server (httpd and apachectl) is in Application -> MAMP -> Library -> bin.

The configuration files are in / Library / Application Support / appsolute / MAMP PRO / conf /

Using update-connectors.sh in the terminal appears a message that does not find the folder. And of course the MAMP PRO connector does not work.

 

 

Configuring MAMP works, but I need to have virtual hosts.

I hope you can help me.

Schermata 2017-10-26 alle 17.47.27.png

ColdFusion Business Opportunity

$
0
0

We are looking for a business partner to take over technical management of a commercial CF application that has been in production for 20 years, and has a small but loyal set of users.  The application is ScheduleFM, scheduling for facilities management.  Facility scheduling for large campus environments, with an integrated billing component, multiple calendars, dynamic graphics and several public interfaces.

 

If you are looking to go beyond a salaried job, or hourly consulting, and get ownership and equity in a business, while guiding technical development of the application, then we would like to talk with you.  We will be at the CF conference in Las Vegas on 11/16 and 11/17, so if you too will be at the conference, then let's arrange a meeting.  Otherwise, please email us your information and we will arrange a phone call to make introductions.

 

William Wittreich

[Private mail address removed by Mo]

Upgrading from CF 9 to 2016

$
0
0

What is the upgrade price to go from CF version 9 to 2016 standard?

 

Our code was mostly written for CF MX. What should we look out for when upgrading?

cfhttp in CF11 always sends TLSv1 when using client certificate

$
0
0

We have our JVM (1.7) set to use TLS1.2 by default, and cfhttp correctly uses that setting, unless we use the clientcert attribute; when the clientcert attribute is used the ClientHello always sends TLSv1. Has anyone else encountered this behavior?

ColdFusion 2016 update 4 - Could not find or load main class –jar

$
0
0

I've had no luck trying to install update 4 on ColdFusion 2016 using the administrator. It seems to have problems stopping and restarting CF (message: server taking too long to restart). While the system information indicates the correct version (2016.0.03.302561) the updates page still indicates that update 4 has not been installed and the install log shows the following:

Installation: Unsuccessful.

2009 Successes

0 Warnings

3 NonFatalErrors

3 FatalErrors

Action Notes:

Moving files failed:: Failed to back up the previous hotfix files. Retry installation after ensuring that the server is not running or files are not locked by the server.

Failed to delete directory: Ensure that the server is not running or files are not locked by the server.

 

Based on Charlie Arehart's suggestion here: http://www.carehart.org/blog/client/index.cfm/2016/9/6/solve_common_problems_with_CF_updat es_in_10_and_above

I thought I'd try a manual installation. But I keep getting the error 'Could not find or load main class -jar':

 

Stop the ColdFusion Application Server service, then run following as Administrator:

PS C:\Windows\system32> CD C:\ColdFusion2016\cfusion\hf-updates

PS C:\ColdFusion2016\cfusion\hf-updates> C:\ColdFusion2016\jre\bin\.\java –jar hotfix-004-302561.jar

C:\ColdFusion2016\jre\bin\.\java : Error: Could not find or load main class –jar

 

Windows 2012 R2.

 

Any suggestions?

 

Thanks

Bob

Session Variables Testing

$
0
0

Is there a way to test how long session variables persist?

 

I have a site I am working on where the session timeout is set in the CF admin for 4 hours.

 

I now have a new application within that site that I need a NEVER session timeout.

 

So I have this in my application.cfc


<cfset This.name = "my_app">

<cfset This.Sessionmanagement="true">

<cfset this.applicationTimeout = createTimeSpan( 100, 0, 0, 0 ) />

<cfset this.sessionTimeout = createTimeSpan( 100, 0, 0, 0 ) />

 

I am hoping that this overwrites the 4-hour session timeout and sets the timeout at 100 days, which is fine.

 

Is there a way I can test this without waiting for 4 hours to see if my session variables persist?


Downloading Adobe ColdFusion 16 (broken link error)

$
0
0

Hi,

 

I am trying to download the trail for Adobe ColdFusion 16, but when I fill out the information for which version I want to download (32-bit | English) I get this broken link error.

 

It says to send an email to report a broken link, but there is none available for me to use to contact Support.

 

adobe_error.PNG

CFIDE/administrator folder wont serve .cfm pages

$
0
0

After applying a hotfix I could no longer access the Coldfusion Administrator.

 

On linux (CentOS 6.9) running Coldfusion 11, my CFIDE folder is /opt/coldfusion11/cfusion/wwwroot/CFIDE

 

Then I have a symlink setup to the default site on the server: /var/www/vhosts/default/httpdocs/CFIDE/ this points to the /opt/coldfusion11... folder

 

This was all working fine till I installed a hotfix, now I can't server CFM pages.

 

I can go into the CFIDE/administrator folder and add "test.html" and view it in the browser fine, but if I change the extension to ".cfm" it fails. I get a 404 error page.

 

Oddly, this loads a custom Coldfusion error page and records the error for me in the database, and all the websites running on the server are fine.

 

My neo-security.xml file doesn't have any records in the allowedAdminIPList: ><var name='allowedAdminIPList'><string></string></var>

 

So that shouldn't be blocking access.

 

It's only CFM files that fail to serve. I've tried a .php, .htm, .html file and they all load. I've restarted the CF server, and I've managed to view /CFIDE/test.cfm just not /CFIDE/administrator/test.cfm

 

Any ideas?

 

Added Linux version

How do I create an accessible PDF with ColdFusion 11

$
0
0

This is about as mission critical as it gets in the US Federal World. PDFs generated by ColdFusion must be section 508 compliant. It looks like the biggest issue is tagged content. Has anyone successfully generated a tagged pdf in ColdFusion 11???

Generating PDFs With Coldfusion

$
0
0
I have a few questions regarding the generation of PDF's with ColdFusion MX7.

For some reason when I generate a PDF from a URL the PDF generated looks awful. e.g. the layout is everywhere, some items don't even appear and is far from 'Printer Friendly'.

This isn't an issue with my code but I believe it may have something to do with the websites themselves. I know CFDOCUMENT has some support limitations...does it support xhtml transitional with external stylesheets? The reason I ask this is because the only sites that seem to render ok (and I say just 'ok') are sites with generally bad markup where css is embedded within the structure itself...e.g. font tags and table layouts.

My second question is regarding the capabilities of cfdocument. Believe it or not I have found it quite difficult to track any information on its capabilities. Is it possible to generate PDFs from documents that can be uploaded. e.g. a MS Word doc?

This isn't a rant or anything, I'm just really confused! Ha.

Thanks for any help in advance.

Regards.

Anybody running ColdFusion 2016 and MySQL 5.6?

$
0
0

The Platform Support Doc says MySQL 5.7. I'm not sure what that means. So, I'll try a different approach.

Is anybody successfully running ColdFusion 2016 and MySQL 5.6?

Thanks,

Mike Oatsvall

Server Setting Font Management CF11 update 7

$
0
0

ColdFusion Admin has the follow on the Font Management screen:

 

 

Any attempt to add a font or a directory to a font ends in a black screen and an error in the log.  Blank screen being CF Admin navagation with a HTTP 500 message.

 

I have attempted both a TTF file and a directory C:\windows\fonts\

 

Error message in log is

 

com.lowagie.text.FontFactory.getFontProperties()Ljava/util/Map; The specific sequence of files included or processed is: C:\ColdFusion11\cfusion\wwwroot\CFIDE\administrator\settings\fonts.cfm, line: 82

 

Any suggestions?

Coldfusion 2016 and remote Solr host error adding Collection

$
0
0

I am trying to configure a localhost Coldfusion developer instance to connect to a remote Coldfusion Solr server.

 

I have changed the [instance]\jetty\etc\jetty.xml jetty.http.host from 127.0.0.1 to 0.0.0.0 and I can access the Solr dashboard at http://[host]:8989/solr/

 

After I have changed the Solr host the Coldfusion Collections seems to pull up the remote list, however when I try to add a collection I get an error

 

Unable to create collection [colletion_name].

Unable to create Solr collection [colletion_name].

An error occurred while creating the collection: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException. Check the Solr logs for more detail.

 

I do not know where this Solr log file is, however I do see the request.log has a line in it

 

[255.255.255.255] - - [31/Oct/2017:20:01:31 +0000] "GET //[host]:8989/solr/admin/cores?action=CREATE&name=test&instanceDir=C%3A%2FColdFusion%2F20 16%2Fcfusion%2Fjetty%2Fmulticore%2Fcollections%2Ftest&template=C%3A%5CColdFusion%5C2016%5C cfusion%5Cjetty%5Cmulticore%2Ftemplate&wt=xml&version=2.2 HTTP/1.1" 400 414

 

I would guess that my local instance has it's Solr home set to "C:\ColdFusion\2016\cfusion\jetty\multicore" whereas my remote Solr instance's home is "C:\ColdFusion2016\cfusion\jetty\multicore".

 

When I try to change this in CFAdmin i get the error

 

An error occurred while attempting to save your changes.

Path C:\ColdFusion2016\cfusion\jetty\multicore to the Solr Home is not valid.

 

If I had to guess this is something I need to change, are there any other gotchas or configuration changes I need to make?


Upgrading to CF2016, problem with wsconfig

$
0
0

I am attempting to upgrade from CF11 to CF2016.  I have been unable to configure IIS to work with 2016, I am getting "Error while instaconfiguring connector on IIS.  Make sure you have administrator privilages" [sic].  I have full admin privileges on my machine and am running wsconfig as administrator.  The CF11 version of wsconfig works just fine, unfortunately can't use that to configure my 2016 site.  I tried someone's suggestion of reverting to parent, but to no avail.  No idea where to go from here. 

 

For the short term, I am using the built-in development server, but would really like to move over to in my environment IIS since the production server is using IIS.  Any thoughts how I can move ahead?

 

Thanks,

 

Helen

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?

Report Builder

$
0
0

Are there any plans to upgrade the CF Report Builder?  and if not - anyone have any suggestions for an alternative product for producing reports?

cfimage writeToBrowser does not work

$
0
0

Hello,

 

running:

Coldfusion 2016

Centos Linux 7

 

program:

<cfimage action="writeToBrowser" source="test.png" format="png" />

 

displays nothing.

 

Tag worked in previous version

 

Brian Erickson

Index a Solr collection remotely?

$
0
0

Hi, all,

 

I'm just curious.  Is it possible to have a web server that contains PDF files that need to be indexed for a Solr collection, and have the collection on the same physical server that CF is running on, but use a different CF server to index and maintain the collection?  Ex:

 

Server 1: Administrative server, not public facing, has ColdFusion Server 11 and Apache on it.  This server will maintain the collections on Server 2.

 

Server 2: Public facing server, has ColdFusion Server 11, Apache, and db server on it.  Collections are stored here, but they are not maintained by this server CFAdmin or any related code (cfcollection, cfindex, etc.)

 

V/r,

 

^ _ ^

Viewing all 6243 articles
Browse latest View live


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