I keep seeing "instance license has expired" in my FusionReactor logs.
Description
This is a known issue with FusionReactor 2.0 and has to do with the Trial version of the software having the Enterprise features enabled. Once you install a standard license, the Enterprise Dashboard is disabled, but the default configuration still includes Enterprise Dashboard items. Updating to the latest version of FusionReactor will solve this problem but if you don't want to install that there is also a workaround. What you'd need to do is remove the offending keys from the FusionReactor configuration file. Here are the necessary steps:
- Stop ColdFusion
- Locate your reactor.conf which can usually be found here:
[FusionReactor root]/instances/[instance name]/conf/reactor.conf
- Locate any lines which look like this: (most likely there will just be one.)
remoting.server.0.online=true
remoting.server.1.online=true
etc...
- Change their value to false so that they read:
remoting.server.0.online=false
remoting.server.1.online=false
etc...
- Restart ColdFusion
Issue Details
| Type: | Technote |
|---|---|
| Issue Number: | FRS-8 |
| Components: | Enterprise Dashboard |
| Environment: | |
| Resolution: | Fixed |
| Added: | 18/05/2007 11:16:48 |
| Affects Version: | 2.0 |
| Fixed Version: | 2.0 |
| Server: | |
| Platform: | |
| Related Issues: | None |
Issue Feedback
Did you find this issue helpful?
0 out of 0 people found this article helpful


