The official community for ColdFusion.
Als letztes aktiv
I cannot find the exe file to open my new CF 11 Developer software. It's unzipped, but the exe file cannot be found in a folder search. I have Win 7 Ultimate on my PC. It's not a server. I understand the developer edition can be used on Win 7. Please help.
Recently we changed ISPs and I need to access the CF admin to update the external IP to relay email properly. This has never been a problem in the past, we've done it many times. Now, it will not accept our password. I've tried to reset the password as everywhere suggests by editing the neo-security.xml file to admin.security.enabled, value=false, but no improvement. I've also attempted to modify the password.properties file manually, but every time I restart the CF App server, the file reverts back to encrypted=true and appears to generate a new password. How can I force a reset to go through?
Is it possible to return the page on a presentation/PDF or any file for that matter of where a search term is e.g. Your search for 'Foo' are on pages 3 & 4 of file.pdf.Thanks,
I am looking for Coldfusion classes in Springfield, Massachusetts. Any help?
Adobe,I need to alter a ColdFusion installation's ISAPI connector configuration to use a standalone, non-ColdFusion 64-bit Tomcat 7.0.59 installation, running a Grails application, as a second worker responding to a very specific URI.A standard configration - changing uriworkermap.properties and workers.properties - is all I thought I'd need. This returned nothing but a 500 from the standalone Tomcat.Knowing that 64-bit Tomcat requires the 64-bit DLL, I overwrote the stock ISAPI_redirect from the ColdFusion installation with the latest 64-bit ISAPI_redirect.dll from Apache.Now my Tomcat application works fine, but ColdFusion serves nothing but a blank, white page. isapi_redirect.log says this when it tries to access the ColdFusion worker:[Mon Mar 09 15:08:09.945 2015] [4604:3228] [debug] wc_get_worker_for_name::jk_worker.c (115): did not find a worker ajp13[Mon Mar 09 15:08:09.946 2015] [4604:3228] [error] HttpExtensionProc::jk_isapi_plugin.c (2289): could not get a worker for name ajp
Hi,I have a coldfusion 10 developer edition installed. In my admin panel I have english language. But my server monitor is in Japanese. I don't know why.How can I change the language of the monitor?
Hi,I deployed CF10 to JBOSS and everytime I need to access the CF admin i need to put cfusion. (eg https://<host>/cfusion/cfde/). even the deployed CF application I need to put cfusion. is there a way my CF application can access without cfusion? e.g. https://<host>/myapp.
Hi All,I have weird problem with the CF10. I configured Tomcat 7 and set up SSL. Tomcat manager is working fine for both HTTP and HTTPS for IE and Chrome. I created WAR for the CF10 and deployed it to Tomcat 7. CF10 admin can be access via http in IE and Chrome. But the HTTPS cannot be access via IE (any version ) but accessible via Chrome. Even my tomcat manager stop working via HTTPS for IE but its working fine in Chrome or firefax. Anyone know the configuration I need to change? Would you know the reason why I have this weerd issue?
We previously installed CF10 on one of our application platforms but the project has been delayed. Now that it is starting up again, I wonder if I should install CF11. Is there any end date that Adobe has published for CF10?
Hello, everyone,I'm working on a project that another developer created many moons ago. I'm attempting to SELECT a blob from an Oracle db, and use CFIMAGE action="writeToBrowser" to display the image.<CFIMAGE action="writeToBrowser" source="#qry.IMAGEDATA#" format="png" />It's giving me the error message "ByteArray objects cannot be converted to strings". The datatype IS "BLOB", not varchar.I'm running CF10 update 15 on a Windows7 system, with Oracle 11g. Am I missing a step, somewhere?V/r,^_^
I'm trying to get a list of users in a distribution group through a cfldap query, but my record count is always 1.I've tried:<cfloop query="results"><cfoutput>Name: #cn# Email: #mail#<br/></cfoutput></cfloop><cfoutput>#results.RecordCount#</cfoutput> Value I get back is 1.Also tried<cfdump> <cftable> but the results are always the first record.I'm thinking I need to loop the query and create a list somehow, but I'm getting lost in all the online documentation. Could someone point me in the right direction?Mahalo;Charles
I am trying to create a key to indent a code to left or right but it does not let me do that.
Service Unavailable error DAILYWhat causes this error?I have done the actions in the adobe blog - no differenceJakarta/ISAPI/isapi_redirector/1.2.32 ()Jakarta/ISAPI/isapi_redirector/1.2.39 ()Jakarta/ISAPI/isapi_redirector/1.2.40 ()its getting worse.When is Adobe going to fix this?
Could anyone tell me if it is possible to configure CF10 or CF 11 to use the older Xerces XML parser instead of the Saxon XML parser.I am in the process of migrating a website from CF8 to CF11. Several sections rely on XML transformation, which no longer work in CF11. After investigating the problem it seems to be that the Saxon Parser is more strict, causing these errors.
I have a SQL 2012 DB that is getting attacked via SQL injection daily.Ill probably need to switch hosting companies but before I did I wanted to see if I could prevent it.So the site is older and has thousands of cfm pages with thousands of queries.I am going through and adding the cfqueryparam tags when I can but it will take a whileThe attack is always the same.They attack the same 2 tables and the same fields.The attacked field type is (nvarchar(255))They insert things like www.cialis.............. or www.paydayloans.....My site doesn't have any SQL update queries in it.So is there a way to prevent any database updates via SQL query update statement in the application.cfm?Something like if query string contains update..dont do the sql update?
I followed the lock down guide for Coldfusion 11 and everything works as expected except for downloading and installing hotfix button under updates in the coldfusion 11 administration page.I noticed on Page 17 of the lockdown guide that following the guide may break the hotfixes. But i can't find what the solution to the problem.I contacted Adobe support and didn't get very far. They told me to look at page 17 as it explains it there.. Well.. no... no it doesnt. This wouldn't be an issue if you could manually download the hotfixes directly from adobe but you can't or i can't find a page that provides the download links. I can see all the release notes for hotfixes.Adobe support sent me a link to download the latest update 3 hotfix.. (http://download.adobe.com/pub/adobe/coldfusion/cf11/hotfix_003.jar) but the file location doesn't exist.Any thoughts / help would be greatly appreciated as i want to move this server into production in the near future.Other info:Coldfusio
Hey folks, just trying to figure out what is going on with this coldfusion file. I bring it up in the browser and I get Bad File ExceptionRequest/index.cfmTypeTemplateMessageExpression ErrorPositionLine=166; Column=25DetailProblem occurred while parsing: count++Extended InfoEncountered "<EOF>". Was expecting one of: <FLOATING_POINT_LITERAL> ... "-" ... "+" ... "#" ... "(" ... <IDENTIFIER> ... "DOES" ... "CONTAIN" ... "GREATER" ... "THAN" ... "LESS" ... "VAR" ... <INTEGER_LITERAL> ... <STRING_LITERAL> ... <BOOLEAN_LITERAL> ... "NULL" ...Source163: </li> 164: </ul><!--end social--> 165: &
I have not done anything with ColdFusion in quite sometime. The last version I used was CF9. I am not trying to make some changes to my web pages and need to set up a development environment. I would be perfectly happy with a copy of CF9 but I don't seem to be able to find one. All I am able to download is CF11. Apparently CF11 is not able to connect to a MSAccess database weather it is in mdb or accdb format.I am not much of a server wizard so I am pretty much dead in the water here.I am using windows 7 x64Access 2010 x64CF11Any help would be appreciated or even where I can get a copy of CF9 would solve my problem.Thanks in advance
I'm building a RESTful API with ColdFusion 11. Today I noticed there are a ton of warnings being logged to the coldfusion-error log file. For example:Mar 04, 2015 8:09:52 AM com.sun.jersey.spi.inject.Errors processErrorMessagesWARNING: The following warnings have been detected with resource and/or provider classes:WARNING: A HTTP GET method, public void api.Country.GetCountry() throws coldfusion.xml.rpc.CFCInvocationException, MUST return a non-void type.WARNING: A HTTP GET method, public void api.Log.GetLog(java.lang.Double) throws coldfusion.xml.rpc.CFCInvocationException, MUST return a non-void type.WARNING: A HTTP GET method, public void api.Logout.LogoutUser(java.lang.Double) throws coldfusion.xml.rpc.CFCInvocationException, MUST return a non-void type.Here is one of my API endpoint functions:<cfcomponent restpath="country" rest="true" output="false" extends="cfc.data"> <cffunction name="getCountry" access="remote" output="false" httpme
Hi,Using cf11 i've upgraded the Application.cfc to set a application specific datasource name, and application specific CustomTag path, and it work most of the time,However from time to time, i get and email error report with "Cannot find CFML template for custom tag ", or "Attribute validation error for tag CFQUERY.The value of the attribute datasource, which is currently '', is invalid."Thoses error goes away on the page refresh on next request.... <cfcomponent displayname="Application" output="true" hint="Handle the application."> <!--- Set up the application. ---> <cfset THIS.Name = "MonApp" /> <cfset THIS.ApplicationTimeout = CreateTimeSpan( 5, 0, 0, 0 ) /> &l
Hello,It appears as though THIS.setDomainCookies functionality has been reversed from CF10 to CF11...I migrated recently from CF10 -> CF11. I have an app that runs at xyz.thisdomain.comMy app has the following settings for THIS in Application.cfc:<cfset THIS.name = "xyzapp"><cfset THIS.applicationtimeout = createtimespan(1,0,0,0)><cfset THIS.sessionManagement = true><cfset THIS.Sessiontimeout = createtimespan(0,1,0,0)><cfset THIS.setDomainCookies = true>When a user logs out (manually), the system performs the following to clear the previous session and create a new session:<cfset StructClear(Session)><cfset THIS.sessionManagement = true><cfset THIS.Sessiontimeout = createtimespan(0,0,0,0)> <cfloop collection="#COOKIE#" item="name"> <cfcookie name="#name#" value="" expires="now"/></cfloop>
Hi,Im getting this error. How we can resolve it?Mar 3, 2015 17:43:17 PM Information [http-bio-8443-exec-10] - HTTP request completed {Status Code=200 ,Time taken=523 ms}[Fatal Error] :1:63: White spaces are required between publicId and systemId.Mar 3, 2015 17:43:17 PM Error [http-bio-8443-exec-10] - Not able to connect to Update Site: An error occured while Parsing an XML document.Mar 3, 2015 17:43:49 PM Information [http-bio-8443-exec-10] - Starting HTTP request {URL='http://www.adobe.com:80/go/coldfusion-updates', method='get'}Mar 3, 2015 17:43:49 PM Information [http-bio-8443-exec-10] - HTTP request completed {Status Code=200 ,Time taken=479 ms}[Fatal Error] :1:63: White spaces are required between publicId and systemId.Mar 3, 2015 17:43:49 PM Error [http-bio-8443-exec-10] - Not able to connect to Update Site: An error occured while Parsing an XML document.
Alguien tiene info al respecto online training?
Hello !I currently have Coldfusion 9 Enterprise Edition 64 bit installed on a Windows 2008 R2 64 bit server. I did not notice this before but on this server, both the Coldfusion 9 ODBC Agent & Server services will not start. I have tried starting them but they start for a second and then stop. A dialog box then gets displayed which says "The Coldfusion 9 ODBC Agent service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs". I have checked the event viewer on the server and I am seeing the following messages on the enterprise edition server.The description for Event ID 0 from source ColdFusion 9 ODBC Agent cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.If the event originated on another computer, the display information had to
Our company requires another license of Coldfusion 10 (we have a group of CF 10 servers) but it is impossible to find out in the marketplace to buy. Our reseller said it is possible to buy a CF 11 license and then have Adobe give us a downgrade license to CF 10. Is this true?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.