『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
We currently have an application developed for Tomcat using some JS (prototype, jquery) and some frameworks like Spring, hibernate, jxl, jfreechart, struts) and the customer is now saying we need to move this to a CF10 server. I am trying to determine how much rework will be needed. Thank you for any advice you can give.
Hi All,I am using Oracle connected to Coldfusion 10,0,15,292620 and suddenly I got JDBC Oracle error saying "No more data available to read".I am using Fusion Reactor and suddenly the query is taking 6844 ms from normal time about 160ms. Try for the second time and it is fine. So I am just wondering is this Coldfusion Oracle JDBC bug.ThanksJoseph.The error detail:java.sql.SQLNonTransientConnectionException: [Macromedia][Oracle JDBC Driver]No more data available to read.[Macromedia][Oracle JDBC Driver]No more data available to read.The query statement:UPDATE sectors_slots SET xdoc_ids = <cfqueryparam cfsqltype="cf_sql_clob" value="#local.xDocIDs#" />, latest_version = <cfqueryparam cfsqltype="cf_sql_blob" value="#local.binaryJSON#" />, version_date = <cfqueryparam cfsqltype="cf_sql_timestamp" value="#local.dateNow#" />WHERE sector_id = <cfqueryparam cfsqltype="cf_sql_in
I'm brand new to CF. I've installed CF 11 Developer & attached to IIS. I'm on a windows 7 machine. Every time I have to restart my machine for whatever reason, the CF Administrator wont work, nor will any CFM page work. I have to completely uninstall CF11 & then reinstall it in order for it to work again. Any ideas or suggestions as to what might be causing this behavior? Below is the error message I receive when I try to hit CF Administrator:HTTP Status 500 - ROOT CAUSE:type Exception reportmessage ROOT CAUSE:description The server encountered an internal error that prevented it from fulfilling this request.exceptionjavax.servlet.ServletException: ROOT CAUSE: coldfusion.server.ServiceFactory$ServiceNotAvailableException: The Monitoring service is not available. at coldfusion.server.ServiceFactory.getMonitoringService(ServiceFactory.java:223) at coldfusion.CfmServlet.service(CfmServlet.java:199) at coldfusion.bootstrap.BootstrapServlet.servic
Any suggestions on how to remediate blind sql injection vulnerability? The page in particular has no SQL at all but the finding saysUsing the GET HTTP method, Nessus found that : The following resources may be vulnerable to blind SQL injection (time based) :"The page parameter of the store.cfm CGI"store.cfm?country=0&dodaac=N&page=case_lot_dates';SELECT%20pg_sleep(3);--When I execute the code above, nothing happens but displaying of the site error page. I don't think that I can explain it away as a "false positive". These URL values (country, dodaac, page) are not user input. The values are static. I didn't know whether to try and use urlencodedformat method to eliminate it. We are using CF9 in production but going to CF11 which is in dev and test. Any suggestions are greatly appreciated. Thanks.
Hi everyone,I am very very new to ColdFusion. Currently I am using another text editor that I have been using for everything else and also works beautifully for ColdFusion Development, except it lacks the connected database fields auto completion. During my training I saw the trainer auto completing the database fields when making a query. The instructor was using ColdFusion Builder 2. I downloaded ColdFusion Builder 3, did a test query and my database is connected, but no auto completing of the database fields. Any ideas why?Thank you in advance.
[Macromedia][SQLServer JDBC Driver][SQLServer]Could not find prepared statement with handle 1.I'm getting this error message in what appear to be random ways. The first time I look at a page I might not get it, but the second time I might. I discovered that removing a cfqueryparam tag worked, but that is not really a safe solution. I checked that the cf_sql_type matched the database field, and in one case changed a cf_sql_varchar to a cf_sql_char so it would match a SQL Server nchar(10) field. But still these errors. Any ideas? I've not had any luck Googling this.I should add that I'm running Coldfusion 9 as a Tomcat webapp on a Linux server. The database is SQL Server 2005, I think.
We have a remote ColdFusion 11 server, and I'm trying to set up ColdFusion Builder 3 on a Windows 7 machine. I have this RDS connection working in HomeSite with an IDENTICAL configuration, but I get a "peer not authenticated" error in ColdFusion Builder on the same machine connecting to the same server with HomeSite successfully.I've seen references to AdminServerComponents_WWEJ.zip and have downloaded that and installed the files in ColdFusion11, but when I run "adminstart" I get:'jrun' is not recognized as an internal or external command, operable program or batch file.There is no "jrun.exe" on this server. So can I assume that this file and procedure are not required for ColdFusion 11?I don't find any answers anywhere on how to get this working with ColdFusion 11...Thanks for any assistance anyone can offer. -bg
trying to put our CF11/update5 runing redhat 6.6 using apache 2.2.6and we keep getting snapshots dumps every 2 hours or so.thank youAngel Madera
Hi All,We have received the following error while running Nessus scan on our application [http]. " String index out of range: -1, java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(String.java:1937) at coldfusion.runtime.CFPage.removeQuotes(CFPage.java:5542) at coldfusion.runtime.CFPage.GetHTTPRequestData(CFPage.java:5585) at coldfusion.runtime.CFPage.GetHTTPRequestData(CFPage.java:5554) ". This is an intermittent and has occured while doing a security scan. Please see the code that i have use below: <cfset reqData = getHTTPRequestData()> <cfif structKeyExists(reqData,"headers")> <cfif structKeyExists(reqData,"headers.X-Requested-With")> <cfif reqData.headers["X-Requested-With"] eq "X
(New to eclipse switching over from Dreamweaver)I am building a project that requires some "core" code in every file. With Dreamweaver I was able to save a file as a template and call it everytime I needed to create a new page. Is there a way to do that in CF Builder?
We are currently using CF 10 on Windows Server 2012 and considering upgrading from SQL Server 2008 R2 to either SQL 2012 or 2014. The compatibility matrix here lists SQL 2012 as the last supported version, but I am not sure that the document is current. Can anyone confirm SQL 2014 compatibility with CF 10 ?Thanks.
HiI'm looking to download various ColdFusion 10 installers, however it appears that Adobe has removed the download links from their normal web-sites. Can anyone point to an official link for ColdFusion 10 downloads, specifically for the developer versions, enterprise server and hot fixes for Solaris and Windows 64bit installers. We already have licences, we just need the installers.I've been trying to get hold of these installers since last Friday and have tried various official support routes with no response; paid for Adobe support is incredibly bad. This is now becoming an issue for us, so any help/pointers would greatly appreciated.Thanks.
I have Cold Fusion version 7 (32 bit) currently connected to SQL 2000 and 2005 (32 bit) using a DSN connected.We are wanting to upgrade the databases to SQL 2012 which is (64 bit)So we want to connect the (32 bit) Cold Fusion application server to a (64 bit) SQL database using a DSN connection.Is this possible? If so how?
I tried to start the ColdFusion application service and I kept getting this error:Log Name: SystemSource: Service Control ManagerDate: 6/29/2015 9:32:26 AMEvent ID: 7000Task Category: NoneLevel: ErrorKeywords: ClassicUser: N/AComputer: CSCMS005.uwec.eduDescription:The ColdFusion 10 Application Server service failed to start due to the following error: The system cannot find the file specified.Event Xml:<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" /> <E
I ran the following code and it displayed my numbers correctly, ie: 1.75, 2.50:<cfloop from="1" to="#getnumba#" index="idx"> <cfset getunit = form["unit" & idx]><cfoutput>#NumberFormat(getunit, "99.99")#</cfoutput><br /></cfloop><cfabort> But when I tried the following code, it rounded the numbers again:<cfloop from="1" to="#getnumba#" index="idx"> <cfset getqty = form["qty" & idx]> <cfset getitem = form["item" & idx]> <cfset getunit = form["unit" & idx]> <cfif (getqty is "") and (getitem is "") and (getunit is "")> <cfset getqty = 0> <cfset getitem = 0> &n
Hello,We are using coldfusion for our website. There are many applications hosted on the Coldfusion server we are using. Recently we have noticed that we are getting a lot of error emails form our Coldfusion server. I think these emails are sent automatically from the server to my emailid whenever some issue/error occurs. Foe e.g. below is one of the such email bodyFONT face="Arial" ><strong>Diagnostic Information:</strong><BR> <FONT face="Arial" color="800000" >Error Executing Database Query. [Macromedia][SQLServer JDBC Driver]Execution timeout expired. <br>The error occurred on line 47.</FONT> &nbs
G'day:Hopefully this doesn't count as spam or self-promotion, as I am just delivering the message:http://blog.adamcameron.me/2015/06/cfml-slack.htmlTL;DR:If you're a CFML dev of any stripe, get yerself over there. There's separate sub-channels for ColdFusion and Lucee (and FW/1), and - trust me - it's the most expedient way of a) getting help with CFML issues; b) networking with other CFML community members. If yer a CFML dev you should be wanting to do both of those things.Hopefully see you there.-- Adam
Good Day I need to change the OS where is coldfusion server, currently I have a windows server 2003 32 bit and coldfusion server MX7 Enterprise Version 7,0,2,142559, what version is for my company enterprise or standard?I would like to go to windows 2012 R2 if it is possible if not at least windows 2008.
在Linux服务器上安装cf11 ,安装过程正常,在运行后页面提示404,有可能是什么地方出来问题?
For our CF 11 ColdFusion webservice, the ColdFusion generated WSDL is generating wrong targetNamespace value. To get past this, we saved the WSDL with correct targetNamespace value in server and referred to it in code as:<cfcomponent wsdlfile = "test.wsdl" > <cffunction ...> </cffunction></cfcomponent>Here test.wsdl is saved in the same folder as the component and so I am referring to it just by filename and am not including the full path.Is this the right way to refer to pre-defined wsdl file? I am now getting HTTP 503 error when I try to browse to the component.cfc?wsdlThanks.
Does anyone know about whether servers running Coldfusion are vulnerable to leap second issues? I am not finding documentation on this site. Are they OK if the underlying OS is not vulnerable? thanks for any clues
Hi,I have Cold Fuion 11 installed in the development, test and production environments.In the development and test environments the following works but in the production environment the information for the serviceseditform.cfm does not display. <cflayoutarea bindonload="true" closable="false" disabled="false" inithide="false" style="height:auto;" name="LTCServiceNameEdit" overflow = "auto" selected ="true" tabTip="text" title="Service Selection" align="left" > <H6>Service</H6> <cfoutput> <cfinclude template="serviceseditform.cfm"> </cfoutput></cflayoutarea> The development and test environments have the Cold Fusion 11 build . While the production environment has the following Cold Fusion 11 build:
Hi ColdFusion Community.I would like to install the latest version of Dreamweaver 2015 but I need to it have support for ColdFusion as per earlier versions of DW. In 2013, I was able to follow instructions to get the 2013 DW CC version to support CF, but know that it was listed as deprecated at the time. Is it still possible to configure the most recent release of Dreamweaver (June 2015) to support CFM and CFC files?Thanks in advance.
I’m trying to use a custom wsdl with our own namespaces. However, CF10 is partially overwriting with its own namespaces. Here it the partial component definition.<cfcomponent output="false" wsdlfile="webservice.wsdl" namespace="http://mynamespace/" > Here is the partial response with highlighted namespace issue. Nowhere do I define the http://ws.webir/xsd namespace in the wsdl file. <soapenv:Body> <ns:searchByNmadIdsResult xsi:type="ax23:SearchByNmadIdsResponse" xmlns:ns="http://mynamespace/" xmlns:ax21="http://rpc.xml.coldfusion/xsd" xmlns:ax23="http://ws.webir/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ax23:WFFaultList xsi:type="ax23:WFFault"> <ax23:faultCode>getPacsRequest.requestIdIsRequired</ax23:faultCode> <ax23:faultReasonText>RequestId is required.</ax23:faultReasonText> <ax23:faultType>APPL</ax23:faultType> <ax23:severity>ERROR&
I am working with CF 10 on a windows 2008 R2 server. We are attempting to employ the RSA authentication system for logins.Essentially, when a user has been authenticated a cookie is placed on their client machine and we use a method of a dll to access the username who has been authenticated.The instancing of the COM object and the calling of the getUserName() method works fine in an ASP script; however when the object is instanced in CF and an attempt is made to access the same method an error is thrown.I dump the methods of the com object after instancing it using the <CFObject tag. The error is thrown when the getUserName() method or any method for that matter are called. The output is shown below.In the past I have had very few problems instantiating COM objects. Any idea why CF10 fails on this object which is 64 bit by the way?object of coldfusion.runtime.com.ComProxy{13178420-1a25-11d4-b579-005004a92ed0}Methods RSAGetWebIDURL([out, retval]BSTR)GetTypeInfo([in]UINT, [in]UI4, [ou
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.