AdobeStock_455007340

ColdFusion 9.0.1 Update Released

22 responses to “ColdFusion 9.0.1 Update Released”

  1. John Farrar Avatar
    John Farrar

    Nah, it’s not just a hot fix it a blaze’n hot update. Literally because it even has Blaze 4 update inside. The caching, Amazon S3 ehnancements and more. You guys have to schedule this update for your developers ASAP! Great update without reservation.

  2. Dan Avatar
    Dan

    After running this update on our test server, I get an error on every datasource. I tried reinstalling the patch but I get the same error every time. Anyone else run into this?
    java.sql.SQLException: macromedia.jdbc.sqlserver.SQLServerLicense cannot be cast to macromedia.jdbc.sqlserverbase.BaseLicense
    The root cause was that: java.sql.SQLException: macromedia.jdbc.sqlserver.SQLServerLicense cannot be cast to macromedia.jdbc.sqlserverbase.BaseLicense

  3. Tom Jenkins Avatar
    Tom Jenkins

    Quick question regarding the SOLR updates, I use the SOLR install that was installed natively with CF9. Does the 9.0.1 update, update this or do I need to run the update listed here:
    http://www.adobe.com/support/coldfusion/downloads.html
    Thanks in advance 🙂

  4. Ben Forta Avatar
    Ben Forta

    Yep, different.

  5. johans Avatar
    johans

    It breaks returnformat=json for my CFCs – any numeric values are returned as strings 🙂

  6. Michael Avatar
    Michael

    Is it same to assume that it does something different than 9.00?

  7. Michael Avatar
    Michael

    It adds ORM support for multiple data sources!!!
    That’s not worth mentioning at all????????

  8. Misha Avatar
    Misha

    I just installed this and getting only a white page when trying to get to my CF admin. Does anybody have the same issue?

  9. David Avatar
    David

    Same problem as Dan:
    java.sql.SQLException: macromedia.jdbc.sqlserver.SQLServerLicense cannot be cast to macromedia.jdbc.sqlserverbase.BaseLicense
    The root cause was that: java.sql.SQLException: macromedia.jdbc.sqlserver.SQLServerLicense cannot be cast to macromedia.jdbc.sqlserverbase.BaseLicense

  10. Adam Lehman (Adobe) Avatar
    Adam Lehman (Adobe)

    @David/Dan:
    It seems that there is an issue with the new database drivers in ColdFusion 9.0.1 and SeeFusion. The CF team is looking into and hopefully we can figure out what’s going on.
    In the meantime, you can easily revert back to the prev

  11. Alex T. Avatar
    Alex T.

    Where can I find documentation for S3? I can’t even explain how awesome this feature alone is…

  12. Tom Jenkins Avatar
    Tom Jenkins

    @Alex T: Ray Camden just wrote a very nice blog article demo’ing the new S3 features:
    http://www.coldfusionjedi.com/index.cfm/2010/7/15/CF901-Guide-to-Amazon-S3-support-in-ColdFusion-901
    very cool 😀

  13. Frank Avatar
    Frank

    @Adam
    We followed the procedures to revert to the older Database drivers and we are still getting the same Datasource service is not available error. Is there anything else we could try to fix the issue? If not how can we uninstall the 9.0.1 update

  14. Jason Rushton Avatar
    Jason Rushton

    @Adam
    The JDBC revert didn’t work for me either, and I’m also not using SeeFusion on the machine with the failed upgrade.
    The server that died is a win2008 VPS on Hosting.com which was upgraded from 8 to 9, and now 9.01.
    My dev server

  15. Vinu Avatar
    Vinu

    @Tom Jenkins: 9.0.1 updater will update solr as well

  16. Wim Avatar
    Wim

    Got the datasource error also, and I’m not using SeeFusion.
    Copying the jar file did not help.

  17. Felix K. Avatar
    Felix K.

    We got an database error too on our Red Hat Linux Server.
    We downgraded to ColdFusion 9.0 and it works.
    We did not use SeeFusion, but we use FusionReactor.
    Is there a solution any working solution or will adobe fix this?

  18. Brian Avatar
    Brian

    Reverting the macromedia_drivers.jar worked for me. If anyone knows when Adobe will fix this, please let us know.

  19. Ben Forta Avatar
    Ben Forta
  20. Charlie Arehart Avatar
    Charlie Arehart

    I have yet a different solution regarding the error above, "macromedia.jdbc.sqlserver.SQLServerLicense cannot be cast to macromedia.jdbc.sqlserverbase.BaseLicense". I got it too, but I was running both FusionReactor and SeeFusion.
    But about the recommendations above to copy the jar file from the updater_backup directory to the WEB-INFcfusionlib, I found that in my case, both the files were the same (did a compare).
    But they were both different from that in the [cf]lib directory. That one is mentioned by no one above, but it’s long been the location where that jar had lived. So I decided to "comment out" the one in [cf]wwwrootWEB-INFlib by renaming it to macromedia_drivers.jar.bak. (That required that CF be stopped to do the renaming.) I then restarted CF, and the DSN that was failing now worked (including both those that are and are not wrapped with FusionReactor/SeeFusion).
    I don’t know if this would be a recommended solution for others, but in case anyone hits what I did, if it may help, I wanted to share it.

  21. Steven Erat Avatar
    Steven Erat

    Charlie, this exact issue just bit me, and I found your observation about the location of the backup driver jar file to be correct. Thank you.

  22. Bianca Avatar
    Bianca

    Both solutions didnt’work for us but then i got the idea to restore the ‘old’ drivers (i made backup before upgrading) to the WEB-INF/lib directory AND to the Coldfusion/lib directory and that worked.

Leave a Reply