Questions
Als letztes aktiv
Hi,I inherited a VM with the following specWindows Server 2003 SBS SP2,Intel Xeon E5506 2.13Ghz,3.90 GB ram.Adobe Cold Fusion 8 Std version 8,0,1,195765Microsoft SQL Server 2005Java version 1.6.0_04The VM host our local webserver that serves about 70 local users.I am facing random freezing of the local website.Most times when website freeze, I use Process Explorer and found that when jrun,exe is at 50% cpu and another 48% by everything else.Can someone advise what action I can take to fix the random freezes?Thanks and Regards,Wee
Hy, is there some mean by which I can deternine if CF9 version 32k or 64k is installed on my server?I tried evrything in the Asministrator with no avail.
I am uploading pdf files to our server and want to save space. I am trying to use cfpdf to optimize the file size. The one I am testing on is 1.25MB, so it's not a big file. When I reduce it using desktop Acrobat it takes less than 1 second. When I use Coldfusion it times out after several minutes.The file is first uploaded to it's own directory, then I use this to try to reduce it.<cfpdf action = "optimize" source = "H:\Inetpub\Wwwroot\MySite.com\newsletters\files\#Section#\#issue#.pdf" algo = "bilinear" /> I'm sure it's something I've done wrong, please advise.
I am running this on CF10 -<cfpdf action = "optimize" source = "original.pdf" algo = "nearest_neighbour" pages = "*" destination = "new.pdf" overwrite = "true">Instead of optimizing the PDF file, it creates a larger file.I noticed the issue is happening only when my PDF contains images.Anyone having the same issue?
I'm working with the demo version of CFBuilder 2016. I click on the CFB icon and it appears on the task bar for about 1 second then disappears. I've tried some suggestions I've found on the web including opening as Administrator and renaming the workspace but nothing helps. What else can I do?
I want to creat web serivice by cfc that return a string.But the cfc return a struct.How can I do ?The client only accept return a string.my web service code:<cffunction name="wechar_tokenVerify" access="remote" returntype="string"> <cfreturn "132456"></cffunction>the client's http method is getthanks
I love this product when it's working but I've had a lot of problems with it - projects not visible on Navigator panel, RDS Dataview not available anymore, etc. Right now, my main problem is that the program won't open. I've seen that I'm not the only person who has had this problem and I've tried many of the suggested fixes including renaming the workspace and opening as Admin - nothing is helping. I am working with Windows 10 OS. I'm pretty new to both ColdFusion and to pc programming in general, so if there are any suggestions, please keep them simple. Thanks.
Anyone here have any success with a CF server running WebSockets and an AngularJS front-end? I'm having some trouble and hoping for help.Just one channel on the server: THIS.wschannels = [{name="test1"}];As a note, this Application.cfc is in a subdirectory (api/rest) where we're running our taffy rest backend. Should it be moved to the top lever, or does it matter?On the front end I've tried a few things along these lines: var ws = new WebSocket("ws://localhost:8575/api/rest"); ws.onopen = function(){ console.log("Socket has been opened!"); }; ws.onmessage = function(message) { listener(JSON.parse(message.data)); }; function listener(data) { var messageObj = data; consol
I'm writing a component to act as a webservice.ColdFusion generates the wsdl and I'm happy for it to do that. I don't want to manually provide the wsdl.In the wsdl:definitions, it generates a targetNamespace. How does it determine what the targetNamespace should be?
It is a very simple scenario, and believe me it was working absolutely fine on CF11 Windows 7, but for some strange reason on CF11 Windows 10, deleting a file does not work, because I think the file is being locked by Coldfusion:I have double checked the path and it is correct:<cflock name="delete_globalsettingsimage" type="exclusive" timeout="40"> <cffile action="delete" file="#request.filepath#\#uploadfolder4#\#filenameassociation#" /></cflock>The <cffile...> part of the code is line 1360And the error:ColdFusion could not delete the file C:/ColdFusion11/cfusion/wwwroot/establishmindfulness/cache/file/brand-logo-email/5E797506-84A6-C828-BCCF23F51DB922B1.png for an unknown reason.The error occurred in C:/ColdFusion11/cfusion/wwwroot/establishmindfulness/includes/content/cms-settings-global-settings-content.cfm: line 1360Called from C:/ColdFusion11/cfusion/wwwroot/establishmindfulness/includes/content/cms-settings-global-settings-content.cfm: line 135
Does anyone have any best practices for coding a high volume CF site? What things do you want to watch out for?
I'm trying to install CF 2016 in dev mode for IIS on Win10 64-bit. The main CF install succeeded, but with an error in the Web Server Connector. I found the log file with stack trace for the error, but don't understand what it's telling me. The relevant part of the error seems to be "Version 0.0 is installed." What does that refer to? I just installed CF 2016. Can anyone help me with this?# Created by ColdFusion on 11/20 11:28:1211/20 11:28:12 info Tomcat Connector11/20 11:28:12 debug command line: -ws IIS -site 0 -enableBuffering -connectionPoolSize 500 -connectionPoolTimeout 60 -reuseConnectionCount 250 -v 11/20 11:28:12 info Version 0.0 is installed. Supported versions are 4.x, 5.x, 6.x, 7.x, 8.x, 10.x11/20 11:28:12 error Version 0.0 is installed. Supported versions are 4.x, 5.x, 6.x, 7.x, 8.x, 10.xcom.adobe.coldfusion.connector.connectorinstaller.WSVersionNotSupportedException: Version 0.0 is installed. Supported versions are 4.x, 5.x, 6.x, 7.x, 8.x, 10.xat com.ad
I installed the developer edition on my machine and receive the message, "The ColdFusion ODBC Server service is not running or has not been installed." when trying to add an ODBC datasource in the ColdFusion administrator. I previously used ColdFusion 8 with no problems at all adding ODBC datasources. I uninstalled ColdFusion 8 before installing ColdFusion 11.
I'm running Server 2016, and ColdFusion2016 update 5 (installed with the update 3 exe) and then have updated to 5. IIS has all of the required handlers from the Web Configuration tool. I have an application named EC_Prod set in IIS pointing to a directory outside of the n:/inetpub/wwwroot directory. It is inside n:/code/EC_Prod. The wwwroot index.html has a link pointing to this application at http://mypage/ec_prod/ and the homepage for the application loads; however, if I append index.cfm to the end it gives error 404. I have request error tracing and it shows that it is requesting GET for jakarta/isapi_redirect.dll and that ASP_FILE_NOT_FOUND, ASP_COMPILE_FAILED, ASP_LOG_ERROR, and then a warning for MODULE_SET_RESPONSE_ERROR_STATUS.I have googled everything I can, but have had 0 success with other people's fixes. Both CF2016/Server2016 are x64, the ASP.net framework that is in the ISAPI Filters is x64, and my tomcat filter is also x64. I have the jakarta virtual directory created an
I have an .NET application and need to post to a cf websocket page. What is the best way of doing this?
It'd be nice if the new CF Community portal had a link to the CF documentation (for both the current and older versions, if possible). Right now, searching the main Adobe site or Google (which often has links to old versions of the docs) is a chore, and it'd be great if the new portal was a one-stop shop for developers. (My apologies if there are links to the docs, as I can't find them there)
Would like to see dsn functionality expanded within builder.
Would like to see the dsn functionality expanded within builder.
I have a Win2008/IIS/ACF9 box that weekly sends out 36,000 emails through a separate SmarterMail15 email server set up specifically to be the bulk email server for this and another box running Lucee. The other box can still send emails without a problem. Starting on about Monday (not sure exactly when) the ACF9 machine now sends emails at the rate of one every 15, 30 or 60 seconds, and many of them simply get moved over to the Undelivr folder. Like, most of them.In case this was an issue of routers or network cards, I installed another free SM server locally and changed the IP number and port in some of the .cfmail files to the local IP 127.0.0.1:9888, with no improvement.This is not my expertise. I need someone who understands how ACF9 deals with email, and understands how email is handled in general.1. Why is email moving so slowly suddenly from this machine, when the other Lucee box has no issues?2. Why are so many of the emails being sent winding up in the Undelivr folder?3. Is the
I'm having an issue getting cfprint to recognize the custom form I've created. I can see the paper attribute has a custom option but I'm not seeing any way to get those values to change.Anyone have any insight on getting custom forms/paper sizes to carry over into cfprint?
Is there a way to have the Cold Fusion administrator use LDAP (Active Directory) to authenticate users?
Can somebody fix the Coldfusion link to download?Thanks
Hello,I'm calling a remote method that returns a query in JSON format using the returnformat="JSON" parameter. It seems that ColdFusion attempts to guess the types of the return values and, for the most part, is fairly accurate except in one case: it returns floats when it should return string values.In my particular case, my query returns a zip code, defined as a VARCHAR2 field in our database, i.e., a string. In some cases, the value entered will be a string (e.g., 94309-1234) and other times it will resemble a number (e.g., 94309). In the former case, the JSON format returned for that value will be correct (a quoted string value: "94309-1234"). In the latter case, for whatever reason, the value returned will be a floating point number (94309.0).Even if I explicitly add surrounding quotes to the SQL column, ColdFusion will ignore them and return a floating point number.Is there a solution to this issue? I don't want to have to explicitly add a non-numeri
I want to do file transfer (SFTP). Since there are lots of files I want to implement a file transfer completeness assurance system in coldfusion using any Checksum techniques so as to make sure file has been completely transferred to destination and it is same as the source file. Is there any way to achieve this in Coldfusion ?. Or is there any way to do this in coldfusion with the help of any libraries?.
Hi again,I am having real issues trying to get SubVersion working smoothly with CFBuilder 2016. Just a bit of background. I am using CF Builder 2016 and CF Server 2016 both installed on the same PC (a Windows PC) and installed them in their default locations (C:\ColdFusionBuilder2016 and C:\ColdFusion2016). I have installed the Subversive plugin into CFBuilder, which is what I previously used to use with Eclipse. I have attempted several approaches at getting this working, here are the steps:Strategy 1: First I will attempt to create a ColdFusion project within CFBuilder and then try to import my code into that project.I created a new blank ColdFusion project called “test1” and selected my CF 2016 server as it’s server.Just to test the project at this stage, I added an output to the index.cfm test file that is created with the project and selected run, all works well at this stage and my file is run on the server successfully. The project structure at this stage is simple as follows:
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.