Re: cf9 won't start after installing JRE 7 update 25
Thanks for the reply. I did try that using C:/Program Files/Java/jre7 but it didn't work. C:\ColdFusion9\bin>cfstart.batError: no `server' JVM at `C:/Program Files/Java/jre7\bin\server\jvm.dll'. I...
View ArticleRe: cf9 won't start after installing JRE 7 update 25
Hi Alan, You need to install JDK 1.7U25 in order to get ColdFusion work. Nimit
View ArticleCF 10 Deleted Scheduled Tasks keep reappearing on scheduler
I have a scheduled task that I have deleted at least 5 times and it keeps re-apppering the next day in the Sheduled task ib the administrator. I also looked in the Neocron,xml file and it appears to...
View ArticleRe: CF 10 continues to crash on Windows 2008 R2 64 bit
@etnevels1, note that one of the many things that CF10 update 11 addressed was an issue related to when CF was processing 404s for IIS. I know your note here was from March, but someone pointed me to...
View ArticleRe: cf9 won't start after installing JRE 7 update 25
jre don't have the dll, so you need to install JDK Follow the steps mentoned below :- You can remove/uninstall jre that you have installed Download JDK http://java.com/en/download/index.jsp Install...
View ArticleRe: CF 10 continues to crash on Windows 2008 R2 64 bit
As a correction to my last note, where I referenced the file to check (for updates) as aspnet_isapi.dll, I meant instead isapi_redirect.dll. (There is an aspnet_isapi.dll, but that's a file within the...
View ArticleRe: CF 10 Deleted Scheduled Tasks keep reappearing on scheduler
Hi Stephen,What is the update level of CF 10? Server details? Try to use the neo-cron.xml from your backup, modify it (like delete the schedule tasks) and then observe the behavior. ThanksVJ
View ArticleRe: CF 10 Deleted Scheduled Tasks keep reappearing on scheduler
Server DetailsServer ProductColdFusionVersionColdFusion 10,285437EditionStandard Operating SystemWindows Server 2008 R2 OS Version6.1 Update Level/C:/ColdFusion10/cfusion/lib/updates/chf10000011.jar...
View ArticleRe: cfquery and cachedwithin yields variable undefined
To elaborate on this further... I know it is 2 months old (I still have not found a solution). It looks as if the caching mechanism is so advanced that if the first run of the query fails (before it...
View ArticleOn ColdFusion 10 server cannot get CFTREE to work
When loading webpage with CFTREE tag it does not work. I am getting ClassNotFoundException - coldfusion.applets.CFTreeApplet.class.
View ArticleRe: On ColdFusion 10 server cannot get CFTREE to work
Is CFIDE as virtual directory added to your website?
View ArticleRe: cf9 won't start after installing JRE 7 update 25
Hi Alan, You may also need to copy C:\Program Files\Java\jdk1.7.0_25\bin\msvcr100.dll to C:\ColdFusion9\runtime\bin.Please note the slashes in your JVM.CONFIG for java home environment EG slashes can...
View ArticleRe: cfquery and cachedwithin yields variable undefined
Check the Caching Server Settings in the ColdFusion Administrator. You might want to flush it. Pay attention with "Trusted cache" and "Cache Template In Request".
View ArticleRe: cf9 won't start after installing JRE 7 update 25
Alan, One other thing comes to mind, CF9.0.1 needs CHF4, CF9.0.2 needs CHF1 to be Adobe CF with Java 7 compatible. What is your CF9 patch level?
View ArticleRe: cf9 won't start after installing JRE 7 update 25
Carl, to be honest, I don't remember but if I can get the server to start, I'll find out. My desktop has decided to bsod instaed of starting , so I' m trying to work through that, but thanks for...
View ArticleRe: CF 10 Deleted Scheduled Tasks keep reappearing on scheduler
Yesterday when I deleted the scheduled task I checked the neocron.xml and neocron.bak files for the the task that was just delete and could not find it. When I looked at scheduled tasks today the job...
View ArticleRe: CF 10 Deleted Scheduled Tasks keep reappearing on scheduler
Let's say you remove the schedule task from neo-cron.xml straight away and save it. Restart the CF 10 server service. What happens when the service is restarted, the neo-cron.xml still contains the...
View ArticleRe: CFApplets seem to not be installed
I've found another thing that can cause this issue.Check to see if you can access http://your_server:8307/CFIDE/scripts/cfform.js and http://your_server:8307/CFIDE/scripts/masks.jsSome of the lockdown...
View ArticleRe: CF 10 Deleted Scheduled Tasks keep reappearing on scheduler
This is the production box. As I said earlier I deleted the task and immeadiatly checked the neo-cron.xml and it WAS NOT in the file that I could find. However the next day It shows back up, From...
View ArticleNeed to get totals from certain rows.
I have a database that I'm pulling some funding numbers out of. There are columns for state, year, funding amount, and project #. I need to display them in a table by year, then state, sort of like...
View Article