displaying top 100 results
2608478 CF-4082131 Carl V. I'm getting the same error with this code:
. CF11 update 10.
Tracker Comment Comment on onServerStart() not fired when component is located on network path by Toine V.
4625828 CF-4203161 Toine V. Hi there
I cannot reproduce this issue anymore, but I'm not sure what is different from before. Anyhow, thanks for your response, this issue can be closed.
Tracker Comment Comment on CFCLIENT: dateFormat : format does not work when used without any delimited in between by External U.
2609984 CF-3739355 External U. Adobe,
This is not fixed. It is fixed in Chrome (v46.0.2490.86 m). It is not fixed in Firefox (v42). It is not fixed in Internet Explorer (v11).
For the code in the description,
Chrome displays: 2003/06/11 2011 (good)
FF & IE display: NaN/NaN/NaN 20NaN (bad)
Thanks
Tracker Comment Comment on [ANeff] Bug for: [Regression] cfgrid cell images cropped on initial page load by External U.
2609255 CF-3864168 External U. Hi Piyush,
Thank you for confirming!
Regarding "In grid 2 the image is displayed in full in all cases in all the 3 browsers.": For me, grid 2 actually crops the images on the following (until page reload) in CF11 Update 3:
Firefox v34.0.5
Chrome v39.0.2171.71 m
Tracker Comment Comment on CFMap falsely requires API key by External U.
2611814 CF-3588783 External U. API v2 was deprecated May 2010. CF 10 came out the same month. API v3 was released May 2009. It just seems surprising Adobe didn't pay attention to this and left API v2 until the February 2013 hotfix - http://helpx.adobe.com/coldfusion/kb/cumulative-hotfix-1
2962266 CF-4198446 James M. I found this video that explains it more... it may not be entirely related to ColdFusion.
https://www.youtube.com/watch?v=a__h2EkbCb4
"This came to light on a production server where if the end user leaves their browser open can cause 100's of hit's per second recorded
Tracker Comment Comment on CFHTTP/CFInvoke Fails with SSL Certificates using Subject Alternative Names (SAN) by External U.
2596846 CF-3566218 External U. Why is this marked as fixed? I'm using ColdFusion 11 and am pointing to https://api.demo.globalgatewaye4.firstdata.com/transaction/v12 and getting the same error making an http request. The cert is for demo.globalgatewaye4.firstdata.com with the subject alternative
Comment on Nest CFOUTPUT error in hotfix 5 (hf-2018-00005-315699) by JONATHAN V.
Portal Comment Comment on CF2018 on IIS v10 Win auth issue by srouse72
srouse72 I'm also having an issue with CF2018 on IIS v10, I cannot find the wsconfig tool. I am very new to setting up ColdFusion and even newer at dealing with IIS. My entire program was coded in CF9 (using IIS), but when they stood-up my development server they used Windows Server 2016 with IIS
2682460 CFB-4090449 External U. yikes looks like no links here. Here is the CFBuilder.ini file:
-startup
../../../plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20140116-2212
-vm
Tracker Comment Comment on cftextarea showing different behavior in Internet Explorer 10 by Adobe D.
2611772 CF-3593569 Adobe D. Able to repro the issue in IE 11. Attached the screenshot of IE 11 result.
Working with Firefox (v28) and Chrome (Version 34.0.1847.116 m). These versions are the latest till date.
(Comment added from ex-user id:vijaiswa)
2682687 CFB-3756008 External U. I am getting the same behaviour with cfEclipse plugin on Aptana
Aptana Studio 3, build: 3.5.0.201312191422
Eclipse Platform
Version: 4.3.1.v20130911-1000
Build id: M20130911-1000
cfEclipse 1.4.6.R201403180646
Once it happens I have to shutdown and reopen Aptana
Tracker Issue preUpdate inserts two records
update.
Expected Result:
Only one record inserted on update.
Any Workarounds:
None.
There were numerous bugs and posts about this way back in v9 !!!!!!!
Note: I'm using multiple datasources with ORM - I found a bug that had been fixed for v9 but only applied to single datasource.
Has no
GavinPickin Modernize or Die® – CFML News for March 31st, 2020 – Episode 47 For the show notes and audio version of the podcast – visit the website – https://cfmlnews.modernizeordie.io/episodes/modernize-or-die-cfml-news-for-march-31st-2020 Watch the video version – Watch on YouTube at https://youtu.be/NnzwvdWDUsM
_BPpD8MUgAQ
2019 Adobe ColdFusion Summit Autumn Keynote with Ashish Garg
v=9qQ9M3yG6bw&fbclid=IwAR23la3Z6cxlgAW80FtKbbwpzWEXJU93jkhrVbqzphAqwmgRw79NH5SBSoM" rel="nofollow">https://www.youtube.com/watch?v=9qQ9M3yG6bw&fbclid=IwAR23la3Z6cxlg
Tracker Issue listMap() doesn't work
2610289 CF-3713038 Language Adam Cameron listMap() doesn't work See: http://cfmlblog.adamcameron.me/2014/02/coldfusion-11-map-and-reduce.html
{quote}
This function doesn't work, I'm afraid (or I'm doing something wrong which I cannot identify). We're not off to a good start here. Here's some
Tracker Comment Comment on Query-of-Query DISTINCT w/missing ORDER BY column should throw an error by External U.
2609011 CF-3947110 External U. I wasn't able to test it on a third-party installation of ColdFusion 11, but the bug probably exists there too. (TryCF.com & CFLive.net do not currently provide testing for ColdFusion 11.)
I'm reporting this error specifically on version 10 in hopes
3048634 CF-4198574 Language : Functions Adam Cameron duplicate member functions missing from boolean and numeric types This is an edge case, an I'm raising it for completeness only.
You've gone out of your way to implement a duplicate member function for all native CFML types... except for boolean
Tracker Issue arrayEach() (and listEach()) slightly broken in CF11
}
letters = ["a","b","c","d"];
arrayEach(letters, function(){
writeDump(arguments);
});
{code}
In CF11, this code does not do anything. One NEEDS to specify at least the value argument, eg:
letters = ["a","b","c","d"];
arrayEach(letters, function(v){ // note how I'm now specifying the v
not accept that there will be this perceived community confusion that has been touted as the reason for dropping this from v9.0. Whether I'm right or wrong, clearly the topic needs further discussion than just an arbitrary SP5-ing of the concept. At least I'd like to hear the "nae" argument from the bods
Tracker Issue Replace() fails if one of the strings is a number
(attributes.stringtosoundex);
stclength = len(stringtoconvert);
leader = left(stringtoconvert, 1);
leadervalue = leader;
body = right(stringtoconvert, stclength - 1);
body = replacelist(body, "A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z", "0,1,2,3,0,1,2,0,0,2,2,4,5,5,0,1,2,6,2,3,0,1,0,2,0,2");
leadervalue
UGBwABBQERAgQFITEABkFRAwcSFGFxgQgVIpGh8CSxwdEJMuHxExZCJTRS0uIXI2KCkqImNTZEcrLCGCczRUZU/9oADAMBAAIRAxEAPwD1su06Z/AuqGz3vDBidH21l3nqtjfHlGpo9zoz52f1eeqseGuOxiA4mZ/A1X47wv8ARtYlwYI+CEB9fERBWop9VrjLmWxp6+LDpmBPmmOdMLR50wR2B++ENt+7V4NHnf4AjiA7boePFpA4ntd/j58gtZuyiJu
dcd_substr: /9j/4AAQSkZJRgABAgAAAQABAAD/2w
Tracker Issue [ANeff] Bug for: APIM login UI issues
/admin (bad).
In Chrome version 48.0.2564.103 m, I see the following issue:
1) The font is museo on localhost:9000/portal (good), but it is not museo on localhost:9000/admin (bad).
Related thread: http://prerelease.adobe.com/r/?262c4b5496c4402aa731250cfeb5443f
----------------------------- Additional
Portal Topic Adventures in Installations – Installing CF 2018 Developer Edition on Ubuntu 16.04 + Apache
after the fact, and the commands you need (assuming you installed in the default location) are: cd /opt/coldfusion2018/cfusion/runtime/bin/./wsconfig -ws Apache -dir /etc/apache2/ -v ———- Alright… I’m tired of waiting for someone to come up with a CF 2018 AWS instance. I really want to play
Tracker Issue Coldfusion 11 Update 6 - Messaging (BlazeDS) errors
2608614 CF-4049214 ColdFusion Services Tony Sykes Coldfusion 11 Update 6 - Messaging (BlazeDS) errors Problem Description:[BlazeDS-v4] 09/02/2015 09:46:50.656 [ERROR] [Message.General] Unhandled error when processing a message: java.lang.NoClassDefFoundError: javax
Tracker Issue Bug 78657:Summary: rename CFMAP's attribute "markerwindowtext" to "markerWindowContent"
rendered. "text" kind of suggests to me that only plain-text is supported.
I'm only marking this as "important" because it's important to sort it before v1.0 of this goes out the door. It would be bad to release it then change it later.
Cheers.
--
Adam
Method:
Result
Tracker Comment Comment on Application scheduled task event handler "onError" not called by External U.
2608084 CF-4195763 External U. Hi Suchika,
I am also using the version 11,0,10,300066 (dev. edition).
Have you used the attached project to test the issue? I've attached a V2 since I've noticed that there was some extra invalid code in the first version (bad copy/paste).
What I'm expecting when
2609716 CF-3795112 External U. Thank you, Pete and Piyush, for responding.
It's been a while since I last did anything with this (I also just got back from vacation), so I'm trying to remember what all I have done, so far. I do know that modifying the config and security files for JVM didn't help
Tracker Issue ColdFusion Collection dont work
-onServices
ColdFusion 11 Application Server
ColdFusion 11 ODBC Agent
Virtual Server:
Intel(R) Xenon(R) CPU ES-2690 V2
RAM: 8.00 GB
System Type X64
My Hardware and Environment details:
jvm Configuration
-server -XX:MaxMetaspaceSize=192m -XX:+UseParallelGC -Xbatch -Dcoldfusion
-00439: feature not enabled: RETURNING clause from this client type
Expected Result:
According to DataDirect's information on their JDBC drivers, the RETURNING clause has been supported since v3.7. CF 9 appears to have v4.0sp1 installed so it should still be supported.
Any Workarounds:
None that I'm
Portal Comment Comment on Is Adobe ColdFusion (2018 release) backward-compatible with previously released versions of ColdFusion? by priyajitb45137735
priyajitb45137735 Hi Charlie Arehart , I'm migrating from CF11 to cf18 and I have got a back up of all neo*.xml files of cf11 project. I was referring to docs (
Tracker Issue Problem with CF11 and HTTP
.HTTP.setMethod('GET');
variables.HTTP.setCharSet('UTF-8');
variables.HTTP.setURL('https://maps.googleapis.com/maps/api/place/details/json');
// Add the reference //
variables.HTTP.addParam(
type='url',
name='reference',
value='CoQBdwAAACTLpBJRqdorlL1nGkNWOyx2KerLJI96cY9r_3TGa03vW9DRxnzFmO9sDZcOfB_q8z0px3ZVPucHhxENiM
Synaptrix dateDiff/dateconvert problems when trying to create epoch times My local server’s timezone is set to UTC-8 – https://www.screencast.com/t/1qqid95lR3v I need to create epoch time for UTC so I’m trying to use the following function: #DateDiff(“s”, “January 1 1970 00:00:00”, dateconvert
details:
Windows 2008 R2 64bit Hyper-V VM
IIS 7.5 website connectors are installed per website and not ALL since not all websites use CF (3 websites use CF and 4 others use .NET)
ColdFusion 11 with Patch 5 (connectors rebuilt using latest version)
-Xms2048m -Xmx8192m
Java JRE 1.8.0_51
MS-SQL 2014
Portal Comment Comment on Public beta for Adobe ColdFusion (2018 release) and Adobe ColdFusion Builder (2018 release) by Charlie Arehart
Charlie Arehart No, Jason. I do NOT work for Adobe and I am being absolutely 100% HONEST in my reply, without equivocation or hesitation.
So do you mean you think I'm lying in saying I help dozens of clients per week? I didn't even remember to point out how many of those are indeed DIFFERENT
-support of the S-FTP encryption or hashing protocols by the current JSCH jar library used (which is jsch-0.1.44m.jar). From the class list it does not seem that HMAC-SHA-256 is supported.
The trace from Filezilla Client reveals this protocol:
Trace: We claim version: SSH-2.0-PuTTY_Local:_Jun__2
Tracker Issue Large POST crashes REST service
Test Config: My Hardware and Environment details:
Browser
Chrome 40.0.2214.111 m
ColdFusion
Version 10,0,9,283111
Tomcat Version 7.0.23.0
Edition Developer
Serial Number Developer
Operating System Windows 7
Update Level /C:/ColdFusion10/cfusion/lib/updates/hf1000
don't fit. I've increased the length of their labels, and half of them are now off the screen. Note: I'm not using silly-long names or anything like that, just like "upload_label", "add_label", etc.* accepts any nonsense for the alignment attribute.* my HxW is 600x800, yet when I click on the SIZE
Tracker Issue Implicit get accessor fails under heavy load
.". The error % we are getting with the above settings usually falls somewhere between 8 to 10 %, meaning that 160 to 200 requests out of 2000 requests fails. Here is full error message: https://pastebin.com/budqiV1m.
Expected Result:When index2.cfm gets tested with the same settings, we don't get any errors
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140116-2212
-vmargs
-Xmx16384m
-Xms8192m
-XX:MaxPermSize=16384m
-XX:PermSize=64m
-Djava.net.preferIPv4Stack=true
-Duser.language=en
-Duser.country=US
-Dfile
Tracker Issue Problem with CFX tag in multiserver installation
Fax
When we launch the test.cfm file with on the multiserver installation (cfusion instance), we obtain in the exception.log file the message below.
With the monoserver installation, there is no error and the fax is sent.
NB :
- You must change the attribute 'm_FaxAttachment' in the test.cfm file
Tracker Issue J2EE Session Vars Break ColdFusion on Win 2012 EC2
: My Hardware and Environment details:
Amazon EC2 m3.medium instance at us-east-la
Windows Server 2012 R2 Standard 64-bit
3.75GB RAM
Intel Xeon CPU E5-2670 v2 @ 2.50GHz
Tracker Issue Base64 Strings Mishandled During Serialization
serialization), some combinations of characters are altered which should not be, resulting in invalid Base64 data. Specifically, "u+" is changed to "\u" which would be invalid Base64 since "\" is not an included character. I'm assuming this is happening because "u+" is the common prefix for Unicode characters
Tracker Issue ORM Indexing of Large Recordsets Fail to Complete
:
OSX:
OSX v 10.9.1
Proc: 2.9 GHz Intel Core i7
Memory: 8GB
PostgreSQL:
9.2.4 on x86_64-apple-darwin-12.5.0
CF Server:
Server Details
Server Product ColdFusion
Version ColdFusion 10,287689
Edition Developer
Operating System Mac OS X
OS Version 10.9.1
Update Level /Applications