Here's something I sent to Macromedia support, any suggestions would be
appreciated.
Have ran the installer, only the master "ColdFusion MX Application
Server" service is installed (no ODBC ones), and that service fails to
start after installation.
Before installation I get the following when I do "netstat -an":
------------------------------------------------------------------------
--
Active Connections
Proto Local Address Foreign Address State
TCP 0.0.0.0:25 0.0.0.0:0 LISTENING
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
TCP 0.0.0.0:443 0.0.0.0:0 LISTENING
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1025 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1027 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1028 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1433 0.0.0.0:0 LISTENING
TCP 0.0.0.0:3306 0.0.0.0:0 LISTENING
TCP 0.0.0.0:3372 0.0.0.0:0 LISTENING
TCP 0.0.0.0:3389 0.0.0.0:0 LISTENING
TCP 172.26.0.141:139 0.0.0.0:0 LISTENING
TCP 172.26.0.141:3389 172.26.0.119:2592 ESTABLISHED
UDP 0.0.0.0:135 *:*
UDP 0.0.0.0:445 *:*
UDP 0.0.0.0:1029 *:*
UDP 0.0.0.0:1434 *:*
UDP 0.0.0.0:3456 *:*
UDP 172.26.0.141:137 *:*
UDP 172.26.0.141:138 *:*
UDP 172.26.0.141:500 *:*
------------------------------------------------------------------------
--
After installation I get the following:
------------------------------------------------------------------------
--
Active Connections
Proto Local Address Foreign Address State
TCP 0.0.0.0:25 0.0.0.0:0 LISTENING
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
TCP 0.0.0.0:443 0.0.0.0:0 LISTENING
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1025 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1027 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1028 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1051 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1057 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1059 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1433 0.0.0.0:0 LISTENING
TCP 0.0.0.0:2522 0.0.0.0:0 LISTENING
TCP 0.0.0.0:2901 0.0.0.0:0 LISTENING
TCP 0.0.0.0:3306 0.0.0.0:0 LISTENING
TCP 0.0.0.0:3372 0.0.0.0:0 LISTENING
TCP 0.0.0.0:3389 0.0.0.0:0 LISTENING
TCP 127.0.0.1:1050 0.0.0.0:0 LISTENING
TCP 127.0.0.1:1050 127.0.0.1:1051 ESTABLISHED
TCP 127.0.0.1:1051 127.0.0.1:1050 ESTABLISHED
TCP 172.26.0.141:139 0.0.0.0:0 LISTENING
TCP 172.26.0.141:1057 172.26.0.141:1059 ESTABLISHED
TCP 172.26.0.141:1058 172.26.0.141:1057 TIME_WAIT
TCP 172.26.0.141:1059 172.26.0.141:1057 ESTABLISHED
TCP 172.26.0.141:3389 172.26.0.119:2592 ESTABLISHED
UDP 0.0.0.0:135 *:*
UDP 0.0.0.0:445 *:*
UDP 0.0.0.0:1029 *:*
UDP 0.0.0.0:1434 *:*
UDP 0.0.0.0:3456 *:*
UDP 172.26.0.141:137 *:*
UDP 172.26.0.141:138 *:*
UDP 172.26.0.141:500 *:*
------------------------------------------------------------------------
--
Also, here are the runtime logs:
------------------------------------------------------------------------
--
D:\ColdFusion\runtime\logs>dir
Volume in drive D is Data
Volume Serial Number is DCAD-99B7
Directory of D:\ColdFusion\runtime\logs
07/18/2005 02:44p <DIR> .
07/18/2005 02:44p <DIR> ..
07/18/2005 02:46p 158 default-err.log
07/18/2005 03:08p 349 default-event.log
07/18/2005 03:05p 1,320 default-out.log
3 File(s) 1,827 bytes
2 Dir(s) 17,539,784,704 bytes free
------------------------------------------------------------------------
--
D:\ColdFusion\runtime\logs>more *
java.io.FileNotFoundException: D:\ColdFusion\registry\cf.registry (The
system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
# Created by JRun on 07/18 14:44:09
07/18 14:44:09 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
07/18 15:01:23 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
07/18 15:08:05 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4 (Build 63824), default server
07/18 14:44:05 warning Unable to open
D:\ColdFusion\runtime/lib/license.properties
07/18 14:44:08 info JRun Naming Service listening on *:2901
07/18 14:44:09 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Running on JRun4...
Starting ColdFusion services...
- Starting logging...
0 [main] INFO coldfusion.server - Starting logging...
Starting Macromedia JRun 4 (Build 63824), default server
07/18 15:01:19 warning Unable to open
D:\ColdFusion\runtime/lib/license.properties
07/18 15:01:22 info JRun Naming Service listening on *:2901
07/18 15:01:23 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Running on JRun4...
Starting ColdFusion services...
- Starting logging...
0 [main] INFO coldfusion.server - Starting logging...
Starting Macromedia JRun 4 (Build 63824), default server
07/18 15:08:01 warning Unable to open
D:\ColdFusion\runtime/lib/license.properties
07/18 15:08:04 info JRun Naming Service listening on *:2901
Running on JRun4...
07/18 15:08:05 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting ColdFusion services...
- Starting logging...
0 [main] INFO coldfusion.server - Starting logging...
------------------------------------------------------------------------
--
This is a Windows 2000 Server with SP4 and all applicable updates, SQL
Server 2000 + SP4, MySQL 4.1.x, PHP 4.4.0 is installed on IIS, plus some
additional tools. The JRE is Sun's 1.4.2_07.
Please let me know if I may be missing something, I'm several days
behind getting this working.
Thank you.
--
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include <stdjoke.h>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking
application. Start tracking and documenting hours spent on a project or with a
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212161
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54