Quantcast
Channel: Adobe Community : Unanswered Discussions - ColdFusion
Viewing all 5794 articles
Browse latest View live

CF11 Installation CFML Handler is missing in IIS 7.5 for main web site.

$
0
0

During install of CF11, the Web Configuration Tool does not create a "CFML" handler in IIS 7.5 for the main web site. Specifics: 1. Uninstalled CF10. 2. Installed CF11. 3. Got websites functional. Default web page set to "index.cfm". 4. Found main page errors when no page specified. i.e. (https://www.xxx.yyy/) , Error: 404.5 Page not found, cfhandler error. 5. Several attempts of Web config Tool, once for specific web sites and then for ALL web sites. 6. Each attempt left the "CFML" handler out of the configuration for the main site. 7. Finally, running tool for "All", and then in main site "Handler Mappings", click on "Revert to Parent" pops in the missing handler and all works well. 8. Add corrective process to CF11 install procedures.


Issue with ColdFusion cfinput type='datefield' in Google Chrome after CF11 update 12

$
0
0

Greetings,

 

After applying update 12 to CF11 enterprise server, our users reported strange behavior on cfinput   type='datefield' .in Google Chrome. Looks like conflict with Google Chrome type[date] that shows Chrome calendar.

 

No problem with Firefox or IE.

 

Would be nice if Adobe support look into that issue.

 

I checked the page source for cfinput tag type='datefield' in Google Chrome

 

This is before update 12

<div  style="float:left;">
   <input name="NewsExpirationDate" id="NewsExpirationDate"  type="datefield" value="04/27/2017" class="datefieldinput DateClass edit"  placeholder="mm/dd/yyyy"  />

     </div><div  id="NewsExpirationDateSystemSetupForm_cf_buttondiv" style="float:left;padding:3px;">

  
   <img id="NewsExpirationDateSystemSetupForm_cf_button" src="/CFIDE/scripts/ajax/resources/cf/images/DateChooser.png" alt='Date Picker' />
  

     </div><div  id="NewsExpirationDateSystemSetupForm_cf_container" style="display:none; position:absolute; font-size:12px;overflow:visible;float:left;z-index:9050;top:1.5em;">

  

     </div>

 

This is after update 12

 

<div  style="float:left;">
   <input name="NewsExpirationDate" id="NewsExpirationDate"  type="date" value="04/27/2017" class="datefieldinput DateClass edit"  placeholder="mm/dd/yyyy"  />

     </div><div  id="NewsExpirationDateSystemSetupForm_cf_buttondiv" style="float:left;padding:3px;">

  
   <img id="NewsExpirationDateSystemSetupForm_cf_button" src="/CFIDE/scripts/ajax/resources/cf/images/DateChooser.png" alt='Date Picker' />
  

     </div><div  id="NewsExpirationDateSystemSetupForm_cf_container" style="display:none; position:absolute; font-size:12px;overflow:visible;float:left;z-index:9050;top:1.5em;">

  

     </div>

 

 

After update 12,  type by some reason changed to type="date".

 

 

 

 

 

 

Regards,

Simon

Cold Fusion Object Handlers in IIS

$
0
0

I have recently upgraded from ColdFusion 9 to ColdFusion 11. However in my websites in IIS the object handlers still point to ColdFusion 9. I during the installation of CF 11 used the wsconfig and there are no error messages in the log files. I can find no documentation on how to point the Object Handlers to Cold Fusion 11. Can anyone help?

 

Thank you in advance!

ColdFusion 11, Update 12 breaks Flex remoting in some cases...

$
0
0

I have an Adobe Flex app that I've written, and of course I occasionally need to call remote procedures on the server sometimes.  We use ColdFusion 11 on the server-side to handle these remote calls.

 

When I install Update #12 on ColdFusion 11, I get the following error when I make a remote call:
faultCode:Client.Message.Encoding faultString:'Creation validation for class 'flex.messaging.io.ObjectProxy' failed.' faultDetail:'null'

 

It only seems to happen when I send a complex data-type (like an Array of Objects) to the remote function.  It doesn't happen when I'm just sending strings.

 

Also, I'm using a secure channel when I make the remote call -- don't know if that might be the difference or not.

 

Please let me know if I can provide any further information to help track down the root of this issue.  I'm happy to provide any logs you might need, or whatever.  Just let me know.

 

Thanks,
Laurence MacNeill
Ball Ground, Georgia, USA

J2EE Misconfiguration: Insufficient Session ID Length

$
0
0

Hey Guys,

 

We just had a PCI scan on one of our servers, and the following issue was returned:

 

J2EE Misconfiguration: Insufficient Session ID Length

 

My understanding is that the Session ID length is set in the underlying JVM for CF.

 

Is there any solution to this?

 

Thanks

Steve

4 queries with a date column

$
0
0

I have 4 queries that have a date column. I need to output to a table sorted by date desc.

But the dates that need to be sorted are from the 4 queries.

 

Its not a good candidate for  UNION as each query has different columns, like this

 

 

Query 1

name - address -city -date

 

Query 2

col a- col b- Date

 

Query 3

col d col E- Date

 

Query 4

col d -col e- col f   - Date

 

 

 

Anysuggestionss?

ColdFusion Server (CF 2016) suddenly will not start

$
0
0

I have been using ColdFusion 2016 for about 5 months without problem. Two days ago I suddenly could not access the built in server, receiving such messages as:

127.0.0.1 refused to connect. in Opera and ERR_CONNECTION_REFUSED in Chrome.

 

I thought it could be a firewall issue, since when booting up I saw a message saying that another app (Akamai NetSession)  was being blocked and that Windows Firewall had made some changes. However on checking the firewall, ColdFusion Server is being allowed through (as are Opera Chrome, etc).

 

I tried to start CFServer from a command prompt, but after navigating to the bin directory and typing ColdFusion.exe start I got no message of any kind.

 

I am on port 8501 with the server (8500 was used by and old version of CF11) but have never had any running problems.

 

I noted that the IIS start page appears on 127.0.0.1 when I checked the relevant options - so localhost is not completely disabled.

 

I am not an expert on server issues. Anyone any ideas? Thanks in advance for comments.

CF 2016 showing wrong version number

$
0
0

I have a vulnerability scanner that is showing our CF version as version 6. But I do not have version 6 installed.  it is actually version 2016.

 

its saying its finding it here

 

 

 

http://servername:8500/CFIDE

 

any assistance, besides just forwarding me an 80 page document, would be appreciated

 

thank you!


'Add Bookmark' cannot be performed.

$
0
0

Reason: Cannot complete operation becausee resource no longer exists.

 

Opened a single CFC outside of a project to edit, error above ensued trying to add a bookmark.

Same error when file was opened \\foo\bar\baz.cfc or z:\bar\baz.cfc

I have iMac Computer but I cant install Cold Fusion

$
0
0

Hi ,

 

macOS Sierra

Version : 10.12.5

iMac (Retina 5K, 27-inch, Late 2015)

3,2 GHz Intel Core i5

16 GB 1867 MHz DDR3

AMD Radeon R9 M380 2048 MB

I start install but closing installer I don't understand please help

 

thanks,

cf11 update 12 : macromedia_drivers not working on Oracle 11g R11.2.0.1.0 - 64bit

$
0
0

After deploying cf11 update 12, in cf administration > Datasource when testing connexion, I get an error :

SQLException while attempting to connect: java.sql.SQLNonTransientConnectionException: [Macromedia][Oracle JDBC Driver]No more data available to read..

 

Then I have replaced macromedia-drivers.jar in lib sub-directory with the one from CF11-update 6 and restarted coldfusion : problem has gone.

 

I am running CF on a windows 2012 64 bit system and oracle database is also windows 2012 64bit.

 

I had same issue with updates 8,9,10 and 11.

 

Why is adobe not fixing such bug ? Should I use other dirver to access oracle database ?

Venkatesan Ramamoorthy

$
0
0

This is Venkat from Infrastructure Support and we are providing support for our client using Adobe ColdFusion platform.

 

Our Client purchased the Adobe ColdFusion 10.0 Standard license under TLP Licensing Program and the support contract was ended on 24th March, 2014 and we would like to renew the support contract now. Could you please share the quote for renewing Adobe Support Contract  at the earliest and the ColdFusion licensing information as below,

500 errors on all .cfm pages after Coldfusion 11 update 12

$
0
0

Recently updated to Cf 11 update 12 to address the tomcat security bug. Previously ColdFusion had never been updated(wasn't around during this time). Now after update all I get are 500 errors when trying to load a cfm page.

 

I have removed and re-added the connectors, not sure what else to do beyond this point as I am new to coldfusion.

 

Sitting on Windows Server 2012 R2, with IIS as Web Server.

How to instantiate a component inside a directory containing a dot (.) character without a mapping?

$
0
0

Path to the CFC I'm trying to instantiate is:

 

/webroot/client/com.client.www/model/SomeComponent

 

where "/webroot" is a ColdFusion mapping to the actual web root. I'm trying to make this work *without* having to create a mapping.

 

I'm using CreateObject(). I can't use the dot-notation format (webroot.client.com.cllient.www.model.SomeComponent) because the directory name "com.client.www" would be interpreted as 3 levels deep which is wrong, it's one directory name. So, I'm using the path instead. However a path with a directory with a dot in the name appears to confuse ColdFusion. For example, this works:

 

CreateObject("component", "/webroot/client/website/model/SomeComponent")

 

but this does not:

 

CreateObject("component", "/webroot/client/com.client.www/model/SomeComponent")

 

Clearly the dots are causing some trouble. The reverse domain name format I've got here is a silly old thing that we're migrating away from, but in the mean time old projects have this format so we've got to deal with it.

 

I've done a lot of Googling and can't find anything other than a lone blog page from 7 years ago saying that you've got to create a CF mapping. Surely there is another way! Thanks for any help you can provide!

 

EDIT: Running ColdFusion Server 9,0,2,282541 on Ubuntu.

Cold fusion 11 cfxss.dll issue (64-bit)

$
0
0

Hi ,

 

We are doing the windows migration for our application which is developed in Cold fusion 11  from windows 2003 to windows 2012 servers.

 

In Windows 2003 , cfxss.dll was built in 32- bit version and our operating system in 32-bit version so it works fine without any issues.

 

But In windows 2012 OS was in 64 bit version , so cfxss.dll is not working and producing the issue. Can someone please let me know where to get the 64 bit version for cfxss.dll  and also if we replace this dll , will fix this issue or help me to find the alternate solution.


After ColdFusion 11 Update 12 the ColdFussion 11 Application Server will not start

$
0
0

Last night my System Admin performed a Windows Update on out Server 2012r2 machine that holds our ColdFusion Server.

 

After the restart, the ColdFussion 11 Application Server service will not start.  All of our logs seem to be empty as well.  Could I get any assistance on this?

 

ColdFusion has been fully updated.

 

Thanks,

John

CFGRID changes 2017 date to 2000 on save

$
0
0

We're using ColdFusion 2016 Update 4

 

This problem was just brought to my attention by a user who probably has not used her application since Update 4 was applied.

The application worked fine until reported to me on 5/19/17 our update was applied on 4 /25/17.

 

I've attached screenshots at the bottom of this post.

 

The workflow is the user enters a new event hits save - that's it

But now after the first save she has to go to edit mode and change the 00 to 17 and save again.

The change sticks after the edit, but we need to find a fix for this.

 

 

here is the code:

 

        <cfform class="EMwrapper" name="MainForm" format="html">
            <cfgrid name="gridEM"
                    query="EM"
                    format="html"
                    selectmode="edit"
                    enabled="yes"
                    insert="yes"
      delete="yes"
                    height="400"
                    autowidth="yes">
 
  <cfgridcolumn name="ID">
  <cfgridcolumn name="EventNum">
  <cfgridcolumn name="EventTitle">
  <cfgridcolumn name="EventDate" mask="m/d/y" type="Date">
  <cfgridcolumn name="EventLocation">
  <cfgridcolumn name="CountyCode">
  <cfgridcolumn name="Hours">
  <cfgridcolumn name="HealthRelated">

            </cfgrid>
           
            <cfinput type="submit" name="SaveChanges" value="Save Changes">
        </cfform>

CF 9 developer box with SSL

$
0
0

Hi All,

I was able to setup CF9 with SSL in the pass using this https://forums.adobe.com/thread/1330662

Getting an error using Firefox 53.0.2 when I open my site https://localhost:9100/mySite

localhost:9100 uses an invalid security certificate.

The certificate is not trusted because it is self-signed.

The certificate is not valid for the name localhost.

Error code: SEC_ERROR_UNKNOWN_ISSUER

Adding the exception doesn't fix the issue because I cannot use my site with https.

Any ideas about this issue?

Best

 

JFB

ColdFusion Builder 2016 small icons on high resolution.

$
0
0

I just change my laptop to a new one that has 3200 x 1800 resolution, but when opening CF Builder the tool bars and icons display very small, even the home screen shows very small.

 

2017-05-20.png

I tried with a lower resolution but the IDE displays the same.

Is there any fix to this?

Thanks.

CF2016 OSX Fresh Install -1 : Unable to display errors location in a CFML template

$
0
0

Just did a clean install of El Capitan, need to reinstall everything.  Did a fresh install of CF2106 Developer Edition.  Install 100%, cf starts up, I see the Migration screen asking for a password, after that. I just see this error.

 

The following information is meant for the website developer for debugging purposes.
Error Occurred While Processing Request

The error occurred in Application.cfm: line 530
Called from Application.cfm: line 189
Called from Application.cfm: line 176
Called from Application.cfm: line 1
-1 : Unable to display error's location in a CFML template. 

Resources:
Browser  Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36
Remote Address  ::1
Referrer  http://localhost/CFIDE/Administrator/index.cfm
Date/Time  22-May-17 05:51 PM
Stack Trace
at cfApplication2ecfm1451348368$funcLOGINUSER.runFunction(/CFIDE/administrator/Application.c fm:530) at cfApplication2ecfm1451348368._factor4(/CFIDE/administrator/Application.cfm:189) at cfApplication2ecfm1451348368._factor9(/CFIDE/administrator/Application.cfm:176) at cfApplication2ecfm1451348368.runPage(/CFIDE/administrator/Application.cfm:1)

 

 

I have tried an re-install, reset password, etc.    Not sure what I should try now.

Viewing all 5794 articles
Browse latest View live


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