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 wrote:

 When I try to go to the admin page on our development server
 (http://development.ourdomain.com/CFIDE/administrator/index.cfm), I'm 
 seeing
 nothing but gobbeldygook (first line sample: Allaire Cold Fusion Template
 Header Size: New Version£~¬h/¥hq¤8X°¿©?P^qv N?F'
 o¦^9.)
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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
development machine? Just copy them over?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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:[EMAIL PROTECTED]
Sent: Monday, August 23, 2004 10:01 AM
To: CF-Talk
Subject: 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.cfm), I'm seeing
nothing but gobbeldygook (first line sample: Allaire Cold Fusion Template
Header Size: New Version£~¬h/¥hq¤8X°¿©?P^qv N?F'
o¦^9.)

However, the service is running, and sites on the server are working
correctly (http://development.ourdomain.com/testingsite1/ works for
instance). Even when I walk over to the machine and try locally
(http://localhost/CFIDE/administrator/index.cfm) it gives me a 404.

I've restarted the CF service and even rebooted the entire serverwhere
to look now?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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 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
REMOTELY- http://development.domain.com/CFIDE/administrator/index.cfm -
GobbeldyGook

Also...

REMOTELY - http://development.domain.com/ClientSite1 - Works
REMOTELY - http://development.domain.com/ClientSite2 - Works

etc...

Also, how would one run the connectors?

Jeff
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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

2004-08-23 Thread Mark A. Kruger - CFG
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 did 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 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 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
REMOTELY- http://development.domain.com/CFIDE/administrator/index.cfm -
GobbeldyGook

Also...

REMOTELY - http://development.domain.com/ClientSite1 - Works
REMOTELY - http://development.domain.com/ClientSite2 - Works

etc...

Also, how would one run the connectors?

Jeff
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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 did you recently upgrade from cf 5 to cfmx?

Nope. See, this is the part that just stumps me. We haven't done *anything*
to this server in a while. It's running CFMX...

Would RE-INSTALLING CFMX help?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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 uploadedfiles in ASCII mode over FTP.

-pete

Jeff Small wrote:

  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 did you recently upgrade from cf 5 to 
 cfmx?

 Nope. See, this is the part that just stumps me. We haven't done 
 *anything*
 to this server in a while. It's running CFMX...

 Would RE-INSTALLING CFMX help?

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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 Support]




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 
 REMOTELY- 
 http://development.domain.com/CFIDE/administrator/index.cfm - 
 GobbeldyGook
 
 Also...
 
 REMOTELY - http://development.domain.com/ClientSite1 - Works 
 REMOTELY - http://development.domain.com/ClientSite2 - Works
 
 etc...
 
 Also, how would one run the connectors?

This looks like either a web server issue, or an issue with the web server
connectors used by CF. You can run the web server configuration tool,
wsconfig.exe or wsconfig.jar, from your server console, or use the batch
files provided in your cfusionmx\bin directory (I think that's where they
are, but I'm not absolutely sure since I'm using CFMX on JRun which uses
different file locations for everything).

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 Support]




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'
 o¦^9.)

This indicates that your web server doesn't know to process those files as
CF files, and instead is just returning them as if they were HTML files.
You'll need to either ensure that your web server is configured correctly,
or reinstall the CFMX web server connector, or both.

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 Support]




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

2004-08-23 Thread Mark A. Kruger - CFG
Dave,

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?

-Mark

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Monday, August 23, 2004 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:
 Allaire Cold Fusion Template Header Size: New
 Version£~¬h/¥hq¤8X°¿©?P^qv N?F'
 o¦^9.)

This indicates that your web server doesn't know to process those files as
CF files, and instead is just returning them as if they were HTML files.
You'll need to either ensure that your web server is configured correctly,
or reinstall the CFMX web server connector, or both.

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 Support]




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 - is it, in fact, being run by the
same IIS virtual server in both cases?

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 Support]




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 remotely - is it, in fact, being run by
the
 same IIS virtual server in both cases?

Yes. It's one machine. It's our development server. It's known outside the
building as dev.mydomain.com. When I type in
http://dev.mydomain.com/testingsite1 or http://dev.mydomain.com/anothersite
they work. Datasources are obviously working, pages (.cfm) are loading,
parsing, and being displayed correctly. When I try to go to
http://dev.mydomain.com/CFIDE/administrator/index.cfm, I get gibberish.

Same occurs if you sit ON the machine and type localhost instead of the
mydomain.

So...I've got CFM pages that work. I've got datasources that OBVIOUSLY are
there and working, however, when I go to my administrator on the machine, I
get nothing...

I've even gone back and tried to run the CFMX updater to reinstall that
hoping that something would be reinstalled that had gone wonky...

I ran WSCONFIG.exe, it says it's already configured for Jrun.

I'm at my wits end. I'm not a network admin type and I'm starting to get
frustrated that I don't have anymore information to go on or what to do
nextugh...
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]