Uisng CF11 and need to set up a SAML SP, are there recommendation from Adobe? Currently my organization is an Enterprise customer. Not finding a ton of useful info online relate to this.
ColdFusion 11 as a SAML SP
Установка ColdFusion
Помогите, пожалуйста, решить проблему с установкой ColdFusion 2018. Я не могу установить ее как администратор. Это ссылка на скриншот. https://drive.google.com/file/d/0ByTjaoWa086rWVBTa1JsdW1rdWc/view?usp=sharing
Modify expiry date of Cookies- CFID and CFToken
Persistent cookie(CFID and CFToken) have default expiry date 30 years ahead from the current date.
In our application, the security team finds this data vulnerable and here is the dump snippet provided :
Set-Cookie: CFID=576199; Expires=Wed, 15-Jul-2048 10:26:57 GMT; Path=/;
Secure; HttpOnly
Set-Cookie: CFTOKEN=d52d0264379150e2-C2C656EB-9A1E-386D-0418A9B7776141C5;
Expires=Wed, 15-Jul-2048 10:26:57 GMT; Path=/; Secure; HttpOnly
X-Xss-Protection: 1; m...TRUNCATED...
How can the expiry date of CFID and CFToken be modified?
Is there any configuration present in Cold fusion Admin ?
And after the modification, how can the change be checked ?
Unable to open scheduled task section in CF admin
Hi,
I've been using ColdFusion 2018 for a few months. After updating my window, I can't access scheduled task tab in CF administrator.
I got an error as below:
Therefore I can't access the cfschedule tag in my application. Have someone experienced the same issue? Is there any way to solve this issue?
Please let me know if you need more information. Thank you.
Kind Regards,
Raquel Septiane
Unable to open CF 11 cfusion adminstrator page
Hi,
I have a CF 11 for my testing environment.
I have set an instance in that application. The issue is I can open my instance administrator page but can't open the cfusion one.
It just gave me a blank screen and when I look the server log it said the session manager is failed.
Has anyone has a similar issue and know how to solve it?
Please let me know if you need more information. Thank you.
Kind Regards,
Raquel Septiane
Coldfusion 11 Appplication server stops automatically with IIS 10
Hi all,
I'm working on ColdFusion 11 project with IIS server. I'm new to cf and I'm facing a problem with the Coldfusion services. The ColdFusion 11 application server automatically stops suddenly, and after restarting the service it works for 2 minutes and again shuts down.
I have gone through the logs of the coldfusion logs and found 'java.lang.OutOfMemoryError'. I have tried by increasing the jvm heap space in the cfAdministrator still it dn't work and service gets stops always.
The status on the Services shows 'Running' but when I cross-check with the administrator its already stopped. While restarting the service it also throws an Error:1053. I have tried with the registry editing and adding the 'ServicesPipeTimeout' but it didn't work.
Please help to resolve the automatic shutting down of the service.
Thanks in advance.
Convert CFML to CFSCRIPT?
Hello everyone, I have cfml code that needs to be converted to cfscript. The most of the code I was able to convert but the cfquery part that has the loop seems little complicated. Here is example of the cfml code:
<cfquery name="insertRec" datasource="db" result="qryInsert">
INSERT INTO Contacts (First, Last, Email, Subject, Description)
<cfif trim(form.type) EQ 1>
VALUES(
<cfqueryparam cfsqltype="cf_sql_varchar" value="#trim(form.first)#" maxlength="50">,
<cfqueryparam cfsqltype="cf_sql_varchar" value="#trim(form.last)#" maxlength="50">,
<cfqueryparam cfsqltype="cf_sql_varchar" value="#trim(form.email)#" maxlength="320">,
<cfqueryparam cfsqltype="cf_sql_varchar" value="#trim(form.subject)#" maxlength="100">,
<cfqueryparam cfsqltype="cf_sql_varchar" value="#trim(form.appdescr)#" maxlength="500">
)
<cfelse>
<cfloop from="1" to="#arrayLen(arrDpr)#" index="idx">
<cfif idx GT 1>UNION ALL</cfif>
SELECT
<cfqueryparam cfsqltype="cf_sql_varchar" value="#trim(form.first)#" maxlength="50">,
<cfqueryparam cfsqltype="cf_sql_varchar" value="#trim(form.last)#" maxlength="50">,
<cfqueryparam cfsqltype="cf_sql_varchar" value="#trim(form.email)#" maxlength="320">,
<cfqueryparam cfsqltype="cf_sql_varchar" value="#trim(form["column" & arrDpr[idx]])#" maxlength="100">,
<cfqueryparam cfsqltype="cf_sql_varchar" value="#trim(form["datadescr" & arrDpr[idx]])#" maxlength="500">
FROM DUAL
</cfloop>
</cfif>
</cfquery>
How this code would look like in cfscript? Is there a good example so I can use to convert this code? Please let me know if you see any way this code can be improved in cfscript as well. Thank you!
Installation is Finished, but accessing a file gives an error?
When i open /cf_scripts/scripts/ajax/ckeditor/plugins/filemanager/upload.cfm ,have a error.
so, how can solve the problem?
Connecting users in SQL to a datasource in ColdFusion.
I created a data source in ColdFusion to connect to a CFusion user in SSMS (SQL server management studio) but when I try to connect to the user through CF admin I keep getting a login failure, I have the user mapped to the database I want to connect to and the user is also a dbo, the password is the same and I have all of the right settings in the CF administrator I have TCP enabled I've tried reinstalling both ColdFusion and SQL server yet nothing is working, I don't know what I'm missing.
[Here is the list of all Adobe forums... https://forums.adobe.com/welcome]
[Comments is to ask about the operation of the Forum, not a specific program]
[Moved from the Comments forum to the specific Program forum... Mod]
Java.null.pointer error while migrating to Coldfusion18.
Hi,
I’m migrating from cf11 project to CF18 with the help of this resource (
). I have kept a copy of cf11 neo*.xml files and uninstalled cf11. Proceeding further and installing cf118 and done kept the neo*.xml files in the cfuion/lib folder, I have done the configurations of IIS and CFAdmin properly. But after all the setup I’m facing Java.null.pointer exception. I have checked the java and jvm section of cfadmin where the JVM Argumentslooks like this (-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -server –add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED –add-opens=java.base/java.nio=ALL-UNNAMED –add-modules=java.xml.ws –add-opens=java.base/java.lang=ALL-UNNAMED –add-opens=java.base/sun.util.cldr=ALL-UNNAMED –add-opens=java.base/sun.util.locale.provider=ALL-UNNAMED -XX:MaxMetaspaceSize=192m -XX:+UseParallelGC -Xbatch -Djdk.attach.allowAttachSelf=true -Dcoldfusion.home={application.home} -Duser.language=en -Dcoldfusion.rootDir={application.home} -Dcom.sun.xml.bind.v2.bytecode.ClassTailor.noOptimize=true -Dcoldfusion.libPath={application.home}/lib -Dorg.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER=true -Dcoldfusion.jsafe.defaultalgo=FIPS186Random -Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.JavaUtilLog -Djava.util.logging.config.file={application.home}/lib/logging.properties -Djava.locale.providers=COMPAT,SPI -Dsun.font.layoutengine=icu ).
I have found some UNNAMED values there. Is there some issue with the same?
There is a hibernate.hbm.xml file in my project config file, which is getting generated and if I remove that file then some abstract issue is thrown.
I have mentioned below the error which I’m getting.
I have tried multiple ways to overcome it but cannot do it. Please help me with this. I’m new to coldfusion.
**************ERROR***************
“Error”,”ajp-nio-8018-exec-3″,”11/22/18″,”17:33:22″,dev_ASFKHN,”” The specific sequence of files included or processed is: C:****default.cfm” “
java.lang.NullPointerException
at com.sun.xml.bind.v2.runtime.unmarshaller.StAXConnector$1.getPublicId(StAXConnector.java:1 01)
at org.apache.xerces.util.SAXLocatorWrapper.getPublicId(Unknown Source)
at org.apache.xerces.xni.parser.XMLParseException.<init>(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.reportSchemaError(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.processOneAttribute(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.processAttributes(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown Source)
at org.apache.xerces.jaxp.validation.ValidatorHandlerImpl.startElement(Unknown Source)
at com.sun.xml.bind.v2.runtime.unmarshaller.ValidatingUnmarshaller.startElement(ValidatingUn marshaller.java:101)
at com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor.startElement(InterningXmlVis itor.java:75)
at com.sun.xml.bind.v2.runtime.unmarshaller.StAXEventConnector.handleStartElement(StAXEventC onnector.java:261)
at com.sun.xml.bind.v2.runtime.unmarshaller.StAXEventConnector.bridge(StAXEventConnector.jav a:130)
at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.jav a:460)
at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java :435)
at org.hibernate.boot.jaxb.internal.AbstractBinder.jaxb(AbstractBinder.java:171)
at org.hibernate.boot.jaxb.internal.MappingBinder.doBind(MappingBinder.java:61)
at org.hibernate.boot.jaxb.internal.AbstractBinder.doBind(AbstractBinder.java:102)
at org.hibernate.boot.jaxb.internal.AbstractBinder.bind(AbstractBinder.java:84)
at org.hibernate.boot.jaxb.internal.JaxpSourceXmlSource.doBind(JaxpSourceXmlSource.java:29)
at org.hibernate.boot.MetadataSources.addDocument(MetadataSources.java:409)
at org.hibernate.cfg.Configuration.addDocument(Configuration.java:462)
at coldfusion.orm.hibernate.HibernateConfiguration.buildConfiguration(HibernateConfiguration .java:625)
at coldfusion.orm.hibernate.HibernateConfiguration.initHibernateConfiguration(HibernateConfi guration.java:207)
at coldfusion.orm.hibernate.HibernateConfiguration.<init>(HibernateConfiguration.java:180)
at coldfusion.orm.hibernate.ConfigurationManager.initConfiguration(ConfigurationManager.java :68)
at coldfusion.orm.hibernate.HibernateProvider.initializeORMForApplication(HibernateProvider. java:158)
at coldfusion.orm.hibernate.HibernateProvider.beforeApplicationStart(HibernateProvider.java: 72)
at coldfusion.filter.ApplicationFilter.fireBeforeAppStartEvent(ApplicationFilter.java:750)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:362)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:162)
at coldfusion.filter.IpFilter.invoke(IpFilter.java:45)
at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:30)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:96)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:60)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)
at coldfusion.CfmServlet.service(CfmServlet.java:226)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:311)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:46 )
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:47)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at coldfusion.inspect.weinre.MobileDeviceDomInspectionFilter.doFilter(MobileDeviceDomInspect ionFilter.java:121)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:47)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:426)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:754)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1376)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:844)
“Error”,”ajp-nio-8018-exec-5″,”11/22/18″,”17:33:28″,dev_ASFKHN,”” The specific sequence of files included or processed is: C:*****default.cfm” “
java.lang.NullPointerException
at com.sun.xml.bind.v2.runtime.unmarshaller.StAXConnector$1.getPublicId(StAXConnector.java:1 01)
at org.apache.xerces.util.SAXLocatorWrapper.getPublicId(Unknown Source)
at org.apache.xerces.xni.parser.XMLParseException.<init>(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.reportSchemaError(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.processOneAttribute(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.processAttributes(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown Source)
at org.apache.xerces.jaxp.validation.ValidatorHandlerImpl.startElement(Unknown Source)
at com.sun.xml.bind.v2.runtime.unmarshaller.ValidatingUnmarshaller.startElement(ValidatingUn marshaller.java:101)
at com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor.startElement(InterningXmlVis itor.java:75)
at com.sun.xml.bind.v2.runtime.unmarshaller.StAXEventConnector.handleStartElement(StAXEventC onnector.java:261)
at com.sun.xml.bind.v2.runtime.unmarshaller.StAXEventConnector.bridge(StAXEventConnector.jav a:130)
at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.jav a:460)
at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java :435)
at org.hibernate.boot.jaxb.internal.AbstractBinder.jaxb(AbstractBinder.java:171)
at org.hibernate.boot.jaxb.internal.MappingBinder.doBind(MappingBinder.java:61)
at org.hibernate.boot.jaxb.internal.AbstractBinder.doBind(AbstractBinder.java:102)
at org.hibernate.boot.jaxb.internal.AbstractBinder.bind(AbstractBinder.java:84)
at org.hibernate.boot.jaxb.internal.JaxpSourceXmlSource.doBind(JaxpSourceXmlSource.java:29)
at org.hibernate.boot.MetadataSources.addDocument(MetadataSources.java:409)
at org.hibernate.cfg.Configuration.addDocument(Configuration.java:462)
at coldfusion.orm.hibernate.HibernateConfiguration.buildConfiguration(HibernateConfiguration .java:625)
at coldfusion.orm.hibernate.HibernateConfiguration.initHibernateConfiguration(HibernateConfi guration.java:207)
at coldfusion.orm.hibernate.HibernateConfiguration.<init>(HibernateConfiguration.java:180)
at coldfusion.orm.hibernate.ConfigurationManager.initConfiguration(ConfigurationManager.java :68)
at coldfusion.orm.hibernate.HibernateProvider.initializeORMForApplication(HibernateProvider. java:158)
at coldfusion.orm.hibernate.HibernateProvider.beforeApplicationStart(HibernateProvider.java: 72)
at coldfusion.filter.ApplicationFilter.fireBeforeAppStartEvent(ApplicationFilter.java:750)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:362)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:162)
at coldfusion.filter.IpFilter.invoke(IpFilter.java:45)
at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:30)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:96)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:60)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)
at coldfusion.CfmServlet.service(CfmServlet.java:226)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:311)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:46 )
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:47)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at coldfusion.inspect.weinre.MobileDeviceDomInspectionFilter.doFilter(MobileDeviceDomInspect ionFilter.java:121)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:47)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:426)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:754)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1376)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:844)
Coldfusion 10 64 bits license to Coldfusion 10 32 bits
Hello,
Years ago I buyed a Coldfusion 10 with a 64 bits license, currently I developed some tools to Coldfusion but the services are in 32 bits.
So, I need to uninstall Coldfusion 10 64 bits and install 32 bits.
My question is this: Can I use a Coldfusion 10 64 bits license to Coldfusion 10 32 bits?
Thanks!
ColdFusion Future?
To Adobe,
I know you probably can't answer this but what are Adobe's plans for ColdFusion? I get mixed messages, particularly from sister products and your main www.adobe.com web site. Cases in point:
Dreamweaver dropped support for CF when it went CC. I still use CS5 because frankly CFBuilder sucks. DW states "Build the best sites for any browser or device. See how you can quickly create responsive sites, preview them on actual mobile devices, and even extract assets and styles from Adobe Photoshop comps directly into your projects." I also read somewhere where it claimed to be the #1 tool for developing websites but it has better support for PHP and .Net than CF. Is this a veiled statement of the future of CF or simply the DW team not playing well with the CF team?
These forums used to use a CF based forum application, now it's Jive which uses a JSP framework (which again sucks. but I regress). If Adobe does not use CF for their own customer facing portals, what does that say for CF?
Today I received a response for a CF bug I submitted months back, which is fine. When I went to click on the included link, the bug tracker site appears down or half functioning. I could make out a login link, click it and simply received a site error. In retrying while typing this post, now I receive a "no issue found" message. Login still does not work. This does not give a good impression but it leads to my next issue...
Upon going to www.adobe.com to search for the bug tracker location, I found the Feature Request/Bug Report Form. The only field on the first page is a product selection drop-down. If you try to select ColdFusion you'll be very disappointed as ColdFusion does not exist. Is this a veiled statement of the future of CF or simply the product and/or support teams not playing well with the CF team?
Session idea for your CF Summit (which I'm already preregistered), a sit down with various executives and product members (not just from the CF team) on their thoughts of the future for CF (and possibly why they don't get along). It's ok to hear CF team members say how great CF is and all the new and upcoming features, but I think thoughts for other upper Adobe non-CF executives would go a long way to calm the "Adobe hates CF" rumors and impressions.
Idea that I think would re-energize the CF faithful, dump CFBuilder and roll the functionality into Dreamweaver, either natively or as an add-on.
CFINPUT and CFDIRECTORY tags reading dates incorrectly
Its a new setup on my laptop, all configuration is exact similar to prior. I see an issue now with cfinput type datefield 11/30/2018 is an invalid date or time string. i have tried changing system date and time to mm/dd/yyyy format. Reinstalling Coldfusion multiple times.
Someone please suggest whats wrong here ? As the same set of code works on other systems.
<cfinputtype="DateField"class="gcText9pt"name="end_dt"value="#DateFormat(end_dt, "mm/dd/yyyy")#"required="Yes"validate="USdate"size="10"maxlength="16"message="Enter a valid Fiscal End Date (e.g. mm/dd/yyyy )"mask="mm/dd/yyyy">
Can cfdiv value be placed in another variable
Hi,
I have the following cfdiv that works just fine.
Is there away to capture the value in DaysAvailable when it comes back and place it in another variable?
<cfdiv name="DaysAvailable"bindonload="no"bind="cfc:#this.LOC#.common.hcbsservicemath.getDaysAvailable({StartDate@change},{EndDate@change })">
Thanks,
Mike
Problem Query aliased name for calculated field
Hello,
I am hoping that someone else has done this.
I am working on a modification to a ColdFusion site I have inherited and I have to admit that I am more or less a newbie to ColdFusion, although I have worked web applications and Databases for many years.
I am working on a reporting application that output information on requests. The requests can either be completed or delegated. If they are completed the database column comp_time will be populated. If the request is delegated the comp_time column will be null and a column named delegate_date will be populated.
I have come up with the query that will look at both of these fields and and make them into one field. (That part was easy and is highlighted in red)
select sr.request_id,sr.supp_id,sr.entry_date,sr.po_num,(NVL(sr.comp_time, sr.delegate_date)) comp_time,sr.first_article,rd.detail_id,rd.po_line,rd.qty_ready,st.surv_name,rd.qty_expected,rd.qty _accepted,s.supp_name,s.city,sr.delegate_date from source_request sr,request_detail rd,surv_type st,supplier s where 1=1 and rd.surv_type = st.surv_id and sr.request_id = rd.request_id and sr.supp_id = s.supp_id and s.supp_id = 'ZUZ13070' and sr.entry_date >= to_date('10/01/2017', 'MM/DD/YYYY') and sr.entry_date <= to_date('01/31/2018 23:59', 'MM/DD/YYYY HH24:MI') and sr.delegate_date is not null and sr.cancel_date is null
The problem is when I get to the point where I am outputting this to Excel from within the ColdFusion application. The code that does this is:
When I run this code 2 things happen that are not what I am looking for. First the column name is not what the alias should be:
Second I am getting this error when I am processing the results of the query:
Until I added the modified column into the query this worked correctly.
I suspect it is some simple syntax issue but I am not sure how to look for it.
CF-2018:coldfusion.compiler.ASTliteral cannot be cast to coldfusion.compiler.ASTtagAttribute
We're trying out CF-2018 with an application that uses FrameWork/1 and one of the first thing we have hit is:
coldfusion.compiler.ASTliteral cannot be cast to coldfusion.compiler.ASTtagAttribute
The error occurred in ...\framework\one.cfc: line 1842
Called from ...\framework\one.cfc: line 1869
Called from ...\framework\one.cfc: line 260
Called from ...\framework\one.cfc: line 2967
Called from ...\framework\one.cfc: line 991
1839: private string function normalizeQueryString( any queryString ) {
1840: // if queryString is a struct, massage it into a string
1841: if ( isStruct( queryString ) && structCount( queryString ) ) {
1842: var q = '';
1843: for( var key in queryString ) {
1844: if ( isSimpleValue( queryString[key] ) ) {
I've googled and found no references to "coldfusion ASTliteral ". Help.
Coldfusion2016 cfgrid rowdblclick listener not firing
Following this example Easy Rich Internet Applications With ColdFusion 8 — SitePoint the rowdblclick event does nothing. Same result for the example code and my augmented code. Neither work. Is there a different way of adding a listener in CF2016?
<script type="text/javascript">
function initGrid(){
var grid = ColdFusion.Grid.getGridObject("aaaGrid");
grid.on("rowdblclick", showAAAForm);
}
function showAAAForm(){
var aaaId = ColdFusion.getElementValue("aaaGrid", "gridForm", "id");
var url = "aaaForm.cfm?aaaId="+aaaId;
ColdFusion.navigate(url, "aaaWin");
ColdFusion.Window.show("aaaWin");
}
function submitForm() {
clearErrors();
ColdFusion.Ajax.submitForm("aaaForm", "AAA_submit.cfm", submitCallback, errorHandler);
}
function submitCallback(response){
var errors = ColdFusion.JSON.decode(response);
var valid = true;
for(i in errors){
document.getElementById(i+"Error").innerHTML = errors[i];
valid = false;
}
if(valid){
ColdFusion.Window.hide("aaaWin");
ColdFusion.Grid.refresh("aaaGrid", true);
}
}
function newAAA(){
var url = "aaaForm.cfm" ;
ColdFusion.navigate(url, "aaaWin");
ColdFusion.Window.show("aaaWin");
}
function errorHandler(code, msg)
{
alert("Error!!! " + code + ": " + msg);
}
function clearErrors(){
document.getElementById("fNameError").innerHTML = "";
document.getElementById("lNameError").innerHTML = "";
}
</script>
New ColdFusion Release Adds Performance Monitoring Toolset for Measuring, Monitoring and Managing High-Performing Web Apps
Today, we’re very excited to announce the 2018 release of Adobe ColdFusion. This release builds on Adobe’s industry-leading solution for creating and deploying scalable, high-performing web applications in CFML. Now in ColdFusion, we’ve added an all-new Performance Monitoring Toolset, a standalone server with low overhead to control and optimize applications and a new auto lockdown installer to help increase security in the Production Server. In addition, web developers can now boost the performance of their applications by taking advantage of Asynchronous programming and various other language enhancements. And, upgrading to the 2018 release immediately allows applications to run 30 percent faster.
“The enormous digital transformation that we are witnessing around us has made it an absolute necessity for organizations to quickly adapt to changing market developments,” said Tridib Roy Chowdhury, senior director of products, Print and Publishing, Adobe. “A secure platform, that is not only productive but also one that performs and scales well under variable demands, will lie at the heart of digital transformations happening in all organizations. The new features of Adobe ColdFusion platform provide our users, the much-needed tools and capabilities to handle the pace and scale of such a transformation”
“Market America|SHOP.COM generates $800 million in revenue annually and applications we’ve built with Adobe ColdFusion help drive that revenue,” said Kent Shelton, Senior Director of Architecture and Engineering, Market America|SHOP.COM. “Upgrading to the latest version of Adobe ColdFusion will allow us to continue optimizing revenue-generating applications for speed, high availability, and responsive design for any device.”
New ColdFusion updates include:
- Performance Monitoring Toolset: ColdFusion users can now assess the health of the system with the all-new Performance Monitoring Toolset. Flag performance issues and isolate problem areas so that you can initiate corrective action much faster. Know the average response time and throughput across the cluster or specific to a node, application, or page, in real time. Swiftly identify and resolve complex performance issues buried deep in your code. Get the detailed information required to pinpoint the root cause of bottlenecks, and troubleshoot applications more effectively.
- Asynchronous programming: ColdFusion now makes it simple to make an Asynchronous call without the overhead of managing multiple threads. Boost the performance of your principal application by offloading resource-intensive code segments to a secondary thread.
- REST Playground: Developers can now create and manage all their REST services from a single application. The simple, intuitive UI makes it a breeze to validate the accuracy of APIs. Make changes to the REST APIs without having to restart the application.
- Server Auto Lockdown: ColdFusion System Administrators could more easily make their servers Production ready by running the auto lockdown installer. This helps implement the lockdown of production servers with a single click. All steps in the lockdown guide will be systematically followed, helping to improve security and help gain compliance.
- API Management Platform: ColdFusion Enterprise users can use the new support for data transformation and threat protection to change the behavior of their APIs. It also supports Multitenancy which would aid to maximize resource sharing among tenants even while providing an isolated view for each.
Helpful Links
- Product page: http://www.adobe.com/coldfusion
- Videos: https://www.youtube.com/user/adobecoldfusion
- Community Portal: https://coldfusion.adobe.com
- Facebook: https://www.facebook.com/AdobeColdFusion
- Twitter: https://twitter.com/coldfusion
Pricing and Availability
The latest version of Adobe ColdFusion is immediately available worldwide. Full license pricing ranges from US$2,499 for ColdFusion Standard Edition to US$9,499 for ColdFusion Enterprise Edition. ColdFusion Builder is priced at US$299 and upgrade pricing is available on all editions.
Can anyone help or suggest?
We were running the 2016 trial, which expired. Our application is currently a bit crippled. Now trying buy the 2016 version or extend our trial (a week or so) until we have time to plan a migration to 2018. We have already purchased 2018. Any help would be fantastic. I have spend over 3 hours trying to reach someone to talk to. Submitted a support request via chat and they said I may not receive a call back until tomorrow.
Scott T.
CFIDE/administrator broken
I have 12 or so coldfusion 11 servers.
On several of them I have individual pages in CFIDE/admin that will not display.
I get: An error occurred while executing the application. Please try again or contact the administrator.
On one of the servers I cannot access any of the links on the left.
On another everything works except the scheduled task.