The official community for ColdFusion.
Recently active
Hi , Is there way to end session on server.I tried various ways like1. <cfset StructClear(Session)>2. <cfset getPageContext().getSession().invalidate()>3. <cfset this.sessionTimeout = createTimeSpan( 0, 0, 0, 1 ) /> But None seems to removing entries from Active session list.Am i Missing something?
I am new to ColdFusion server and I have good experience with java.I have a web service client application (war) and it is built on top of java, JSP, ajax, axis 2 and wss4j.I have tested this application tomcat server and it is working as expected.I request please advise standard steps to deploy this war application in jrun4 sever.Thank you very much for your help.JRUN
My existing JRUN4 is using axis 1.1 ,i request please advise how can we upgrade jrun4 libraries to support latest web service client calls(axis 1,2).
We are attempting to deploy a java client in CF to make talking to webservices (specifically, parsing the response) a lot simpler. The problem we appear to be running into is that the server is using the Jersey Jackson provider and Client Builder instead of the RestEasy jars provided with the distribution. Does anyone know how to force CF to use the RestEasy jars? We have deployed the client jar and all required dependency jars (including RestEasy) under their own path. We have confirmed that CF is seeing the client jar by instantiating the java client and calling certain functions. We can get up to the point where it attempts to call out to the server. Unfortunately, the error information we are receiving in CF is not particularly helpful. I believe the last one just simply told us that there was an error but nothing us any use.** Note: I am the Java side of this implementation and do not know CF very well. I built the client jar used the maven assembly plugin to provide a zip f
I need help to hide the CF version information form WSDL. I am using the ColdFusion 9.Example: When I am looking for any WSDL through browser, the below comment get added.<!--WSDL created by ColdFusion version 9,0,1,274733-->I want to hide this information. Please advise, is there any way to hide this information for ColdFusion 9.Thanks in Advance.Message was edited by: Abhijeet Adawale
I have a Windows 2012R2 server(iis 8.5) running Coldfusion 11 Developer edition. I have 6 instances running on the server. They work fine and everything seems to be configured correctly.When I restart the server, the main instance starts up correctly, but the other 6 instances don't autostart. I have to go into instance manager and start each instance.I don't see any errors in any logs and can;t figure out why they won;t start after a server/service restart.
Request www.electionsonline.com using anything other than Safari on a Mac, and all works perfectly. Request www.electionsonline.com/index.cfm using any browser on any OS and all works.But request only www.electionsonline.com using Safari on a Mac and it simply hangs for several minutes until timing out. index.cfm is set in IIS to be the default document.This only started after migrating the site to AWS on a Windows Server 2016 machine running IIS 10. Prior to that (different hosting company, using Windows Server 2008 R2) the site honored the default document, index.cfm, without any problems.
We're using Windows Server 2008 R2 x64 with ColdFusion 10 Update 22. After updating to Update 23, we receive the following error on all of our pages:00:22:05.005 - net.sf.ehcache.config.InvalidConfigurationException - in ....cfm : line ... There is one error in your configuration: * Cache 'QUERY' error: MaxElementsInMemory is not compatible with MaxBytesLocalHeap set on cache managerPlease help!
I've been working on tracking down some funkiness with cfcharts. specifically their memory use. This is what I've noticed about it in CF2016 Update 3. Adobe uses EHcache to cache cfcharts in a Cache Instance called "CF_Chart_CacheManager".The "CF_Chart_CacheManager" doesn't get created until you use the cfchart tag.Previous versions of CF used to have the ability to set Threads in the CFAdmin, CF2016 does not, although this is still available in the adminapi. Not sure if it works. The docs says you can set this from 1 to 5.You can't set a custom Disk cache location. I can't set it in CFAdmin, the neo-graphing.xml, or the adminapi. It always resets back to the default.Changing the settings CFAdmin-> Server Settings -> Charting requires a restart to take affect.The Time-To-Live only appears to work when cache type is set to Disk Cache. This setting appears to be ignored when set to Memory.It doesn't seem to matter if you set it to Disk Cache or Memory Cache, the c
The same code running on 2x different physical servers. Hangs on one and not the other. Servers aren't under load. Are there server or network setup that might create this?No issues creating .csv files or flash output in case that matters.Jason
We just recently installed Coldfusion 11 enterprise. The code for generating pdf files worked before but did not work on the Coldfusion 11 enterprise platform. The code is like this:<cfcontent type="application/pdf" /> <cfheader name="Content-disposition" value="attachment;filename=Report.pdf"> <cfdocument format="pdf"> <cfdocumentsection> <cfinclude template="facultyReports.cfm"> </cfdocumentsection> </cfdocument>I got the following error:coldfusion.document.DocumentProcessor$TimeOutException at coldfusion.document.DocumentProcessor.processContent(DocumentProcessor.java:277)I also tried to use the new tag <cfhtml
Hi good people please help I can't find htdocs on C:\Program Files\Apache Software Foundation\Apache2.2. When I search for it they say it has been moved. This give me hard time because I can't run ColdFusion Builder because of this. Please help
I have used ColdFusion for database interaction (in standard form-submit based apps). Right now I need to attempt something fancier. The plan is to use JQuery to do an Ajax post of variables to a server, and I'm hoping to use ColdFusion to handle these Ajax requests. I have no experience with Ajax, but I'm hoping to learn. Can someone please refer me to some examples so I can figure out how to do this? Sorry to be such a newbie on the topic. I appreciate any help.
Windows server 2003, coldfusion 9I recently dropped AT&T (yeah!) but was assigned a newstatic IP from our new internet service provider (uh oh…).We use a browser-based medical record system (old and nolonger supported) for a small medical practice. Inside the office LAN, it worksfine. I reconfigured our router with the new IP info and we can access theinternet fine. I port-forwarded incoming traffic to the server correctly, butwe can no longer log in to the site from outside the LAN. The login page shouldbe the first page to open (login.cfm).I can reach the server from outside, but receive acoldfusion error page which states “element COMPANYNAME is not defined inAPPLICATION”. “CompanyName” is just a part of the title of the login page – andthe login page is therefore never created.As you can tell from my question, I know next to nothingabout CF (or javascript, or even html for that matter). But I don’t understandwhy the site is no longer happy about a request from the router simply
Hello all, I search the forums and could not find a solution to this..... but I am sure it is an easy fix....I have a site that is storing image info copy etc.... However I have a footer that contains all the disclaimer crap. So I store it in the database record like this: ------You agree to abide by and comply with these terms and conditions by accessing, using or downloading any material from or on your account.<br><br>©#DateFormat(Now(), "yyyy")# ABC LLC. All Rights Reserved-------The <br>'s are being displayed correctly, but you can see that the dateformat tag is being displayed as the coded variable and not "2017"I double checked that all the code is within a cfoutput. Just at a loss so any feedback would be greatly appreciated. Thanks!!!!
Hello, all,We are trying to upgrade from CF10 to CF11, and one thing we've noticed in production (not happening in dev or staging) is that CFQUERY and CFOUTPUT tags are suddenly timing out, quite frequently.Has anyone else upgrading to CF11 experienced this odd issue?V/r,^_^
Has anyone successfully inserted values into SQL temp table using cfqueryparam and able to called from it?The below codes work just fine and only failed when replaced values ('myValue') with values (<cfqueryparam value="myValue" cfsqltype="cf_sql_varchar" >)Appreciated if someone can take a look and let me know what is going on.<cfquery name="myQry" datasource="myDSN" > CREATE TABLE ##tmpTable ( column1 nvarchar(50) ) insert into ##tmpTable (column1) values ('myValue')</cfquery><cfquery name="tmpTableQry" datasource="myDSN" > select colum1 from ##tmpTable< /cfquery><cfdump var="#tmpTableQry#">CF11
Anyone know if the .net integration will get upgraded to support .net framework 4.5? Tried it out after upgrading to .net 4.5 and get the error "incorrect response header" thrown from com.jnbridge.jnbcore.JNBridgeInternalError.
Hi - We currently have a Coldfusion web application, and would like to make just 1 of the web pages "mobile friendly" for our users, who may need to access the info on the 1 page, in the event of an emergency via their phone. I have read some documentation on the <cfclient> and <cfclientsettings> tags but need some guidance as far as where to start. I don't want to make this task more involved than it needs to be since it's 1 web page that needs to be converted. There aren't any good examples that I can find that do what I want to do with an existing Coldfusion web page. I just downloaded the trial version of Coldfusion Builder 2016, assuming I need to use it in order to use the <cfclient> and <cfclientsettings> tags. Can anyone provide input into the best way to handle this task? It seemed simple initially after reading about the <cfclient> tag, and was hoping there was a way in Coldfusion Builder to migrate an existing CF web page to a mobile version. Ju
I have used CF for many years, but every action always takes place by hitting a submit button and loading the next page. I need to work on a project that involves having a slider and a toggle button that update a database in realtime (without reloading the page). I would also like the ability for elements on the page (like text values) to update in realtime based on what is in the database. Can someone please help me get started on how this sort of thing is done?
hi all!i want to access my http://localhost:8080/cfusion_dev/CFIDE/administrator/index.cfm from outside.i already configure my router to port forwading 8080 but still i cant access?i have windows server 2012 r2 operating system..guys can you give me a instruction how to fix this..thank you!regards,boygie
HiI'm trying to get Coldfusion Builder's ORM CFC Generator to build my cfcs but when I click the Generate button after setting my table relationships I get the following error:Error : Event handler exception.. coldfusion.runtime.CfJspPage$ParameterNotFoundException: The required parameter SESSION.ORMTABLES was not provided.I have an Application.cfc with sessionManagement=true, name is set, ormenabled is true and ormsettings specs a database.What am I missing?Thanks,Rich
HI Everyone, I am really hoping this is an easy question to answer because I have been searching everywhere and all I try is not working.I have a SQL query (created by Oracle DB) that creates multiple cfchartseries using date as the column item and a number for the value. My issue is there are null values for the value field but I need it to plot<cfchartseries label="LRF" scales= "x,y" > <cfloop query="qTrend"> <cfif qTrend.LRF gt 0> <cfchartdata item="#qTrend.report_date#" value="#qTrend.LRF#"> <cfelse> (i have tried: &nbs
Hi all,We are having the problem that the website on a CF9 Instance-server will not start.As far as I can see in the system-logs, the CF-engine as such starts fine, but we get no response from our application, and nothing in our application-logs.Background:We have some CF9-installations running on very old Windows servers. We are in the process of migrating to newer Windows-servers.One server is a one-website server (non-Instance). This application starts just fine on the new migrated-to server.The server that should run 5 websites on a CF Instance-server, will not start the application, but on the old server it runs just fine.Setup:We are having the IIS as a front-end, and forward to the different CF-web-sites based on different URLs.We have checked that *.cfm-documents are at top of the Documents-list, and that the Handler for '.cfm-files points to the correct dll (C:\JRun4\lib\wsconfig\jrun_iis6.dll).We are running the site on a Developer-license until we have verified that CF9 is o
Hello everyone! We have a few applications running on Cold Fusion 9 and running off of an Oracle 11g database. I'll be honest and say that I don't have much experience on the administration side of things as a database developer and don't use CF much, but the responsibility to support this has been thrown on my shoulders. Our DBA is upgrading our Oracle server to Oracle 12 C. She has already created the new Oracle 12c instance and has migrated our old database to the new database. I can telnet into the new 12c database from both my PC as well as the application server that has CF9 on it, so I know its up and running and there are no firewall issues. I can connect to the new server in SQL Developer just fine and have already tested read/write privileges.Everything on the database side has been mirrored from the old 11g server. When moving the CF applications to the new server, all I am doing is pointing the application to the new sever using CF administrator as the upgraded database ser
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.