Re: Oops! Virtual Directories Server Errors

2012-06-07 Thread Matthew Small
The System Event log will tell you what's going on with the HTTP 500 error (the internal web server error). The problem likely has something to do with the CF connector - I imagine an ISAPI filter of some sort - JRUN.dll, something like that. It probably can't be located. Post the event

Re: Oops! Virtual Directories Server Errors

2012-06-07 Thread Matthew Small
DON'T DELETE WEB.CONFIGS unless you know exactly what you are doing. They may be individually configured for each website - some websites have different configuration and that's where the differences go. I've seen a similar issue, try this: Look for web.config in the affected directories.

Modify Excel Spreadsheet

2012-06-07 Thread Richard White (Re-Base)
Hi, I have a feeling I am missing something simple! I have an excel spreadsheet template that includes images, cell formatting etc... I need to open the spreadsheet, insert the data where required, save and close the document. Do i need to use POI for this? I was trying to read

CF v5 - need to find files / CD

2012-06-07 Thread Paul Silver
Hi, A real blast from the past this one - I've got a client who wants to move server and has lost their original install CD for ColdFusion v5. Yes, that's right: 5. I've got the license key, and I know they're legit as I used to work for them ~10 years ago when v5 was current and remember them

finding html tags

2012-06-07 Thread funand learning
Hi All - I am trying to find if a particular string has html tags in it. For example cfset myStr = pHello WOrld/p I am using the following line of code to see if p tags exist cfoutput#FindNoCase(p,htmlCodeFormat(myStr))#/cfoutput The above always returns 0. Do I need to

Re: finding html tags

2012-06-07 Thread Raymond Camden
You ran htmlCodeFormat on the string first. That escapes HTML. On Wed, Jun 6, 2012 at 1:01 PM, funand learning funandlrnn...@gmail.com wrote: Hi All - I am trying to find if a particular string has html tags in it. For example cfset myStr = pHello WOrld/p I am using the

Calling custom Java class in a loop kills the server

2012-06-07 Thread Brook Davies
I think I found out what was killing my server the other day. We used to use an encryption CFX called textCrypt, actually we've been using it for years and years, but it stopped working on our new CF9 64bit server. So we hired a Java developer to write a java class that would handle

RE: finding html tags

2012-06-07 Thread Robert Harrison
Yes, remove the htmlCodeFormat from your statement. What exactly are you trying to do? Robert Harrison Director of Interactive Services Austin Williams Advertising I Branding I Digital I Direct   125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788 T 631.231.6600 X 119   F 631.434.7022  

Re: CF v5 - need to find files / CD

2012-06-07 Thread Judah McAuley
If finding a copy of CF5 doesn't work out, you might consider trying the code out on one of the free CFML engines like Railo or OpenBD. If the code is pretty straight forward, vanilla, CF it should work with few tweaks. If they have heavy use of C++ custom tags and such, might be more pain that

Weird DNS issue

2012-06-07 Thread Phillip Vector
So I own the domain 5thWallGaming.com I updated the DNS and since my subdomain is working, I know it's on the new host. Also, FTP is pinging the new site... But everytime I go to www.5thWallGaming.com, I get the We are updating message (the old site). Any ideas on what I could be missing?

Re: Weird DNS issue

2012-06-07 Thread Phillip Vector
Nevermind.. *facepalm* ipconfig /flushDNS On Thu, Jun 7, 2012 at 10:10 AM, Phillip Vector vec...@mostdeadlygame.com wrote: So I own the domain 5thWallGaming.com I updated the DNS and since my subdomain is working, I know it's on the new host. Also, FTP is pinging the new site... But

Trouble setting up CF Builder

2012-06-07 Thread Robert Rhodes
Hello to all. I sent this message last night, but it looks like it did not make it through. So I thought I should try again. I am a little frustrated here trying to get CF Builder 2 set up. Of course it does not help that the cheezy synthetic-speech videos that you can play from within CFB2

Re: Weird DNS issue

2012-06-07 Thread Russ Michaels
its working fine for me, did you actually check the DNS locally using ping or something and see where it was resolving ? most likely you have a dns caching issue or have not allowed sufficient time for propagation. On Thu, Jun 7, 2012 at 6:10 PM, Phillip Vector vec...@mostdeadlygame.comwrote:

Re: Trouble setting up CF Builder

2012-06-07 Thread Dave Watts
Anyway, I think my problem is that both my CF install directory and my web root are on another server on the local network.  So I am setting my server home to: \\10.10.1.10\c$\ColdFusion9 and my document root to: \\10.10.1.10\d$\dev\prj1425 CFB2 doesn't seem to like the configuration.  It

Re: Weird DNS issue

2012-06-07 Thread Phillip Duba
Remember, it could take up to 48 hours for DNS changes to propagate. We had a site in which we changed hosts and it took that long for everyone to see the changes (since we didn't control the TTL refresh rate). HTH, Phil On Thu, Jun 7, 2012 at 1:25 PM, Phillip Vector

Re: Weird DNS issue

2012-06-07 Thread Phillip Vector
Yeah.. It was changed for me. Just needed to flush the DNS cache.. Stupid mistake, but I haven't had my coffee yet. :) On Thu, Jun 7, 2012 at 10:33 AM, Phillip Duba phild...@gmail.com wrote: Remember, it could take up to 48 hours for DNS changes to propagate. We had a site in which we changed

intermittant problems

2012-06-07 Thread Scott Stewart
Here's a weird one, One of our client sites works fine on every computer in our office (and no these arent terribly fast machines), and for most of the users that access it. However, certain users (we havent been able to establish a pattern yet) are having issues trying to save data. We've

Trouble setting up CF Builder

2012-06-07 Thread Robert Rhodes
Hello to all. I am a little frustrated here trying to get CF Builder 2 set up. Of course it does not help that the cheezy synthetic-speech videos that you can play from within CFB2 cannot be controlled while you have the setup dialogs open (don't know how Adobe could have missed that). Anyway,

Re: intermittant problems

2012-06-07 Thread Judah McAuley
Have you tried firebug to see what is failing in the JS? I'm presuming an ajax call. And have you tried doing a traceroute from that machine to see if there is a problem upstream from your server? Cheers, Judah On Thu, Jun 7, 2012 at 10:42 AM, Scott Stewart webmas...@sstwebworks.com wrote:

Re: intermittant problems

2012-06-07 Thread Russ Michaels
what do you mean by save data ? that is very ambiguous as there are many ways to save data, via a form, via FTP, via RDP, via unc path, etc On Thu, Jun 7, 2012 at 6:42 PM, Scott Stewart webmas...@sstwebworks.comwrote: Here's a weird one, One of our client sites works fine on every computer

Coldspring docs?

2012-06-07 Thread Jason Durham
Coldspringframework.org is down. Are the docs for 1.2 hosted somewhere that is currently accessible? I already found the 2.0 docs on SourceForge.net. Jason Durham ~| Order the Adobe Coldfusion Anthology now!

Re: intermittant problems

2012-06-07 Thread Scott Stewart
Yeah, we've looked through firebug and it says O is not defined (I didn't write this). I can only assume that O contains a recordset... The traceroute times look pretty slow once it gets into the provider's network (84 - 100ms vs. 6 - 10ms) We've got a call into our provider to see if there's

Re: intermittant problems

2012-06-07 Thread Judah McAuley
You should be able to see what O is by running Firebug in a spot where the request is successful. 100ms isn't really that slow. Is it dropping packets at all? And what is the HTTP Response code of the ajax call? A 504 timeout? 503 Not Available? If you can correlate the connection response in

Re: CF v5 - need to find files / CD

2012-06-07 Thread Paul Silver
On Thu, Jun 7, 2012 at 4:40 PM, Paul Silver paul.sil...@gmail.com wrote: I've got the license key, and I know they're legit as I used to work for them ~10 years ago when v5 was current and remember them buying it (I wasn't stuck with v4.5 and rebooting the server every night, woo!) Is there

Re: Trouble setting up CF Builder

2012-06-07 Thread Robert Rhodes
Hello Dave, Thank you very much for the reply. I tried as you suggested (good suggestion, btw), but I am still stuck. I thought it might be helpful to provide more detail: I am running CF 9.0.1 on Windows Server 2k8 Standard x64. CF is installed in C:\Coldfusion9. Multiple development sites

Re: Oops! Virtual Directories Server Errors

2012-06-07 Thread WebSite CFTalk
Ok, good point :-) Rename web.config in affected folders and test then.. I have all sites configured on one connector in our setup, and use no .net functinality. In that scenario it's quite ok to not use separate web.config files for every iis website. Mvh Helge Hetland WebSite as Den 7.

Re: Coldspring docs?

2012-06-07 Thread Mark Mandel
Yeah, I know this sucks. A new server is coming I promise. I have no control over this one, so I have to bug someone who has to bug someone... In the mean time - web archive to the rescue! http://web.archive.org/web/20110716211542/http://www.coldspringframework.org/index.cfm/go/documentation

Re: Oops! Virtual Directories Server Errors

2012-06-07 Thread Russ Michaels
yes its still supported, the web config tool seems to detect whether its installed or not and uses it if it is by default. On Tue, Jun 5, 2012 at 4:39 PM, Dave Watts dwa...@figleaf.com wrote: actually you do Dave, cozz if its installed then CF uses it and not the iis7 native mode

Has anyone gotten this error from CF10?

2012-06-07 Thread Phillip Vector
The code used is cfschedule action=update task=Minute interval = 60 operation = HTTPRequest startDate = 1/1/00 startTime = 12:00 AM

Re: Has anyone gotten this error from CF10?

2012-06-07 Thread Phillip Vector
I'm also getting Message: Unable to store Job : 'SERVERSCHEDULETASK#$%^DEFAULT.job_MINUTE', because one already exists with this identification. Doesn't update not try to replace it if it already exists? On Thu, Jun 7, 2012 at 9:23 PM, Phillip Vector vec...@mostdeadlygame.com wrote: The code