Enterprise Manager Link missing in CFMX 7.01

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default Enterprise Manager Link missing in CFMX 7.01

    I am running CFMX 7.01 - Enterprise Edition build - 7,0,1,116466
    Running with Multiserver - IIS 6.0 on Windows Server 2003 Standard Edition SP1.

    I have been able to create an server instance in Enterprise Manage when I was
    on 7.0 build. I've since upgraded to 7.01 and I now want to add a new
    instance. My link or access to Enterprise Manager in the cfusion -
    administrator is no longer available.

    Has anyone had this experience?
    What was your solution to the problem? This is a production server ..so I'm
    trying not to have to re-install.

    I created another multiserver server on a different machine ..installed fine.
    I thought about copying the control files ..like "cfusion" to the production
    server.
    Any ideas???

    Thanks

    cci_it Guest

  2. Similar Questions and Discussions

    1. Enterprise Manager Errors on UNIX
      CFMX 7.0.1 multiserver configuration on UNIX (Solaris 9). When creating a new instance in CFAdmin Enterprise Manager Instance Manager I get the...
    2. Settings Manager in the Enterprise
      Where are the settings stored when the web tool is used to adjust local flash player settings? For example: the auto update is turned off or the...
    3. ASP enterprise manager ?
      Has anyone tried the ASP.NET Enterprise Manager ? I've installed it but after starting up it produces errors, I've started it by using...
    4. Enterprise Manager Problem
      I can connect fine via query analyzer, but it takes several minutes to expand the databases on one particular server. Other servers, database...
    5. How to duplicate jobs between 2 enterprise manager
      How do I Duplicate a list of jobs between 2 enterprise manager. Detail solution appreciated... Thank You!!! Daniel
  3. #2

    Default Re: Enterprise Manager Link missing in CFMX 7.01

    I had a similar problem following a power failure.

    After the power was restored and the server running CFMX 7.01 was rebooted, it
    was running in developer edition mode (only allowing connections from 2 ip
    addresses). I re-entered our Enterprise license using the ColdFusion
    Administrator web application. This put everything back to Enterprise mode,
    except that the Enterprise manager links were not displayed in the ColdFusion
    Administrator.

    The problem was that "license.properties" file was corrupted during the power
    failure and re-entering the license through the ColdFusion administrator does
    not add all of the information to the license.properties file that the cold
    fusion administrator code uses when determining if the enterprise manager links
    should be displayed.

    By default the main license.properties file is:

    C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\lib\license.pro
    perties

    There is also a copy in each instance of cold fusion if you are running
    multiple instances. However, the contents of the file in the multpile instances
    appears to be identical to the main file.

    I was able to fix the problem by stopping all cold fusion and macromedia
    services, making a backing up of the main license.properties file and the
    license.properties for each instance and replacing them with the main
    license.properties file form another server that was working properly

    Note: There are several other directories that have a file named
    license.properties, but don't replace these, only replace the ones in the
    \cfusion-ear\cfusion-war\WEB-INF\cfusion\lib\ directory of each cold fusion
    instance.


    J.T.

    JT_Moore Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139