Questions
Als letztes aktiv
Server is not responding about every other day now. The service states that it's running. Restarting fixes it temporarily.My first thought was that this was a client variables issue, since the 90 day purge causes people a lot of problems. But I've confirmed that the codebase doesn't reference "clientmanagement". I moved client variable storage to a database anyway (nothing is getting populated there), and turned global updates off. It still hangs after doing this.There's not much in the logs (there are no hs*.log files, and no exceptions in the regular CF logs), and so far Fusion Reactor has not pointed to any smoking guns. About the only thing I can find is in the isapi_redirect.log file (ColdFusion10/config/wsconfig/1/):[Wed Jul 23 18:44:05.215 2014] [13144:10964] [info] ajp_process_callback::jk_ajp_common.c (2066): current reuse count is 118 of max reuse connection 250 and total endpoint count 500[Wed Jul 23 18:44:05.217 2014] [13144:6856] [info] ajp_process_callback::jk_ajp_common.
like all other previous versions of Coldfusion, the documentation was available in PDF format, where can I find it for COLDFUSION 11??
Hello - I'm receiving the following error:"Error","ajp-bio-8014-exec-4","04/16/14","02:03:05","cfadmin","Could not initialize class coldfusion.security.ESAPIUtils The specific sequence of files included or processed is: C:\ColdFusion10\cfusion3\wwwroot\CFIDE\administrator\topnav.cfm, line: 248 "from one of the Coldfusion Administrator consoles on a production server that also affects a site hosted on the same jvm. I've researched this error and found data pertaining to CF8 and CF9, but not to CF10. Is there a fix that is available I've overlooked?The server build details are as follows:Server ProductColdFusionVersion10,0,12,286680Tomcat Version7.0.23.0EditionEnterprise Serial NumbermySNOperating SystemWindows Server 2008 R2 OS Version6.1 Update Level/C:/ColdFusion10/cfusion3/lib/updates/chf10000012.jar Adobe Driver Version4.1 (Build 0001) Thank you.
This error cames up every day in the log files. Do I need a new license or to update? I believe this is version 8. I am aware there are newer versions available. The process appears to stop after a certain number of days with the error being in the log every day. Here is the latest two log entries:07/27 03:01:18 error A License exception has occurred.coldfusion.license.LicenseManager$LicenseIllegalAccessException: A License exception has occurred. at coldfusion.license.LicenseManager.byte(Unknown Source) at coldfusion.license.LicenseManager.checkJSP(Unknown Source) at coldfusion.license.JspLicenseServlet.service(Unknown Source) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284) at jrun.servlet.ServletEngineSe
I am trying to connect to an Oracle 11g database. I see under the coldfusion settings summary that the java version is 1.7.0_55. So I downloaded the ojdbc7.jar file from Abode.com. Now the question is where do I put it so that coldfusion can access it?Of course I need to set up the database connection (which I still don't have the connection string for), but I still need to know where to put the ojdbc.jar file.Thanks.
CFZIP Bug in Coldfusion 11:<cfzip action="unzip" ... storepath="no"> does not work as expected. The files are unzipped to the entry path and not to the root level.My code worked fine with Coldfusion 9, but not with Coldfusion 11.Best regardsJürgen
Can anybody make page-break-inside work? below is sample code ... run it and it doesn't respect the page-break-inside... I think it is time to remove this from the document documentation if nobody can make it work.... can anybody post a proof of concept that shows that cfdocument does respect page-break-inside? <cfdocument format="pdf" marginbottom="1" marginleft="1" marginright="1" margintop="1" overwrite="yes"> <Cfoutput> <cfloop from="1" to="10" index="i"> <cfloop from="1" to="10" index="i"> <!--- alternate colors and font-size so that you can easily see where page-break-inside is failing when you look at the pdf created ---> <cfif i mod 2> <cf
Has anyone been able to get the autosize option in CF11 to work properly, I have added it to a couple of the spreadsheet I am generating but one of my columns is still coming out twice the size it should, it shrinks back to the right size if you do the autowidth in Excel so I am not quite sure what is stopping it from working any ideas?
<form action="/index.cfm" method="post"><form action="../index.cfm" method="post"><form action="../../index.cfm" method="post">Have tried them all, no luck. Any help?
I am new to coldfusion and have inherited a project from work that involves coldfusion apps that produces reports. I want to create a ASP.Net App with a new front end that will link to the coldfusion apps and display the reports.....any ideas? Thanks in advance
I used my well working code from Coldfusion 9 to get it running under Coldfusion 11 and found a bug in CFGRID together with a bind statement:Using bind the resulting javascript on the page has an error. The grid is not shown because the javascript is not executed. It seems that in the javascript a closing ' is missing.This happens if more than one variable is passed with the bind statement.Best regardsJürgen
Hi Guys,How I can generate a XLS file with information in a XML file.I have a XML which received information from a form.To the user see the information inside a XML file, I created a report.cfm with the informations of the users.Now the user want which the information in the XML, generate a XLS file from a CFM file to download.How I will transformed this information in a XLS file?Thanks,Fabiano Magno Pechibella
I have a lot of function calls with long lists of arguments and sometimes they can get mismatched (invoke with invokeargument status, function argument status_code). Coldfusion allows this to happen and makes the undeclared argument available in the arguments scope. Is there any way to disable this behavior so it only allows declared arguments and throws and error when it gets passed an argument that it doesn't expect?
I have tried to reference the file several ways without success. Please help me sort this out. Thanks!<a href="/index.cfm/fuseaction/YourShoppingCart.additem/productid=1001">add to cart</a> <a href="./index.cfm/fuseaction/YourShoppingCart.additem/productid=1001">add to cart</a><a href="http://www.theartoflovingcatsanddogs.com/index.cfm/fuseaction/YourShoppingCart.additem/productid=1001">add to cart</a>
Hi there, I'm new of the comunity and I'm a junior coldfusion developer...I have a problem with my application, I post the debug information of two cases: this is a normal result after I call the home page: quote: Execution Time (0ms) CFC[ /storage2/webapps/webappcfusion/cfusion/ancitel/Application.cfc | onRequestEnd(/ancitel/ancitel.cfm) ] from /storage2/webapps/webappcfusion/cfusion/ancitel/Application.cfc (89ms) /storage2/webapps/webappcfusion/cfusion/ancitel/ancitel.cfm · (4ms) CFC[ /storage2/webapps/webappcfusion/cfusion/ancitel/system/cfcomponents/com/mycompany/contenuti/ContenutiUtility.cfc | getForHome(100, 1) ] from /storage2/webapps/webappcfusion/cfusion/ancitel/system/cfcomponents/com/mycompany/contenuti/ContenutiUtility.cfc @ line 9 · (4ms) /storage2/webapps/webappcfusion/cfusion/ancitel/system/cftags/layout/pagelet.cfm @ line 29 · (4ms) /storage2/webapps/webappcfusion/cfusion/ancitel/system/cftags/layout/pagelet.cfm @ line 35 · (4ms) /storage2/webapps/webappcfusion/c
When running this it is only giving me the last value of my query in the array. Any thoughts on why this is happening? I appreciate any assistance. Thank you<cfset result = arrayNew(1) /> <cfset ArrayMedSchools = structNew() /> <cfloop query="GetMedSchool" > <cfoutput> <cfset ArrayMedSchools.name = Institution /> <cfset ArrayMedSchools.id = InstitutionID /> <cfset arrayAppend(result,ArrayMedSChools) /> </cfoutput>
During testing yesterday, I found that my web app wasn't updating records correctly. Some columns update while others didn't.Upon further inspection, I found that all the columns that weren't updating had one thing in common - they're all datatype nvarchar(max).I'm not sure what the problem is, but the first thing that came to mind was my cfqueryparam tags. I'm using cf_sql_clob as the cfsqltype (this is leftover from MS Access, as we needed that for memo fields). I tried changing this to varchar and longvarchar with no luck.The odd thing is that it works perfectly (using clob) on our test server, just not on our live server. Both machines are running CF8, but one is running SQL Express and the other is running SQL Enterprise.I'm sort of not sure where to go from here as far as debugging this.
I have a problem saving PNG images from another server, for example itunes, some work, some don't The following image will open fine in my browser ->http://a576.phobos.apple.com/us/r30/Purple/v4/de/60/bb/de60bb7f-8995-4007-cfec-1b0a472fa367/icon.pngThis is the error I am receiving: An exception occurred while trying to read the image.javax.imageio.IIOException: Error reading PNG metadata Code:<cfimage source="http://a576.phobos.apple.com/us/r30/Purple/v4/de/60/bb/de60bb7f-8995-4007-cfec-1b0a472fa367/icon.png" overwrite="true" destination="#filepath#/9999.png" action = "write">I believe some images have malformed/incorrect headers. I'm guessing this is a CF issue (I use CF8), because it loads fine in a browser.Anybody have a solution to this? Maybe an alternative way to retrieve the image? Custom tag?ThanksMark
Hi,I'm facing ColdFusion 11 installation issue on MAC OS X 10.9. Once the installation done with first step it asks to run the ColdFusion service manually as it is not automatically get started, once the service gets started asked to navigate to http://127.0.0.1:8500/CFIDE/administrator/index.cfm to configure the ColdFusion Administrator and server it throws error HTTP status 500 - java.lang.NullPointerException.Can anybody please help me out from here?Thx,Abhishek
Is there a way to retrieve just the document filename without the appended url path from a cfsearch?
This is occuring after a fresh install of IIS, and the cfadmin website is configured via WSCONFIG. I followed all the user permission recommendations from Pete's CF11 Lockdown Guide with the exception of the IIS configuration(still haven't removed handler mappings and haven't added any URL deny sequences under Request Filtering). Which eventually I will because that's the goal.This is what I get after I submit my username and password. the last http request that is made is to /CFIDE/administrator/enter.cfm, which responds with 405.0 Method Not Allowed (invalid method http verb)After I can keep going back to the login page with no problem. I'm accessing the cfadmin on Internet Explorer logged in as an administrator user of the web server(2012) itself.
About five years ago we upgraded our ColdFusion installation from MX 7 to 9.0.1. We've been running this version for about three years now with no problems. It's been great. But, we're two versions behind. We're running a MSSQL Server 2008 on an Windows Server 2008 R2 machine. We are considering upgrading to ColdFusion 11 Enterprise.I understand that in ColdFusion 11 Enterprise, they completely did away with certain things that were considered "deprecated" in version 10. I have a feeling this might cause problems migrating to 11, especially considering that our system was originally designed/created on MX 7. Of course, since upgrading to 9, we've tried our best to update everything from the old to the new.Is it worth upgrading to ColdFusion 11 from 9? Is it more than likely that we'll run in to problems with our applications in this upgrade? If everything is working fine as is, is there really any benefit to upgrading?Thank you for
I installed CF Builder 3 and wrote a "Hello World" scripts. But when I clicked "Run", it looks for "ANT" builder. I clicked on the two ANT listed, and return error says "No ANT file is found".Can anyone help me?BTW, I am new to CF.Thanks.Shen
I have a query ("GetTotals"). I'm adding a column there from the other query ("GetTheList") using the standard code: <CFSET myArray = ArrayNew(1)> <cfloop query="GetTheList"> <CFSET TotalJobs = GetTheList.Total> <CFSET x = ArrayAppend(myArray,TotalJobs)> </cfloop> <CFSET x = QueryAddColumn(GetTotals, "Totals", "VarChar", myArray)><CFOUTPUT QUERY="GetTotals"> shows everything the way I need. Except for one problem: How I order the output by that added column?Simple re-order (below) works for one column only but not for all of
I've set my datasource advanced settings to higher end Ascii characters along with unicode.I'm inserting data into MS SQL using <cfqueryparam cfsqltype="cf_sql_char" value="#listgetat(form.apps,1)#"> and I've changed the settings in the database to NVARCHARI can cut and paste a registered trade mark along with a few other special characters (and foreign language) directly into the database and they store just fineWhen I scrape HTML from a site, parse and then try to store it from a SQL INSERT, I end up injecting question marks where some of the special codes go, some seem to store, I've seen some Chinese and Russian characters in there.Can anybody help?ThanksMark
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.