Questions
Als letztes aktiv
Greetings, I have a server with Windows Server 2008, IIS 7, Cf9.0.2 updated with all of the latest patches and hot fixes, multi server installation. I have 4 websites running in the cfusion instance. I want to create a 2nd CF instance and connect siteB to the 2nd CF instance. I created a 2nd CF instance and cannot get siteB to work. I get Service Unavailable when trying to hit the website. I created a test.html in the siteB's root directory and get same Service Unavailable error when I try to go to the html page. Any ideas are greatly appreciated. here is what I did to create the instance - CF admin, Instance manager, create a new instance with the option to create a Windows service - copy JRun4/bin/jvm.config to jvmSiteB.config - jrunsvc -remove {newly created service} - jrunsvc -install CF instance 2 with -config full_path_to\jvmSiteB.config - WebConfig Tool to create connector for the IIS website siteB connecting it to the newly created Windows service from 2 steps above. I checked
In RDS Configuration, Test Connection is Succeful, but I click Test DebuggerTest Debugger failL"it said : An RDS connnection was established but the ColdFusion RDS line debugger could not be contacted. The server gave the following message: Coldfusion line Debugger is not enabled."My Server is running normal, connection is OK! How to fix?
how to create a ColdFusion Page in ColdFusion Builder 2?When I type :"<cfset artistsObj = createObject("component","artistscfcs.ARTISTSService").init() /> <cfset artistsQry = artistsObj.getAllARTISTS() /> <cfdump var="#artistsQry#"/>" in an index file in my Project and lick Firefox tab beside source, it shows message: The connection was refused when attempting to contact localhost.My Server is running normal, connection is OK! How to fi
I am using a <cfinclude template="../MakeYourChoice/index.cfm"> on a page that once the coice is made the screen below will provide feedback. I just realized the <cfinclude template="../MakeYourChoice/index.cfm"> is showing up at the top and at the bottom is the next screen that should NOT show up as two screens on one page. How can I make this process as seperate pages without changing hundreds of lines of code?!? Thanks!
Hi all,This question is sort of related to a previous post of mine about querying dates. I'm trying to use a cfif statement in my where clause to determine if a field is empty or not. Here's the code:<cfquery name="GetPastEvents" datasource="DSN"> SELECT * FROM SITE:Calendar WHERE DatePart('yyyy', [StartDate]) = <cfqueryparam value="#Dateformat(Today, 'yyyy')#" cfsqltype="CF_SQL_DATE" /> and <cfif EndDate neq ''>StartDate<cfelse>EndDate</cfif> < <cfqueryparam value="#Today#" cfsqltype="CF_SQL_DATE" /> and Archive = <cfqueryparam value="0" cfsqltype="CF_SQL_INTEGER" /> ORDER BY StartDate ASC, StartTime ASC</cfquery>My issue that that CF tells me EndDate is not defined. EndDate is a field in the table SITE:Calendar. There has to be a way to make this work, no? Thanks
Hello all, I am very new to CF and our regular guy is on vaction so I could really use some help. I am getting geo location from Bing for multiple address that I have in a db. Then add the latitude and longitude to the latitude field and longitude field in the respective row I am able to run the function(s) indivulally but I need help looping through each row. Here is what I have. I hope this makes sense!<!---query the db---><cfquery datasource="square" name="ListingShort"> SELECT MLS_Id,List_Price,Public_Address,Street_Number,Street_Name,Unit_Number,City,Zip_Code,Subdivision_Name,Bedroom,Baths_Total,Full_Baths,Half_Baths,Square_Feet,Lot_Sqft,Garage_Capa
I have an issue with Cold Fusion 10 Standard. I am running it a several Windwos 2008 R2 Servers with IIS 7.5. Each time I add a new website, I have to run the Web Configuration Tool or the site will not come up unless the the path includes the default doc. I have to remove the current IIS setup and then run it again in the Web Configuration Tool to get it to work properly. This is an issue on our production servers. Any input would be greatly appreciated.
IIS is expecting c:\Inetput\wwwroot\cfdocs, however cfdocs is not appearing under wwwroot. How can I fix this?Jim
Hi all,I am attempting to output some calendar dates from a database. I have a field called StartDate in the table formatted as mm/dd/yyyy. I'd like to output "future dates" for each month, so I've written this query:<cfquery name="January" datasource="dsn"> SELECT * FROM SITE:Calendar WHERE DatePart('m', [StartDate]) = 1 and StartDate >= #Today# and Archive = 0 ORDER BY StartDate ASC, StartTime ASC</cfquery>FYI: #Today# is formatted as mm/dd/yyyyThis query works, but it also returns passed dates for the month. Question 1 is, why isn't the above query eliminating dates that have passed for the month of January? Is there a way to do this?At another spot on the page, I'd like to output all dates less than #Today# that have passed for the current calendar year, so I've written this query:<cfquery name="Past" datasource="dsn"> SELECT *&nbs
Hello,What is the best way to average numbers both that span across both rows and columns?I have a table that holds student names (y-axis), tests they take (x-axis), and their scores. I need to average the student's scrore for all tests and also average the test scores for all students. How should I go about saving the data so I can then do some maths on it?Thanks.
ColdFusion 10 works just fine serving pages for our Intranet. Installed on Windows Server 2003 SP2, and previously worked fine with a trial version of ColdFusion MX 7. After the installation of Coldfusion 10, however when the server is logged off, Service is Temporarily Unavailable page is displayed. Admin console is not available either at the same time. The Cold Fusion 10 Application Server service shows running, but doesn't serve pages. The service has to be restarted, then the pages are served again.How can we make the application server continue to serve up the Intranet .cfm pages while not logged in to the server?jcasey1987
I'm trying to get CF10 Developer Edition working on Websphere 8.5.5.0 Liberty Profile, and after messing around (a LOT) with the web.xml and adding a -Dcoldfusion.disablejsafe=true java parameter to the startup, I've almost got it working.(Incidentally.... it would be really nice for those of us doing Enterprise work if there was some kind of explanation of every single entry in web.xml... otherwise we're just fooling around with it until all the different CF services are working.)However, I'm seeing this on the left frame when I log into the admin panel:The following information is meant for the website developer for debugging purposes.Error Occurred While Processing RequestObject Instantiation Exception.Class not found: com.adobe.coldfusion.entman.ProcessServer Resources:Enable Robust Exception Information to provide greater detail about the source of errors. In the Administrator, click Debugging & Logging > Debug Output Settings, and select the Robust Exception Information op
I use CFRETURN in my CFFUNCTION in cfc file.My query return date format is 2012-07-04, CFRETURN Jul, 04 2012 00:00:00I would like to return to my client what is query exactly return like 2012-07-04.Are there any work around for this?Your help and information is great appreciated,Regards,Iccsi,
Please participate in this ColdFusion feature usage survey. This is not a typical feature usage survey for ColdFusion. The purpose of this survey is to understand the usage of some of the old or not-so-popular features of ColdFusion.The information gathered here will help Adobe deprecate/retain/provide alternate features in the next major version of ColdFusion.Thanks for your time.
We have recently upgraded to CF10. Our application uses cfchart for reports. In a standard request the charts work perfectly. We create png images en the publish them. All server activit<cfchart name="cfChartData" format="png" chartWidth="650" chartHeight="200" rotated="yes" show3d="false" > <cfchartdata item="item 1" value="20"> <cfchartdata item="item 2" value="50"> <cfchartdata item="item 3" value="10"> <cfchartdata item="item 4" value="35"> &n
I have a CF 9.0.2 on two servers that looks to have hf902-00005.jar installed. Did Cumulative hot fix 1 need to be installed prior to this hot fix? I have a a dev server showing Java VM as 14.3-b01 with version Java JDK 1.6.0_17 and the production server showing Java VM 20.4-b02 with version Java JDK 1.6.0_29. The production server is having ODBC run time problems. Both are installed on windows 2008 r2 64 bit servers. CF 9.0.2 is also 64bit.
C:\ColdFusion9\bin>cfstart.batC:\ColdFusion9\runtime\jre\lib\rt.jar: error reading zip fileError occurred during initialization of VMjava/lang/NoClassDefFoundError: sun/reflect/UnsafeFieldAccessorImpl
How to resolve a problem that I encountered while working in a training on Tobacco recovery? The error is presented as followed : Mozilla/5.0( Window SNT 6.1 Apple Webkit 537.36 KHTML, like ( Gecko) Chrome 29.0 1547.57 safari/537.36 Remote 69.122.247.91 ? The path: http:www.tobaccorecovery.org
Trying to use the ArrayFindNoCase function, but it doesnt appear to work on multidimensional arrays? i.e. only on single dimensioned array? can anyone confirm this is the case?
I'm using a 32-bit version of CF9 and it's installed on a Windows Server 2008 R2 machine (64-bit). The problem I'm running into is that it won't allow me to create a COM object - it gives me the error, "no ntvinv in java.library.path null" when I try to run, <cftry> <cfobject type="COM" action="CONNECT" name="Engine" class="JRO.JetEngine"> <cfcatch type="Any"> <cfobject type="COM" action="CREATE" name="Engine" class="JRO.JetEngine"> </cfcatch></cftry> Then when I run it a 2nd time, I get "An exception occurred when instantiating a COM object. The cause of this exception was that: java.lang.RuntimeException: Can not use native code: Initialisation failed." Can you help me?
i am rebuilding a new client's cart to be pci compliant (far from it now lol) and i called authorize.net tech support and the person was talking about what i though was a formstet or app in my cc page that was literally connected to a/n's site and i never need to work with cc data at all. it returns the standard string, i think, to a specified page on my clients site.he said it was called "direct post" but when i read the documentation it sounded like what the site has and i use on other client sites where you post to a page on your site all the data and convert to X_ tags and ship it via https to authorize net. i don't think the person was quite sure what he was talking about and was wondering if any of you have had experience with a direct connection (pipe) to authorize.net for transactions.i put site on a hosted cf10 pci compliant cloud server.i don't like dealing with cc data on the site. makes me nervous and a/n can be a pain.tnx in advance
according to ben forta who i met many years ago, cf loads the complete page and then does functions in a particular order. i.e. includes, queries, etc.my problem is that i am sending over a unique identifer in the formset that is needed in an include on each page of my cart (i don't use cookies or sessions and don't want to get into that).what i want to know is if there is a way to force cf 10 to look at form. items first. the page needs that number or the include (header.cfm) crashes. i also have that issue with cfabort where cf does a lot of functions before it recognizes that tag which can really foul up things if a variable isn't there.site needs to be pci complianttnx in advance,
I use following jQuery code to pass json data from ColdFusion using jQuery.get() to datepicker.I tested the server side and it returns data without error.I got 'I am here' and 'Data Loaded:" message from alert.The click evnet is triggered, but it does not go in to success callback function.Any information and help is great appreciated,Regards,Iccsi,Her is client side coe:jQuery("#btnTest").click( function() { alert(' I am here'); jQuery.get({ url: 'MyServer.cfc?method=MyMethod&vMyNumber=5', datatype: 'json', success: function(data) { alert(" i am inside"); jQuery("#MyDate").datepicker('setDate', data.MyDate); console.log( data ); &nb
When using PDF output in CFDOCUMENT, for correct, proper display of PDF files, does it require the full version of Adobe Acrobat to be installed on the ColdFusion production server?We are using ColdFusion 9 on development/staging/production servers. I have one report that uses CFDOCUMENT with PDF as the output format. When I run the report on my local development/staging server (which uses CF9 Developer Edition), the output looks great. Background colors are displayed correctly (using CSS styles), page breaks work perfectly, etc.However, when I copy and run the report from our CF9 production server, the PDF output has no background colors. Everything is in "black and white." The only difference is that my local/staging server has the full ($199) version of Adobe Acrobat installed on it. But our CF9 production servers do not have Acrobat installed (just the free Acrobat reader).I was going to try installing the free Acrobat 30-day trial version on the
Hi Everyone,I have ColdFusion Mx 6.1 server installed. I want to migrate the server to ColdFusion 10. Is it possible to migrate/upgrade from 6.1MX to 10?If possible, please suggest with the steps required to migrate from ColdFusion MX 6.1 to ColdFusion 10.Thanks,Bhagath S
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.