Questions
Recente
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" 
I got the following error message when I use Dreamweaver to view server debug.I went to CF 10 local developer version to enabled Robust Exception Information and Enable Request Debugging Output on coldFusion admin page.I use Dreamweaver to view server debug then I got "The following error has occured while connection to coldFsuion Server. Invalid Arg Post."Can you please advise are there configuration I need check from server side and Dreamweaver site?Your help and information is great appreciated,regards,Iccsi
Hello,We have browsed many threads on the subject of tuning CF11 (& CF10) IIS connectors (in particular ColdFusion 10 instance/Tomcat dying at predictable intervals (white screen of death) ) and we have applied the suggested changes to tune the connector.workers.properties: worker.cfusion.max_reuse_connections=250 worker.cfusion.connection_pool_timeout = 60 worker.cfusion.connection_pool_size=250server.xml <Connector port="8014" protocol="AJP/1.3" redirectPort="8447" tomcatAuthentication="false" maxThreads="250" connectionTimeout="60000" />The above has fixed the issues/failures we had under load (503 errors, white screens).But now we are getting 502 errors in the isapi_redirect.log as follows:[Mon Dec 01 18:35:53.717 2014] [20632:12484] [info] ajp_connection_tcp_get_message::jk_ajp_common.c (1308): (cfusion) can't receive the response header message from tomcat, tomcat (127.0.0.1:
I've just renewed my ColdFusion ENT Renewal Upgrade Plan, but CANNOT determine how to "find" CF11 for download. Have tried calling, but "Product is not Supported" was presented; tried CHAT, which provided a LINK. Followed the link given the CHAT and was back to where I started from 45 minutes earlier. (aka dog-chasing-its-tail).
I am running Coldfusion 11 on a 2008 win server box (IIS7). I have configured websockets in coldfusion using the built in server with all the defaults with the addition of my keystore for the SSL setup.I am using the the secure="true" on the cfwebsocket tag.<cfwebsocket name="mySocket" onMessage="defaultmsgHandler" onOpen="openHandler" onError="errorHandler" secure="true"/>The rest of the websocket code is from the adobe dev connection - http://www.adobe.com/devnet/coldfusion/articles/html5-websockets-coldfusion-pt1.htmlMy addition is simply the secure attribute.All works fine, over both SSL and Non SSL (ws / wss) exactly how I expected. The problem came when I was testing it in older browsers < IE 10 etc. The flash fallback is loading up as I can see the element in the html but there is no connection to the websocket server and no data is moved around.As soon as I remove the secure = true attribute everything is fine. Flash fallback works exactly how I was expecting.I h
Just been trying to install CF10 with Apache2 and it was all looking reasonably good, but when I try to use the CFIDE adminstrator, I get a Tomcat error:HTTP Status 500 - type Exception reportmessage description The server encountered an internal error () that prevented it from fulfilling this request.exception javax.servlet.ServletException: java.lang.NullPointerException coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:129) coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:59) org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98) org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:928) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:414) org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:203) org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Você já é cadastrado? Entrar
Ainda não tem uma conta? Crie uma conta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.