『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
The official community for ColdFusion.
新着順
Hello,I want to check tax number at our coldfusion sytem of crm-erp.For example we are adding a company of our crm but we dont know that its tax number true or false.So ı tried make it like this code but ıts not work.Can u help me please?<cfscript>wsURL = ' http://185.198.197.162/vknsorgulama/getall/dogrulama?vkn=18644905568&durum=2';Ad= 'GÜNGÖR',Soyad= 'YILMAZ',BabaAdi= 'MEMET',VergiDairesiAdi= 'KALEKAPI',VergiDairesiKodu= '007252',VKN= '9690365396',Unvan= null,</cfscript><cfxml variable="requestXML"><cfoutput><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://www.w3.org/2001/XMLSchema-instance"><soap:Header/><soap:Body><ws:VKN><ws:VKN>#VKN#</ws:VKN><!--Optional:--><ws:Ad>#Ad#</ws:Ad><!--Optional:--><ws:Soyad>#Soyad#</ws:Soyad><ws:VergiDairesiAdi>#VergiDairesiAdi#</ws:VergiDairesiAdi></ws:VKN></soap:Body></s
How Hibachi Framework help in Cold Fusion development and Is there any link to get some details about Hibachi frame work.
Hello, CFPDF apparently removes all adobe comments, post-it, highlighting when merging for the second time. For example merge "merge1.pdf" with another file. Then everything is ok. Merge again the result with "merge1.pdf" and you'll see that all adobe comments, post-it, highlighting on the first time disappear, and that they are only visible on the newly add file. Is this a BUG in CF 2018? Please help. Kind regards, Didier
Hello,I need to find a value within an array. In the code example below I need to find ID when Country=US. In this code example, the result I need is found at results2.releases[5].ID however the order and number of results in the array vary depending on the JSON returned. How do I loop over the results and find the ID when country = US? As always appreciate any help!Gary<cfhttp method="get" url="http://musicbrainz.org/ws/2/recording/729cf505-94eb-4fbe-bc76-cbae44cff091?inc=artist-credits+isrcs+releases&fmt=json" result="httpResults2" throwonerror="Yes"> </cfhttp> <cfset results2 = deserializeJSON(httpResults2.filecontent)> <cfdump var="#results2#" />
Good afternoon!How could I change coldfusion to use HTTPS instead of HTTP?I have to adapt to the LGPD law in Brazil!Thank´s!
I'm a librarian, not a programmer, who touches Coldfusion once every 4 years so sorry if this is a easy question. Is there a way to have a 'next' button from a hit list of images, after you open one of the images? http://apps.rplmn.org/ochs/Fireindex/ For example, search by folder 060. When you click on one of the images, is there a way to just click next to see the next image rather than having to go back to the list each time? Or a way to at least put a link on the opened image to go back to the list (so you don't have to use the browser back )? Thanks very much for any suggestions.
Hello, We want to improve the performance of the CFDocument tag. We are generating 6000 pdf pages using cfdocument by looping through a text file, formatting it and creating it using cfdocument tag. We are on CF 2018 Update 5. Regardless of how much RAM and CPU we are throwing at CF, we cannot seem to convice CF that that RAM/CPU is eligible for use for this process. Whether the server has 16 GB RAM or 256 GB, the PMT shows that there is no differnce in the perfomance, and the amount of time it takes to finish processing doesn't seem to depend on either RAM or CPU. Should we be looking elsewhere (I/O) to speed this up, or is CFDocument simply the "little engine that could"? We have been updating JVM heap sizes for minim and maximum and increased MaxMetaSpaceSize. At this time, there are no competing threads on this test server - just the CFDocument process. Please let us know if there are any other settings or resources&
As I encountered problem with the coldfusion-out.log rotation process I tried to change the value of the parameters maxOutFileBackup and maxOutLogSize in the neo-logging.xml file and restart the coldfusion service.The new parameters are not systematically taken into account and I could have coldfusion-out.log bigger than the max size defined in the xml file.Content of the deployed neo-logging.xml:<wddxPacket version='1.0'><header/><data><array length='2'><array length='0'></array><struct type='coldfusion.server.ConfigMap'><var name='consoleVisible'><boolean value='false'/></var><var name='maxFileSize'><number>7.05032E8</number></var><var name='enableOSLogging'><boolean value='false'/></var><var name='maxOutFileBackup'><number>20.0</number></var><var name='pattern'><string>"%p","%t",%d{"MM/dd/yy","HH:mm:ss"},"%a","%m%x"%n</string></var><
Our customer purchased Coldfusion from japanese Adobe agent.They installed it to AWS Tokyo region.In the near future, they are nessesary to install Coldfusion to Chinese AlibabaCloud Shanhai resion.Is it possible to use coldfusion licence which is perchased from Japanese agent.I'm worried about export registration.If we can not do that, is it possible to purchase Coldfusion licence in China?
Hi everyone, I was not able to download colfusion developer edition from this link after click "ColdFusion (2018 release) - Developer Edition (Free) " it redirects to this page after fill all the information it redirects to this page but I can't see a link to download the installer. Thanks,Regards.
I'm trying to give it a go to the newly developed Performance Monitoring Toolset (PMT) for CF2018We have CF2018 Standard in a Windows Environment.I have installed PMT in a Windows VM that will be our Monitoring Server.However after install no CF instance gets detected, even entering the CF server details (ip, port) doesnt work in order to get the CF instance detected by PMT.We only have one application in that CF server and no J2EEAny help on setting that monitoring toolset up will be most welcome.Thanks in advance.Just to give you some more info on steps I did follow and documentation I read first to try and setup this:ColdFusion Help | Configure ColdFusion Performance Monitoring Toolset settings ColdFusion Help | Auto-discovery of ColdFusion nodes and clustersAnd this is as far as I getThis is the instance I want to monitorMonitoring is not enabled how can I enable it? Is there some config changes required in the server first to allow detection?From the documentation (and the options
Hey all,I wanted to implement SSO using Coldfusion 10 for my organization. For this, we are going to use Microsoft Azure Active Directory. I wanted to use display name and employeeId coming from Azure AD for authentication purpose. For this I need to ask to setup SAML/Oauth application to another team working with us and handling Azure AD. But I am not sure to which SSO protocol coldfusion 10 supports? Can anybody help me on this?Also, what code to be written in application.cfc so that I can compare credentials entered by the user to what is coming from Azure AD? Can I use cflogin to achieve this? how can I use this? Somebody please help......
Working on a Windows server with Apache 2.4 - Installed 2018 with update 10 about three weeks ago on our test server. After working through getting all the new security to work, it has now stopped after about a week and a half running smooth. Get the 403 error.The only error I see is [Wed Sep 30 19:42:57 2020] [1568:1836] [warn] ajp_process_callback::jk_ajp_common.c (2218): (cfusion) AJP13 protocol: Reuse is set to falsein the mod_jk log. It was running without the secret in the workers.properties file (it was in server.xml while working), but I tried adding it, no difference. I added the suggested line allowedRequestAttributesPattern=".*" to server.xml, which I did not have before. No difference. If anyone has any other ideas, I would welcome them. I am no sys admin 🙂
Registering a new REST Service Mapping in my shared Hosting account, I've found a conflict to an existing Mapping in another account (website). This conflict was declared by an error: "access denied ('java.io.FilePermission' 'D:\[website_root]\SubDomains\[api_subDomain_folder]\[REST_service_mapping_folder]' 'read')". My suggestion is making the ColdFusion Admin's REST Service Mapping Registration by application scope, similar as ColdFusion Schedule. As know, You can implement a general schedule or by application scope. So, do you agree to my suggestion?
Hello.I am very interested in adobe captivate.I am trying to reproduce vr virtual reality.If you preview the work after completing the work, it works well as a local host.However, if you open the index created after posting the device, you will see a black screen. No matter how much I search and find the reason, I don't know.Please explain this in detail.I have looked into the community a lot, but I don't understand.I would be very grateful if you let me know in detail.I will attach an image of my work procedure.
Greetings. I posted this question about 5 years ago. Adding up payments by client. I still have not used this function - long story. So the query comes from 2 tables- one fetches the orders and the other clients to display the client billing hduring a given period. SELECT order_ID, order_number, order_client_ID, order_client_fee, order_status_ID, order_report_sent_date, order_property_street, order_property_city, client_ID, client_company, client_statusFROM main_orders, lookup_clientsWHERE order_client_ID = client_IDAND order_client_ID = #FORM.client_ID#AND order_status_ID = 9AND client_status = 1AND (order_report_sent_date BETWEEN #Session.StartDate# AND #Session.EndDate#)ORDER BY order_report_sent_date ASC Each payment diplays as #DollarFormat(order_client_fee)# I simply need a sum column. Any help would be apreciated. The simpler the better! Thanks in advance.
I keep seeing this error in the "security.log":"An error occurred while fetching element from authcache." There is no other info to go along with it. Im also getting other strange expetions and erros showing up in other logs, but can't tell yet if they are correlated at all. I really need help figuring this out.
My current application won't support CF v.11 or higher without a costly upgrade to the code. So this why i'm looking to purchase CF v.10 standard license
Recently installed CF Builder 2018 but cannot get to http://127.0.0.1:8600/CFIDE/administrator/index.cfm - getting this:This site can’t be reached127.0.0.1 refused to connect.I successfully pinged both 127.0.0.1 and localhost. Also tried disabling firewall to no avail. I'm logged in as Administrator. When I go to 127.0.0.1 or localhost I do get the IIS spalash screen. Any help appreciated!
In our setup using JDK8 - requests to different pages in CF application returns this error:(randomly occurs any requests for the applciation - logon page of the application is also affected by this issue quite often )java.lang.OutOfMemoryError: Compressed class space - no stack trace available.these pages coming back blank or failing for a periodJVM parameters are set with default settings - JVM settings related to compressed class or metaspace are NOT set .CF reactor log viewer shows 30% of compressed class space is used at any time of the default 1G assigned.JVM heap size is available on the system. It doesn't appear to be system related memory issue (top output)similar issue reported with maxmetaspace here:https://tracker.adobe.com/#/view/CF-4207269 any suggestion to track the cause or if there known bugs for Compressed class space? TIA,NS
Hi all, So we use the onError function in Application.cfc to show users a generic message if they happen to encounter an error. In our development environments, we generally comment out the onError function which results in errors producing a very nice helpful stack trace.This has proved problematic in the event of changing the Application.cfc and forgetting that you did that, resulting in an unwanted change to prod. Ideally it should be caught but that's not the point. And it'd be nice if nobody had to worry about it.I'd like to know if there's any way to show that nice stack trace screen if we are in a development environment. Assuming I know that we are in a dev environment, I've tried wrapping the entire onError function in a <cfif> but it doesn't seem to care about that. Is there a template somewhere that I can invoke that presumably takes the Exception variable and puts it in the nice stack trace format? Dumping the Exception variable is alright but not nearly as legib
I've found one more problem while creating a POO service. I've created a component with some PRIVATE getter and setter functions, then a PUBLIC transactional function IN SAME component to access these getter and setter functions. After instancing the referenced object then using the transaction function, an error appears explaining the getter and setter functions could not be found. To avoid this error, I needed to change the getter and setter functions' visibility to PACKAGE. So, did anyone find a similar issue while creating a POO architecture using ColdFusion 2018?
Hi All,I am running my coldfusion application on coldfusion 2018 using apache2 in Ubuntu 18 (GCP machine). The updates were not installed befor configuring and running the application. Now when I run updates I got HTTP Status 403 – Forbidden "The server understood the request but refuses to authorize it." issue after installing ColdFusion 2018 Update 8. I have tried to resolve the issue by using the link but I am unable to resolve the issue . Please help.Thanks Sunil
I've a big issue with my new server:Windows Server 2016 , IIS 10 , CF 2018 standard, FusionReactorAll works with good performance and without errors, but after 2 or 3 hours CF become slow and unresponsive.I've noted that the number of threads in TIMED_WAITING status grows up continuosly, from the initial 100 to 5000 in about 2 hour, then CF begin crashing.When IIS is offline, threds sto to grow up.Here is a sample from a thred dump:name : pool-702-thread-1 priority : 5 state : TIMED_WAITING (PARKING) group : pool at "pool-702-thread-1" #1755 prio=5 os_prio=0 tid=0x000001742eac0000 nid=0xa3d0 waiting on condition [0x000000541c8ff000] java.lang.Thread.State: TIMED_WAITING (parking)at jdk.internal.misc.Unsafe.park(java.base@10.0.1/Native Method)- parking to wait for <0x000000074a15b238> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)at java.util.concurrent.locks.LockSupport.parkNanos(java.base@10.0.1/LockSupport.java:234)
Hello,I'm trying to use cfmessagebox.I found an example but nothing happens.Where is the error? Is it compatible with all browsers?Thank you for your help. <head> <cfset msg="Avant de nous donner vos desideratas, nous avons besoin de mieux vous connaître."> <script type="text/javascript"> function showMB(mbox) { ColdFusion.MessageBox.show(mbox); } </script> </head> <body> <cfform> <cfinput type="image" name="choix" onclick="showMB('mymessagebox')" value="Alert" src="../_Pictures/Complements.gif" align="absmiddle" callbackhandler="http://www.solivres.com/Admin/_ebooks/indexSolivres.cfm" modal="true"> </cfform> <cfmessagebox name="mymessagebox" type="alert" message="#msg#" /> </body>
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.