View comments | RSS feed
Contents > Installing and Using ColdFusion MX > Configuring Your System > Managing ColdFusion MX > Managing ColdFusion MX services in Windows Running ColdFusion MX in Windows 98/ME PreviousNext

Running ColdFusion MX in Windows 98/ME

Since Windows 98 and Windows ME do not support services, ColdFusion MX runs as executable files. The following table describes these executable files:

Executable file

Purpose

ColdFusion Application Server

The main ColdFusion program. ColdFusion pages cannot be processed if this program is not running.

ColdFusion RDS

The program that provides security, directory and file browsing, and debugging services for Remote Development Services (RDS), which lets you access ColdFusion MX from Macromedia Dreamweaver MX, Macromedia HomeSite+, and Macromedia ColdFusion Studio.

When ColdFusion MX is running, two icons appear in the taskbar. To stop the ColdFusion Application Server executable, right-click the IDE service icon and select Stop. To run ColdFusion MX at startup, place a shortcut for the ColdFusion MX icon in the Startup program group. For instructions, see the Windows online Help.


Contents > Installing and Using ColdFusion MX > Configuring Your System > Managing ColdFusion MX > Managing ColdFusion MX services in Windows Running ColdFusion MX in Windows 98/ME PreviousNext

ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting

Version 6.1

Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.

Comments


urac said on Sep 23, 2003 at 11:53 AM :
Upon installation of the 30-day trial program, I am not getting the two programs that are referenced need to be run in Win98 or ME. It would be helpful if you name the files and show where they are located. I assume I double click them to get them running..???, or do they launch automatically?
No screen name said on Oct 4, 2003 at 2:27 PM :
I'm not sure yet. Am trying to do same.
Thinking it is start.bat and stop.bat in bin folder. If you find out please post comment.
afcorona said on Jan 31, 2004 at 9:36 PM :
So what is the latest development with regard to installing CFMX 6.1 on computer running Windows ME? Additionally, I receive this non-fatal error message in the installation log: ERROR - 16: C:\CFusionMX/runtime/bin/jrunsvc.exe returned with a non-zero error code of 1.
No screen name said on Feb 7, 2004 at 12:38 PM :
OK, this is the 2nd time I've tried to install CF MX Developer version on a Win98SE PC, and the 2nd time the installation has failed miserably with the following ERROR message:

ANT Script Error: Status: ERROR
Additional Notes: ERROR - 16: C:\CFusionMX/runtime/bin/jrunsvc.exe returned with a non-zero error code of 1

The installer informs me that the installation succeeded, but with errors. Then I click on the box that says "I understand that there were installation errors", and then the installer simply STOPS WORKING. I get NO "CF RDS" or "CF Server" icons in the system tray, no running web server (even though I requested installation of the built-in Developer server that reportedly comes with CFMX trial edition), and no further error messages or communications of any kind from the CFMX installer.

This is now the 2nd time this has happened to me on a Win98SE machine, and I'm about to throw in the towel on CFMX but I thought I'd make one last, desperate plea for HELP in this forum. I mean, that's what this is for, right? Unless I get some help from Macromedia, I'll be compelled to abandon CFMX altogether and go back to CF 4.5 (which, BTW, still runs perfectly on my primary desktop Win98SE PC). Is the CFMX Trial Edition capable of being installed on a Win98SE PC?? Heeeeeeeeeelp!!!!!

Mike
DaniloProAtiva said on Mar 18, 2004 at 5:16 PM :
I think. Its impossible Running ColdFusion MX in Windows 98/ME.
jrunrandy said on Mar 19, 2004 at 5:31 AM :
Here is a technote that might help.

http://www.macromedia.com/support/coldfusion/ts/documents/cfmx_win98me.htm
afcorona said on Sep 12, 2004 at 12:24 AM :
One last attempt at running CF MX 6.1 on Windows 98 ME. Below is the message received [C:\CFusionMX\runtimeogs\default-event.log] when I run CFSTART.BAT. Please advise.

08/28 00:09:56 info No JDBC data sources have been configured for this server (see jrun-resources.xml)
08/28 00:09:56 error Exception thrown in operation start
[1]java.lang.Exception: No LicenseService configured; server terminating
at jrun.servlet.network.NetworkService.start(NetworkService.java:192)
at jrun.servlet.http.WebService.start(WebService.java:69)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
at jrunx.kernel.JRunServiceDeployer.startServices(JRunServiceDeployer.java:312)
at jrunx.kernel.JRunServiceDeployer.startLifecycle(JRunServiceDeployer.java:260)
at jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:87)
at jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at jrunx.kernel.JRun.startServer(JRun.java:558)
at jrunx.kernel.JRun.<init>(JRun.java:476)
at jrunx.kernel.JRun$1.run(JRun.java:329)
at java.security.AccessController.doPrivileged(Native Method)
at jrunx.kernel.JRun.start(JRun.java:326)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at jrunx.kernel.JRun.invoke(JRun.java:180)
at jrunx.kernel.JRun.main(JRun.java:168)
[0]javax.management.MBeanException: Exception thrown in operation start
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1644)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
at jrunx.kernel.JRunServiceDeployer.startServices(JRunServiceDeployer.java:312)
at jrunx.kernel.JRunServiceDeployer.startLifecycle(JRunServiceDeployer.java:260)
at jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:87)
at jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at jrunx.kernel.JRun.startServer(JRun.java:558)
at jrunx.kernel.JRun.<init>(JRun.java:476)
at jrunx.kernel.JRun$1.run(JRun.java:329)
at java.security.AccessController.doPrivileged(Native Method)
at jrunx.kernel.JRun.start(JRun.java:326)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at jrunx.kernel.JRun.invoke(JRun.java:180)
at jrunx.kernel.JRun.main(JRun.java:168)
jtrafton said on Sep 17, 2004 at 1:45 PM :
I am currently dealing with the same exact situation as afcorona:

[1]java.lang.Exception: No LicenseService configured; server terminating

while attempting to start coldfusion on windows 98.
No screen name said on Oct 7, 2004 at 6:15 AM :
I also had the same problem as the other two users. Is a fix available for Windows 98?
Slew said on Oct 17, 2004 at 8:33 PM :
Having the same problem with 98SE - cfstart.bat runs, and...nothing happens. Edited the files in accordance with the above-referenced tech doc - it runs and fixes the "bad command" output, but still no CF server - just a bunch of jrun command lines. I've run the previous version that shipped with MX successfully, but 6.1 isn't working and it's the only developer eidtion I can get my hands on.

Also, when running CF (successfully in Windows 98), I've had cfstart running on the task bar, but never two icons. Somebody please help.
Dave S 33 said on Nov 4, 2004 at 1:09 PM :
Hello, Here's what I've found to help me past this. Note that the directory paths are example defaults.

In c:\CFusionMX\runtime\bin\jvm.config file, there are 2 problems:

1. You need to add a line at the top:
application.home=c:/CFusionMX

2. The line:
java.ext.dirs={jre.home}/lib/ext

should be
java.ext.dirs={java.home}/lib/ext

These are what worked for me anyway. HTH, Dave
dloren01 said on Nov 15, 2004 at 3:43 AM :
Hi Dave S
Early this year I tried without success to install CFMX 6.1 on WIN98 SE I had the exact same problem and output mentioned above so I did not touch it again until now. I can say that today I have truly found a solution, yours. The text below is what I get when I can finally get CFMX to start after following your solution. Many thanks Dave S for you simple and sweet solution for WIN98 SE users. I wish you all the best. You are a CFMX Developer I suppose and a good one at that.

Bad command or file name
Starting Macromedia JRun 4 (Build 63824), default server
11/15 22:42:00 warning Unable to open D:\CFusionMX\runtime/lib/license.properties
11/15 22:42:20 info JRun Naming Service listening on *:2901
11/15 22:42:30 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...
11/15 22:43:08 info JRun Web Server listening on *:8500
11/15 22:43:09 info Deploying enterprise application "Macromedia ColdFusion MX"
from: file:/D:/CFusionMX/
11/15 22:43:13 info Deploying web application "ColdFusion Web Application" from:
file:/D:/CFusionMX/
11/15 22:43:25 info Web Services in CFusionMX#wwwroot:
11/15 22:43:25 info (No web services found.)
11/15 22:43:26 user JSPServlet: init
11/15 22:43:47 user FlashGateway: init
11/15 22:43:52 user CFCServlet: init
Server default ready (startup time: 133 seconds)
Dave S 33 said on Nov 15, 2004 at 4:04 PM :
Hi dloren01 - I'm glad it worked. In my opinion, this is a bug in the deployment/installation program for CFMX 6.1. I needed to make the same jre.home->java.home change in a CFMX Standard edition installation on Win2000, although the application.home entry wasn't needed. Anyway, again, I'm glad it helped. -- Dave
No screen name said on Apr 4, 2005 at 10:04 PM :
The application.home and java.home changes also allowed ColdFusion MX 7 to run on Fedora Core 3!

Thanks for the help.

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/configu7.htm