The official community for ColdFusion.
Als letztes aktiv
Hi All,We would like to inform you of the new API management capabilities, that the latest version of ColdFusion (2016 release) brings to your organisation. You probably are already leveraging web services within your architecture at a rapidly growing pace as other organisations are, and this new functionality would allow management of these services as APIs in a much more efficient and secure way. Here is a quick background of the advantage that API management capabilities can provide you with. Organisations today are unlocking the value of their data, IP and services by sharing the same with their ecosystem (customers, internal teams, partners, vendors, suppliers etc.) at a furious pace– often over mobile networks. With ColdFusion (2016 release), we now add the capability to not just build and share REST/SOAP services easily we will now allow you to manage, monitor, regulate and secure these services easily. Our research shows, once an API is written, the next questions, that a
we have CF11 version 11,0,7,29633064 bit version installed on Windows 12 R216 gigs memeoryvirtual machine8 coresTomcat version 7.0.64.0java version 1.7JVM Settings Min Heap size 512 mb. Max heap size 2048 mbthis is strictly a CF serverour applications are running slow. the cpu is always extremly low maximum of 2 cpu's used. very low usageMemory usage is extremly low as well. Memory usually doesn't go above 2 to 4 gigs.what settings can i change on the server to have CF use all available resources to get the most performance for our server?our Server group is wanting to take away resources because we are not using them.we are experiencing CF lockups where we have to restart the CF application services because our systems are not responsive.i have searched this forum and the web for CF 11 recommended settings for performance and have not found a good resourcethanks,Mike
Hello, I just installed CF2016 Developer to make a test application and found that come with few Demo Databases to work with but I didn't found demo templates which uses these DBs... where can I get them?I didn't installed the Builder yet because the license is only for 30 days, and I will only have enough time to work on it in few weeks, but I would love to put something to run to make sure all the installation is ok and start to getting used to the new CF.I worked for 10 years with CF but I didn't touch anything since 2008, and really would like to comeback to CF and learn all the new stuff released on the last 10 years. I'm working with C/C#/C++ in the last decade so I need to re-learn lots of stuff.I need help to setup the enviroment and make it run, then I can move foward easily I think... with a simple demo application working will help me a lot.thank you!
Download Adobe ColdFusion free trial | Adobe Coldfusion (2016 release) This page always leads to this https://www.adobe.com/products/coldfusion/download-trial/form.perpetual.action reporting a 403.Any Adobe folks watching this forum? Can you help?
The following query keeps aborting in Coldfusion:SELECT ID, BusinessName, dba, BusinessPhone, FEIN, CSLB, WCRenewalDate, WCCarrier, CACarrier, CANumber, CARenewalDate, GeneralLiabilityCarrier, HealthInsuranceCarrier, HealthInsuranceRenewal, GeneralLiabilityRenewalFROM PProspectORDER BY BusinessNameThe query runs just fine if I use it within the phpMyadmin mySQL interface, but when I try to use it within a CFQUERY tag, it fails every time. I tried all of the field names within a CFQUERY individually, and they all work except for the HealthInsuranceRenewal and GeneralLiabilityRenewal fields. The other two date fields (WCRenewalDate and CARenewalDate) work just fine. All of the date fields are configured the same way in mySQL -- type = date and default = NULL.Any idea why this is happening?
So CF 2016 just came out. I've been with Hosting.com for many years now and in the beginning their support was great. The last few years not so much. So I am on the hunt to get quotes for my next VPS. Looking for suggestions. I have seen the possible Amazon stuff but don't know much about how that works. I pay around $550 per month for a VPS that is...4vCPU180GB HDD with daily backups8GB RAM(software is all their licenses)Windows Server 2008 DatacenterColdFusion9 EnterpriseMS SQL Web EditionCloud Firewall (which is currently broken)Looking for something comparable or lower in price and of course great 24/7/365 service.Suggestions?
I'm looking for the best Coldfusion hosting. My recent experience with IX hasn't been very good and I'm looking to switch. Any advice you can give would be appreciated!
I am using the bootstrap framework for my form validation but I also am trying to trigger a success callback using Ajax and Coldfusion.CFMAIL gets processed OK in the mail.cfm file that I am using, however I also need the mail.cfm file to respond an encoded JSON, such as { "result": "ok" } or { "result": "error" }.Currently it doesn't respond anything (The current response is empty) therefore $.ajax() isn't triggering the success callback.Any ideas?<script>// <![CDATA[<!--$(document).ready(function() { $('#addSurveyForm').formValidation({ // I am validating Bootstrap form framework: 'bootstrap', // Feedback icons icon: { valid: 'glyphicon glyphicon-ok', invalid: 'glyphicon glyphicon-remove',
Hi,I'm running a CF 11 multi-server setup on a Server 2012 R2 box with multiple websites that have their own IP addresses (multiple IP's). Even though each site has it's own IP address, I see all CF 11 instances using the same IP address to connect to Microsoft SQL server. Why is CF 11 behaving this way and is this configurable?Thank you,Billy
We've been seeing a pretty severe problem with CF 11 Updater 7 (and now 😎 where the active requests just spike out to our max and the server starts throwing timeouts and 503 errors.We run a ColdFusion 11 Enterprise server (currently patched with update 6), which handles about 30 requests per second on average.Periodically, the metrics graphs will just show a spike in active requests that jumps up to our max (100 threads). This last for about 15-20 seconds and then recovers, but accompanying it are usually 10-20 timeout errors and who knows how many 503's. And this ends up happening every 15 minutes or so. It's like something is slowing down the processing of pages, or holding them up for long enough to queue out of control.We tried installing update 7 and it happened all day, so we rolled back out of it. When update 8 was released, we installed that and encountered the same problem. I'm guessing that it was actually in update 7 and the fact that up
Mi pregunta es la siguiente, quisiera saber si estos dos métodos de instalación funcionan en común, es decir si al instalar en un servidor la opción de multiserver y en otro la opción J2EE permite tener dos servidores replicados y funcionando iguales?
Hi,I am looking for suggestions on doing this. Basically, I'd like to add "Add to my calendar" for Google, Outlook, iCal and Yahoo on a confirmation email. The event name, date/time and location is in database. I know I will have to store temp file in the server but not sure what else I need. Any suggestions are appreciated.
Hi all,I started profiler in my SQL Server 2008 R2 and I see a lot of calls to sp_columns. This is a procedure that retrieve table informations. I guess that ColdFusion is calling this function when I execute cfquery. Is there any way to reduce this overload?Thanks!!!
I have following code to generate a csv file using my stored procedure return.After file created, I create a link to let user access.The link does not add my file name variable.Are there any better way to add my variable to the link that user can access the file just created or just created the file on the local machine that user can access locally?Your information and help is great appreciated,Regards, <Cfset thisPath = ExpandPath("*.*")> <cfset f_dir = GetDirectoryFromPath(thisPath)> <cfset f_name = "#dateformat(now(), 'mmddyy')##timeformat(now(), 'hhmm')#.csv"> <cffile action="WRITE" file="#f_dir##f_name#" output="MtField1, MyField2" addnewline="Yes"> <cfloop query="#myQuery#"> <cffile action="APPEND" file="#f_dir##f_name#" output="#Field1#, #Field2# addnewline="Yes"> </cfloop> <br> <a href=
Hello, all,TSIA. I once wrote some CF code that would validate a UUID as long as it was in either CF (8-4-4-16) or Oracle (8-4-4-4-12) format.I have since lost that code, and I'm not quite wrapping my head around a simple regex that will validate both formats.REMatchNoCase("^[0-9a-z]{8}-([0-9a-z]{4}-){3}[0-9a-z]{12}$",form.str).. will match the Oracle format. But I do remember there being a way to validate both formats without using a long regex and the pipe, typing out both formats. Please help me with this.V/r,^_^
HelloI'm testing a CF11 server on a Centos 7 64-bit (up to date), Plesk 12.0.18 Update #86. The website works fine, however the issue it in the admin side. Once I login to the admin and click the button or navigate in the admin for more then a few minutes I get the error from the subject. Then the CF is down and the only way to "fix it" is to restart it.The CF11 is up to date with update 9 installed, then the connector was built from sources (ColdFusion 10 and 11 RHEL connector configuration) and loaded in to the webserver. The workers.properties are bellow:worker.list=cfusionworker.cfusion.connection_pool_size=500worker.cfusion.max_reuse_connections=500worker.list=worker1worker.cfusion.connection_pool_timeout=60worker.cfusion.type=ajp13worker.cfusion.host=localhostworker.cfusion.port=8014The connector settings are bellow. <Connector protocol="AJP/1.3" port="8014" redirectPort="8447" maxThreads="500" connectionTimeout="60000" tomcatAuthentication="false"/>I hav
This new forum software sucks but I digress. I'm not sure where my first post of the following ended up but here it goes again. Sorry for the double post if you found it here or somewhere else...I have two CF11 installs, my desktop and a production server. I believe both have the same SOLR version but I'm not sure how to tell since I don't see any SOLR version info on the CF server info page. Indexing the exact same PDFs, my local copy includes the symbols © and ® within the result sets of a search whereas the production server includes the encoded &#169; and &#174; equivalents. What am I missing? Why are the two result sets different?
Hi all,I've looked through the forum and can't seem to find another instance of this occurring, so I'm going ahead and starting a new thread.The issue we're having is that CF11 (Update 7) often won't restart correctly after a server restart. It seems to get stuck on the 'Starting license' stage and hangs, with no other error messages:"Information","localhost-startStop-1","09/17/14","03:15:31",,"Starting license..."This only happens when CF11 is run as a service. We can manually restart CF11, so as a workaround we've created a script that runs on startup to restart ColdFusion "manually" (i.e. outside of automatic service startup).The three machines that this is happening on are running Windows 2008 R2, with 8GB AM and a 2.1GHz quad core processor. We're running JRE 1.7.0_67.We only have these three machines running ColdFusion, so I'm not able to compare it against any other of our servers. Has anyone else seen this before, or have any tips on what I could try to allow ColdFusion to star
Hi all,I have this issue:Apache Flex Users - Time zone issue I am stuck trying to set the MyProxyBootstrapService example described inFLEX: Handling Timezone Offset - Stack Overflow Anyone from here can help?Thanks in advanced.
My office is (finally) upgrading from CF8 to CF10, so naturally I wanted my development environment to match the server environment. I've been trying to find a copy of CF10 Dev Edition all morning, but it's just not to be found. CF9? Sure. 11 is everywhere, but no CF10.Then I read this: Adam Cameron's Dev Blog: ColdFusion 10: be prepared, Adobe is removing the downloadsWhat's the deal? Someone on that thread mentioned a security problem with 10. Is that true? If so, I'd like to warn my people who are installing 10 as we speak.Thanks.
Hello all-I just completed a full documentation project on a program I've been working on for 2 years. I am absolutely thrilled that is over! (The documentation, not the coding!)Within the documentation (which is meant to be printed out) I included various passwords. I know this should not be part of the final docs...but I'm wondering- What is the accepted method of documenting passwords?I have: ColdFusion admin passwords, Windows Server passwords, Datasource Passwords, Application 'universal' passwords, etc.Where do you put these passwords? How do I include them in the final printed documentation? If we have a server meltdown, someone will NEED these passwords to get everything going. I need to make them available, but I don't want to be stupid. Suggestions?My system does not deal with sensitive information- except user passwords. But, we need to keep things protected...just not at the HIPAA level.Also...if you haven't done a massi
I recently upgraded from CF9 to CF11 (development version) running on localhost and I am having the following issue. I have a CFC that saves some data, creates a few cfcharts and saves them to disk. The following is getting added to the beginning of the JSON object that is returned to the client, causing the ajax call to fail:<script type="text/javascript">/* <![CDATA[ */_cf_loadingtexthtml="<img alt=' ' src='/CFIDE/scripts/ajax/resources/cf/images/loading.gif'/>";_cf_contextpath="";_cf_ajaxscriptsrc="/CFIDE/scripts/ajax";_cf_jsonprefix='//';_cf_websocket_port=8577;_cf_flash_policy_port=1243;_cf_clientid='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';/* ]]> */</script><script type="text/javascript" src="/CFIDE/scripts/ajax/messages/cfmessage.js"></script><script type="text/javascript" src="/CFIDE/scripts/ajax/package/cfajax.js"></script><script type="text/javascript" src="/CFIDE/scripts/chart/cfchart-server.js"></script>This only happens w
I have discovered that in an environment comprised of Windows Server 2012 R2 and CF11 (or CF16) that CF date functions contained within CFQUERY will produce ISO 8601 datetime values. For example, the value of start_dt in the following query will contain the letter 'T' between the date portion and time portion of the value of start_date:<CFQUERY name="qry_dates" datasource="mydatasource"> SELECT #now()# as start_dt, last_name FROM mytable WHERE last_name = 'Smith'</CFQUERY>The value of start_dt will be something like: 2016-06-28T09:38:24My database is installed in SQL Server 2014 Standard on a server running Windows Server 2012 R2. This did not happen with the same code where CF11 was running in WS12 R2 but the database was in an instance of SQL Server 2012 running on WS08 R2. I need to eliminate the ISO 8601 formatting, i.e. eliminate the 'T' in the datetime str
I've installed two instances of ColdFusion on separate servers. One using the "Development" environment install option (not to be confused with the "Developer edition"; these are licensed servers), and the other using the "Production" environment install option.I can't access the ColdFusion admin pages of either server from my laptop, but I can access the admin pages for each server from the servers themselves, respectively.How do I change the server configuration so I can access the CF Admin screen from my laptop?Thank you in advance for your help!
CF2016 is doing some weird alignment on tables. I saw similar behavior when I converted this to div's, so I don't think it's necessarily unique to tables. Either way, the code below results in different results in CF10 vs. CF2016. See attached pics for comparison. ----------------------------------------------------------------------------------------------------------------------------<cfpresentation format="ppt" destination="c:\mydir\myfile.ppt" overwrite="yes" title="test" > <cfpresentationslide> <table> <tr> <td>td1</td> <td>td2</td> </tr> <tr>
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.