Re: Server not running...but running...um, help?

2004-08-23 Thread Jeff Small
> > I suggested that earlier - but he says that other .cfm files > > on the same configured sites run correctly. wouldn't that > > indicate that the connector was correctly installed? > > Probably, but not necessarily. I'm not sure what Jeff means when he says one > URL works fine locally, but not

RE: Server not running...but running...um, help?

2004-08-23 Thread Dave Watts
> I suggested that earlier - but he says that other .cfm files > on the same configured sites run correctly. wouldn't that > indicate that the connector was correctly installed? Probably, but not necessarily. I'm not sure what Jeff means when he says one URL works fine locally, but not remotely

RE: Server not running...but running...um, help?

2004-08-23 Thread Mark A. Kruger - CFG
11:40 AM   To: CF-Talk   Subject: RE: Server not running...but running...um, help?   > When I try to go to the admin page on our development server   > (http://development.ourdomain.com/CFIDE/administrator/index.cf   > m), I'm seeing nothing but gobbeldygook (first line sample:   &g

RE: Server not running...but running...um, help?

2004-08-23 Thread Dave Watts
> When I try to go to the admin page on our development server > (http://development.ourdomain.com/CFIDE/administrator/index.cf > m), I'm seeing nothing but gobbeldygook (first line sample: > Allaire Cold Fusion Template Header Size: New > Version£çò~Áð¬Õh/ÔÜý¥Æhqؤä8X°É¿Ìò©?P^qv ßNÊÒ?ùFÍû'ÉÊ

RE: Server not running...but running...um, help?

2004-08-23 Thread Dave Watts
> Nah, see, pages *within* the server are working and are being > handed off to CF...Here's what I've got: > > ON THE MACHINE - http://localhost/ - works REMOTELY - > http://development.domain.com/ - works ON THE MACHINE - > http://localhost/CFIDE/administrator/index.cfm - GobbeldyGook > REMOT

RE: Server not running...but running...um, help?

2004-08-23 Thread Dave Watts
> Would RE-INSTALLING CFMX help? That's probably not necessary, even if it would work. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Suppor

Re: Server not running...but running...um, help?

2004-08-23 Thread Pete Freitag
Jeff try uploading the CFIDE directory again (in binary mode), we have customers posting this error all the time, and every time it was because they uploaded  files in ASCII mode over FTP. -pete Jeff Small wrote: > > Jeff, > > > > I'm speaking of the little batch files buried in the /cfusionmx

Re: Server not running...but running...um, help?

2004-08-23 Thread Jeff Small
> Jeff, > > I'm speaking of the little batch files buried in the /cfusionmx/ directory that > remove and re-add the necessary connectors for the jvm.  If you are running CF > the process is to remove the extension mappings in the IIS admin for the > application. > > As for your problem - hmmm d

RE: Server not running...but running...um, help?

2004-08-23 Thread Mark A. Kruger - CFG
d you recently upgrade from cf 5 to cfmx? -Mark   -Original Message-   From: Jeff Small [mailto:[EMAIL PROTECTED]   Sent: Monday, August 23, 2004 10:42 AM   To: CF-Talk   Subject: Re: Server not running...but running...um, help?   > I think your service is not being handed the request. I w

Re: Server not running...but running...um, help?

2004-08-23 Thread Jeff Small
> I think your service is not being handed the request. I would run the connectors. It looks like an encrypted file being > served by IIS (instead of being processed first by CF) - sort of like seeing the source code on an unecrypted file. Nah, see, pages *within* the server are working and are be

RE: Server not running...but running...um, help?

2004-08-23 Thread Mark A. Kruger - CFG
I think your service is not being handed the request. I would run the connectors. It looks like an encrypted file being served by IIS (instead of being processed first by CF) - sort of like seeing the source code on an unecrypted file. -mark   -Original Message-   From: Jeff Small [mailto:

Re: Server not running...but running...um, help?

2004-08-23 Thread Jeff Small
> You must have uploaded the encrypted files to the server over ftp in > ASCII mode, this corrupts the files. You need to use binary mode. Wait, I never uploaded them at all. They just suddenly started acting this way... Can I move my administration directory on my own local machine over to our d

Re: Server not running...but running...um, help?

2004-08-23 Thread Pete Freitag
You must have uploaded the encrypted files to the server over ftp in ASCII mode, this corrupts the files. You need to use binary mode. __ Pete Freitag http://www.cfdev.com/ Author of the CFMX Developers Cookbook http://www.petefreitag.com/bookshelf/ Jeff Small