『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
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:
Hi all,I am having a problem getting "console" data to be displayed to the console within CFBuilder itself. For this example I have installed CF Builder 2016 and CF Server 2016. If I start ColdFusion manually using the following command: >coldfusion.exe -console -startThen ColdFusion starts up and I can see stuff like so:Also, if I dump a variable to the console using something like either of these, I can see this in that console: <cfdump var="some text" output="console" />or <cfset writeDump("some text","console") />However, if I start the server via CF Builder, the console panel only shows the very minimum of information, I don't see anything useful really. Here is a screenshot of CF Builders console panel for a server that has been started-up and has run the "dump" code above:I assume I am doing something silly here..... any advice would be much appreciated.Thanks a lotSteven
I need to buy a license of coldfusion 2016 enterprise and I'm not sure which license model I have to use.I have a development server and a production server, can I use the same CF 2016 enterprise license for the two servers?Should I buy two licenses? Could you help me or explain how I should proceed?Thanks a lot.John.
I have installed Cold Fusion (Version 2016 Developer) and can access all apps and database information only on the computer containing CF and SQL Server Express. When I attempt to access it from another computer on my home network, I get a error message saying it took too long . It appears that it is not getting to CF In the Administrator, I allowed access from any ip on my network, (99.99.99.*). Any Suggestions are appreciated. Thanks
Is there a way to test how long session variables persist?I have a site I am working on where the session timeout is set in the CF admin for 4 hours.I now have a new application within that site that I need a NEVER session timeout.So I have this in my application.cfc<cfset This.name = "my_app"><cfset This.Sessionmanagement="true"><cfset this.applicationTimeout = createTimeSpan( 100, 0, 0, 0 ) /><cfset this.sessionTimeout = createTimeSpan( 100, 0, 0, 0 ) />I am hoping that this overwrites the 4-hour session timeout and sets the timeout at 100 days, which is fine.Is there a way I can test this without waiting for 4 hours to see if my session variables persist?
I am facing problem in code, I am following this tutorial series and stack please anybody help meThanks in Advance
Hi,I'm not able get my REST service to work... I get a 404 when I call the URL.I'm running Win 2012 R2, CF2016 Enterprise, IIS 8.5 webserver.Directory looks like thisC:\ColdFusion2016\cfusion\wwwroot\testCODE - "hello.cfc"component rest="true" restpath="/helloTest"{ remote string function sayHello() httpMethod="get" { return "Hello World"; } }The coldfusion ADMIN setup looks like thisRoot path: 'C:\ColdFusion2016\cfusion\wwwroot\test' Service Mapping: 'test'I get a green 'success' message when I set that pathBrowse to -http://127.0.0.1/rest/test/helloTestresult - 404What am I doing wrong? I have tried the same without IIS but no luck. Can any one give me suggestion on this issue?Thanks in Advance.
Hi, all,I'm just curious. Is it possible to have a web server that contains PDF files that need to be indexed for a Solr collection, and have the collection on the same physical server that CF is running on, but use a different CF server to index and maintain the collection? Ex:Server 1: Administrative server, not public facing, has ColdFusion Server 11 and Apache on it. This server will maintain the collections on Server 2.Server 2: Public facing server, has ColdFusion Server 11, Apache, and db server on it. Collections are stored here, but they are not maintained by this server CFAdmin or any related code (cfcollection, cfindex, etc.)V/r,^ _ ^
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.