『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hi,I have the exact same problem described in https://forums.adobe.com/message/5653666#expires_in=86399993&token_type=bearer&access_token=eyJhbGciOiJSUzI1NiIsIng1dSI6…I just migrated to Windows 2008 server IIS 7.5 with ColdFusion 11 installed. We have a public(intranet) site where there are subfolders with restricted access (Windows Authentication, Basic Authentication) and various local groups that contain domain user accounts having access to these subfolders.Static files such as html, jpeg , root folder '/' would a) check if the person is authenticated b) if the user has access read access to the files. ColdFusion files are the exception to the rule where it would bypass/ignore folder/file permissions.In IIS 6, this problem is solved by checking off the 'Verify that file exists' checkbox for the wildcard jrun_iis6_wildcard.dll in the Application's Configuration Extension Mapping. Unfortunately I can't find the solution to this problem in IIS 7+. I can't believe this is
Nothing happens.Running on Windows Server 2012 - looking at the server events, I see this:The ColdFusion 11 .NET Service service is marked as an interactive service. However, the system is configured to not allow interactive services. This service may not function properly.This is an existing server, how do I get past this?Thanks,NALEX
How we can secure the non- ColdFusion document (Word document,PDF Document ,Images) in ColdFusion 10.Users can access the non –Coldfusion document without login in the Application because it is not going through the ColdFusion application server (it's being handled directly by the web server).Please provide the solution to secure the non-coldfusion document using the ColdFusion application server.
Hello,For a migration scenario we think about to migrate application step-by-step from CF9 to CF11. So on the server, we want to replace the modified code with changes for CF11 and connect this whole application, which is a subfolder of a website, to CF11 instead of the current running CF9. So in IIS we have One Default Web Site with different applications like--- app1--- app2---app3All these apps are currently connected to the CF9 version with WSConfig tool.Now, the app1 was modified to match CF11 requirements, and we want to connect the folder app1 to CF11in the browser it was http://servername/app1 and http://servername/app2
Hi allOne of our web devs recently installed Coldfusion 11 onto a Windows Server 2012 R2 web server.The IIS site where the ColdFusion Administrator console is installed has a couple of bindings on it from an IIS perspective. The Admin console appears to be responding to both bindings as it should however when trying to navigate to the admin console on one of the bindings an error message is received "Please enable cookies to use ColdFusion Administrator". The other binding on the IIS site works just fine with no error message. See screenshot.If I click "OK" I am presented with the username/password prompt however upon entering my credentials it simply appears to redirect me back to the login back and I cant get any further.I dont see how the issue can be related to the IE browser itself as both bindings for the site are in the same domain name ("binding1.subdomain.com" and "binding2.subdomain.com") and we aren't using any special compatibility settings or the like. Also, both URL's wor
I got a nasty package of malware delivered to my personal/development workstation over the weekend. I used both HouseCall and Kapersky tools to clean it up. I think I got it all. But when I went to work in my coldfusion code, I found that the service would not start.I reinstalled it, but now it starts yet I get a 503 error: Service not available when I try to open administrator to finish the install.Please help. One of things I noticed was the malware had attacked the jre's.
Configuration: Windows 2012 R2, ColdFusion 11.0.05.293506Our web site is configured with index.cfm as a default document. We have configured a directory to use Basic Authentication. If the URL is extensionless (/csts_test/) IIS authenticates the user but the IsapiMidule cfmHandler errors out. If the URL has an extension (/csts_test/index.cfm) or if the default document is a static page (HTML, etc.) IIS authenticates the user and the page is returned to the browser successfully. This appears to be similar to forum post Default document not being processed when not included in URL but no resolution is documented. Below is data from the isapi_redirect.log (verbose/debug) for the failure.Does anyone know of a way to make the IIS connector honor a CFM file as the Default Document if Basic Authentication is enabled? Is this a bug in the connector?isapi_redirect.log[Fri Jul 17 12:12:08.083 2015] [8028:3128] [debug] handle_notify_event::jk_isapi_plugin.c (2177): Filter started[Fri Jul 17 12:12
Hello, everyone,I'm trying to track down why my application is causing an error, and coldfusion-out.log isn't being as articulate as I would prefer.Jul 15, 2015 12:09:38 PM Warning [app name] - {t '12:09:38'} - form - 172.xx.xx.xx - /components/TRC.cfc - method=requestCost - 1 -- Word Fault -- [[[ followed by a JSON string of a serialized form ]]]What does "Word Fault" mean, and how does it apply?V/r,^_^
My project is running using ColdFusion and JAVA. Using cfobject java classes are using to fill pdf fields. Using this.addfield adding few fields and attaching to datafield. <cfset tst="var recordindex=0;"& " var XMLData='<?xml version=""1.0"" encoding=""UTF-8""?>';"& "var INFOFields='<INFOFields>';" & "var globaldata='<global>';" & "var screen_changed=false;" & "function sbtform(){" & "if(recordindex==0){" & "XMLData+=INFOFields+'</INFOFields>';}" & "var f=event.target;" & "var rect=f.rect;" & "var field=this.addField('datafield','text', this.pageNum,rect);" & "field.richtext=true;" & "field.value=XMLData;" & "var tyear=this.addField('tyear','text', this.pageNum,rect);tyear.value='#taxyear#';" & "var syear=this.addField('syear','text', this.pageNum,rect);syear.value='#shortyear#';" & "var gid=th
We use CF version 8. The scheduler stopped working, so I tried to log into CF administrator. It was broken, I found that someone had moved some folders. I got everything back into place, CF Admin works again.However, the scheduletasks.cfm file is missing from the scheduler folder. (probes.cfm, getprobe.cfm, etc. are all there.)I can't find it on the server.I can't find the original CF 8 installation disks.I found a CF 9 disk, installed it on my local machine.I copied the schedulertask file to the server folder.Tried to run the scheduler in CF administration, got an error message. (See below - it's only part of a much longer message. There is no E drive. CF resides on the D drive.)There's no backup of these folders, only of the data drives.What can I do to get this fixed? We don't want to install CF 9 on the server. Does anyone have a scheduletasks.cfm file they can copy and email to me? Or is there a setting somewhere that I can change to allow the scheduler to work again, with the new
I am seeing error messages for nonexistent jsp pages in my logs.There are no equivalent .cfm pages. We're on version 7.02. Examples:In Coldfusion-out.log:07/07 20:22:39 error Requested resource '/is/api.jsp' (%2fis%2fapi.jsp) not foundThis is a valid directory but there is no such fileIn Coldfusion-err.log:07/07 19:42:28 error Requested resource '/is/admin.jsp' (%2fis%2fadmin.jsp) not foundThis is a valid directory but there is no such fileIn Coldfusion-event.log:07/07 20:22:50 error Requested resource '/is/service.jsp' (%2fis%2fservice.jsp) not foundThis is a valid directory but there is no such fileThanks in advance for any help! Richard
ColdFusion application was starting fine until I installed JVM and I now got this error.Any suggestion is much appreciated.
I'm trying to retrieve email from a Gmail account, and just updated my servers to CF11. Now all of a sudden, my delete calls will randomly error out giving the stack trace below indicating a null pointer exception.The call looks like this:<!--- Delete email by UID ---><cfimap action="delete" connection="local.connection" uid="#uid#">Where #uid# is inside the retrieved mail loop.Anyone else run into this?Stack Trace:java.lang.NullPointerException at com.sun.mail.imap.Utility.toMessageSet(Utility.java:81) at com.sun.mail.imap.IMAPFolder.setFlags(IMAPFolder.java:1219) at coldfusion.mail.IMapImpl.deleteMails(IMapImpl.java:605) at coldfusion.tagext.net.IMapTag$2.run(IMapTag.java:653) at java.security.AccessController.doPrivileged(Native Method) at coldfusion.tagext.net.IMapTag.handleRequest(IMapTag.java:649) at coldfusion.tagext.net.IMapTag.doEndTag(IMapTag.java:533) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2992) at cfsupportTickets2ecfm2135928913._factor13(/.
Could not index c:\inetpub\wwwroot\ig-ideas\docs\I120090\[filename].pdf in SOLR. Check the exception for more details: Invalid bfchar range pattern in ToUnicodeCmapCF11, update 5While indexing folder of documents.What does this mean? How do i overcome it?
Greetings. I'm very new to ColdFusion, so I apologize if this seems like a no-brainer. I've successfully used cf_TwoSelectsRelated to add related selects to a form. I'm able to have a user select a school, and have the second select box retrieve only the teachers that are from that school. Now I'd like to allow multiple teachers to be selected from the second list (to register for a workshop) and have them all be inserted in my registration table as individual records. I think I can figure out the second part of my task (insert them as individual records) based on Dan Bracuk's answer to a query back in February. However, for the first part (allow multiple selections in the second select list) I'm not sure whether to: a) try to edit the cf_TwoSelectsRelated custom tag (I think I would need to know some JavaScript for that? yipe!) or b) do something to my existing code to allow the second select to have multiple selections (but doesn't cf_select just require that you specify in the a
I want to implement ADFS 2.0 integration with Coldfusion. Has anyone implemented this before, please I need help.The web application is ready and the ADFS 2.0 has also been installed.
They have decided to stay with ColdFusion and I would be purchasing version 11. But my concern was that there might be a greater chance of issues with compatibility from 6 directly to 11 than performing the incremental versions and test as I go. Of course, the license key is an issue if I stop at all the intermittent versions, I would suppose.Very old version and sorry to have to ask this question.
Hi,Trying to enable the debug option in Cold Fusion 11 in the development environment.In the CF administration, the "Enabled Robust Exception" is enabled.The URL below shows the error screens. These screen do not appear in Cold Fusion 11The Complete Guide to Adding Error Handling to Your ColdFusion Application | Raymond Camden's BlogThe screen that appears is the:500 - Internal server error.There is a problem with the resource you are looking for, and it cannot be displayed.Is there another option to enable?Thanks,Mike
Hello,We're running CF 11 Standard Edition on Linux and need to connect to an Oracle database. We've done this before on CF 9 using Oracle's JDBC drivers (ojdbc5.jar and ojdbc6.jar). I downloaded the newest JDBC drivers from Oracle, but soon discovered that CF would not start with these drivers installed. When I downgraded to the older version installed on our CF 9 instance, CF 11 worked fine and we could connect to Oracle. I am installing the jar files into /opt/coldfusion11/cfusion/wwwroot/WEB-INF/lib.These older drivers work fine:/opt/coldfusion11/jre/bin/java -jar ojdbc5.jarOracle 11.2.0.2.0 JDBC 3.0 compiled with JDK5 on Sat_Aug_14_12:16:40_PDT_2010#Default Connection Properties Resource#Mon Jul 13 14:14:59 EDT 2015/opt/coldfusion11/jre/bin/java -jar ojdbc6.jarOracle 11.2.0.2.0 JDBC 4.0 compiled with JDK6 on Sat_Aug_14_12:18:34_PDT_2010#Default Connection Properties Resource#Mon Jul 13 14:15:04 EDT 2015These newer drivers do not:/opt/coldfusion11/jre/bin/ja
We upgraded from CF9 to CF11. We copied the cacerts file to the new server but now am getting handshake failure with cfhttp tag. Spoke with tech on their end. He said he sees the original request come in. They send back their part of handshake and are expecting to see something from us which they are not. Turned on SSL logging and can see the verbiage "valid certificate found". It just appears that for some reason we are not completing the handshake. All we see in logs after clienthello portion, serverhello portion, serverhellodone portion, is I/O exception handshake_failure. Is there anything special in the CF11 upgrade that needs to be done in order to configure for SSL cfhttp tag to work?
Hi,When using the CF9 in-build Oracle driver, the query works well, but when it is changed to use the ojdbc6.jar, then getting the below issue.ORA-00933: SQL command not properly ended.Issue particularly happens when we do an Insert using a select query inside cfquery. i.e.INSERT INTO Table1 ( id , name , viewtime ) SELECT tab_id as id , name , viewtime From Table2
Good pm!Client is interfacing with me through web service. My soap response looks like this<?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <ns:WhatPasswordResponse xmlns:ns="http://ws"> <ns:return>password </ns:return> </ns:WhatPasswordResponse> </soapenv:Body></soapenv:Envelope>but client is expecting it to look like this<?xml version=”1.0” encoding=”UTF-8”?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body> <ns2:WhatPasswordResponse xmlns:ns2="http://ws"> <ns2:return>password </ns2:return> </ns2:WhatPasswordResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>I have already tried passing xml as string, but client does not
Hi guys,I'm trying to create multiple pdfs with <cfdocument> tag inside a loop.When I say multiple pdf files , the counter could reach up to 1500 files.The result should be a zip with all the files . The problem is that after a while the request crashes because of : java.lang.OutofMemoryError : java heap space . My question is : has coldfusion a limit in generating <cfdocument> pdf files? I tried also , to break all this action into multiple threads , putting only 100 pdf files on a thread, but even so some of the threads ended with java heap space error. Have anyone of you encountered this problem before ? Any tips or help it will be gratefully apreciated. Best Regards, George T.
Disclaimer, I'm just barely past beginner CF developer. I am using cfspreadsheet to open an Excel document and read some values from the first sheet. It blows up with "An error occurred while reading the Excel: org.apache.poi.POIXMLException: java.lang.reflect.InvocationTargetException" and specifically "</font> does not close tag <br>."I've Googled left and right trying to find good material on Reading/Writing Excel with CF but not really finding much. Here's what I have:<cfspreadsheet action="read" src="#theFile#" sheet="1" query="data">Besides not knowing exactly how to read what I need from that (yet) I can't get that far because it crashes. Specifically I need to read B2, E2, B3, E3, B4, E4, B5, E5, B6 and E6.Anyway, this particular spreadsheet has 9 sheets, but I only need to read those values for sheet 1. The problem is in sheet 5, column M1 there is a button that has text that wraps and says Reset Data. I KNOW that if I remove the word Data from it, then I can
I have a basic question on how to handle a simple notification system. I have an intranet site that contains a simple blog. When someone creates a new blog article, I would like to notify users with a badge or any notification method. What is the best way to handle this? Timestamp the blog post and compare it to the last time the user logged in? I assume there is a simple lightweight way to do this. I can write some process that compares timestamps but I can see this method getting klunky. Should I consider using a push system once a blog post is created? thoughts?
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.