The official community for ColdFusion.
Nyligen aktiv
Installed CF 2016 on Unbuntu running Apache and I cannot get CF and Apache to see one another. I've searched everywhere to find how to install these "Tomcat Connectors" but all the locations the "config files are supposed to "exist" there not in my files.I found this at apache.orgYou should first have mod_jk.so (unix) or mod_jk.dll (Windows) installed in your Apache module directory (see your Apache documentation to locate it).Usual locations for modules directory on Unix:/usr/lib/apache//usr/lib/apache2//usr/local/apache/libexec//usr/local/apache/modules/but nothing ...All the documentation doesnt seem to speak to CF 2016. I found where my connectors are I just dont know the correct location is to install them...If anyone else has had this issue with this your advice and guidance would be much appreciated ...In addition.... where is my httpd file? Do I still need one ? I cant find it anywhere...
Do you have any ideas about fixing the coldfusion.runtime.SessionTracker exception? Have you encountered it before? We have, unfortunately.Our system consists of ColdFusion 11 Update 13 and IIS."Error","ajp-bio-8012-exec-4","12/15/17","06:45:30","educationLive","Could not initialize class coldfusion.runtime.SessionTracker The specific sequence of files included or processed is: E:\wwwroot\www_education_nl\htdocs\education\Facade.cfc, line: 493 "coldfusion.runtime.CustomException: Could not initialize class coldfusion.runtime.SessionTrackerat coldfusion.tagext.lang.ThrowTag.doStartTag(ThrowTag.java:142)at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:3000)at cfApplication2ecfc1126640006$funcONERROR.runFunction(E:\wwwroot\www_education_nl\htdocs\Application.cfc:493)at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:487)at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:420)at coldfusion.runtim
Hi everyone,We currently have Coldfusion 11 running on Ubuntu 16.04 on all of our application servers. When I came to install Coldfusion 2016 I noticed the installer failed on the Apache connector part and checked the Coldfusion 2016 support matrix here:https://helpx.adobe.com/pdf/coldfusion2016-support-matrix.pdf Which states it does not support Ubuntu 16.04 which I found odd because I've seen several posts and even this image of Coldfusion 2016 running on Ubuntu 16.04:AWS Marketplace: ColdFusion (2016 release) I'm guessing these people installing on 14.04 and then updated to 16.04.Does anyone have an tips of getting the installer to run on Ubuntu 16.04?Kind Regards,Chris
Hello,I can't seem to get CSS to work in CFHTMLtoPDF. All I need is font and font size. Is there a simple way to accomplish this task?Thanks in advance!Gary
I've been working on transforming an old CF9 form into a CF 2016 version and have everything working except . . . I have a form that folks can select various search criteria off a record (i.e. userid, sequenceNumber, PayCode, PaymentDate, ABSdollar, MinDollar, MaxDollar, etc).As the values get selected the arguments get built (some are just the value, and some are phrases - i.e. "AND abs(payment_amount) = #client.gdabsamount#") and then these values get sent serializeJSON before they go to the CFC where executed.This is where the value gets set:<CFIF LTRIM(RTRIM(client.gdabsamount)) is ""> <cfset client.gdabsamount = ""> <cfelse> <cfset client.gdabsamount = "AND abs(payment_amount) = #client.gdabsamount# "> </cfif> <cfset AP = serializeJSON(#client.gdabsamount#)><cfgrid format="html" name="grid" pagesize=18 sort="yes" selectMode="row" selectColor="##e6e6ff" height="500" width="1400"
I recently spoke to an agent from technical support about CF licensing and he said he will connect me to someone from sales team but I never got a call back so I will try to get an answer here.I don’t know which edition of CF I need to buy, standard or enterprise. I was informed licenses are issued on a Core basis. So if I’m using 2 VMs with 4 cores each, which edition do I need? And how many licenses? Can you send me a full description on how the licensing works? I can’t seem to find anything that helps on the website.
I am setting up a new site and getting this cryptic error message. 500 errorElement NAME is undefined in a Java object of type class coldfusion.runtime.StructBean. The specific sequence of files included or processed is: I cant get any pages to run. It looks like the session vars aren't getting set. Any idea what this is? Maybe some server settings arent correct?
The core server localhost:8500/CFIDE/administrator brings up a page just fine.localhost:8250/CFIDE/ brings up a directory search, but adding administrator to the end produces a blank page with no HTML at all. administrator/index.cfm does the same. However, putting an index.cfm in the root of the IIS site directory and navigating to localhost:8250/ opens that cfm file just fine. I must be missing some property setting/permission, but I've followed the two following guides to the letter.http://wwwimages.adobe.com/content/dam/acom/en/products/coldfusion/pdfs/coldfusion-2016-lockdown-guide.pdfColdFusion Help | Web Server ManagementEnvironment: Windows Server 2012 R2. The only installs on it are IIS and CF 2016, all developer settings, using coldfusion internal server..What are my likely failure points?
I have a 2 member cluster. If member A is running member B will not start. If I have member B running member A will not start. The member that fails to start will eventually time out (Window Service) with this error:ar 01, 2018 9:22:16 AM org.apache.catalina.ha.tcp.SimpleTcpCluster sendSEVERE: Unable to send message through cluster sender.org.apache.catalina.tribes.ChannelException: Operation has timed out(3000 ms.).; Faulty members:tcp://{xxx.xxx.xxx.xxx}:4005; at org.apache.catalina.tribes.transport.nio.ParallelNioSender.sendMessage(ParallelNioSender.java:102) at org.apache.catalina.tribes.transport.nio.PooledParallelSender.sendMessage(PooledParallelSender.java:47) at org.apache.catalina.tribes.transport.ReplicationTransmitter.sendMessage(ReplicationTransmitter.java:57) at org.apache.catalina.tribes.group.ChannelCoordinator.sendMessage(ChannelCoordinator.java:82) at org.apache
Hi,We have been using CF8 for years on an xserve running cf8 enterprise (32 bit) single server mode and have had no problems. We recently added a new xserve running OS X Snow Leopard and installed CF8.01 Enterprise 64 bit in multi server mode (currently using default cfusion instance). All of the sites load correctly until we try and process images. We are seeing 2 different errors when trying to resize (or crop) an image:sealing violation: package com.sun.media.jai.util is sealedjava.lang.SecurityException: sealing violation: package com.sun.media.jai.util is sealed at java.net.URLClassLoader.defineClass(URLClassLoader.java:234) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) atand Could not initialize class javax.media.jai.JAIjava.lang.NoClassDefFoundError: Could not initialize class javax.media.jai.JAI at coldfusion.image.Image.resizeImageWithJAI(Imag
I'm using cfscript to create a (fairly) large xlsx spreadsheet. As I was developing the script and the spreadsheet grew in size, I started getting the following error when attempting to open the spreadsheet:I narrowed down the problem to my use of the functions used to format cells (specifically, SpreadSheetFormatCell and SpreadSheetFormatCellRange). I found that by commenting out some of those function calls, the error would disappear.After much trial and error, I've now come to believe that the issue isn't incorrect usage of the formatting functions, but rather some sort of internal limit I'm running into. I threw together a simple test case to show this. The following code (named "bigSheetTest.cfm" on my system) can be used to show the problem (at least on my machine):<cfscript>maxrows = 725;formatBoldCenter = StructNew();formatBoldCenter.bold = "true";formatBoldCenter.alignment = "center";formatBoldUnderlineCenter = StructNew();formatBoldUnderlineCente
One of my site which runs on ColdFusion is opening debugging site instead of normal site. Whatever option i click on the site there is a ColdFusion debugging window opening. I the home page of the site also i am getting options Debug this page and Docked debug pane. What might be the cause for this sudden change . How to resolve it ?
CF trows me out every time I try to submit the DSN the page http://127.0.0.1:8500/CFIDE/administrator/index.cfm?target=%2FCFIDE%2Fadministrator%2Fdatasources%2Findex.cfm gives an error (There was an error accessing this page. Check logs for more details).It's on my new installed local develop machine. I suspect something has been done wrong with the insatllatieonSomebody an idea?psApplication log tells me: There was an error while verifying the token. Either the session timed out or un-authenticated access is suspected.
In ColdFusion 10 Administrator > Data & Services > Flex Integration > Flash Remoting. The description says, "Lets a Flash client connect to this ColdFusion server and invoke ColdFusion Components (CFCs). NOTE: Disabling this feature also disables ColdFusion server monitoring and multiserver monitoring." I don't think we run any monitoring. However, is there a way for me to verify that before I disabled this option?
Hi,I'm trying to collect data from two separate tables in the same database. One table holds the data for the topics and the other holds the data for the replies to that topic. I want to combine these two so I can output one list that lists the topics posted by a user and the replies made by that same user together in a single recordset. (I'm testing it with '2' as the user_id). The problem is that I'm seeing double when I test the recordset. This is how I've created the recordset so far:SELECT boardtopics.user_id as t1_user_id, board_replies.user_id as t2_user_id, boardtopics.title as t1_title, board_replies.title as t2_titleFROM boardtopics, board_repliesWHERE boardtopics.user_id = 2 AND board_replies.user_id = 2any help would be greatly appreciated.Thank you,Michael
we have problems with PDFs created with cfdocument (CF 11) and the Microsoft Edge Browser.Edge shows only a white page.Here is the Link to a Sample Document, please try it on Edge:https://unimedia.ag/Rechnung.pdf The same PDF, but opened and saved with Acrobat DC.This PDF is shown in Edgehttps://unimedia.ag/Rechnung2.pdf What can we do to create compatible PDFs also for Edge with cfdocument?Thanks in advanceHerbert
I have a routine that properly encrypts and then decrypts data, using CF, into a SQL table. My encrypt function is as simple as: encrypt('secure text', [seed key], 'AES')I can use this to insert data into a MS SQL varchar(50) field, and then later retrieve those results using CF, use the CF decrypt function, and get my 'secure text' back in plain text. This has all worked perfectly well for years.I now have a need to decrypt the 'secure text' using SQL directly, not ColdFusion. I have found the SQL EncryptByKey and DecryptByKey functions, but even though I'm using the same [seed key] string, and using the AES_128 SQL algorithm, it's not properly decrypting things. Is this just general incompatibility, and I should stop trying, or is there a way to align the CF encryption and the SQL decryption to make them compatible?The SQL function I'm using looks like this:CREATE SYMMETRIC KEY AES128SecureSymmetricKey WITH ALGORITHM = AES_128 ENCRYPTION BY PASSWORD = N'[seed
Hello, all,I have a form that when submitted to CF will perform validation, then insert all the information into 2 or 3 (depending) sheets in Excel, drop it into an email and send it off.The recipient of the email then puts focus on one of the sheets in Excel and does a "Save As.." into a tab-delimited txt file. Easy peasy, right?The recipient then takes that txt file and submits it to ACT (I have no idea what ACT is, but I'm guessing it's another application that I don't have access to.)One minor problem, though, is that a few of the columns in the txt file have all associated values inside double quotes, which is screwing up inserting the data into ACT.Here is a txt file example:BOOKING TYPE ORIGIN DESTINATIOND2D DOD "Charleston, SC" "Destin, FL"D2D NDOD "St. Louis, MO" &n
Hi,We planned to upgrade our ColdFusion9 version to ColdFusion2016. During installation, at 76% the process is not at all moving further. I am breaking my head with this silly issue. Tried reinstalling by quieting the current installation but was no luck. And one more point, before reinstalling again i tried to uninstall but it was throwing a fatal application error: "This Application has Unexpectedly Quit. Invocation of this Java Application has caused an Invocation TargetException". Please help me. Any suggestions are accepted.OS of the machine is Windows server 2008, 32-bit.RAM 4GB.Previous version of ColdFusion is ColdFusion9.Note that i am following the Adobe ColdFusion (2016 release) Migration guide.
Hi,i want to create a redirect to non latin URLs like<cflocation url="https://ru.wikipedia.org/wiki/Заглавная_страница" statuscode="302" addtoken="no" />But in this case i will be redirected to https://ru.wikipedia.org/wiki/%20%20%20%20%20%20%20%20%20_ So the result is that i got the wrong URL.What can i do? suggestions?ThanksFelix
I'm tasked with installing Cold Fusion 9 on a box that already has Cold Fusion 7 on it. They really want to have them running side by side.I have a few questions on this, and I'm hoping community support could help guide me in the best direction.1) From what I have read it is highly suggested to run only instance of CF on a server. Can anyone further prove or dispel that suggestion?2) I have the tag changes since version 5 and above as my first resource link below. If we would move to strict CF 9, should it be relatively easy to upgrade?3) If I was going to have CF 9 and CF 7 run silmuntaneously on the same server it was suggested to install the new version first, and then the old version. Well this server already has CF 7 running on it. I don't think it would be wise to uninstall CF 7 just to install CF 9 first. Do you agree?4) If the versions were running side by side, what is the indicator that says one site or app runs which version o
I have an application that uses cfimage to load an image which is then resized (using imageresize) and overlaid with a watermark (using imagepaste). It had been running for some time on a UNIX platform and now fails. The error message is "could not initialize class javax.media.jai.JAI. The error occurred with imageresize(imagename,300,"",highestPerformance) and I can get past that error by using imageresize(imagename,300,"",highPerformance).However the same error then occurs on Imagepaste(image1,image2,0,0) and I have found no way around that problem.One development platform is a Win10 CF version 2016,0,03,300466 with Java version 1.8.0_72 and no such errors occur on the test system.Another development platform is a Win10 CF version 2016,0,0,297996 with Java version 1.8.0_72 and no errors occur on that test system.The production systems is UNIX CF versionj 2016,0,03,30046 with Java version 1.8.0_72 and errors occur there so the application no longer
Wildcard certificates on my ColdFusion 11 are expired, i am having the new certificates with me. How to import and install new certificates on the CF Servers
This is an older CRM application using CF 9 that hasn't been changed in over a year.As of Sunday between the hours of 8 AM and 4 PM cftoken/cfid disappear in the middle of loading the dashboard. 2/3 of the content appears and then the cfid/cftoken disappear. It only occurs at very specific times of the day.Any ideas?
Hi,Can someone tell me if antivirus software is recommend when doing strict validation on file uploads or using the PDF merge feature?Thanks in Advance.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Har redan ett konto? Logga in
Har du inget konto än? Skapa ett konto
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.