Licensing restrictions prevent access from this address.

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

  1. #1

    Default Licensing restrictions prevent access from this address.

    After updating CF7 to the new DST requirements, we are seeing INTERMITTENT
    issues with some SWF movies not being loaded.

    flash forms work just fine.
    Any indication which way to look would be fabulous.

    Coldfusion-err.log shows:
    03/13 15:47:48 ERROR Proxy Servlet: Licensing restrictions prevent access from
    xx.xx.xx.xxx
    03/13 15:47:48 ERROR Proxy Servlet: Allows addresses: [ {71.218.19.250}
    {192.168.1.145} {74.93.23.77} {24.131.24.127} {192.168.1.1} ]
    03/13 15:47:48 error Licensing restrictions prevent access from this address.
    java.io.IOException: Licensing restrictions prevent access from this address.
    at
    flex.services.license.AddressRestrictionFilter.inv oke(AddressRestrictionFilter.j
    ava:28)
    at flex.server.j2ee.cache.CacheFilter.doFilter(CacheF ilter.java:165)
    at flex.bootstrap.BootstrapFilter.doFilter(BootstrapF ilter.java:66)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java :94)
    at jrun.servlet.FilterChain.service(FilterChain.java: 101)
    at jrun.servlet.ServletInvoker.invoke(ServletInvoker. java:91)
    at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvok erChain.java:42)
    at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequ estDispatcher.java:257)
    at jrun.servlet.ServletEngineService.dispatch(Servlet EngineService.java:541)
    at
    jrun.servlet.jrpp.JRunProxyService.invokeRunnable( JRunProxyService.java:204)
    at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invok eRunnable(ThreadPool.java:318)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRu nnable(ThreadPool.java:426)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeR unnable(ThreadPool.java:264)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java :66)

    alexfrates Guest

  2. Similar Questions and Discussions

    1. CFC access restrictions across sandboxes
      I am trying to prevent files in a directory from invoking CFCs in another directory. Here's the scenario: \restricted\secure.cfc...
    2. External access IP Address
      I've set up my developer edition and can access it ok using http://127.0.0.1:8500/ prefix. If I wish to access from an external pc via the web I...
    3. How can i prevent perl files from being access
      Hello, if anyone can guide me how to add httpHandler in machine.config for .txt file and .pl files..... i want to authenticate users before...
    4. encrypting email address (to prevent spam)
      "Randal L. Schwartz" <merlyn@stonehenge.com> wrote: What's unethical about it? What's wrong with posting it in multiple places?!! Not...
    5. how to prevent prevent .so-calling routine to crash from segfaults in .so
      Hi, Guys I am stuck with a problem and need some help. Platform : Linux(RedHat 7.3) Problem Area : Dynamic Shared Object Libraries, POSIX...
  3. #2

    Default Re: Licensing restrictions prevent access from this address.

    alexfrates wrote:
    > After updating CF7 to the new DST requirements, we are seeing INTERMITTENT
    > issues with some SWF movies not being loaded.
    >
    > flash forms work just fine.
    > Any indication which way to look would be fabulous.
    >
    > Coldfusion-err.log shows:
    > 03/13 15:47:48 ERROR Proxy Servlet: Licensing restrictions prevent access from
    > xx.xx.xx.xxx
    > 03/13 15:47:48 ERROR Proxy Servlet: Allows addresses: [ {71.218.19.250}
    > {192.168.1.145} {74.93.23.77} {24.131.24.127} {192.168.1.1} ]
    On a J2EE multiserver install this usually means your JRun instance is
    not registered. In the JRun admin, drill down to the settings of the
    instance and check whether it is a developer edition or a registered
    edition. I wouldn't know any way to fix this other then a reinstall.

    Jochem

    --
    Jochem van Dieten
    Adobe Community Expert for ColdFusion
    Jochem van Dieten **AdobeCommunityExpert** Guest

  4. #3

    Default Re: Licensing restrictions prevent access from thisaddress.

    It is not a J2EE install. It's installed standalone on IIS6.
    Anyway, Jrun eventually refused to deploy the cfusion application on service
    launch.
    I completely reinstalled the entire CFMX install.

    Thanks anyway.

    alexfrates 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