『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
HI Guys, Wondering if anyone else is experience stability issues after upgrading to CD2018 Update 10? We host in the cloud a single server CF2018. It was on Update 2 and rock solid. After updating to update 4, then update 10 over a 2 week period, we have lost stability in the system. The server is now requiring a reboot every 3-10 days. Thinking it was a memory issues, we have 16 GB on our VM, so we upgraded the heap size to 8192 (since it was always maxing at 2048). No help. When the system becomes unrepsonsive for our app, the CPU looks as though it is doing work still (not locked, but fluctuating between 1 and 30%). The Administrator console is typically unavailable. Today, for hte first time, the CFIDE administration page showed a CF error dump. Environment:Windows server 2012R2 fully patched (15 GB, 4 vCPU). HDD has plenty of resources. IIS serves the public.Server DetailsServer ProductColdFusionVersion2018,0,
Hello,We are running a ColdFusion 8 installation on an internal network. We are upgrading the Windows Server it is hosted on to Server 2019. I am wanting to upgrade the ColdFusion installation and bring it up to date. Is there a migration tool or prefered method to get it to the latest version? Thank you for any guidence.Robert
Hi,I moved traffic to a backup Coldfusion server and I'm getting Application jsonws could not be found. The specific sequence of files included or processed is: '''' on every JSON attempt. Any suggestions on what to look for? Thanks,Gary
Hi,I have a word template which users can download and update the information and upload it again. In the footer of the document I have a document number. How do I check if the the document number is same and if the user uploaded the correct template.Thanks!
Hello, I recently installed Update 14 on a COld Fusion 2016 installation ( Windows 2012R2 ) and now the server will not start up. The server.log log is stating the following Error","Thread-19","09/16/20","09:21:46","","Connect to 127.0.0.1:8989 [/127.0.0.1] failed: Connection refused: connect http://127.0.0.1:8989/PDFgServlet/" Can anyone assist? I had to uninstall update 14 to get COld Fusion to work again.
After applying Update 3 to CF2018, the Server Settings page takes like 2 minutes before it loads. All other pages load fine. We have restarted all services and still issue persists. Has anyone else run into this issue? Running CF2018 on RedHat Enterprise Linux 7.2 & Websphere App Server ND 9.0.0.10
Hi all, I am performing a new install on new server (Windows Server 2016). Everything is fine and testing our apps are going well with on exception when trying to call a SOAP WS on the same server. My version of Coldfusion is: 2018.0.09.318650, I have not updated to fixpack 10 yet as I want to resolve this issue first if possible. My testers last week said everything was fine but when I performed a 2nd round of testing this week I came across this error I show below. When calling my filename.cfc?wsdl , which currently works fine on CF9 on the current prod server (this new server is the replacement) .I know the 404 error is not saying that the WSDL does not exist because I can see the file and when I go directly to the file in the browser on the server it gives me the xml; however, the xml is not giving me what I expected. I also added the path to the webservice in the CFADMIN but still same issue. Not sure what issue is or if it has anything to do with "axis2.xml" file location. I
Hello... I am having issues with logging into the CFIDE Admin after a clean installation.I have developed puppet scripts to perform clean installations of apache and coldfusion (silently). The installations and execution of wsconfig go well, however there is an "invalid password" error occuring when attempting to login to the admin (and yes the password I am using is correct as specified in the installer.profile file). Has anyone run into this issue?
Hello Team, After upgrading to Coldfusion 2018 Update 9 , I am getting the below error "Information","ajp-nio-8018-exec-2","07/31/20","17:34:03","DEVTRUNK","ERROR ~~~ T1 System ERROR during execution of MasterDataQueueCheck.cfm: - Application-Instead, we have introduced a more comprehensive monitoring suite, called Performance Monitoring Toolset.-We have removed Server Monitor in ColdFusion (2018 release). We used the Server Monitor in Coldfusion 2016 to the list of All Active Threads. var objMonitor = createobject("component","cfide.adminapi.servermonitoring");var arrThreads = objMonitor.getAllActiveCFThreads(); I know this is deprecated now and we are supposed to use the Performance Monitoring Toolset, but I cannot find any code for this to use it programmatically in Coldfsuion. Can someone shed some light as to how are we suppose
(I hope the only answer to this problem will not be a virus and the need to re-build my PC!)Unable to access CF as localhost (both a website I wrote which had been working fine and http://localhost:8500/cfide/administrator), I checked out the Start Menu and sure enough, CF was being instructed to load a boot time. So I uninstalled CF8 and tried to install CF9, un-checking the parts about searching capabilities (Verity, etc.). I believe it claimed to install okay, but then my virus software, AVG, claimed that a CF program was... *malware*! I didn't have the common sense to write down the full pathname, but JRUN was somewhere in that pathname. So I completely uninstalled my Java, and reinstalled the latest version of Java from the java.com website. (In the interim, Firefox told me its new version was incompatible with the installed version of Flash Player and I better update that, attempted to do so, and on the first attempt, was told that "the download did not pass the integrity check",
Hello, We have a Cold Fusion application running on Windows 2016/ using IIS , this application uses database users to login to the front-end. Roles are then granted directly through code to these database users. Its an old legacy application, we would like to change the method of logging in to use Windows Authentication and not a database users, how can this be done ? If we do this do we need to change a lot of code and how to grant roles once the users logins. Actually the system should directly let a user in since they are on the Intranet using Windows authentication. Any suggestions ?
On CF2016, when using SerializeJSON() to serialize a struct, string values like "true" would get converted to booleans in the JSON. While this could be considered a bug, serializeJSON() has always worked like this, and our code base (client side) is expecting the boolean value when deserializing the strings. Is there any way to enable the old behavoir for the entire app / server on CF 2018? <cfset x = {}> <cfset x.normal = true> <cfset x.normalStr = 'true'> // serialize and dump <cfdump var="#serializeJSON(x)#"> // on CF2016, we get a boolean value for normalStr {"NORMALSTR":true,"NORMAL":true} // on CF2018, the data type is preserved {"NORMALSTR":"true","NORMAL":true} I know I can set the metadata to preserve data types, but my code base is to large to find all the various nested structs and keys that would need to have meta data description. I'm looking for a way to make CF2018 serializeJSON() work like it did on 2016.
Currently, I am Using ColdFusion 2018, and trying to add a progress bar on an API call. So I created a cfc function to fetch this API details. For this I will call a "getStatus()" function through bind params. And able to load the cfprogress bar successfully. The problem is that I need to pass an en extra parameter to this getstatus function . Is it possible? Please see the code I used to load cfprogressbar <!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>Untitled Document</title></head><script type="text/javascript">function startProgress() {ColdFusion.ProgressBar.start("mydataProgressbar");};function onfinish() {alert("Done");};</script><body><cfif IsDefined("Session.STATUS")><cfscript>StructDelete(Session,"STATUS");</cfscript></cfif><cfset sjsondata = '{"name":"Jibin","id":"1234"}'><!--- For code simplicity, for
Here's a unique one. My only SQL statement on this page is:<cfquery datasource="#session.mix#" > Update Status SET AuthToken = '#Results.Auth_Token#', AuthTokenExpire = #AuthExpire# Where FID = '#key.FID#' </cfquery>When I execute it I get:[Macromedia][SQLServer JDBC Driver][SQLServer]Invalid column name 'NorthStatus'. The variable NorthStatus doesn't appear anywhere in the code for this page. I've RDP to the server and checked the code there too. It doesn't appear in the SQL table. It's a column that was long ago deleted from the table. If I update the SQL table and add a column NorthStatus the page runs fine and nothing ever changes in the column NorthStatus. Yes, it's a workaround but it makes zero sense. I've rebooted both the SQL server and CF server just for kicks. Anybody got a clue? Gary
ColdFusion 2018 Hope someone can help me figure out why GENERATEDKEY is not returning with the following query? <cfset dte = CreateDateTime(Year(Now()), Month(Now()), Day(Now()), hrs, mins, secs)> <cfquery name="A" datasource="#dns#" result="A">INSERT INTO Table (CustID,X1,X2,X3,SessionID)VALUES(#session.ID#,#X1#,#X2#,#X3#,'#session.sID#')</cfquery><cfset session.recno=#A.generatedkey#><script language="JavaScript" type="text/javascript">document.location.href='file.cfm'</script> The error that is returning is: Error Occurred While Processing RequestElement GENERATEDKEY is undefined in A. I have tried a lot of things including updating the JDBC driver.This used to work on an older version of CF.Thanks.
When I login to CF 2018 admin console and this shows up... The close button is not working, neither search nor close it. Restart WebLogic server and reopen console both are not helpful. How to fix this? I never have this issue using CF console before this.
I'm trying to use cfflush on a page that takes several minutes to complete. I'm doing something wrong because I still get a blank page for a few minutes then all at once I get the results. I've tried the example in the online docs and I'm not sure what I am doing differently. Here's an example of my code. cfflush interval = 5> <cfset count = 0> <cfquery name="c" datasource="blahblah"> Select CustomerID From Customer Where Customer like 'blah' Order by CustomerID DESC </cfquery> <cfoutput query="c"> <cfquery name="s" datasource="blahblah"> Select blah From Unit Where CustomerID = c.customerID </cfquery> <cfif s.recordcount NEQ 0> <cfset count = count +1 /> #s.blah#<br> <cfinclude template="/Connectback/CBChannelAPlaySchedule.cfm"> <a few more cfincludes> </cfif> </cfoutput> <cfoutput>#count#</cfoutput> Thanks,Gary
I am relatively new to working with JSON. I've had success with a few projects reusing the same code. On this particular one, the JSON data is returned differently and I could use some assistance on my deserialize code. This what I've been using:<cfset requestBody = toString( getHttpRequestData().content ) /> <cfset results = deserializeJSON( requestBody )>This is what I get back when I dump the reply: I assume my toString is looking at the wrong location for the response since the requestBody is empty.Appreciate any help!Thanks,Gary
I have a CFC method that uses a cfscript to define a structure that is initialized with details from a query and used to create an HTML output which is saved using <cfsavecontent>. The compressed html struct is then returned to the calling AJAX to render the output on the screen. I cannot post the code because of company policies but the url looks something like this : http://appurl/componenetName.cfc?method=methodname&returnFormat=json. Now during a security testing, the person replaced the json with 'abc' and it throws an invalid Return Format - which is totally acceptable, but - I want to show a general application Application error instead of the CF error. How and where do I catch this error? Will a cftry and cfcatch work? I tried defining error in the ajax call but I still get the error. I tried to use if,else to see if no input is passed to throw the error, but that still doesnt change the invalid returnType. Any help on this will highly apprecia
Guys , i have a coldfusion 2016 website running over IIS 7.0 . I want to ensure it is not suspitble to HTTP smugllingi want to enable HTTP 2 to resolve this issue .. Question : what all places i have to make changes to enable HTTP 2 ?1. IIS2. is there any setting in coldfusion 2016 process as well to enable HTTP 2? below is some reference material on what HTTP smuggling is :http://projects.webappsec.org/w/page/13246928/HTTP%20Request%20Smugglinghttps://www.youtube.com/watch?v=PFllH0QccCs Thanks
testing my post
1) I installed IIS with ALL features and subfeatures; 2) I created the hosts generic.lab and api.generic.lab in hosts file then I created the sites (one for host) in IIS using defaultAppPool:a) the generic.lab was located in D:\websites\generic.lab\wwwrootb) the api.generic.lab was located in D:\websites\generic.lab\SubDomains\api 3) I installed ColdFusion 2018 developer mode in C:\ColdFusion at port 8594 with ALL features and ALL updates (from 1 through 10), then I ran the IIS_connector.bat in C:\ColdFusion\cfusion\bin\connectors; 4) I enabled the “Allow REST Discovery” in ColdFusion Administrator > Server Settings > Settings > API Manager Section; 5) In api.generic.lab site, I wrote the web.config:<?xml version="1.0" encoding="UTF-8"?><configuration> <system.webServer> <httpProtocol>
1) I installed IIS with ALL features and subfeatures; 2) I created a host "api.generic.lab" using hosts file located in C:\Windows\System32\drivers\etc then a website "api.generic.lab" in IIS using DefultAppPool; 3) I installed the ColdFusion 2018 developer mode with all features in "C:\ColdFusion" and at port 8594, then I ran the IIS_connector.bat located in "C:\ColdFusion\cfusion\bin\connetors"; 4) I installed ALL ColdFusion updates (from 1 through 10); 5) In ColdFusion Administrator > Server Settings > Settings > API Manager Section I've checked "Allow REST Discovery" option; 6) I configuerd the web.config this way:<?xml version="1.0" encoding="UTF-8"?><configuration> <system.webServer> <httpProtocol> <customHeaders> &nb
I created a login page then using .cfm page to save the data and redirect the page to main site. We are going to use subdomain page for marketing and I have everything else going. I just can't keep user logged in when the redirect to the main site. I think the main site might be issue since its using javascript and php on main site. Here is the subdomain as well. https://2020.hotonhomes.com/landing.html Any ideas?
I have problem when trying to output characters like (⇒) (≈) (♦), Chinese words etc when using CFDocument. These characters were gone in the PDF output result. What is the better method to solve this issue.
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.