"error Occurred while Processing request" uponColdfusion installation

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

  1. #1

    Default "error Occurred while Processing request" uponColdfusion installation

    Hello

    Im aboslutely new to web development, except for being able to produce not
    dinamic web pages. I am a beginner to Coldfusion, and I have tryed to instal
    coldfusion server on my computer, Using ISS as web server. Installation seems
    to run OK, but when it finishes and coldfusion tries to start, I receive a
    "Error Occurred while processing request" message. The stack trace begins with
    "java.lang.NoClassDefFoundError" and lots of sentences after that.

    I have tried to find some help in the knowledge base, and I just simply cant
    find anything to help me...?can anybody tell me, in a very basic language, what
    is happening? I have tried the installation several times and its always teh
    same. Probably something in my station configuration does not work or is
    wrongly configured.

    Than k you very much in advance...


    val444 Guest

  2. Similar Questions and Discussions

    1. "A sharing violation has occurred" error
      I often receive the same error: " A sharing violation has occurred" I have a folder on our network mapped in Windows 2000 - this folder is...
    2. "An internal error has occurred" error when exiting
      hey Adobe you've got a bug in your updater... read here: <http://www.adobeforums.com/webx/.3c06325e/0> I also experience this weird "An...
    3. Error Occurred While Processing Request
      Hi, i am new to coldfusion and i was building my first Access database into my website as instructed on the macromedia web. When i preview the...
    4. Error Occurred While Processing Request .
      Hello, please somebody help me! I gotta stucked on getting start tutorial. When in the tutorial ask me to launch my browser to see my page a can`t...
    5. Intermittent "An unexpected error occurred on a receive"
      Hi, A Windows client connecting through a Proxy Server to a Web Service is experiencing intermittent WebException errors of the form: "The...
  3. #2

    Default Re: "error Occurred while Processing request" uponColdfusion installation

    Hi val444,

    It is hard to tell what the problem is without seeing the first 5-10 lines of
    the stack trace. However, I'll take a guess that you installed MX6 and the
    first two lines of the stack trace are as follows ...?

    java.lang.NoClassDefFoundError
    at javax.crypto.Cipher.getInstance([DashoPro-V1.2-120198])

    If yes, see this Tech Note:
    [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=98b88caa[/url]

    mxstu 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