Questions
Als letztes aktiv
CF11 Scheduler getting NULL pointer error in CF Administrator.This issue showed up in my production environment immediately following a restart of the Cold Fusion services to recover from a JVM OutOfMemoryError. We have identified what caused the OutOf Memory error and have implemented code changes to prevent this in the future however now the scheduler isn't accessable via CF Admin. I'm thinking a file may have gotten corrupted in the scheduler during the OutOfMemory event. I have redundant application servers so I simply moved all my scheduled tasks to the other server until I can sort this out. Otherwise the server works fine. I made a archive of the server settings back a month or so ago, I'm wondering if I import that archive in through packaging and deployment if it might fix the corrupt file. I've also read some post about replacing the \cfusioninstance\lib\neo-cron.xml to resolve the issue. I wonder if anyone else has experienced anything like this?
I need some help with an error that keeps coming up in the application.log.The message is:Aug 28, 2015 1:42 PM Error ajp-bio-8014-exec-1 PACT Authentication has failed.Please check the logs for more details.s The specific sequence of files included or processed is: C:\inetpub\wwwroot\PACT\index.cfm, line: 3What does Authentication has failed? It say to check the log files, but this is a log file so that is no help. I have looked in the other logs, but I don't see anything that would correlate with this error. This is happening several times an hour across all the sites on this server.Virtual serverI am running ColdFusion 11 Enterprise editionWindow 2008 r2 serverThis is a new server set up. I had all my sites loaded on this server for testing and did not get these errors. Once I made this server available to the public, then I started getting this error.It appears the sites aren't going down. So the user isn't affected, but I want to know what is cau
Hi,Below is the information of the Cold Fusion 11 application server:VM machineWindows 200832 Bit3 gb of ram4 CPU's Cold Fusion 11 Enterprise (all updates installed, except for Update 5)IIS 7IIS setting for the application pool Maximum Worker Processes is 1The number of users in the application range from 500-700.Only one website on the serverNo errors in the IIS or Cold Fusion logsThe following are the settings in the workers.properties:worker.list=cfusionworker.cfusion.type=ajp13worker.cfusion.host=localhostworker.cfusion.port=8014worker.cfusion.max_reuse_connections=500Worker.cfusion.connection_pool_size=800The following are the settings in the server.xml:<Connector port="8014" protocol="AJP/1.3" maxThreads= "800" redirectPort="8447" tomcatAuthentication="false" /> At times a message appears when users try to access the login page (The login page does not access the database):The service not availableFrom my research the message is coming from IIS and the access to the IIS app
I set up my CF server on mac pro (first time mac user) and using MAMP pro to connect my DB but I keep getting the below error when I go to CFIDE to connect to my DBAnyone having similar issue I cannot find anything on it over the forumsThanks for your help in advance Connection verification failed for data source: ZigZagValet java.sql.SQLNonTransientConnectionException: [Macromedia][MySQL JDBC Driver]Error establishing socket to host and port: localhost:3306. Reason: Connection refused The root cause was that: java.sql.SQLNonTransientConnectionException: [Macromedia][MySQL JDBC Driver]Error establishing socket to host and port: localhost:3306. Reason: Connection refused
I recently moved my site from CF7 to CF9. We normally send out several bulk emails and newsletters in the 20,000 - 50,000 message range. I send these emails in chunks of around 500 messages at a time and then wait for the spool directory to have less than 50 messages before sending another chunk. This has worked great for us for several years but now with the move to CF9 the messages are leaving the spool directory very slowly. It seems to process one message every 1 to 2 seconds. A list of 40,000 emails would in the past take say 8 hours is now taking 30 + hours to go out.Here are things that I have already looked into:Running Symantec Endpoint Protection and have set a rule up to exclude the CF Mail directory as well as it's child directories. I had to make the same change on my old server as the AV scanning was slowing the process tremendously.When running CF7 I was using a smtp server on the same machine, but now the smtp server is a different machine on the same network. This shou
I just need the functionality of Homesite.
Hi,When I try to access a Coldfusion admin site, it throws me 'This page can't be displayed' message. This is the case with both the local host & even with the server IP. Need help on this asap to solve this & get back my CF admin page.Thanks in advance!
Actually I am trying to search whether a particular word exists in URL and trying with below code in in a .cfm file. It works fine in html page but not working in coldfusion.Can someone help me how to resolve this issue <script type="text/javascript">var location = window.location.href;if (location .indexOf("search_Text") > -1){//do stuff}else{//do stuff}</script>
I am trying to implement the new tags to remediate the CSRF finding in our scans but can't seem to get the CSRFVerifyToken to work. I found the following snippet and put it on a test page. It appears that the token is being generated but when I try to use the CSRFVerifyToken tag, it returns NO. Is there something that I am doing wrong or do you have to have a setting set in the administrator? We are using most recent CF11. <cfif isDefined("form.submit") and CSRFVerifyToken(form.token, "make-admin")> perform operation</cfif><form action="test.cfm" method="post"><cfoutput><input type="hidden" name="token" value="#CSRFGenerateToken("make-admin")#" /></cfoutput><input type="submit" value="Make Administrator" name="submit" /></form>
Hi All,I'm hoping someone can point me in the right direction. Ever since upgrading from ColdFusion 10 to ColdFusion 11 I have been seeing this error intermittently throughout the day. The server that it's happening on is averaging between 5-10 requests per second so the traffic is very low.Here is the exact error message from ColdFusion. I get an email every time there is an error so I can be alerted.There was a problem while attempting to perform a search. org.apache.commons.httpclient.NoHttpResponseException: The server localhost failed to respond <br>The error occurred on line [XXX].Once I see the error I try the web page and it works every time so I can't duplicate it.Has anyone experienced this random issue? Is there anything I can try to fix it?
I enabled metrics logging using steps found here Enable Metric logging | ColdFusion 10 , but with the additional steps of specifying the correct port number in the CF Admin Console / Debug Output Settings section.Many fields are logged, and some seem obvious. Others are ambiguous - like Error Count. Does anyone have a link to something that provides a true definition of each of the logged fields?
I'm trying to figure out how to use cffileupload so I have a braindead .cfm file:<cffileupload url="uploadFiles.cfm" progressbar="true" name="myupload" addButtonLabel = "Add File" clearButtonlabel = "Clear All" width=600 height=400 title = "File Upload" maxuploadsize="30" extensionfilter="*.jpg, *.png, *.flv, *.txt" BGCOLOR="##FFFFFF" MAXFILESELECT=10 UPLOADBUTTONLABEL="Upload now"/>which is the one from the documentation page. Where I'm losing it is in the processing file.If the file contains only:<cffile action="uploadall" destination="c:/testload" nameConflict="overwrite">the files upload and no problems. The issue is that I want to do additional processing oneach file after it arrives. I've tried this:<cfoutput><
Hello, I have an issue on the my project, users want to send email with emails address containing special characters or greek characterslike the following email address example (frédéric.toto@toto.com or κείμενο@toto.com).Anyway I’ve got the following cfmail error message (email address for “to” attribute is not valid)How can I send email to such address?Regards
Hi everyone.I have a page that has 2 dynamic drop down menus in that depending what is selected in the first drop down will display certain criteria in the 2nd drop down. I have this working in one table just fine, but then I tried it in another table and I can't get the code to work for some reason. I can choose the first drop down menu, but then it has a timed out error that displays after I make my first choice. I can't see the Cold Fusion error, so I'm not sure what's wrong. Here's what I have in my table called Elastomer_Cut_Size:Column Name Data TypeItemID IntElastomer Part_Number nvarchar(50)X_mm
Does Coldfusion mx7 run on Oracle 11g? What is the alternative if not compatible?
Hi All, We just updated to cf11 from cf9. Just found out that our uploader is no longer working. The files are uploading fine but the return variable is no longer present. I used to have a variable #serverfile# which returned me the renamed file that was uploaded in cf9. Now i get this error:Element SERVERFILE is undefined in FILE. So I tried to add a result attribute to the cffile uploadall call and access via "name.serverFile" and i get this error: You have attempted to dereference a scalar variable of type class coldfusion.runtime.Array as a structure with members. So I tried just my result name and I do see an error with details of the file uploaded:Invalid data [{CLIENTDIRECTORY={},CLIENTFILE={fallen tree.pdf},FILEWASAPPENDED={false},FILESIZE={70798},CONTENTTYPE={application},SERVERFILE={fallen tree12.pdf},CLIENTFILEEXT={pdf},TIMECREATED={{ts '2015-08-24 14:34:53'}},CONTENTSUBTYPE={octet-stream},FILEMODESET={false},FILEWASSAVED={true},OLDFILESIZE={70798},SERVERFILENAME={fallen tre
Hello, Dowloaded Coldfusion from the Adobe website, both with Safari as with FirefoxI want to install Coldfusion 10 on my Macbook. OS X 10.7.4 ( so not 10.8 ). When I double click the .dmg file , I always get "“Adobe ColdFusion 10” can’t be opened. You should eject the disk image." error. Never had this before. I've read about setting security on 'non signed packages', but this applies to 10.8. Is this a known issue ? Thanks, Dirk dirk@dinnewet.be
I have a Coldfusion 11 standard installation that, when the Application Service attempts to start, throws an error 259. Changes to CF configuration were made through CFAdmin earlier today, and one or more of those changes most likely caused the problem. Coldfusion-error.log and Coldfusion-out.log are no longer being updated (caused by the server service not running?). I have tried to revert settings to an earlier state by restoring the pre-change neo-x.bak files (neo-runtime, etc.), but to no good effect. I tried the following from an Admin command line, "coldfusion.exe -start console", but received this error message;ERROR: JDWP option syntax error: -agentlib:jdwp=transport=dt_socket,server=y,suspend=,address=5005Firewall is not currently running, and this is a Windows 2008 R2 server.TIA,Scott
I am new to coldfusion can someone clear my doubt please.I have a function Test_Func. I want to assign the parameter(input) value to a variable myname).Kindly helpfunction Test_Func(input){ <cfset var myname= " ">}
I am new to coldfusion..I have a doubt.I am having a variable called 'My_name' in 1.cfmHow I can access 'My_name' value from another cfm file (2.cfm).Thanks in advance
I have a script that captures PNG images from a 3rd party server, I then save them on my server using this code, forcing them to 45x45<cfimage action = "resize" height = "45" width = "45" source = "#objImage#" destination = "#newFileName#" overwrite = "yes">The issue I see is that the file sizes are nowhere near as low as they could be, I dropped a few of them into tinypng.com and they can be reduced by as much as 75%, and at least 50% with no noticeable loss in visual quality.The question is, does anybody have a method to compress PNG's? I see that the quality="" is only suitable for JPGSBtw I'm running this on CF8
We have been working to migrate several of our internal CF8 sites over to a new CF11 server. I have only been supporting CF for about a year, so I'm afraid I am not as knowledgeable as I should be.Most of our sites are working correctly; however, we are encountering a unique issue with a site called Workforce Tracking. It utilizes a header variable (RACFGROUPS) that is returned by Siteminder. This is handled by the application.cfm file, with the relevant section below: <cfapplication sessionmanagement="Yes" clientmanagement="Yes" sessiontimeout="#CreateTimeSpan(0,4,0,0)#" name="WorkforceTrackingTrack"> <cf_servername> <cfset AppName = "Workforce Tracking - Jobs"> <!--- Siteminder method ---> <cfloop index="aGroup" list="#RACFGROUPS#" delimiters="^"> <cfif #ucase(aGroup)# EQ "URXWTAAA" or ucase(aGroup) eq "UA09999"> When I navigate to devworkforcetracking2.localnetwork.com/Jobs/, the default index.cfm page gets loaded, the application file is
How do i upgrade coldfusion mx 7 to 11 or any documentation about the upgrade?
I'm trying to help a client with getting Cold Fusion 11 running with IIS 8.5 on 2012 R2.It's been installed and a default document has been assigned - "home.cfm". If you visit the web site: http://website/ it works. If you visit http://website/home.cfm, you get an HTTP Error 500.0:Module IsapiModuleNotification ExecuteRequestHandlerHandler ISAPI-dllError Code 0x80004005Requested URL http://website:80/jakarta/isapi_redirect.dllPhysical Path C:\server\path\jakarta\isapi_redirect.dllLogon Method AnonymousLogon User AnonymousThe same error results on any attempt to load any CFM page by page name - again, they only load if no file name has been specified in the URL and the page in question is the default document.Meanwhile, the CF Admin site works just fine.Running 11,0,05,293506
how to publish my web on intranet. !
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.