RE: ColdFusion MX service won't start at boot

2002-10-01 Thread Aidan Whitehall

Thanks for everyone's help on this. The answer came courtesy of Jon
Moneymaker.

http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=2threa
did=455161

In short, don't install CFMX on a virgin box without having altered the
Default web site directory in IIS (even if you move it, install CFMX and
move it back to C:\Inetpub\wwwroot\ again).


-- 
Aidan Whitehall [EMAIL PROTECTED]
Macromedia ColdFusion Developer
Fairbanks Environmental +44 (0)1695 51775


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



ColdFusion MX service won't start at boot

2002-09-30 Thread Aidan Whitehall

Tried to install CFMX on a fresh development box at home and hit
problems. Posted the following to the Macromedia Forums but haven't had
any response so far. Any ideas? TIA
===

The ColdFusion MX service isn't starting. I've read the numerous other
posts on this and have tried the steps below. I suspect the problem is
due to (6). Any ideas why the initial set up appears to have gone wrong
and (more importantly) how to fix it? TIA

System setup:
Completely fresh installation of Windows 2000 Professional, running IIS
5.0.
No Service Packs installed.
ColdFusion 5 not previously installed.
IIS works find, able to browse .html and .asp pages without problems.


(1) Opening the CFAdmin page displays a 500 Internal Server Error.

(2) Trying to start the ColdFusion MX service manually returned
Service-specific Error 2.

(3) I wiped the machine, did a complete reinstall and didn't install any
Service Packs (several threads suggest there are problems with W2K SP3
and CFMX). CFMX service still doesn't start.

(4) I altered the Recovery settings for the service to Restart the
Service for both first and second fail. Trying to start the service
returns the Service-specific Error 2 message.

(5) Confirmed that, as per Sean Corfield's blog at
http://www.corfield.org/blog/2002_07_01_archive.html
checked that jvm.config doesn't pass corrupt arguments and that the line
says:
# Arguments to VM
java.args=-DJINTEGRA_NATIVE_MODE -DJINTEGRA_PREFETCH_ENUMS -Xmx512m

(6) In Internet Services Manager | Home Directory | Configuration the
cfc, .cfm, .cfml and .jsp extensions are mapped to
  C:\CFusionMX\runtime\lib\wsconfig\1\jrun.dll
However, this path doesn't exist. The closest folder to the one
referenced is at
  C:\CFusionMX\runtime\lib\wsconfig\
which contains just two files, jrunwin32.dll and wsconfig.log. Should I
just change the mapping for the 4 extensions above to the
jrunwin32.dll file instead?

(7) Read the page To configure IIS for ColdFusion MX in Windows at
http://livedocs.macromedia.com/cfmxdocs/Installing_ColdFusion_MX/config
uring4.jsp#1118876
Running
 c:\cfusionmx\runtime\jre\bin\java -cp c:\cfusionmx\runtime\lib -jar
c:\cfusionmx\runtime\lib\wsconfig.jar -ws IIS -site 0 -map
cfm,.cfc,.cfml,.jsp -v
from the command prompt returns
 os.name: Windows 2000
 os.version: 5.0
 os.arch: x86
 platform: intel-win
 web server: IIS
 File C:\CFusionMX\runtime\lib\wsconfig\jrunwin32.dll newer than JAR
file
 C:\CFusionMX\runtime\lib\wsconfig.jar so not extracted
 FindServers(): attempting connect to port 2901 on host 127.0.0.1
 Could not connect to any JRun servers on host localhost.
 Confirm that the JRun server is started.
The JRunScripts virtual directories weren't automatically created. Is
this because the initial installation went wrong? (although it appeared
to complete fine)

(8) Looked at Task Manager | Processes and jrun.exe is listed with a PID
of 488. Does that mean that JRun really is running? 


Referring URL 1: http://www.corfield.org/blog/2002_07_01_archive.html
Referring URL 2:
http://livedocs.macromedia.com/cfmxdocs/Installing_ColdFusion_MX/config
uring4.jsp#1118876

-- 
Aidan Whitehall [EMAIL PROTECTED]
Macromedia ColdFusion Developer
Fairbanks Environmental +44 (0)1695 51775


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: ColdFusion MX service won't start at boot

2002-09-30 Thread Robertson-Ravo, Neil (REC)

Did you have a beta installed at some stage?  Check the registry for the
keys which start the services and verify they are pointing to the correct
folder for the CF services.

N

-Original Message-
From: Aidan Whitehall [mailto:[EMAIL PROTECTED]]
Sent: 30 September 2002 09:43
To: CF-Talk
Subject: ColdFusion MX service won't start at boot


Tried to install CFMX on a fresh development box at home and hit
problems. Posted the following to the Macromedia Forums but haven't had
any response so far. Any ideas? TIA
===

The ColdFusion MX service isn't starting. I've read the numerous other
posts on this and have tried the steps below. I suspect the problem is
due to (6). Any ideas why the initial set up appears to have gone wrong
and (more importantly) how to fix it? TIA

System setup:
Completely fresh installation of Windows 2000 Professional, running IIS
5.0.
No Service Packs installed.
ColdFusion 5 not previously installed.
IIS works find, able to browse .html and .asp pages without problems.


(1) Opening the CFAdmin page displays a 500 Internal Server Error.

(2) Trying to start the ColdFusion MX service manually returned
Service-specific Error 2.

(3) I wiped the machine, did a complete reinstall and didn't install any
Service Packs (several threads suggest there are problems with W2K SP3
and CFMX). CFMX service still doesn't start.

(4) I altered the Recovery settings for the service to Restart the
Service for both first and second fail. Trying to start the service
returns the Service-specific Error 2 message.

(5) Confirmed that, as per Sean Corfield's blog at
http://www.corfield.org/blog/2002_07_01_archive.html
checked that jvm.config doesn't pass corrupt arguments and that the line
says:
# Arguments to VM
java.args=-DJINTEGRA_NATIVE_MODE -DJINTEGRA_PREFETCH_ENUMS -Xmx512m

(6) In Internet Services Manager | Home Directory | Configuration the
cfc, .cfm, .cfml and .jsp extensions are mapped to
  C:\CFusionMX\runtime\lib\wsconfig\1\jrun.dll
However, this path doesn't exist. The closest folder to the one
referenced is at
  C:\CFusionMX\runtime\lib\wsconfig\
which contains just two files, jrunwin32.dll and wsconfig.log. Should I
just change the mapping for the 4 extensions above to the
jrunwin32.dll file instead?

(7) Read the page To configure IIS for ColdFusion MX in Windows at
http://livedocs.macromedia.com/cfmxdocs/Installing_ColdFusion_MX/config
uring4.jsp#1118876
Running
 c:\cfusionmx\runtime\jre\bin\java -cp c:\cfusionmx\runtime\lib -jar
c:\cfusionmx\runtime\lib\wsconfig.jar -ws IIS -site 0 -map
cfm,.cfc,.cfml,.jsp -v
from the command prompt returns
 os.name: Windows 2000
 os.version: 5.0
 os.arch: x86
 platform: intel-win
 web server: IIS
 File C:\CFusionMX\runtime\lib\wsconfig\jrunwin32.dll newer than JAR
file
 C:\CFusionMX\runtime\lib\wsconfig.jar so not extracted
 FindServers(): attempting connect to port 2901 on host 127.0.0.1
 Could not connect to any JRun servers on host localhost.
 Confirm that the JRun server is started.
The JRunScripts virtual directories weren't automatically created. Is
this because the initial installation went wrong? (although it appeared
to complete fine)

(8) Looked at Task Manager | Processes and jrun.exe is listed with a PID
of 488. Does that mean that JRun really is running? 


Referring URL 1: http://www.corfield.org/blog/2002_07_01_archive.html
Referring URL 2:
http://livedocs.macromedia.com/cfmxdocs/Installing_ColdFusion_MX/config
uring4.jsp#1118876

-- 
Aidan Whitehall [EMAIL PROTECTED]
Macromedia ColdFusion Developer
Fairbanks Environmental +44 (0)1695 51775



__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: ColdFusion MX service won't start at boot

2002-09-30 Thread Aidan Whitehall

 Did you have a beta installed at some stage?  Check the registry for
the
 keys which start the services and verify they are pointing to the
correct
 folder for the CF services.

It was a *completely* fresh install of everything, starting with wiping
the partition and reformatting with NTFS. After having installed Windows
2000 Professional, I installed IIS, then CFMX.

Thanks for the reply, Neil. Can you read the following (taken from the
original post) - I think it's the most likely reason for the problem:


 (6) In Internet Services Manager | Home Directory | Configuration the
 cfc, .cfm, .cfml and .jsp extensions are mapped to
   C:\CFusionMX\runtime\lib\wsconfig\1\jrun.dll
 However, this path doesn't exist. The closest folder to the one
 referenced is at
   C:\CFusionMX\runtime\lib\wsconfig\
 which contains just two files, jrunwin32.dll and wsconfig.log. Should
I
 just change the mapping for the 4 extensions above to the
 jrunwin32.dll file instead?


-- 
Aidan Whitehall [EMAIL PROTECTED]
Macromedia ColdFusion Developer
Fairbanks Environmental +44 (0)1695 51775


__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: ColdFusion MX service won't start at boot

2002-09-30 Thread Robertson-Ravo, Neil (REC)

Yep, that is more than likely your problem.  I know there are some issued
with the installer as well.  it may be worth swinging my MM.com to check it
this is a documented one.

N

-Original Message-
From: Aidan Whitehall [mailto:[EMAIL PROTECTED]]
Sent: 30 September 2002 11:44
To: CF-Talk
Subject: RE: ColdFusion MX service won't start at boot


 Did you have a beta installed at some stage?  Check the registry for
the
 keys which start the services and verify they are pointing to the
correct
 folder for the CF services.

It was a *completely* fresh install of everything, starting with wiping
the partition and reformatting with NTFS. After having installed Windows
2000 Professional, I installed IIS, then CFMX.

Thanks for the reply, Neil. Can you read the following (taken from the
original post) - I think it's the most likely reason for the problem:


 (6) In Internet Services Manager | Home Directory | Configuration the
 cfc, .cfm, .cfml and .jsp extensions are mapped to
   C:\CFusionMX\runtime\lib\wsconfig\1\jrun.dll
 However, this path doesn't exist. The closest folder to the one
 referenced is at
   C:\CFusionMX\runtime\lib\wsconfig\
 which contains just two files, jrunwin32.dll and wsconfig.log. Should
I
 just change the mapping for the 4 extensions above to the
 jrunwin32.dll file instead?


-- 
Aidan Whitehall [EMAIL PROTECTED]
Macromedia ColdFusion Developer
Fairbanks Environmental +44 (0)1695 51775



__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists