Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Exception Error

    Hi..

    my cold fusion application server return this error:

    An exception occurred when instantiating a Com object. The cause of this
    exception was that: java.lang.IllegalArgumentException: Argument is not a COM
    object: null

    I thought that was java error. Anyone know how to fix it.



    johnMX Guest

  2. Similar Questions and Discussions

    1. #32101 [Com]: Exception in unknown on line 0 when throwing exception inside exception handler
      ID: 32101 Comment by: dhopkins at DonHopkins dot com Reported By: ceefour at gauldong dot net Status: No...
    2. License Exception Error
      This past weekend we had several License Expception errors thrown on our ColdFusion MX 7 Server. The software was installed in 30 day trial mode...
    3. Handling error with exception
      Do perl have handling error (exception) mechanism? for example: java use : try{...} catch{...} Thanks
    4. Javascript exception error??
      DMX has just started crashing whenever I try to add/change a server behaviour. I have tried recreating the site cache but it does not work. Any...
    5. Exception occured error
      I'm getting an Exception occured error on line 4 (For i =1...) <% Function ProperCase(strIn) strOut = "" boolUp = True For i = 1 To Len(strIn)...
  3. #2

    Default Re: Exception Error

    How are you creating the instance? What code are you using?
    Symantec Guest

  4. #3

    Default Re: Exception Error

    That error was generated after I fix another error. Before this error occur,
    the cfm apps server did not recognized the
    typeviewer.dll[extf. That error is fixed with copy the cfm lib folder to
    repective folder.

    I had reinstall the cfm folder. But the same error keep coming when I want to
    upload an image from my local folder.

    johnMX Guest

  5. #4

    Default Re: Exception Error

    anybody has solution?
    johnMX 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