A few days ago I updated my windows from 8 to 10. I reinstalled ColdFusion 10 and Apache (Xammp), and I installed all updates through the CF Administrator, including upd18. However, I am having a problem with the decimal symbol when I use cfspreadsheet and Excel. The output is now different from my production server, and when I used window 8.
Here I have a print screen from one test I did using Excel with 4 different number masks. On the left is my localhost. On the right is the Production server.
Additional observations:
The Production Server is running ColdFusion 11. However, another PC with CF10 + Xampp + Windows 8 produces the same output as my Production server, which is different than result from my locahost.
I discovered the problem. My Windows is pt-BR, and windows server is en-US.
a year ago we need to change JVM.config to ColdFusion server works in en-US, we find the documentation that we did. Including the following information to JVM.config the problem stopped.
-Duser.language=en -Duser.region=US
Is possible edit this config in CFAdministrator
Related
So I am using ColdFusion 10 on Windows 7 64-bit machine. I have installed CF10 developer edition, now I am trying to create a second instance. I Add the instance in ColdFusion admin, then go into the Number folder and run the webconfig tool and add the site. When I go to services to start this new instance service, it does not start, it gives me an error.
App log:
The description for Event ID 256 from source ColdFusion 10 Application Server perm 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.
Can anyone help me get the second instance working, or is this really not allowed in the dev edition?
If I can get this working for ColdFusion 10, I want to get ColdFusion 11 working with 2 instances next.
I was able to work with the adobe install team, and they helped me figure out my web config connectors were messed up, and there was a random cfide folder in the site causing confusion and delay. I am up and running now.
Ok guys, I've been trying to get this working for a few weeks in my spare time, and all day today, and I have nothing to show for it, so here's my question.
First off, the end goal for this is to read and write basic information (id #s, names, etc.) from a remote mysql database, to a C++ program written in Visual Studio 2010 Pro, or something equivalent (and free). I access the server from my laptop with SSH, and I can call family members to mess with router settings and such.
I'm trying to use a MySQL database on a Ubuntu Server machine that I access remotely from a Windows 7 laptop. I have installed MySQL Connector C++ from the MySQL website (the msi installer). NOTE: I have not done anything with the Connector install except run the exe I downloaded. Didn't think I needed to compile anything, but I'm wrong a lot. I have created a database, a user who has privileges to the database, and this user can (in theory) connect from any ip, because it is declared as 'username#'%'. I also changed the my.cnf file so that the bind-address line is commented out. I used 'mysqladmin ping -h serveraddress -u username -p' and that gave me 'mysqld is alive', so I'm assuming the database is accessible from any ip remotely. So, I opened up VS 2010 Pro, made a new project, went to tools, and then 'Connect To Database'. I selected Microsoft MySQL Server and put in the information exactly as I did for mysqladmin. I clicked Test Connection and I get an error box that ends with 'provider: Named Pipes Provider, error 40 - Could not open a connection to SQL Server'. Sorry for the block of text, just want to give all the details I can.
Hopefully I'm close to making this work, I'm not pressed for time but I'm really tired of not being able to work on anything else in the project, since it all branches from this database connection.
Thanks you all! I'll reply with whatever you need me to during the day, I'm not much of a night owl anymore =)
UPDATE:
I have the sample code from the mysql site compiling correctly, it was just a matter of finally getting a few hours to sit down and fix linker/library errors one at a time, downloaded the boost libraries, and changed include directories to direct paths when I could get them to work correctly. Now all I need to do is learn how to use it lol
Thanks all!
Not sure if this is the problem but be sure to use the 32 bit ODBC Administrator if you are building a 32 bit application. If you are on a 64 bit PC, by default you are going to be using the 64 bit ODBC Administrator and consequently your 32 bit application won't actually see the DSN that you've created. Run the 32 bit ODBC Administrator using this path: C:\Windows\SysWOW64\odbcad32.exe and then create your DSN.
I have installed Adobe ColdFusion builder 2 and was able to set it up, using this tutorial
http://www.adobe.com/devnet/coldfusion/articles/setup_dev.html
After I restarted my computer (for some updates to take effect), I am unable start the server I added using ColdFusion Builder (cfserver). I get the following error -
'starting cfusion' has encountered a problem
Ensure that the server is not already running, or another application is not using the WebServer port.
Does anyone know what to do about this? I am completely lost
EDIT: This is the error the console prints out
[cfusion]:07/13 12:50:14 Error [Thread-13] - Platform, Locale, and Platform Name must not be null
If you are using Vista or Windows 7 I used to have a problem with trying to start the ColdFusion server unless I launched CFB with Administrator privileges and ran it in XP Compatability mode.
We've recently upgraded from CF 8 Enterprise to CF 9 Enterprise with hotfix 1.
What we have noticed is that some CF 9 counters accessed via perfmon are now giving crazy values.
I recall something very similar happening when we upgraded to CF 8, but that was addressed by the following hotfix:
http://kb2.adobe.com/cps/404/kb404026.html (discussion here)
In that issue the cfperfmon_8.dll was replaced.
Three of our recently upgraded Windows Server 2008 CF 9 servers are displaying a very similar issue. In my Windows event log I'm seeing a lot of these issues:
The data buffer created for the "ColdFusion 9 Application Server" service in the "C:\Windows\system32\cfperfmon_9.dll" library is not aligned on an 8-byte boundary. This may cause problems for applications that are trying to read the performance data buffer. Contact the manufacturer of this library or service to have this problem corrected or to get a newer version of this library.
Is there a similar fix available for CF 9?
I have ColdFusion 8 installed on resin-3.1.9 (Linux). On my standalone ColdFusion server, I can use /opt/coldfusion8/bin/cfstat to monitor active and queued requests.
On Resin, with ColdFusion 8 installed as a multi-server install, I don't know how to get this information. Can someone help me?
I have tried server monitor through ColdFusion 8 and it doesn't show me the queued request. I can't even find that information in FusionReactor.
I tried using <statistics-enable>true</statistics-enable> in /opt/resin/conf/resin.conf; however, I don't know where that information is outputted and if it would even help me.
According to ColdFusion 8 system requirements, Resin is not supported.
You may want to use one of the followings to save you some trouble:
WebLogic 8.1, 9.2, 10
WebSphere 5.1.1, 6.1, 6.1
Oracle Application Server 10g R1-R3
JRun 4 Updater 7
JBoss 4.0.3, 4.0.5, 4.2
You might look at FusionReactor, it lists Railo Resin support, so it might work for ColdFusion Resin, and you could use the trial to test it, or just ask them.