The official community for ColdFusion.
Recently active
One of my associates is complaining that since I applied the Coldfusion 10 Update 14 we are experiencing memory issues. Has anyone else had issues with Update 14?Just a System Admin fighting the good fight!
Hi All,I have CF 9 v 9,0,0,251028The latest hotfix for CF 9 is Cumulative hot fix 1 | ColdFusion 9.0.2Can I apply only this fix or do I need to install others?When i try:"2. In ColdFusion Administrator, select System Information page by clicking the icon "i" in the upper-right corner."My java applet doesn't work, I already update java but still not working. It is a way to do this manually?Is there a CF9XXX.exe installer file with the latest patch for CF9?Thanks in advanced!
Has anyone successfully installed coldfusion on a system that is running cpanel?Current setup:Redhat Enterprise 3Cpanel
Hi All,I found this link for CF10.Malcontent BoffinI try the same in CF9 but it is not working. I am using poi v 3.11 beta 3.Anyone update to the new poi on CF9?Thanks in advanced
Our clients are reporting that after they update to Java 7.51 they are now getting the following error:"Missing required permissions manifest attribute in main jar: CFIDE/classes/cfapplets.jar"Is this something Adobe is supposed to fix? Having my users add an exception to their browsers is NOT an option for us.thanks!
Hi all! I'm at the end of integrating an in-house calendar with Google calendars and all is working, however, I am stumped as to how implement callback functions. Here's what I'm trying to do as outlined on http://code.google.com/p/google-api-java-client/source/browse/Batch.wiki?repo=wikiWhat I need to do is this section right here:JsonBatchCallback<Calendar> callback = new JsonBatchCallback<Calendar>() { public void onSuccess(Calendar calendar, HttpHeaders responseHeaders) { printCalendar(calendar); addedCalendarsUsingBatch.add(calendar); } public void onFailure(GoogleJsonError e, HttpHeaders responseHeaders) { System.out.println("Error Message: " + e.getMessage()); }};And then later pass it to:client.calendars().insert(entry1).queue(batch, callback);I believe I can pass one function by passing just the name of the function, but BatchCallback has two functions. Is this im
Hi,In Cold Fusion 11, when I first bring up a page the graphic image appears.When I refresh the page, the graphic image does not appear.This is not an issue with Cold Fusion 9.Is there anything in the administration that needs to be configured?Thanks,Mike
In CF 11 (Developer Edition), non-POST-type requests with data to CFC files seem to get stuck in ColdFusion. I don't believe I've changed anything in CF administration that could affect this, and as far as I can tell I haven't done anything to IIS that would break it either. The issue occurs with both of the CF applications that I'm working on.Requests to CFMs that contain data work using any of the CRUD methods (GET, POST, PUT, DELETE), and the IIS handlers are setup to accept all methods for both CFMs and CFCs.Can anyone else verify whether this issue with requests to CFCs exists in their environment?Example curl requests: # Requests to CFC with data curl -d 'test=123' -X 'GET' 'http://localhost/myapplication/component.cfc?method=test' # NO RESPONSE (TIMEOUT) curl -d 'test=123' -X 'PUT' 'http://localhost/myapplication/component.cfc?method=test' # NO RESPONSE (TIMEOUT) curl -d 'test=123' -X 'DELETE' 'http://localhost/myapplication/component.cfc?method=test' # NO RESPONSE (TIMEOUT) cur
Hello,We are running ColdFusion 10. We stumbled across this error when we tried to reach our site or the CF Admin....."HTTP Status 500 - coldfusion.server.ServiceFactory$ServiceNotAvailableException: The Runtime service is not available."This is the first time we have gotten this error. We tried googling to find a solution and did not come across one. Has anybody experienced this error before? How do you get around it? I appreciate your help and time. Thanks.Best regards,Chung Lee
Hi,I recently updated CF10 to Update v14 and I have noticed something interesting.Env: RHEL 5.10 64 Bit CF10 64Apache 2.2,3Every time I restart ColdFusion I see that its trying to run the connector wizard. It says that it does this on the first time. Every time I restart CF it tries to do this connection and it eventually fails but it takes a long time to do this. Eventually CF shows up and eventually I can connect to any CF page. In the wsconfig.log it says:12/04 09:46:15 info Tomcat Connector12/04 09:46:15 debug command line: -ws Apache -dir /etc/httpd/conf -bin /usr/sbin/httpd -script /etc/rc.d/init.d/httpd -cfide /opt/coldfusion10/cfusion/wwwroot/CFIDE -v 12/04 09:46:15 error This web server is already configured for ColdFusion.com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstallerException: This web server is already configured for ColdFusion.at com.adobe.coldfusion.connector.connectorinstaller.ApacheInstaller.installConnector(ApacheInstaller.java:207)at com.adobe.co
I purchased a new laptop with Windows 8.1. I had a previous latop that had been upgraded to Windows 8.1 and ran CF10 perfectly fine. I made sure the necessary IIS modules were installed for CF. I installed CF11 using the "Run as administrator" option, just to be on safe side. Everything appeared to go smoothly and no hiccups occured. However, when I click to go CF admin page, I received an Error 500. I've made sure permissions on the folders are correct and allow for the IIS_USR a even IUSR. Any help would be greatly appreciated. I am sort of at a loss here.The detailed information is as follows:Detailed Error Information:Module IsapiModuleNotification ExecuteRequestHandlerHandler cfmHandlerError Code 0x800700c1Requested URL http://127.0.0.1:80/CFIDE/administrator/index.cfmPhysical Path D:\ColdFusion11\cfusion\wwwroot\CFIDE\administrator\index.cfmLogon Method AnonymousLogon User Anonymous
Hi,I have just created simple wsdl example:My Component:<cfcomponent displayname="mytest"> <cffunction name="service_login_authentication" access="remote" output="true" returntype="any" hint="Returns login"> <cfargument name="login" type="string" required="yes"> <cfargument name="password" type="string" required="yes"> <cfif #arguments.login# eq "abcdef" and #arguments.password# eq "123456"> <cfxml variable="soapRes"> <kps_response>  
We have just moved to a "new" server that is Windows Server 2008 R2. I have installed CF 11.There are two cfgrids and no code has changed with these grids. Also, when running the grids on my localhost on my laptop I do not get the issue explained below.One grid has a column "schoolyear" and the second grid has a columns "user role".The results for these two are showing up under the other's columns. i.e. "school year" shows the "user role" drop down and "User role" displays the "schoolyear" dropdown in the grid.I thought it was perhaps a java issue and we have installed the latest version of java on the server.Any help is greatly appreciated.Thanks,Brett.
ColdFusion 11, hot fix 3 installed but did not help. There are no binds.This one has been driving me crazy and I have finally figured out that it is the first column in each grid where there is a select box via "valuesdisplay" that is the issue. Select box results are switching grids!Example of how it is coded to display:Grid 1 - gridcolumn should have a dropdown with 1,2,3Grid 2 - gridcolumn should have a dropdown with a,b,cGrid 3 - gridcolumn should have a dropdown with x,y,zHowever, the results in the dropdowns in the grids are:Grid 1 - x,y,z (should be 1,2,3)Grid 2 - 1,2,3 (should be a,b,c)Grid 3 - a,b,c (should be x,y,z)This only happens with the first dropdown for each grid. Any other columns with dropdowns do not have any issues and do not swap out to the wrong grid.Sample of my code from the grids:Grid 1:<cfgrid name = "evalgrid" height="200" autowidth="no" font="arial" fontsize="12" query = "getevalfinal" SORT="Yes" selectmode="edit" 
I got the following error message when I use Dreamweaver to view server debug.I went to CF 10 local developer version to enabled Robust Exception Information and Enable Request Debugging Output on coldFusion admin page.I use Dreamweaver to view server debug then I got "The following error has occured while connection to coldFsuion Server. Invalid Arg Post."Can you please advise are there configuration I need check from server side and Dreamweaver site?Your help and information is great appreciated,regards,Iccsi
Hello,We have browsed many threads on the subject of tuning CF11 (& CF10) IIS connectors (in particular ColdFusion 10 instance/Tomcat dying at predictable intervals (white screen of death) ) and we have applied the suggested changes to tune the connector.workers.properties: worker.cfusion.max_reuse_connections=250 worker.cfusion.connection_pool_timeout = 60 worker.cfusion.connection_pool_size=250server.xml <Connector port="8014" protocol="AJP/1.3" redirectPort="8447" tomcatAuthentication="false" maxThreads="250" connectionTimeout="60000" />The above has fixed the issues/failures we had under load (503 errors, white screens).But now we are getting 502 errors in the isapi_redirect.log as follows:[Mon Dec 01 18:35:53.717 2014] [20632:12484] [info] ajp_connection_tcp_get_message::jk_ajp_common.c (1308): (cfusion) can't receive the response header message from tomcat, tomcat (127.0.0.1:
I've just renewed my ColdFusion ENT Renewal Upgrade Plan, but CANNOT determine how to "find" CF11 for download. Have tried calling, but "Product is not Supported" was presented; tried CHAT, which provided a LINK. Followed the link given the CHAT and was back to where I started from 45 minutes earlier. (aka dog-chasing-its-tail).
I am running Coldfusion 11 on a 2008 win server box (IIS7). I have configured websockets in coldfusion using the built in server with all the defaults with the addition of my keystore for the SSL setup.I am using the the secure="true" on the cfwebsocket tag.<cfwebsocket name="mySocket" onMessage="defaultmsgHandler" onOpen="openHandler" onError="errorHandler" secure="true"/>The rest of the websocket code is from the adobe dev connection - http://www.adobe.com/devnet/coldfusion/articles/html5-websockets-coldfusion-pt1.htmlMy addition is simply the secure attribute.All works fine, over both SSL and Non SSL (ws / wss) exactly how I expected. The problem came when I was testing it in older browsers < IE 10 etc. The flash fallback is loading up as I can see the element in the html but there is no connection to the websocket server and no data is moved around.As soon as I remove the secure = true attribute everything is fine. Flash fallback works exactly how I was expecting.I h
Just been trying to install CF10 with Apache2 and it was all looking reasonably good, but when I try to use the CFIDE adminstrator, I get a Tomcat error:HTTP Status 500 - type Exception reportmessage description The server encountered an internal error () that prevented it from fulfilling this request.exception javax.servlet.ServletException: java.lang.NullPointerException coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:129) coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:59) org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98) org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:928) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:414) org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:203) org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:
I have an application that i am extending to provide a REST API. Everything works fine in the main site, but I am getting the following in the exception log when I try to hit the REST API: "Error","ajp-bio-8014-exec-3","12/02/14","12:54:06","table","failed to lazily initialize a collection of role: field, could not initialize proxy - no Session The specific sequence of files included or processed is: service.cfc'' " org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: field, could not initialize proxy - no Session at org.hibernate.collection.internal.AbstractPersistentCollection.throwLazyInitializationException(AbstractPersistentCollection.java:566) at org.hibernate.collection.internal.AbstractPersistentCollection.withTemporarySessionIfNeeded(AbstractPersistentCollection.java:186)
I am testing my recent installation of CF11 as a side-by-side installatin with CF9. I am currently just trying to get the web pages accessible so I can figure out what might not be functioning in these web pages and fix it. I figured out that in order to change the default web root I need to change the server.xml file (located under runtime\conf\server.xml) and have it point to the new directory.I currently have something like this::<Context path=”E/” docBase=”/website1_CF11”WorkDir=”E:\website1_CF11”Aliases=”/CFIDE=D:/ColdFusion11/cfusion/wwwroot/CFIDE, /WEB-INF=D:/ColdFusion11/cfusion/wwwroot/WEB-INF”></Context>I have 3 other websites under E:\ that I need to point to though. If I copy and paste the above code so that I have 4 different copies of it, with each referencing the 4 different website locations, then CF doesn't turn on, so I'm missing something here. What?I saw something about virtual directories, but as I understand it, the above
Hiif api getting soap request using cfhttp like below: <cfxml variable="mydata"><soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header /> <soapenv:Body> <ns:service_soap_call soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <login>test</login> <password>test</password> </ns:service_soap_call> </soapenv:Body></soapenv:Envelope> </cfxml> <cfhttp url="http://sm.iclp-dubai.ae/research/wsdl/MyPointsBank.cfc?wsdl" method="post" charset="utf-8" result="myresult"> type" value="text/xml"> <cfhttpparam type="header" name="SOAPAction" value=""> &l
I have two major projects on my hands made in CF8 and CF11.CF8 project is installed on my host computer and after tweaking it for a day, I got working line by line debugger.My CF11 project is a bit more complicated. The source files are located on the win 7 host at c:\projects\coldfusion. the win xp mode:s iis reads the files from there (it's default website is to \\win7Host\application\pub). So coding is done on the win7 host, only serving the pages is done from the xp mode.I have installed MS loopback adapters. win7host ip is 192.168.21.1 and xp modes 192.186.21.1. I can connect with fileexplorer from win7->xp mode and vice versa.I can connect using cfbuilder, to the xp mode rds server. It connects and rds fileview and dataview show everything. But how in the hell should i configure the debug paths for eclipse?Because eclipse sees the files in c:\projects\coldfusion and the winxp mode uses them from there via \\win7host\application\pub. The debug view starts, but the breakpoints d
Hi, I have a question regarding cfspreadsheet....So I'm using cfspreadshseet to create excel spreadsheets for reporting purposes. My page allows a user to select whatever columns from the database to include in the report. So here is an example:The spreadsheet could look like this:First Name-------------Last Name-------------Organization-------------Address-------------City-------------State-------------Zip-------------ConcernJoe Smith Sample 12 main denver  
I'm using CF11 Developer Edition.Installed PDFgServlet on a remote server.Using CFAdministrator on my Developer Edition, can VERIFY the remote PDF Service Manager.But when I go and try to use the cfhtmltopdf tag on my Developer Edition, I get CANNOT CONNECT TO SERVER.I go to the remote server running PDFgServlet, can see response code 200's when I verify the PDF Service Manager "GET /PDFgServlet/verify HTTP/1.1" 200 0But I get "POST /PDFgServlet/ HTTP/1.1" 400 1407 when I try to use the tagIf I switch back to my local copy, I get the PDF rendered.Any thoughts?
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.