The official community for ColdFusion.
Récent
First time I tried this tag CFPDF to create images of each pages.But, the quality result is fully unacceptable. Bad images, and text unreadable.Loosing time. Why creating such tags ?I am using CF v9.Is there progress in next version ?or is there someting which can be done to get the Quality ?Also the scale at 100, is very small compared to original PDF.it seems it does 50% at 100 scale ?Thanks for any help.I am vey desapointed.(last message I have seen in the forum date of 2010, so I post this new)Pierre.
This is critical.Our server is giving the folloowing 500 error:java.lang.NullPointerException at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:285) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)I have restarted the entire server a few times, but this error keeps coming up.This is business critical, and I am not an expert at Cold Fusion. Please help!
Hello, CFers!I need to access a remote page using the cfhttp. To be more specific, I need to access this page: https://sistemas.dnpm.gov.br/SCM/Extra/site/admin/dadosProcesso.aspx?numero=861738&ano=2013 (Sorry, Brazilian government sites works better only in the I.E.)This is a site of the Brazillian government that supervises mining areas all over the country. Each mining area has its own "numero" (number) and the "ano" (year) when it was registered at the National Department of Mineral Production - DNPM agency. As you can see (if you clicked the link to the DNPM website) there's a tab "Poligonal" at the top of it. Clicking on it will start a function created probably by the ASP.NET and it will generate a PNG image showing the area and some other processes near it. Example of the link above:So here is the problem: Can I get the data from the "poligonal" tab using the CFHTTP, knowing the poligonal page doesn't have a direct link? I tried all I could to find a way to get this image,
Hi Guys,Anyone saw this error when use the cfpdf tag?I need extract a text of a pdf file, but when run the script the CF Server show me this error:PDFDocException <p/> Created on Sep 12, 2006 How I solve this exception?Anyone know?TksHugsFabiano Magno Pechibella
Anyone else seen this error? It appears to be random. TIA!, -Aaron Neff
I have a report I print tracking the number of events in different categories. Events are single items and never parts of items.The charts I am generating have the y axis divided in all different ways.Is there a way to force the y axis to be whole numbers? I'm using CF9.ThanksExamples
Has anyone used the cfexchangecontact tag with the cfexchangefilter tag? According to all the docs I'm seeing the following should work to pull down all exchange contacts for a user: <cfexchangecontact action="get" name="qContacts" username="#mailuser#" password = "#mailuserpassword#" mailboxname="#mailboxname#" server="#mailserver#" /> <cfexchangefilter name="maxRows" value="-1"> </cfexchangecontact> ... but it generates an error: Context validation error for tag cfexchangecontact.Either the end tag &lt;/cfexchangecontact&gt; encountered on line xx at column 3 requires a matching start tag or tag cfexchangecontact does not support end tag. cfexchangecontact works fine without an end tag, but only returns 100 records (the def
I am currently looking for a BA in the St. Louis Area who has developed in ColdFusion. You could possibly work from home, this is a project. If you are interested or know anyone who would be, please email me at kafowler@stephenjames.com.
Our application contains some legacy code that still relies on cfgrid. We’re finding that our end users can no longer use these pages once they have upgraded java. When they try to use these pages with Java 7.51, the users receive the following general exception: “Name: coldfusion.applets.CFGridAppletSecurityException: Missing required Permissions manifest attribute in main jar: http://[host]/CFIDE/classes/cfapplets.jar”. Has there been a new cfapplets.jar released with an updated manifest for the new Java security? If there hasn’t been one, were is the best place to check for updates of this nature?I’m aware of the ability to add our sites to the exception site list in java as outlined here: http://www.java.com/en/download/help/java_blocked.xmlHaving the user down grade will also work as a temporary solution as well.The only server environment I tested on was CF 9,0,2,282541
I have ColdFusion 8 running on Windows Server 2008 with IIS 7. Lately JRun has been crashing every few minutes. I don't know what the cause could be. Can anyone give advice on how to fix it?The jron error I am getting in the server log mentions MSVCR100.dll and states:
Anyone else having issues recently with DDX calls that seem to return corrupted text from recent PDF files. Coincidentally, Firefox 26 renders the same same document incorrectly. AFC
Not my words. I've been told this by someone else.Detecting more than a hint of bull, I figured I'd ask here. How true (or false) is this statement? If it is dying, what's replacing it? Random thoughts on the state of CF's popularity welcome.
The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code.Null Pointers are another name for undefined values.The error occurred inC:/ColdFusion10/cfusion/wwwroot/TESTONLINE/END.CFM: line 1917 : <cfcookie name = "cfid" 18 : value = "#Now()#" 19 : expires = "NOW"> 20 : <cfcookie name = "cftoken" 21 : expires = "NOW"> Please can any body help me outThanksTayyab Hussain
Hi,Why is it so that when I am Offline i.e not connected to Internet I cannot log on to http://localhost:8500/CFIDE/administrator or even to localhost:8500 while using coldfusion 10. Can any body help.RegardsTayyab Hussain
We need help on struts configuration with ColdFusion 10 using IIS.Earlier we were using ColdFusion 8 with IIS 6 for one of our application. This application internally calls struts. After upgrading to ColdFusion 10 struts calls are not loading. We get 404 error.In ColdFusion 8 struts were configured using actions extension .do in IIS from this file- C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll.But in ColdFusion 10 this file is not present as ColdFusion 10 uses Tomcat in place of Jrun.Also there is no information in ColdFusion log file.
Request you to please help me with the Script "Make hyperlinks from URL".When I run this script its converting the URL to Hyperlink, but its changing the original URL text present in the Indesign file. Can this script search for a specific URL character style and convert it to Hyperlink by retaining the Original text in Indesign.For Example:The Original URL in Indesign file is this: https://confluence.atlassian.com/display/JIRA/Connecting+JIRA+to+a+Dat abaseWhen I run the script its changed to: confluence.atlassian.comIt would be great if you please provide some solution for this.
I am working on upgrading a client from CF5 to CF10 as well as Access 2010 to SQL Server Express 2012.I suspect they recently moved from Access 2000 to 2010 based on some message I came across. Don't know if that is germaine to this conversation or not, so I thought I'd throw that in.In the new CF10 environment, I had a query fail. At first glance, it appeared that one table didn't come across in the conversion.Checked my copy of the Access database backup -- that table is not there.Tested the production (CF5 running Access) system and this program works.Looked in the production Access database -- and the table is NOT there, either!What is this magic? I see no stored procedures, and it's not a cursor (CF5 didn't have that capability).Here's the query:<cfquery name="get_job" datasource="sts"> SELECT * FROM &nb
how many licenses are needed to have a cluster (2 physical servers one active and one pasive)
I am parsing an xml file and turning it into a query object. Everything good until I get a NULL or misssing value in my XML file and then I start getting error messages like The value '' cannot be converted to a number.So how can I check for these missing or NULL values in the XML and then set them to a value want so they dont keep appearing as ''?Here is my code: It runs great until i hit a missing value<cfset mydoc = XmlParse(myxml)><!--- get an array of employees ---><cfset emp = mydoc.ROWSET.XmlChildren><cfset size = ArrayLen(emp)> <cfset orderquery = QueryNew("FIRST_NAME, LAST_NAME,FILE_NUMBER,JOB_TITLE_DESCRIPTION") ><cfset temp = QueryAddRow(orderquery, #size#)><cfloop index="i" from = "1" to = "#size#"> <cfset temp = QuerySetCell(orderquery, "FIRST_NAME", #mydoc.rowset.ROW.FIRST_NAME.XmlText#, #i#)> <cfset temp = QuerySetCell(orderquery, "LAST_NAME", &
I have the type file for users to upload file. If they browse the file, they have to select the document type from the check box and versus. This code didn't do what I want. Can onyone pls help?Thanks<script>function validateForm(oForm) { var numChecked = 0; for (var idx=0; idx<oForm.doc_type.length; idx++) { if (oForm.doc_type[idx].checked == true) { numChecked++; break; } }if (document.getElementById ("cpc").value.
hi my website to all pages changing.how specific part of the page is changed on all pageshelp me pleasekasko hesaplama
Wondering if I've missed something in IIS7 or the Exchange Management Console. I am able to connect to OWA with regular browsers and various usernames but am getting the "Diagnostics: Cannot access Exchange server as a web application at 10.10.10.24. Ensure that the Exchange web application is configured in IIS and Web Service Extension for the Exchange server is allowed." error when I try to connect via cfexchange tags.Any help would be greatly appreciated.
TO... to who? Who do we send these files to?
Let me preface this: The following code is in the pseudo-constructor of my application.cfc (outside all functions) and this is the FIRST run of the application (so the application has not yet initialized)With that being said, I wrote the following code:<cfset this.mappings[ '/model' ] = expandPath( '/path/to/models/folder' ) />To make sure it took, I dump it:<cfdump var="#directoryExists( '/model' )#" />And sure enough I get: YES.Remove the dump and add the following code:<cfset myConfig = new model.utils.Config() />And CF errors out telling me it cannot find a Config.cfc. Well, I verified. In that 'models' folder, there is a 'utils' folder and a 'Config.cfc' in there. If I instead change the line to read:<cfset myConfig = new path.to.models.folder.utils.Config() />Then it works fine. So in essence, the mapping is not working. I have an odd feeling that this is all due to the fact that I'm doing this in the pseudo constructor area,
I'm upgrading a client from CF5 to CF10. They are using Access 2010 and I need to get it to SQL Server Express 2012 as part of the upgrade.This should be simple enough, right? I have access to SQL Server 200 / enterprise manager, SQL Express 2005 / 2008 / 2010 / 2012. I have access to a couple flavors of Access. I have access to a 32 bit Vista machine, a 64 bit Windows 7 machine, a 32 bit Windows Server, a 64 bit Windows server, and more that I won't bore you with.Of course, I have CF5, CF6.1, CF7, CF8, CF9, CF10Got all the tools I should need, right?Tried to import Access from SQL 2012; errors due to data.Tried to push (export) Access to SQL 2012; errors.Tried using every version to push and pull the data, always a couple errors keep it from being clean.Let's be honest, here. There are so many databases, tables and columns, the last thing I want to do is data-map each and every field in every table in every database. I'm a programmer, right? I can do this.I installed the A
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Vous avez déjà un compte d'utilisateur ? Connexion
Pas encore de compte ? Créer un compte
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.