[Looking for Charlie's main web site?]

FusionReactor updated today: some general info related to getting/applying FR updates

Note: This blog post is from 2015. Some content may be outdated--though not necessarily. Same with links and subsequent comments from myself or others. Corrections are welcome, in the comments. And I may revise the content as necessary.
How to update FusionReactorFusionReactor users will want to know that there was a new update released today, 5.2.6. The update is free for those on 5.2.x releases as well as those with maintenance agreements. And you can just download the installer and run it to update your current version (even back to FR 5.0, if you've not updated FR 5 since you first installed it).

But more than that basic info, I'd like in this post to take advantage of the chance to share a few things related to the topic of upgrading FusionReactor, including some common questions I often am asked as I assist people in using it:

  • Where do I get the update?
  • How do I find out what's new in the update?
  • Should I hesitate about applying the very latest FR update as soon as it comes out?
  • How would you I know there WAS an update to FR available?
  • Do I just need to run the full installer or can I update just one file perhaps?
  • Do I need to restart CF (or Railo/Lucee/Tomcat, etc.) for the update to take effect?
  • Can I update FRAM and choose NOT to update my monitored CF/Railo/Lucee/Tomcat/etc instance?
  • Why do you keep referring to "CF/Railo/Lucee/Tomcat/etc"? I thought FR was a CF monitor tool?
  • What if I'm on an FR version older than 5.0?

For these and more, read on.

Where do I get the update?

You can always find the latest installer (and its date and version) at the downloads page at the FR site.

How do I find out what's new in the update?

Notice in the image up above that on that update page, there is an indicator of "Release Notes". Definitely check those out each release to learn what is new.

(That said, the fact that it's a link or that it's even there is easy to miss. The text of the link is gray, like the rest of the text on that line, not blue like the links to the downloadable installers below it. But it is indeed a link. I've reported this to the FR folks and I hope they may soon fix that.)

And note that that release notes document lists ALL the updates to FR since 5.0.0 (22 of them, including significant ones like 5.1 and 5.2, and then point releases within each of those, of which there were 9 in 5.0, 5 in 5.1, and now 6 in 5.2, so far.) I'll tell you, these guys are busy keeping it updated, adding features and fixes!

One thing of particular importance for some readers, as they may upgrade to using Java 8, is that support in FR for that was added only in 5.2.0. If you've not yet upgraded to that release, it's an excellent reason to go ahead and update to 5.2.6.

Should I hesitate about applying the very latest FR update as soon as it comes out?

I understand that hesitation. Any of us who have updated our OS, or CF (or any app server), or Java may have experienced problems which were introduced in that "new update" (which was supposed to fix other problems, of course).

I would just say this: the FR guys are highly focused on producing a quality product, including the updates. They put all updates through rigorous testing. Of course there can be a LOT of moving parts in any typical web app deployment, so they may not test some specific situation.

I will add this: if you hit a problem and let them know about it (email [email protected]), they are generally VERY quick to attend to any problems, whether that means offering a private fix if appropriate, or later a public one.

How would you I know there WAS an update to FR available?

The FR 'about' page>Currently, besides watching that downloads page offered above, you can also access a link from within the FR interface to check on the latest available version. Use the "FusionReactor" button in the top left corner of your FR display (above the left menu options), and on that choose "About". On that page, you'll see text in gray at the bottom that shows your current version, and then above that is a link "check for FusionReactor updates", which will pass to the FR site your current version and license/maintenance info, and it will report if there's an update for you, and whether it's free. That page should then have links to the downloads, just like the download page whose link I offered above.

Do I just need to run the full installer or can I update just one file perhaps?

You'll notice the downloads page offers both a full installer and just a jar. You can indeed run the full installer to do an in-place update of FR. Doing that will first update the FRAM instance (FR Administration Manager, the thing at port 8087 by default), and then it will lead you to run the update any instances in which you have installed FR.

But in most situations you can also just drop the offered fusionreactor.jar in place over the current one (again, for FR5 installations. I'd not do that only for a move to FR 5 from FR 4 or earlier.) For more on using the jar file, such as where to put it (and also showing how you can use it to install FR into an instance even without initial use of the installer and/or FRAM), see this page in the online docs.

Do I need to restart CF (or Railo/Lucee/Tomcat, etc.) for the update to take effect?

Yes, you do. Whether you use the Installer, Instance Manager, or manual jar file update. That said, you don't HAVE to update your monitored app server. You can save that as a later step, as discussed in the next section.

Can I update FRAM and choose NOT to update my monitored CF/Railo/Lucee/Tomcat/etc instance?

Yes, you can. When you run the updater/installer, it walks through the process of updating (and stopping and starting) the FRAM instance (which runs separately from your monitored CF/Railo/Lucee/Tomcat/etc instance).

The last step of the updater/installer asks if you want to update monitored instances. You can say no, and then update them later by visiting the Instance Manager page of FRAM and THEN choose to update the monitored instance(s), using the "up" arrow on the right of each line of a listed, monitored instance. (You can also check the blue checkbox for more than one at a time, and then click the blue "up arrow" button above the instances, to update several at once.)

Why do you keep referring to "CF/Railo/Lucee/Tomcat/etc"? I thought FR was a CF monitor tool?

This one is indeed a surprise to many. FR is NOT just a monitor for CF (though it can indeed monitor any version of CF, from 6 or above).

It can be used with not only ANY CFML engine (so CF, Railo, Lucee) but indeed ANY java application server, including Tomcat, JBoss, Glassfish, Jetty, and so on. (And because BlueDragon Server JX 7.1 runs atop Servlet Exec 6, which is a more modern Java server implementation, FR should run on that, though it's not listed as specifically supported on the FR site.

More than that, now that FR (5 and above) is deployed as a javaagent, technically it can be used to monitor any java application at all.

What if I'm on an FR version older than 5.0?

I suggested above that if you're on an FR version older than 5.0, you may not be able to simply run the installer in place. Especially for those running FR on CF, there is a technote with details of the steps you must take to uninstall form FR 4-related things (including FREM and any "wrapped" datasources) before proceeding to install FR 5+. See Upgrading to FusionReactor 5 for ColdFusion Users. There is also more on Upgrading to FusionReactor v5 (from Sep 2013).

Hope that's helpful to some readers.

There may be some other questions folks may ask as comments here, or that I may think of later. I'll update the entry to reflect those as needed.

For more content like this from Charlie Arehart: Need more help with problems?
  • If you may prefer direct help, rather than digging around here/elsewhere or via comments, he can help via his online consulting services
  • See that page for more on how he can help a) over the web, safely and securely, b) usually very quickly, c) teaching you along the way, and d) with satisfaction guaranteed
Comments
Copyright ©2024 Charlie Arehart
Carehart Logo
BlogCFC was created by Raymond Camden. This blog is running version 5.005.
(Want to validate the html in this page?)

Managed Hosting Services provided by
Managed Dedicated Hosting