Cold Fusion 8 License Exception

We purchased ColdFusion 8 Standard Edition and are running
one Website on IIS. When I had people looking at some CF templates
with mockups, I got a License Exception disallowed IP addresses
error.
Please advise- the only fix I found listed in this CF form
category was to update the serial number in CF admin under "System
Information Link"- there is no such link in CF8 or I can't find it.
We installed this full Standard edition on our server and entered
our serial number - why is this happening?
Thanks

newportri wrote:
> Please advise- the only fix I found listed in this CF
form category was to
> update the serial number in CF admin under "System
Information Link"- there is
> no such link in CF8 or I can't find it. We installed
this full Standard edition
> on our server and entered our serial number - why is
this happening?
Search you lib dirs for a file named license.properties and
enter your
license key there and restart.
Jochem
Jochem van Dieten
Adobe Community Expert for ColdFusion

Similar Messages

  • Cold Fusion license

    Hi,
    I have a question on Cold Fusion license.
    Have Cold Fusion 9 Enterprise but cannot find the license key.
    Have Cold Fusion 10 Enterprise and have the license key.
    Can the license key for CF 10 be used for the CF 9 key?
    Can the license key for CF9 be obtained somewhere?
    Thanks,
    Mike

    If you can provide proof to Adobe that you purchased CF9 Ent, I'm sure Adobe can re-send you the key for CF9 Ent.
    AFAIK, the key for CF10 can NOT be used for CF9.  They're probably not even the same format.  I'm guessing.
    HTH,
    ^_^

  • Updater 2 and Dreamweaver's Cold Fusion development server

    Hello,
    I am in the process of developing a Cold Fusion Web
    application for my university dean's office using...
    <cfobject type="COM" action="create" name="Chart"
    Class="Corda.Embedder">
    ...and I am receiving this error message...
    An exception occurred when instantiating a Com object.
    ...the Corda documentation states the following, and I agree
    with them that this is what I am experiencing and need to do...
    COM Corda Embedder (Windows)
    If you are using ColdFusion MX on Windows, be sure you have
    updated your server to the latest version using the ColdFusion MX
    Updater Release 1. This is available at
    http://www.macromedia.com/support/coldfusion/releasenotes/mx/releasenotes_mx_updater.html.
    You will need to apply this update to fix a bug in ColdFusion MX
    that prevents it from accessing Window’s Component Object
    Model (COM).
    Other than that, you don’t need to do anything. The COM
    version of the Corda Embedder is installed automatically for you.
    ...I am running Windows XP Professional 2002 SP2, and the
    Cold Fusion Developer Server THAT COMES WITH Dreamweaver 8.0. The
    Cold Fusion server is an established server running several CF
    applications. The Corda product is also known to be running fine,
    as I am able to view my current projects in a browser.
    Server Details
    Server Product ColdFusion MX
    Version 7,0,0,91690
    Edition Developer
    Serial Number Developer
    Operating System Windows XP
    OS Version 5.1
    1) Am I missing something with instantiating the COM object?
    2) How can I tell if I need the Cold Fusion updater?
    3) Which updater version do I download (1 or 2) and for which
    server (MX, MX7, Special Dreamweaver version)?
    4) Where do I install the updater - since I am running the
    Cold Fusion Developer Server that comes with Dreamweaver, it is not
    located in the default C:\CFusionMX7 directory?
    Thank You Very Much For Your Time,
    Nathan
    Technology Support Analyst, Sr.

    2) How can I tell if I need the Cold Fusion updater?
    Version 7,0,0,91690
    You are on Version 7MX, no updater. After the update you will
    have a
    version something like this.
    Version 7,0,1,xxxx OR Version 7,0,2,xxxx
    3) Which updater version do I download (1 or 2) and for which
    server
    (MX, MX7, Special Dreamweaver version)?
    You need to download and install at least updater 1 for MX 7
    per the COM
    instructions, updater 2 (which by default includes updater 1
    IIRC) could
    be even better, but has a small chance of doing something you
    don't want
    it to. One would have to read all the tech notes and make a
    decision.
    There is no "Special Dreamweaver" version, it is just the
    standard Free
    Development version anybody can download and install. "Serial
    Number
    Developer" And to turn this into a professional version all
    one has to
    do is purchase a license number an enter it into the
    administration
    panel. This converts a developer CF server to a Production CF
    server
    with no other downloading or installing necessary.
    4) Where do I install the updater - since I am running the
    Cold Fusion
    Developer Server that comes with Dreamweaver, it is not
    located in the
    default C:\CFusionMX7 directory?
    Most likely the installer will figure that out. If it does
    not, just
    provide the directory/file path to where your CF is installed
    when asked.
    HTH

  • How not to use Cold Fusion and Java

    Overview
    This write up is intended to give java developers that are
    developing ColdFusion applications some beneficial information:
    things that are not documented.
    Scenario
    The company builds enterprise class web application software
    for fortune 500 companies. It had purchased a CF 7 based product,
    had and existing proprietary J2EE based product, and needed to
    integrate the two while meeting a host of new requirements. These
    requirements were based on delivering a better user experience,
    faster / cheaper integration, increased flexibility /
    configuration, useablily, decreasing maintenance costs, the ability
    to deploy in either install or ASP models. An initiative was
    started to create a new framework that integrated the best of each
    technologies. Tactically, this meant that we were to build a hybrid
    CF and java application: one that used building blocks (decoupled /
    cohesive components) that would allow applications to be rapidly
    assembled, configured and deployed. This made sense on several
    levels, the team was composed of Java and CF developers, the CF
    rapid application development was very productive, there is great
    functionality delivered in the CF platform and initial performance
    tests showed no cause for alarm
    The agreed upon design, based on requirements, and analysis
    by both the CF and Java staff has us using CF in the presentation
    layer, using a CF based MVC, use of CF based web services. The MVC
    was deployed using CFC inheritance for model objects and views made
    use of CF custom tags. The internals of the application, used a
    rules engine, some proprietary java, ORM, and other J2EE
    technology. The initial performance of the system was reasonable.
    We pushed on with product implementation.
    Then it was time to load test the application, and tune it.
    Under load the response times were orders of magnitude slower,
    sometimes the pages even timed out.
    Armed with our profiler, oracle execution plans and we
    charged ahead addressing issue after issue. Note that we took
    meticulous care in tweaking the active thread pool and ensuring
    that our CF setup was tuned for our application. None of the
    observations here are a condemnation of the language; rather they
    are aspects that, when considered together, not conducive for
    building integrated java and CF frameworks that use a structured /
    OO programming practices. Further detail can be provided on
    request.
    CFC inheritance should be avoided - resolution of variable
    scope is expensive even if properly declared.
    Since CF creates a class per method under the covers call
    stacks become very large, especially if used in a loop. This is
    nominally exacerbated by CF calls necessary to set up for the
    method call (String.toUpper()).
    Nesting of loops and if statements should be kept to a
    minimum - the conditional for each lookup of logical operator like
    LT, GT are synchronized. Under load this results in thread waits.
    Jrun has as single thread pool - both http and web service
    requests use the same pool. Under load this leads to thread
    deadlock. There are work arounds, but they are painful.
    Recursion should be avoided - we had a few recursive routines
    and these had to be rewritten.
    Custom Tags - should be used sparingly - each custom tag
    makes a synchronized call to the license server - (This may be
    fixed in CF 8)
    Summary
    In the end we got the performance to reasonable numbers, but
    we ended up moving some code to java (Custom Tags) and getting rid
    of 'good programming' practices (Inheritance, loops, etc), mandated
    proper variable scoping for those things left over. We prototyped a
    sans cold fusion implementation and had an order of magnitude
    improvement in performance and number of requests served per
    second.
    The lesson? Use Coldfusion in its sweet spot: make a query,
    iterate over the results and format for display. Extensive use of
    structure programming techniques or OO CFCs should be avoided: they
    will work but under load - but are better as a prototype. Building
    frameworks in CF? Think twice, no three times, and, if you must, be
    minimalist.
    Text

    interesting aslbert123,
    Not that I doubt you, but could you answer some questions
    about your implementation that was so slow:
    1.) Did you put your CFCs in the application or server scope?
    2.) Were you initializing your CFCs, via CreateObject or
    <cfinvoke>, on every request?
    3.) Are you sure that you were properly Var'ing every
    variable in your methods? (people typically forget about query
    names and loop iterator variables)
    4.) Could you give examples of how your inheritence was set
    up?
    5.) For CustomTags, did you call them the old <cf_tag>
    way or the newer, better-performing <cfimport> way?
    6.) How did you connect CF to Java exactly?
    Thanks,
    Aaron

  • Installing Cold Fusion MX Developer on XP Pro

    My Cold Fusion developer version that came with Studio MX
    (original MX) is not installing correctly and/or my CF
    administrator pages doesn't open, giveng me the following stack
    error. Would it just be easier to download a fresh developer
    version from the trial site or is there something else I need to
    do?? My new computer is WinXP Pro, sp2 etc....
    Error report:
    java.lang.ExceptionInInitializerError:
    java.lang.SecurityException: Cannot set up certs for trusted CAs
    at javax.crypto.b.([DashoPro-V1.2-120198])
    at javax.crypto.Cipher.getInstance([DashoPro-V1.2-120198])
    at coldfusion.compiler.TemplateReader.decrypt(Unknown
    Source)
    at coldfusion.compiler.TemplateReader.(Unknown Source)
    at
    coldfusion.compiler.NeoTranslationContext.getPageReader(Unknown
    Source)
    at coldfusion.compiler.NeoTranslator.translateJava(Unknown
    Source)
    at coldfusion.compiler.NeoTranslator.translateJava(Unknown
    Source)
    at coldfusion.runtime.TemplateClassLoader$1.fetch(Unknown
    Source)
    at coldfusion.util.LruCache.get(Unknown Source)
    at
    coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(Unknown
    Source)
    at coldfusion.util.AbstractCache.fetch(Unknown Source)
    at coldfusion.util.SoftCache.get(Unknown Source)
    at coldfusion.runtime.TemplateClassLoader.findClass(Unknown
    Source)
    at coldfusion.filter.PathFilter.invoke(Unknown Source)
    at coldfusion.filter.ExceptionFilter.invoke(Unknown Source)
    at
    coldfusion.filter.ClientScopePersistenceFilter.invoke(Unknown
    Source)
    at coldfusion.filter.BrowserFilter.invoke(Unknown Source)
    at coldfusion.filter.GlobalsFilter.invoke(Unknown Source)
    at coldfusion.filter.DatasourceFilter.invoke(Unknown Source)
    at coldfusion.CfmServlet.service(Unknown Source)
    at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:241)
    at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
    at
    jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
    at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    I believe your MX Studio came with a developer edition of
    CFMX 6.0. There are now several newer editions. Each is greatly
    improved over the original CFMX (over 5 years old now). I would
    recommend you uninstall CFMX6 and install the latest CFMX 7.02 at:
    http://www.adobe.com/go/trycoldfusion
    or at least install CFMX 6.1 updater 1. Both are available at the
    same URL. The bottom dropdown is for CFMX 6.1. Each of the CFMX
    installers allows you to choose between a trial version (enterprise
    for 30 days, then developer) or a licensed version if you have a
    license. The original CFMX 6.0 is not a good option at this point
    in time.

  • SQL Server 2008/2008 R2 compatiblity with Cold Fusion 5.0

    Our Cold Fusion Server is on Version 5.0 and database server is running SQL 2000. DBA's like to upgrade SQL Server to 2008/ R2. Is there any known issues in running or upgrading from Cold Fusion 5.0 with SQL Server 2008/R2 ?
    Please let me know.
    Thanks
    Suresh Kumar

    If you're looking at spending thousands on a SQL licence, has no-one considered buying a CF9 license? You'd save yourself a whole world of pain, and could then have a full 64-bit environment for your application which is tried and tested.

  • JVM cold fusion problem

    We are running weblogic 6.0, accessing it from cold fusion.
    What we are seeing is, we can access the application server --
    sometimes. Seems about 50% of the time we get succes, the other 50% we
    are getting an exception "Exception: Cannot instantiate class:
    weblogic.jndi.WLInitialContextFactory"
    We have been trying to figure this out for days now, it appears that the
    WLInitialContextFactory class is being unloaded and is failing on trying
    to reload -- sometimes.
    has anyone else out there seen problems like this and gotten a fix?
    We made the jvm memory in cold fusion to 32MB's, 4MB's initial and it
    doesnt seem to be running very low on memory.
    We have changed from using jdk1.2.1, jdk1.2.2, jdk1.3 and they all seem
    to perform the same. The percentage of failure seems to change slightly
    but I am guessing that the gc in the different jvm's is working
    differently.
    Any help you can add will be MUCH appreciated!
    -chris

    Thanks a lot!
    I had the same problem and nearly go nuts with it. At Macromedia I only found
    an article which described a 'limitation to ColdFusion classloader' (nice description
    for a bug).
    Karsten.

  • Cold Fusion / developer edition

    hey guys
    sorry to ask you this but it has been hanging over my head
    for a long period of time.
    I have been unable to get my mind around the concept of "the
    developer edition of Cold Fusion". from what i have learnt , i can
    use it locally only. Does that mean that i wont be able to transfer
    my cold fusion files onto a webhosting that supports ColdFusion??
    Am i expected to present "my license to ColdFusion" to my web
    provider every time I upload a website onto a webhosting?
    Please someone explain to me what happens when i upload my
    coldfusion-based website onto a webhosting. Will it stop working or
    will my code get corrupted??
    Cheers
    Maros

    Hi Maros
    There are a few of things you will need to be aware of when
    you move to the
    server. First, be sure the mapping on the server is the same
    as it is
    locally, this especially concerns CFCs. In Dreamweaver if you
    drag a CFC
    function onto a page Dreamweaver will map the dot path to the
    CFC including
    the folder your site is in within the ColdFusion8\wwwroot
    folder, naturally
    this folder doesn't exist on your server since the entire
    site is directly
    in your root folder. Be sure to address this before going
    live.
    Also, make sure you move your database to the server and set
    up the DSN,
    using the exact same DSN name you used locally.
    Finally, make sure your host supports the same version of CF
    as you have
    locally as well as the database if you are using MySQL or SQL
    Server. If you
    are using Access, be sure your host server is a Windows
    sever.
    Doing this should make for a smooth transition.
    Lawrence Cramer *Adobe Community Ace*
    Cartweaver.com
    ASP, PHP, and ColdFusion Shopping Carts For Dreamweaver

  • Your Comments: iPlanet 6 & Cold Fusion

    Need comments from anyone running Cold Fusion on iPlanet 6 ((even 4.1x
    users) (Solaris 8/Unix)..
    May need to do this, I need to know from actual users, not vendors,
    about the performance or if anybody has a URL to a news article, etc...
    Have been told that performance is terrible... I need to verify
    this...
    Thanks...
    Jerry

    The problem is that the official response from Adobe is that they have deprecated ColdFusion from Dreamweaver 2014. They want ColdFusion Developers to move to CF Builder, but they are not going to make it a part of Creative Cloud so it will be a separate purchase. Adobe has basically abandoned the ColdFusion community, the community that built the demand for Dreamweaver. What's more, Adobe is not listening to those of use in the ColdFusion community and reinstalling the workings of CF back into Dreamweaver. What seems to be the view from some in the know is that CF Developers should use CF Builder to code the site, DW to design, and another program to FTP the files. Whereas before all we needed for more than 10 years was Dreamweaver. I am currently looking for another editor that will replace DW as well as Photoshop so I no longer have to deal with Adobe. If anyone knows of something, let me know and I will gladly spread the word after testing. Even before all this I dealt with Adobe on many issues with the ColdFusion server not handling code correctly. Their excuse was that they incorporated 3rd party code and couldn't always guarantee it would work correctly. My problem is I didn't pay the 3rd part developers hundreds of dollars for a ColdFusion license, but Adobe and they should make sure the code worked. I am completely baffled by Adobe and their self destructive ways of doing business. Unless they change their ways soon, they will be losing a lot of business based on all the posts I have read on various Forums.

  • Need to dial a phone number from Cold Fusion

    My boss asked me if there was any way that a phone number
    could be dialed from Cold Fusion. We have a website where at some
    point we want to just click a button and dial that phone number. My
    guess is that the conversation will then be carried through the
    computer's microphone and speakers and using the computer's modem.
    Let me know if there is a way, or what would be the easiest
    way to accomplish this, even if it has to be using VOIP, since
    that's an option for this project.
    Thanks!

    Is this an internal site or an public-facing site? If you are
    talking about using this tool in your intranet and you have a
    modern phone system in place, there may be an API to interfacing
    with your phone system. We use a TAPI interface to create a phone
    dialer so our callcenter agents can dial a phone number on their
    phone just by clicking on a link. I'm pretty sure there are a bunch
    of freeware/shareware TAPI COM objects you can use floating around
    the interwebs (If your phone system supports TAPI).
    If you are talking about a public-facing website, then I'm
    afraid I can't offer much advice other than to check out the Java
    Communications lead that Ted gave you.

  • How do you determine what version of PHP is on the cold fusion server

    I am trying to find out what version of PHP is on my cold
    fusion server, how do I do this? Does coldfusion come with
    PHP?

    In the C:\Windows folder, locate the file called php.ini and
    open it in Notepad.
    <?php phpinfo() ?>
    I answered it myself. Maybe it can help someone else.

  • Modifying cold fusion script not picked up by iis

    We are running coldfusion 7, using iis6 on windows 2003 server. I am not a cold fusion developer and this is the only coldfusion script we have created by a previous developer. I needed to make some simple modifications to the script, including a change in the title. After having restarted IIS the modified script is still not showing the new title. What do I need to do for iis to show the changes in the cfm file?

    It's in the CF Administrator, which is separate from the JRun Admin Console. You can often get to the CF Administrator with a URL like this:
    http://your_server/CFIDE/administrator/
    Dave Watts, CTO, Fig Leaf Software
    http://www.figleaf.com/
    http://training.figleaf.com/
    Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
    GSA Schedule, and provides the highest caliber vendor-authorized
    instruction at our training centers, online, or onsite.
    Read this before you post:
    http://forums.adobe.com/thread/607238

  • Cold Fusion in a generic thread pool and enabling JAVA don't mix

    I've got Cold Fusion MX installed on a server running Sun One 6.1. I ran into a problem trying to enable JAVA (for servlet support) which I had previous disabled because I didn't use it.
    Well, when I went to enable JAVA on the server last week, the service wouldn't restart and the error logs gave me no indication of the problem.
    Through a tedious trial-and-error process I've found that having Cold Fusion running under a generic thread pool while trying to have JAVA (the j2ee plugin) running under Sun One simply doesn't work (for whatever reason).
    Once I killed the pool, everything runs fine.
    Does anyone happen to know why this is? I keep CFMX under its own thread pool because there are certain elements to CFMX that aren't wholly stable and can result in CFMX crashing. If it crashes, the process keeps accepting requests, but never processes them. I'd like to keep the native thread pool free to keep accepting non-CFMX requests even when CFMX crashes.
    Thus the separate thread pool for CFMX.
    But now I can't run CFMX in a separate thread pool with JAVA enabled.
    Anyone have any insights into why this is?
    Thanks

    Two things. Firstly, it's better to use     private static final Object classLock = new Object();because that saves you worrying about whether any other code synchronises on it. Secondly, if you do decide to go for the delegation route then java.lang.reflect.Proxy may be a good way forward.

  • How to convert/download videos embedded with cold fusion?

    Does anyone know of a free video conversion software that will convert and download online videos embedded with cold fusion ("cfmid=?") format/extension?  I tried a few online sites and they do not support that format yet.   Please help.  Thank you so much!
    Judy

    Actually COLD FUSION was a hoax a few years ago. COLDFUSION is the app.
    If you need content from a web site, talk to the developer.
    fwiw - Since ColdFusion is an Adobe app, you should try asking your question on that forum. This one is here to primarily support Shake.
    Have fun.
    x

  • I'm unable to connect to database thru cold fusion

    I'm unable to connect to database thru cold fusion. it
    sometiems give me an error that your uname is undefined , soemtimes
    it gives ur index page not found so i created index page also but
    still im unable to connect to database n update my records..plz
    help me out..im a fresher in cold fusion

    I am having a similar problem having CFMX 7.02 verify my SQL
    Server 2005 Data Sources.
    I am using the sa account for CF to access the db's. But i
    get the following error:
    Connection verification failed for data source: myDatabase
    java.sql.SQLException: [Macromedia][SQLServer JDBC
    Driver]Error establishing socket. Connection refused: connect
    The root cause was that: java.sql.SQLException:
    [Macromedia][SQLServer JDBC Driver]Error establishing socket.
    Connection refused: connect
    Every role in SQL Server has the sa grantor Grant enabled. I
    can also login to SQL Server with the sa account w/o a hitch.
    I don't know what else to do. The server information is set
    to the ServerName port 1433, datasource name and database name are
    the same as the database name in sql server, and the username and
    password are set for the sa account.
    Thanks!

Maybe you are looking for

  • "you do not have appropriate access privileges" - WHAT??

    I did something to corrupt the operating system on my MAC G5. I had some things I really didn't want to loose on the main hard drive specifically - my iCAL, my iWeb, and my email. I had some other things on the desktop also. A friend helped me to rec

  • Increase the line items in MIGO

    hi, how to increase the line items in migo as i have to post more than 150 line items in a single GRN is there is any notes on this plz give sutable solution K.Raghuram

  • How to pass parameter into remote system

    i'm doing a small testing on remote connection where i need to remotely login to another NT machine by using JAVA code. therefore i need to send over the ctrl-Alt-Del command by using ASCII code as well as the username and password to login to the re

  • Can't airplay movies - icon disappears when movie starts in iTunes

    Hi guys. Had this problem for a little while now. I'm running iTunes 11.4 on Windows 8.1 and an Apple TV in another room. I've had no problems until recently. Anything but movies will play perfectly to the Apple TV. But the second I start a movie, th

  • DVD Studio Pro HVDVD_TS

    DVD Studio Pro 4.2.1 insists on creating an HVDVD_TS folder when burning a DVD. I have checked everything at least 10 times and all is SD, in fact I have never burned an HD DVD. I am trying to get this DVD out to a client and must get this resolved.