custom tag install issue in CFMX 7

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default custom tag install issue in CFMX 7

    I have a custom tag that is resided at the same folder as other cfm files that
    calling the custom tag. At times I know it works, but at times it give me the
    following error message. Then I move this tag to the global directory, it still
    give me this error.
    Does anyone experience this in CFMX 7?

    Error message:
    The system has attempted to use an undefined value, which usually indicates a
    programming error, either in your code or some system code.
    Null Pointers are another name for undefined values.

    WorkRequest Guest

  2. Similar Questions and Discussions

    1. CFMX 7.02 VSpider Issue
      I am running into the following issue when running vspider. I get the following error: 2007/04/05 11:34:48 Warn: (ind002006) VDK: Warn ...
    2. CFMX 7 Red Hat Linux Issue
      Hello, I installed CF 7MX on an E3 Red Hat linux server (with cpanel) about 18 months ago. Knowing very little about linux administration, I just...
    3. CF7 and CFMX 6 Install/Un-Install Hangs
      Hello I have recently downloaded the Coldfusion 7.0 installer. When I ran the installer, the wizard ran fine. It notified me of an earlier...
    4. CFMX Directory Issue
      I have a strange problem that seems to affect all version 6.1MX, 7 (stand alone and J2EE even Weblogic). I have a directory that has over 8192...
    5. Is this a known issue with webservices on CFMX
      I have the following directory structure: C:\inetpub\wwwroot\my.site.name\parentPackage\middle\childPackage\mycfc.cfc Where mycfc is a simple...
  3. #2

    Default Re: custom tag install issue in CFMX 7

    I ran into this also. It seems that if you place a new custom tag in a
    directory for custom tags or if you change that director, you will get this
    error. I resolved it by restarting the ColdFusion service. Hope this helps!

    CF_DAWG 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