The official community for ColdFusion.
Nyligen aktiv
Good afternoon,I would like to think this question has been asked and answered before but I'm not having the best time naving the updated forum. Anyway, I have a compiled Java application that I cannot read with CF. This is my error message: Object Instantiation Exception. Class not found. My jar exists in here: <cfset THIS.javaSettings = {LoadPaths = ["/ReaderRFID/lib"], loadColdFusionClassPath = true, reloadOnChange=false}/>. My output page:<cfset jar = CreateObject("java", "AlienClass1ReaderTest")><cfset readTags = jar.AlienClass1ReaderTest><cfoutput>#readTags#</cfoutput>The class should be called from the jar but nothing happens. Any help is always appreciated. Thanks!
In the distant past, I've written a "next-previous" page selector, but I remember (again in the distant past) there was a section that listed pre-created apps that were available for free or pay. If one still exists, I can't find it.I want to create this type of thing and I don't want to spend a lot of time doing it:Does anyone know where code (free or priced) that would support this application exists?Karen
Hi,The current environment is Cold Fusion 9 and SQL Server 2008 R2 Enterprise.The some of the data on the SQL Server is going to be encrypted because it contains sensitive data. The data is going to be encrypted by SQL server.The data is not going to be encrypted by Cold Fusion.The question I have is there a way for Cold Fusion to access the encrypted SQL Server data?Also, is there a way for Cold Fusion to encrypt the data (Using the SQL Server encrytion)?Thanks,Mike
Hi all - I am looking for the fastest, most effective way to create private blog (diary) areas for my site's readers.In the distant past, I handcrafted an extensive diary and note system, but today, there are two problems. The first is that compared to what is offered today, it looks like an antique, and two, I want to minimize stress for the people who run CF and SQL servers and make sure I create the most secure system possible.I want people to create an account that includes a private "note/blog" area. Their entries can be seen sequentially by, at least, date. It would be nice to search the entries by key words, however, I'm OK with keeping things simple.I wouldn't mind using something like a very stripped down CMS like, for example, WordPress. The issue is that I anticipate making thousands of diaries. So I'm more concerned with the CMS than WordPress itself and all of its themes.I am aware of FCKeditor and fooled around a bit with it 10 years ago. Possibly that is all I need to co
I am importing a CSV file into a temporary table and then running a select query that joins my actual database table with the temporary table, looking for any changes in the data. If changes exist, the select query is looped from 1 to #recordCount# and an update is applied to each record via cfquery. It runs very quickly (much more quickly than looping the query itself), but my memory spikes and overloads after about 1500 updates are completed. I need to be able to do upwards of 20000 at a time, without killing my system. I have tried manually setting the runtime garbage collection to trigger after X number of loops, but that doesn't seem to help. I am running CF8. See below for loop example:<cfloop from="1" to="#updatedRecordsQuery.recordCount#" index="a"><cftry> <cfquery datasource="#db#" name="doUpdate"> &n
Hi People,When I am using iframes or frames (older sites), as a extra security precaution I use the JavaScript function:<SCRIPT LANGUAGE="JavaScript1.1">if (top == self) self.location.href = "../index.cfm";</SCRIPT><cfif (HTTP_REFERER DOES NOT CONTAIN "referer_page.cfm") <cfabort></cfif>It works great to keep visitors (hackers?) from opening and/or trying to post to the page.The problem is that the JavaScript displays in source code and the less they know...I know the JS is client side but is there anyway to create the function in the server side CF or otherwise hide from prying eyes?I a running cf9 on my and most of my client sites.Thank in advance
Hi,I'm running CF11 deployed in JEE configuration (as a war file on "Vanilla" Tomcat 7.0.57). Oracle Java 1.7.0_71 It seems to be functioning correctly but it fails to shutdown cleanly. In particular there is two errors in the error log each time. The first one:INFO: A valid shutdown command was received via the shutdown port. Stopping the Server instance.Nov 20, 2014 10:45:27 AM org.apache.coyote.AbstractProtocol pauseINFO: Pausing ProtocolHandler ["http-bio-8680"]Nov 20, 2014 10:45:27 AM org.apache.coyote.AbstractProtocol pauseINFO: Pausing ProtocolHandler ["ajp-bio-8609"]Nov 20, 2014 10:45:27 AM org.apache.catalina.core.StandardService stopInternalINFO: Stopping service CatalinaNov 20, 2014 10:45:32 AM Information [localhost-startStop-2] - Stopping Monitoring Server.Exception in thread "qtp1802875397-63" Exception in thread "qtp1802875397-64" java.lang.NoSuchMethodError: org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/Str
I'm in the early stages of redoing one of my websites and would like to build a "continuous feed" into my Blog -Littleviews Blog BitsThe effect would feed information pinterest or facebook-like.I connect to SQL server, so would have no trouble posting the data, and I suppose I could display it "page by page," but I'd really like to have a continuously fed scrolling display.Do any of you know how to do this?Karen
anyone know how to fix this?
Hi All,I am very new in ColdBox framework but have a good experience in ColdFusion.In browser I am firing a url like below.http://abc.xyz.dev.local/index.cfm?event=event.userLists&user_id=1463613.Here the event handler named "event" is pointing to the path - \handlers\pdt\real\ldr\ldr_nm\ldr_portal\ldr_agt\event.cfc. My question here is how ColdBox framework identifies this cfc file(\handlers\pdt\real\ldr\ldr_nm\ldr_portal\ldr_agt\event.cfc). I know there is some config file where we can provide this handlerspath . But in my application (where I am working) I can see this file but it has been configured as just "handlers" instead of what I am expecting like "\handlers\pdt\real\ldr\ldr_nm\ldr_portal\ldr_agt\event.cfc". Please correct me if I am wrong as I dont have much knowledge about this frameworkIs there any other configuration file or any more set up can be done to map this handler to.Your timely help is well appreciated.Thanks in advance
Hi All,As we all know ColdFusion included mobile application development in CF11. While debugging native functionality like Geo Location, Camera API, Phone Book we should be able to debug it by connecting a device in your computer so that we can debug it properly. I couldn't find a good tutorial/documentation where I can follow the steps to set up the development environment.Please suggest any blog/tutorial regarding this.
One of my associates is complaining that since I applied the Coldfusion 10 Update 14 we are experiencing memory issues. Has anyone else had issues with Update 14?Just a System Admin fighting the good fight!
Hi All,I have CF 9 v 9,0,0,251028The latest hotfix for CF 9 is Cumulative hot fix 1 | ColdFusion 9.0.2Can I apply only this fix or do I need to install others?When i try:"2. In ColdFusion Administrator, select System Information page by clicking the icon "i" in the upper-right corner."My java applet doesn't work, I already update java but still not working. It is a way to do this manually?Is there a CF9XXX.exe installer file with the latest patch for CF9?Thanks in advanced!
Has anyone successfully installed coldfusion on a system that is running cpanel?Current setup:Redhat Enterprise 3Cpanel
Hi All,I found this link for CF10.Malcontent BoffinI try the same in CF9 but it is not working. I am using poi v 3.11 beta 3.Anyone update to the new poi on CF9?Thanks in advanced
Our clients are reporting that after they update to Java 7.51 they are now getting the following error:"Missing required permissions manifest attribute in main jar: CFIDE/classes/cfapplets.jar"Is this something Adobe is supposed to fix? Having my users add an exception to their browsers is NOT an option for us.thanks!
Hi all! I'm at the end of integrating an in-house calendar with Google calendars and all is working, however, I am stumped as to how implement callback functions. Here's what I'm trying to do as outlined on http://code.google.com/p/google-api-java-client/source/browse/Batch.wiki?repo=wikiWhat I need to do is this section right here:JsonBatchCallback<Calendar> callback = new JsonBatchCallback<Calendar>() { public void onSuccess(Calendar calendar, HttpHeaders responseHeaders) { printCalendar(calendar); addedCalendarsUsingBatch.add(calendar); } public void onFailure(GoogleJsonError e, HttpHeaders responseHeaders) { System.out.println("Error Message: " + e.getMessage()); }};And then later pass it to:client.calendars().insert(entry1).queue(batch, callback);I believe I can pass one function by passing just the name of the function, but BatchCallback has two functions. Is this im
Hi,In Cold Fusion 11, when I first bring up a page the graphic image appears.When I refresh the page, the graphic image does not appear.This is not an issue with Cold Fusion 9.Is there anything in the administration that needs to be configured?Thanks,Mike
In CF 11 (Developer Edition), non-POST-type requests with data to CFC files seem to get stuck in ColdFusion. I don't believe I've changed anything in CF administration that could affect this, and as far as I can tell I haven't done anything to IIS that would break it either. The issue occurs with both of the CF applications that I'm working on.Requests to CFMs that contain data work using any of the CRUD methods (GET, POST, PUT, DELETE), and the IIS handlers are setup to accept all methods for both CFMs and CFCs.Can anyone else verify whether this issue with requests to CFCs exists in their environment?Example curl requests: # Requests to CFC with data curl -d 'test=123' -X 'GET' 'http://localhost/myapplication/component.cfc?method=test' # NO RESPONSE (TIMEOUT) curl -d 'test=123' -X 'PUT' 'http://localhost/myapplication/component.cfc?method=test' # NO RESPONSE (TIMEOUT) curl -d 'test=123' -X 'DELETE' 'http://localhost/myapplication/component.cfc?method=test' # NO RESPONSE (TIMEOUT) cur
Hello,We are running ColdFusion 10. We stumbled across this error when we tried to reach our site or the CF Admin....."HTTP Status 500 - coldfusion.server.ServiceFactory$ServiceNotAvailableException: The Runtime service is not available."This is the first time we have gotten this error. We tried googling to find a solution and did not come across one. Has anybody experienced this error before? How do you get around it? I appreciate your help and time. Thanks.Best regards,Chung Lee
Hi,I recently updated CF10 to Update v14 and I have noticed something interesting.Env: RHEL 5.10 64 Bit CF10 64Apache 2.2,3Every time I restart ColdFusion I see that its trying to run the connector wizard. It says that it does this on the first time. Every time I restart CF it tries to do this connection and it eventually fails but it takes a long time to do this. Eventually CF shows up and eventually I can connect to any CF page. In the wsconfig.log it says:12/04 09:46:15 info Tomcat Connector12/04 09:46:15 debug command line: -ws Apache -dir /etc/httpd/conf -bin /usr/sbin/httpd -script /etc/rc.d/init.d/httpd -cfide /opt/coldfusion10/cfusion/wwwroot/CFIDE -v 12/04 09:46:15 error This web server is already configured for ColdFusion.com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstallerException: This web server is already configured for ColdFusion.at com.adobe.coldfusion.connector.connectorinstaller.ApacheInstaller.installConnector(ApacheInstaller.java:207)at com.adobe.co
I purchased a new laptop with Windows 8.1. I had a previous latop that had been upgraded to Windows 8.1 and ran CF10 perfectly fine. I made sure the necessary IIS modules were installed for CF. I installed CF11 using the "Run as administrator" option, just to be on safe side. Everything appeared to go smoothly and no hiccups occured. However, when I click to go CF admin page, I received an Error 500. I've made sure permissions on the folders are correct and allow for the IIS_USR a even IUSR. Any help would be greatly appreciated. I am sort of at a loss here.The detailed information is as follows:Detailed Error Information:Module IsapiModuleNotification ExecuteRequestHandlerHandler cfmHandlerError Code 0x800700c1Requested URL http://127.0.0.1:80/CFIDE/administrator/index.cfmPhysical Path D:\ColdFusion11\cfusion\wwwroot\CFIDE\administrator\index.cfmLogon Method AnonymousLogon User Anonymous
Hi,I have just created simple wsdl example:My Component:<cfcomponent displayname="mytest"> <cffunction name="service_login_authentication" access="remote" output="true" returntype="any" hint="Returns login"> <cfargument name="login" type="string" required="yes"> <cfargument name="password" type="string" required="yes"> <cfif #arguments.login# eq "abcdef" and #arguments.password# eq "123456"> <cfxml variable="soapRes"> <kps_response>  
We have just moved to a "new" server that is Windows Server 2008 R2. I have installed CF 11.There are two cfgrids and no code has changed with these grids. Also, when running the grids on my localhost on my laptop I do not get the issue explained below.One grid has a column "schoolyear" and the second grid has a columns "user role".The results for these two are showing up under the other's columns. i.e. "school year" shows the "user role" drop down and "User role" displays the "schoolyear" dropdown in the grid.I thought it was perhaps a java issue and we have installed the latest version of java on the server.Any help is greatly appreciated.Thanks,Brett.
ColdFusion 11, hot fix 3 installed but did not help. There are no binds.This one has been driving me crazy and I have finally figured out that it is the first column in each grid where there is a select box via "valuesdisplay" that is the issue. Select box results are switching grids!Example of how it is coded to display:Grid 1 - gridcolumn should have a dropdown with 1,2,3Grid 2 - gridcolumn should have a dropdown with a,b,cGrid 3 - gridcolumn should have a dropdown with x,y,zHowever, the results in the dropdowns in the grids are:Grid 1 - x,y,z (should be 1,2,3)Grid 2 - 1,2,3 (should be a,b,c)Grid 3 - a,b,c (should be x,y,z)This only happens with the first dropdown for each grid. Any other columns with dropdowns do not have any issues and do not swap out to the wrong grid.Sample of my code from the grids:Grid 1:<cfgrid name = "evalgrid" height="200" autowidth="no" font="arial" fontsize="12" query = "getevalfinal" SORT="Yes" selectmode="edit" 
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Har redan ett konto? Logga in
Har du inget konto än? Skapa ett konto
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.