Questions
Actividad reciente
Hello all,CF 2018 Standard on Windows 2016.Running the following code:<cfmail to="epipko@unionbay.com" from="mail@cf_server.com" subject="Example email"> Your Email Message!!!</cfmail>Getting the following error in mail log:javax.mail.internet.AddressException: Empty address in string ``''If you dealt with this error before, please point me to the right direction to resolve it.Thanks,Eugene
Greetings,I am trying to get PDF content using CFHTTP from the following link: https://policy.ucop.edu/doc/3220479/BFB-BUS-38.It works in browser, but CFHTTP returns following:ErrorDetailI/O Exception: nullFilecontentConnection FailureHeader[empty string]MimetypeUnable to determine MIME type of file.Responseheadertest - struct [empty]StatuscodeConnection Failure. Status code unavailable.TextYESMy CF code is:<cfhttp method="get" url="https://policy.ucop.edu/doc/3220479/BFB-BUS-38" timeout="50" result="test"></cfhttp><cfdump var="#test#" label="test">CF Server is CF11 developer edition, version 11,0,15,311399.Looking at Response headers in browser, I noticed that Transfer-Encoding: chunked and Content-Length is missing(Server Apache). Is there problem with CFHTTP and Transfer-Encoding: chunked?Any ideas on how to make it work?Regards,Simon
I got PDF document from the customer. The document is 60 pages long. I need to read the data from middle of the page 49 to page 58. In ColdFusion there is cfpdf tag that allows reading the pdf documents. Here is example of what I have so far:<cftry> <cfset mypdf = expandPath("./data.pdf")> <cfpdf action="read" source="#mypdf#" name="PDFInfo"> <cfdump var="#PDFInfo#"> <cfcatch type="any"> <cfdump var="#cfcatch#"> </cfcatch> </cftry>After document is dumped on the screen there are information like:Author [empty string] CenterWindowOnScreen no ChangingDocument Allowed Commenting Allowed ContentExtraction Allowed CopyContent Allowed PageSizes PDFD
Hi,Is there any information about this release # 312276. Is this an existing release, or future release, or is it a patch that has to be requested?It fixes an Amazon AWS S3 issue: Tracker Thanks!
Hi,We have the folder path called /api and after we upgraded from Coldfusion 10 to Coldfusion 2016 the Coldfusion module inside that folder is not longer working. It's giving us the status error code 500. Different folder path is fine only particular folder /api won't work. Please help!!.Thank you.
I have an Adobe Flex app that I've written, and of course I occasionally need to call remote procedures on the server sometimes. We use ColdFusion 11 on the server-side to handle these remote calls.When I install Update #12 on ColdFusion 11, I get the following error when I make a remote call:faultCode:Client.Message.Encoding faultString:'Creation validation for class 'flex.messaging.io.ObjectProxy' failed.' faultDetail:'null'It only seems to happen when I send a complex data-type (like an Array of Objects) to the remote function. It doesn't happen when I'm just sending strings.Also, I'm using a secure channel when I make the remote call -- don't know if that might be the difference or not.Please let me know if I can provide any further information to help track down the root of this issue. I'm happy to provide any logs you might need, or whatever. Just let me know.Thanks,Laurence MacNeillBall Ground, Georgia, USA
Hi,I'm getting that error even though statistics.cfc is present in model directory, I installed coldfusion 2018 and this code was written in cf10 and it was working fine only changed cf version cos I migrated my site to other hosting server where I installed latest coldfusion 2018 and getting that error now PFA. Some syntax has changed in latest version ? Please help !Best,Sikander
Hello, all,Based upon a cursory glance at one of Charlie Arehart's blogs, I wanted to know what version of Ext.js shipped with CF11 (based upon a description in the blog, I tracked down the location of the files for Ext.js and got my answer.) CF11 (released April 2014) shipped with Ext.js v3.1 (v3.0 released July 2009).The current version of Ext.js is (I believe) 6.1.x. I cannot currently find which version of Ext.js ships with CF2018, but I suspect it isn't Ext.js v6.1.x.It's not just Ext.js, either. As I understand it, Solr (Lucene) is also versions behind.Which begs the question: Why is ACF behind in supporting library versions? (TSIA)Just curious.V/r,^ _ ^
I'm having a ton of trouble getting a new install up and running on RHEL6. Its ColdFusion 10 and when I try to install the package I get an error that says:ColdFusion_10_WWEJ_linux64.bin line 3309 /tmp/install.dir.21145/Linux/resource/jre/java: Permission DeniedThis dies right after the installer starts working.I have tired: sudo ./Install - Same resultsI have also changed permissions on the installer directory (can you restart a failed install from the directory?) SELinux is *NOT* enabled so I have skipped past this part.Anyone have any suggestions in getting this installed?
I have a form that allows the user to create 5 different sets of results on the same form. I do this by using CFLoop. For example:<cfloop from=”1” to=“5” Index=“i”>Form FieldName#i#So I end up with:FieldName1FieldName2FieldName3FieldName4FieldName5That part works great and keeps the form code short and clean considering there are 16 form fields.Is there a way to loop over that data to insert it into a table. Each Index needs to be its own row in the table. For example…<cfloop from=”1” to=“5” Index=“z”><cfquery datasource = “abc”>Insert into XYZ (Name)Values (#form.FieldName[z]#)</cfquery> What I don’t know how to do is use a variable (the index) within a variable (Form.Result). Parts of the form need to go into 6 different tables times 5 sections of the form would be 30 SQL statements vs. 6 if I can loop.Thanks in advance for any assistance.Gary
I have Coldfusion 2018 successfully running on Mac OS X Mojave.I have never tried to see if .NET integration runs on the Mac. I have installed .NET core on the mac and tested the code which connects with a DLL, however I get the error:CLASS MYCOMPONENT.MYCLASS NOT FOUND IN THE SPECIFIED ASSEMBLY LIST.I cannot find anything on the web that says this will never work. Or how to overcome this error. I have checked the path, all OK. The code works ok on a windows machine. Any help would be much appreciated.
The table "struct" is displaying on the webpage and I can't find in the CF files or wordpress where to hide or remove table(s). I am not a CF expert or wordpress, but I have experience with HTML.
Can anyone help explain why in my next page flow report, my second most popular next page is the origina(first is exited site).
I updated to CF 2018 from 2016 and getting "Authentication has Failed" error message. Please check the logs for more details.scoldfusion.security.SecurityManager$AuthenticationFailedException: Authentication has failed.at coldfusion.security.SecurityManager.parseAuthInfo(SecurityManager.java:3429)at coldfusion.tagext.security.AuthenticateTag.parseAuthUpdate(AuthenticateTag.java:397)at coldfusion.tagext.security.AuthenticateTag.doStartTag(AuthenticateTag.java:358)
Hello,We have recently started having problems with CFHTTP. For an entire year, it ran fine and suddenly, on a bad day, every call to CFHTTP results in the following error : Could not initialize class com.rsa.cryptoj.o.oz. Restarting CF services resolves the issue. So far, this has happened a total of 3 times, twice on the same server (CF11 update 14, jdk 1.8.0_151), and once on a different server (CF11 update 15, jdk 1.8.0_181).Full stack trace of the error below : --- begin ---"Error","ajp-bio-8014-exec-92","11/30/18","15:01:28",,"Could not initialize class com.rsa.cryptoj.o.oz The specific sequence of files included or processed is: D:\PATH\TO\test2.cfm, line: 3 "java.lang.NoClassDefFoundError: Could not initialize class com.rsa.cryptoj.o.ozat com.rsa.cryptoj.o.kd$154.a(Unknown Source)at com.rsa.cryptoj.o.kb.newInstance(Unknown Source)at sun.security.jca.GetInstance.getInstance(Unknown Source)at sun.security.jca.GetInstance.getInstance(Unknown Source)at java.security.cert.Certificat
We are recently migrating to cold fusion 2016. We were running an old CF 2004 server believe it or not. We invested in a new dedicated server running cold fusion 2016 to transfer all of our data over. The main question is:1) How can you tell that your data center is using the CF 2016 edition of the server we now own? bought and paid for. We know builtwith.com is a good tool to cross check technologies but is there a sure way to identify that the server is running cold fusion 2016.? What is the best way to get proof?In the process, we talked with 2 CF based companies to do the transfer both said it would take approximately 2 weeks to complete - stand up the server and migrate our software platform , websites and data over which we provided the original instructional database of how the software works in CF. We decided to keep our long relationship current vendor 14 years. We paid in full October 1st which included hosting up to 14 months, they said upfront
I'm using Adobe CF 2016 on windows. I use cfmail to send emails but I'm looking for a tutorial on how I can update my database from an email subscriber who wants to unsubscribe from my newsletter?thanks.
Hi everyone - this is silly, I know, but...I'm a designer who can code a bit, and I have issues with font management on my system (I have about 2,000-odd fonts). so, Cleverdix here decides to quickly write his own ColdFusion font manager, easy peasy. Import all the font families into a database, add my own delimiters (such as "oh yeah" and "Crap" and 'handwritten") so that when I look for a font, I can run a query, and find the fonts I'm looking for. Heaven! Got the database set up, works like a charm.Except, of course, it does not, because coldfusion doe snot want to render the fonts. Do a bit of digging, and I find this gem:<cfset adminObj = createObject("Component", "cfide.adminapi.administrator")><cfset adminObj.login("password", "user")><cfset rtService = createObject("component", "cfide.adminapi.runtime")><cfset fonts = rtService.getFonts()>Ta-dah! absolutely brilliant - I now have a struct with all my fonts... within a struct
TLDR version - ColdFusion MX 6.1 will work on Windows 10 64-bit if you use 32-bit Apache 2.2.x, and not IIS, as well as following some instructions.Just concluded an extended struggle trying to get the ancient, but licensed, ColdFusion MX 6.1 running on Windows 10 Enterprise. We have highly-formatted web reports written long ago in CFML that are still in use, and the developer does not have the time to rewrite them in modern technologies like SQL Server Report Services or even ASP.Net. I wanted to document the process of getting this installed in the unlikely case someone else in the future needs to get this done.Important URLshttp://mc-kenna.com/computery/2006/09/coldfusion-mx-61-with-apache-22-on-windowsAdobe - TechNote : ColdFusion MX 7.0.1 and 7.0.2: Hot fix available for Apache 2.2 supportWayback MachineNote that URLs #2 and #3 rely on the Internet Archive to retrieve the Adobe TechNote and the hot fix wsconfig.zip file.URL #1 documents the essential procedure to
Hi All,Trying to insert 200K records to Oracle 12c.We did this concept couple years ago, it is taking 6min doing the inserts:Re: pass query to oracle Is there a better technique do to a faster bulk insert to Oracle with the new version of ColdFusion?We are using CF11 but we can upgrade if it is necessary.Thanks,Johnny
CF 11,0,15,311399 on RedHat Linux 7.6 x86-64I'm trying to send email using cfmail() and our local smtp server prefers the use of X509 certifcates for authentication and TLS rather than the more usual username/password mechanism. Is this possible is CF11?I see stuff about keystore, keyalias, etc but that seems more for digitally signing the email. And stuff about recipientcert and encrypt seems more about encrypting the actual body of the email being sent using the recipient's public key./certificate.Thanks,PH
Hello, all,I've got a query that isn't running within my CFM document; however, if I copy/paste the SQL from the error message into SQL Developer, it does just fine.Windows Server 2012 with Oracle 12 and Windows Server 2012 with CF10 Server.I'm creating a query object from scratch (QueryNew()) and trying to insert that data into a table.My code is:<cfquery name="insertData" datasource="#application.dsn#"> INSERT ALL <cfloop query="myQuery"> into tableA(ID, ORG_ID, NAME, CITY, STATE, ZIP) VALUES ('#varA', '#varB', '#varC', '#varD', '#varE', '#varF') </cfloop> SELECT * FROM DUAL;</cfquery>The error message is very vague, and yet if I copy/paste the SQL from the error message into SQL Developer, all the data is inserted.Confuzzedly,^_^
We are currently running Coldfusion MX7 with MS SQL Server 2008. We need to upgrade to SQL Server 2012 (as a minimum), but understand that is not compatible with MX7. We really should upgrade to a later version of Coldfusion too, but to minimise business impact and risk we are searching for a short term work around.1. Are there are official drivers/plugins that can be provided to allow CF MX7 to work with SQL Server 2012?2. If not, is there a way we get hold of an official copy of Coldfusion 10 as that will work with SQL Server 2012?
I have 12 or so coldfusion 11 servers.On several of them I have individual pages in CFIDE/admin that will not display.I get: An error occurred while executing the application. Please try again or contact the administrator.On one of the servers I cannot access any of the links on the left.On another everything works except the scheduled task.
Anyone use the tool with a website with more than one instance? Sometimes on a second pass I will get the service is not running errors, other times I will get that there are no IIS websites that need locked down. We have one website with four running instances. But I have yet to get it to work on the second pass, what good is it if it will only work for one instance?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
¿Ya tiene cuenta? Iniciar sesión
¿Aún no tienes una cuenta? Crea una cuenta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.