The official community for ColdFusion.
Recently active
I haven't been able to find a definitive answer on this: Is Coldfusion 10 Standard limited to 5 websocket connections or 100 websocket connections? The official documentation states 5, but http://www.carehart.org/blog/client/index.cfm/2012/5/15/cf10_enterprise_or_standard_restrictions and http://www.sagarganatra.com/2012/03/html5-websockets-in-coldfusion-10.html mention limits of 100.Thanks
I created a search result page. User who has no login/password can see the search result but it is read only while user with login/password can do more with the search result.My page is started with: <CFIF IsDefined("url.uid") > <CFSET userid ="#Decrypt(url.uid,application.mySecretKey,"AES","hex")#"> This page is doing just fine except when user left the page idle for sometime then comes back and refresh the page. That's the time whenan error shows up:It seems that CF can't decrypt the url.uid after the page becomes idle for awhile.The error:The following information is meant for the website developer for debugging purposes. Error Occurred While Processing Request An error occurred while trying to encrypt or decrypt your input string: com.rsa.jsafe.crypto.dr: Could not perform unpadding: invalid pad byte.. My Application.cfc looks like this: <cfcomponent name="Application"> <cfscript>&
Recently we had to add ojdbc6.jar to our CF10 lib folder since the Oracle drivers (version 😎 shipped with CF10 did not meet STIG requirements. We have run into an issue where we get "PLS-00306: wrong number or types of arguments in call to..." to all of our procedure calls now. Had anyone experienced this when using Oracle drivers other than the ones shipped with CF10?Errr Detail:ErrorCode 6550 Message ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'GENERATE_PTDSCHED' ORA-06550: line 1, column 7: PL/SQL: Statement ignored SQLState 65000 StackTrace java.sql.SQLException: ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'GENERATE_PTDSCHED' ORA-06550: line 1, column 7: PL/SQL: Statement ignored at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445) at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396) at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:879) at
Said OK and installed the package. Restarted install. Still get message. Tried installing manually, restart install, still get message. Restarted machine, restart install, still get message. Uninstalled all redistribution package for 2008, reinstalled manually and with OK button. Restarted install, restared machine. Still get the stupid message. Help please.
When loading webpage with CFTREE tag it does not work. I am getting ClassNotFoundException - coldfusion.applets.CFTreeApplet.class.
Please follow the link below for the job details.http://jobs.epsys.co.uk/
I have a scheduled task that I have deleted at least 5 times and it keeps re-apppering the next day in the Sheduled task ib the administrator. I also looked in the Neocron,xml file and it appears to be gone right after deleted. Any help/suggestion would be appreciated.
We recently upgraded from CF9 to CF10. The cfmap gave errors that the Google API wasn't correct. When I looked into it, it appears that the Google API key expires after 1 day.Do we still need the api key for cfmap to work in CF10? Anybody have any ideas on this?
How do I have a default value pre-selected using cf_twoselectsrelated?I'm using the default fields, but nothing is selected when the page loads.Thanks for any guidance.
Hy guysMy team have a problem with a Coldfusion (version 8,0,0,176276). Apparently this issue has a relation with queries that spend a long time to return some result, making the poll to open more connexions with the database until stop the application.Actually the high number of connexions is a reflex of this issue, a consequence and the same way that is the fail on the application.I would like to know if exist a way to debug the calls to database? this information will help my team a lot.Thank you.Herbert Dias
I have a database that I'm pulling some funding numbers out of. There are columns for state, year, funding amount, and project #.I need to display them in a table by year, then state, sort of like this:1992[ California | Route 152: Santa Clara Co. | HW12345 | $000,000 ][ California | Route 154: Santa Barbara Co. | HW54325 | $000,000 ]etcI have the following code: <cfquery name="by_year" datasource="byways_grants">SELECT project.funding_amt , project.proj_year , project.proj_name , 'SB-' & project.proj_year & '-' & project.state_code & '-' & project.st_proj_no AS project_no , state.nameFROM projectINNER JOIN state ON state.code = project.state_codeWHERE funding_amt > 0ORDER BY proj_year, state.name, proj_name</cfquery&g
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSf23b27ebc7b554b664dd90601357fb06a77-7ffc.html
how to color the tabs of <cflayout>? Because i am getting an error in java script "Uncaught TypeError: Object [object Object] has no method 'getTab'"?? please help me out...
Am attempting to upgrade to ColdFusion 10 (patched to current level) on our development network. We are running Windows Server 2008 R2. On both of the below instances it worked fine with ColdFusion 8 and 9.On the first instance the entire site is SSL with the exception of one directory. The entire site is set to Anonymous Authentication Disabled and Windows Authentication Enabled for the entire site except for the one directory that is not SSL. On ColdFusion 10, that one directory that is not supposed to be SSL and have anonymous authentication will not allow access unless you hit it with an https: and authenticate. It ignores the settings for that directory and uses the overall site settings.On another instance the entire site is set to Anonymous Authentication except one file (login.cfm) is set to Windows Authentication. When you enter that site it hits the login.cfm, if you authenticate it gives you more options. If you don't you still get
I am currently moving a legacy application from CF7 to CF9. One trouble I'm having is with the cfgrid tag. The applet is failing. To ensure that this is a problem with my server setup and not the applicaiton I created a test case:<cfquery datasource="user" name="users">select *from Main_Usersorder by lastname, firstname</cfquery><div style="background-color:yellow" ><h3>cfgrid Example</h3><i>Currently available courses</i><!--- cfgrid must be inside a cfform tag. ---><cfform> <cfgrid query="users" name="urupdating"> </cfgrid></cfform></div>The java applet fails and when I click it for more details I get:load: class coldfusion.applets.CFGridApplet.class not found. java.lang.ClassNotFoundException: coldfusion.applets.CFGridApplet.class at sun.pl
does anybody have a raw copy of mysql-connector-java-gpl-5.1.22.jar file. can be 5.1.22 to 5.1.26i have cf 9 and msSQL and they won't work together without it.i try to install with .msi file and nothing happens..please send to old.dog.ster69@gmail.comtnx in advance
Hi Guys,I am new to coldfusion and facing issue with the websites.Frequently I am encountering 503 errors for my websites sites.Apache error_log shows below errors at the time of 503 errors:[Thu Aug 15 14:56:11 2013] [notice] jrApache[12343: 16314] JRun will not accept request. Check JRun web server configuration and JRun mappings on JRun server.[Thu Aug 15 14:57:26 2013] [notice] jrApache[10249: 30633] JRun will not accept request. Check JRun web server configuration and JRun mappings on JRun server.[Thu Aug 15 14:57:27 2013] [notice] jrApache[11269: 14799] command error: 104 Connection reset by peer <- [28][Thu Aug 15 14:57:27 2013] [notice] jrApache[11269: 14799] returning error page for 104 Connection reset by peer[Thu Aug 15 14:57:27 2013] [notice] jrApache[21458: 51935] command error: 104 Connection reset by peer <- [28][Thu Aug 15 14:57:27 2013] [notice] jrApache[21458: 51935] returning error page for 104 Connection reset by
I am using:ColdFusion 9.01Oracle iPlanet Web Server 7.0.13Windows 2008 R2 StandardWhen I try to use the Web Server Configuration Tool, I get the following message: warning "connectors/nsapi/intel-win64/prebuilt/jrun_nsapi.dll". Could it be an incompatability with the versions of software that I am using? Has anyone successfully configured ColdFusion 9.01 with Oracle iPlanet Web Server 7.0.13?I can't get past this message (see below).The wsconfig.log file has the following:02/14 00:39:57 debug Parsing Sun ONE Web Server (iPlanet) configuration file G:\Program Files\Oracle\WebServer7\https-CFAdmin\config\magnus.conf02/14 00:39:57 debug Parsing Sun ONE Web Server (iPlanet) configuration file G:\Program Files\Oracle\WebServer7\https-CFAdmin\config\obj.conf02/14 00:39:57 error connectors/nsapi/intel-win64/prebuilt/jrun_nsapi.dlljava.io.FileNotFoundException: connectors/nsapi/intel-win64/prebuilt/jrun_nsapi.dll at jrunx.connectorinstaller.JarUtils.ex
HI,I am using a cf 9.1 app, and session variables are not working. testpage.cfm sets a session.rage variable and has a button to go to page 2 where i cfdump the session and there is no rage variable defined there. I am working with legacy code where apparently this used to work. Help? cfapplication tag below:<CFAPPLICATION NAME="advapp" SESSIONMANAGEMENT="Yes" SETCLIENTCOOKIES="Yes" clientmanagement="Yes" APPLICATIONTIMEOUT="#CreateTimeSpan(0, 24, 0, 0)#" sessiontimeout="#CreateTimeSpan(0, 0, 45, 0)#">
I have a spreadsheet that I update and process.It has numbers on the top row that I use for an index.I was asked to remove the number row as it is causing problems when people don't renumber the top row properly, however when I do, the dat gets inported ver strangely - some columns get duplicated and others totally left out.Here are pictures of the top few rows of the spreadsheet and a dump of the query that is produced by cfspreadsheet Read.The top one has rows and works.The second set does not.The same spreadsheet with no top numbers produces this - the first record with the department number is duplicated 6 times instead of one column for each column in the spreadsheet:<cfelseif isDefined('UploadDataType') and UploadDataType is 'XXX'> <cfspreadsheet action="read" src="#theFile#" sheetname = "XXXDATA" query="XXXdata" headerrow="1" > </cfif>Any suggestions on how to correct this would be greatly appreceated.
Hi,We found that CF 10 stopped sending emails and on website, we received error: An exception occurred when setting up mail server parameters. This exception was caused by: coldfusion.mail.MailSpooler$SpoolLockTimeoutException: A timeout occurred while waiting for the lock on the mail spool directory.We are not sure what caused this problem, but after restarting the CF service everytime, this problem resolves. And this is happening frequently and no way to trace it immediately.Is there any way to trace that CF is not sending email or any updated to fix this problem?Thanks in advanceMamun
Hi All,I am using Cold Fusion 10. I have a grid that has a date field. I am using the popup calendar so people can edit the date. In Chrome browser, everything looks fine. In Explorer however, the calendar does pop up, but it is off centered within the popup window such that the last columns (Fri & Sat) are not visible. The left portion of the popup is just blank. It is possible to select a date and arrow over to the right which brings the full calendar into view. See image below. Any ideas why this is happening and what can be done?Thanks in advance for any help.
In order to put Google Analytics (GA) on all CF-generated pages, without having to edit 1000's of CFM pages, I am trying to use an IIS URL Rewrite Outbound rule to add the GA code. Outbound rules require no compression in order to do the equivalent of a search/replace on generated content. But CF is compressing the generated page, so the outbound rule fails.THis is verified with a simple CFM page. With the outbound rule disabled, the CFM page loads correctly. With the outbound rule enabled, the CFM page returns a 500.52 errror. This is because the generated page is compressed. (Compression is turned off at the IIS site level).This is with CF 9.01, Server 2008 R2, IIS 7.5, with URL Rewrite module installed.1) Is it possible to turn off compression on CF-generated pages?2) Is there a way to include the GA code on all CF pages, without editing 1000's of files. Note that there are many different CF applications running on the server, so there is not one common application.cfm/cfc.Tha
I have installed CF Builder 2 and have setup the localhost server correctly (I am using CF10 on IIS 7.5)The thing I don't understand is in Dreamweaver you work on files in a 'local' folder and then you upload these to a testing server or remote server to see how they workIn CF Builder 2 I don't understand how this works. It asking me for web roots and document roots etc but I just don't understand how to set it up like Dreamwever so that I can edit files in my C:\MyWebsite folder and then upload these to C:\inetpub\wwwroot\mywebsite for testing on? CF Builder seems to want to only use the files in C:\inetpub\wwwroot\mywebsite but that is not where my local files are kept. That is only where files that I want CF10 to run are kept.Am I missing something major here?
I have successfully created REST services for several applications, and am accessing them via IP address, but want to use a domain name.For example, I have http://111.222.333.44/rest/pa/api/get/stuffBut what I want to do is:http://www.mysite.com/rest...But of course that folder does not exist. How do I create a mapping or binding or? to accomplish this?
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.