Questions
Als letztes aktiv
Hi,We buy CF11 and use CF10.Now our CF11 Key is not working... Can I change the Key to CF10 Key?Thanks in advanced
Hi,On my production machine i am running CF9. Now i would like to upgrade to CF11 but i would like to run it on another machine.So i can first test it CF11, update my code, and then simply change the IP from my site to the new server.However, is it enough to buy an upgrade license from CF9 to CF11 and just install CF11 on the new server?Do i first need to install CF9 on the new server and then upgrade to CF11?Regards,Marcel
Hello I'm on Coldfusion 10 and I'm trying to figure out how to replace quotes ("). So far I tried this:<cfset Session.Artist1 = Replace(Session.Artist1,"&quot;","&quot;",'ALL') >That does nothing, I then tried this:<cfset Session.Artist1 = Replace(Session.Artist1,"&#34","&quot;",'ALL') >That errors out CF. I'll get this:Error Occurred While Processing RequestInvalid construct: Either argument or name is missing.So is there anything that would work in CF and in SQL for " (quotes)? I having people use the HTML &quot;, but that also shows up in SQL as the coding. I would like it to work in CF and in SQL as just ", but can't figure out how. Any help would be great.Thanks
I am having trouble accessing the cold confusion 11 administrator. I am using:http://127.0.0.1:8501/CFIDE/administrator/index.cfm I get:A message stating page cannot load.I have tried several browsers, turned of my anti-virus software and firewall but still nothing.Can you please shed some light on this problem. I have an assignment due shortly that I really need it for. Thank you in advance.
Hola,I installed CF 11 Update 2 today, and am now seeing nothing but a 500 error when trying to access either CF administrator or the application we are *trying to* host. In the CF logs, I keep seeing the following error messages each time CF 11 Application Server service is started:"coldfusion.server.ServiceFactory$ServiceNotAvailableException: The Monitoring service is not available."and"Unable to initialise Monitoring service: coldfusion.server.ServiceException: Unknown tag: Arg"I don't know whether these are the reason I'm getting the 500 error, however. I have tried rebuilding the web connector, restarting the OS and services, etc., to no avail. I also tried installing a VSC++ 2012 redistributable that I saw was suggested somewhere on these forums, and that did not help either.Any help would be greatly appreciated.
Hello all,I am new (very new to CF10), I would like to know if anyone out there has installed ColdFusion 10 on a VMware View master template then created/deployed a pool of VDI desktops form multiple users?I seem to be having trouble understanding things, can CF10 be installed on a Windows 7 workstation (then use Linked-Clones), or does it need to be installed on a Windows 2008/2012 server?Any help or guidance is appreciated.
We recently updated our four physical servers to CF10 update 14, and gave them all a reboot to let the latest Kernel and RHEL6 security updates take effect. Each server has two worker instances, cfusion1 and cfusion2, in a round robin cluster.The servers came back fine after the reboot until the following day. Upon restarting any CF instance, it seems the instance locks up. If I bring both CF instances down, then both back up, the cluster *USUALLY* comes back fine, although sometimes it does not, and I have to reboot the box. To make matteres even weirder, sometimes I can restart an instance, regardless if both are up or down, if I remove the secondary IP address on em1:1. Weird. This issue exists across all four physical servers. I have pulled one out of our web cluster to try to troubleshoot, while the other three limp along.The major issue is that when one of the instances hang, they do so in a zombie state, where they are
I need to see some sample source code of a report with column headings and detail data. I can't get my column titles in the header to line up with the detail no matter what I do. Can anyone spare me a good sample?I have tried to use tables to specify both col headings and detail, but no chance to get them to line up. There has to be a way. I can't use the report builder because I need more control of when page breaks print, what data is on each line, etc. Hopefully some kind soul out there has a good sample.Thanks!Dave
I'm testing my upgrade from CF9 to CF11 on the same server. Looks like my old CF9 installation was an enterprise, standard, IIS installation. (if that makes sense to you) My CF11 is an enterprise, production + secure, stand-alone installation. It appears that I had to choose the stand-alone installation with internal web server so it can diferentiate between the two Cold Fusions adn do side-by-side installation. We want to use the internal web server anyhow so we can use the built-in Tomcat server instead of having to install a separate one. Now the question has come up, how do I get all of my web pages that are on IIS into my current ColdFusion. I discovered a document that discusses the Web Server Management. It looks like I can run it now and it will configure my connection between IIS and ColdFusion. https://wikidocs.adobe.com/wiki/display/coldfusionen/Web+Server+ManagementMy question is, can this be done while
Calendar is off center, the dot on the left appears and the dates on the right are not accessible.All help appreciated.B.
I'm trying to uninstall CF11 on my mac but the uninstaller doesn't work.I ran the uninstall.app under /Application/Coldfusion11/uninstall, it tries to open but closes immediately. So I opened up terminal and ran:sudo /Applications/ColdFusion11/uninstall/uninstall.app/Contents/MacOS/uninstallThis is the output:unzip: cannot find or open /Applications/ColdFusion11/jre, /Applications/ColdFusion11/jre.zip or /Applications/ColdFusion11/jre.ZIP.chmod: /tmp/IA1454124394/jre/bin/: No such file or directorychmod: /tmp/IA1454124394/jre/lib/: No such file or directorysh: /tmp/IA1454124394/jre/bin/java: No such file or directoryit tries to unzip but the first one is a folder and the other 2 are non existent files.I know I can just drag the Coldfusion11 folder to trash but it gives me an uneasy feeling that this is not the only files/folders it added.I want to manually uninstall it but I don't know what other files it added/modified in my apache settings. mod_jk.conf and the entry of this fil
Good Morning,I have a server in coldfusion 10 with 32 gigabytes of memory, but noted with great concern that the server lives by consuming whole untapped processor memory, how I can optimize this from the administrator?Thank you.
As you can see, the ID, "9051" shows instead of the eval cost center, "Pupil Support Services" when displayed before clicking on the field.Here is the code:<CFGRIDCOLUMN NAME="evalcostcenter" HEADER="Eval Cost Center" HEADERALIGN="LEFT" DATAALIGN="LEFT" BOLD="Yes" ITALIC="No" SELECT="Yes" DISPLAY="Yes" HEADERBOLD="Yes" HEADERITALIC="No" VALUES = " ,#oldschoolid#" VALUESdisplay = "BLANK,#oldschoolname#" valuesDelimiter="," width=50>Any help is greatly appreciated!B.
Hi all,We have encountered this problem after upgrading to CF11. We used to use cfquery to select a bfile column directly like below:<cfquery name="getDoc">select bfile_columnfrom a_tablewhere id = #id#</cfquery>we then use cfcontent to open the file directly:<cfset docstream = getDoc.bfile_colum /><cfcontent type="application/pdf" variable = "#docstream#" />This worked fine for us on CF9. However after we upgrade to CF11, the query stops working. The query simply hangs there, returning no result. We found it out by removing all the code but simply leaving the query on a test page and the test page never opened until it timed out. The data source we use is for oracle. We have checked "BLOB" and "CLOB" boxes for the data source to make sure large content can be retrieved.Has anybody run into this same problem? If so, have you resolved it?Your help is greatly appreciated!
I inherited a ColdFusion 10 application with an Oracle 11g back end. Recently, I began receiving java.sql.SQLSyntaxErrorException: [Macromedia][Oracle JDBC Driver][Oracle]ORA-00942: table or view does not exist error message when attempting to access the application on my Test server. Since it is a gov't application, I do not have direct access to CF Admin or the database. The gov't SysAdmin has verified the CF Admin connection is valid and connected. The DBA has verified the data source exists and the database is up and running. Thoroughly confused as to what is going on. I posted on the Adobe ColdFusion support forum and they suggested I post it here to get database eyes on the issue. The thread is here: https://forums.adobe.com/message/6854985#6854985Thank you in advance.
I am building a Rest web service using Cold Fusion 9 and Cold Fusion Builder 3 and now I want to register it on Cold Fusion 9 admin console, but I didn't see any option there as in CF 10 and CF 11 Data Services ---> Rest Web service. So, please tell me how to register my Rest web service in CF 9 either through admin console or through code?
Hello,I have a probem with ColdFusion 9, that it is very slow.I installed it on current Debian 7 x64. As a test I will write 100 times with little text files.Here the ColdFusion 9 server needs already 8 seconds.Does anyone know a solution or knows the problem?Greetings.nc-t
I'm developing on my local server and my current timezone is GMT +11 hours.<cfset date1 = DateConvert("Local2UTC", now())><cfset date2 = '2014-03-06'> <!--- (Tomorrow at time of writing) --->So, I was expecting that when I ran this code:#DateCompare(date1,date2,'d' )#that it would return a "-1" but it returned a "0" implying that the "day" was the same.So, to double check I output:DateConvert("Local2UTC", now())grabbed its displayed value : {ts '2014-03-05 07:08:58'} and inserted that for comparison thus:DateCompare("{ts '2014-03-05 07:08:58'}",date2,'d' ) and sure enough, it did return a "-1" reflecting that the day of date1 is indeed earlier than date 2.Further investigation showed that I had to add my timezone difference to date2 in hours thus:<cfset date2 = '2014-03-06 11:00:00> to get #DateCompare(date1,date2,'d' )#to return a "-1".Is this a bug or am I misinterpreting??
I'm interested in a getting started tutorial. I know Coldfusion but don't know the hosting process with Amazon.
I keep getting this error:Here is the whole tag:<cfdocument format = "PDF" backgroundVisible = "no" filename = "test.pdf" localUrl = "yes" marginBottom = "1" marginLeft = "1" marginRight = "1" marginTop = "1" mimeType = "text/plain" name = "Test" orientation = "portrait" overwrite = "yes" pageType = "letter" permissions = "AllowPrinting,AllowCopy" permissionspassword = "password to access restricted permissions" saveAsName = "Test2" unit = "in"> Any advice is very welcome.Karolus
The company I work for is building an application in which security is of the utmost importance. We're really hoping to use Angular as the client-side application, and we're exploring how best to create our back-end in ColdFusion (which we've used for a few years now). I understand that only so much security can exist in the front-end of the app, and that the bulk of the work needs to happen on the server. But I'm really unsure about how to move forward in that regard. From what I've read, it sounds like we'll need some kind of Authentication Token to be created on login and stored on the backend. This token should come along with every http request, and the server can then decide on the validity of the request.Does this sound about right? And if so, are there best practices for implementing it?Any resources that might shed more light on the topic would be HUGELY appreciated.Thanks,Jonathan
My understanding of the following error, "exceeded limit of maxWarmingSearchers=4", when indexing collections, is that I am committing too often. I do not pass in autoCommit="no", which to me means that it committed the changes each and every time cfindex was executed. I am looping over a large collection of information, cfindexing with each loop. If I do pass in autoCommit="no", when and how do I commit those changes? Can I place a "cfindex autoCommit='yes'" after the loop has finished to commit all those changes? What is the best way to do this?
I'm not versatile with programming coldfusion, so i'm not sure if this is a coding or server configuration issue My work task is to migrate a coldfusion website from a CF9 server to a freshly installed CF11 server. We managed to solve all the compatibility problems but one.When I log into the web application, a CFTOKEN is generated and appears in the URL. As soon as I change the page, the CFTOKEN part vanishes from the URL. Also no cookie gets generated.I would be grateful if someone had an idea what the solution of this problem could be.Thanks in advance!Greetings,Nico Merz
Hi everyone, every day i have to restart my server because i'm getting a blank page. Someone of you know what is causing this issue?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.