Skip to main content
November 24, 2008
Question

Cannot access com objects in a instanced server.

  • November 24, 2008
  • 1 reply
  • 460 views
We are running 7.0.2 and were running our website on the default server for years. We recently created two instances and moved our webserver to the two instances. Everything works great with the exception of accessing a registered com object from a cfm page. Under the two new instances, I get the following error.

java.lang.NoClassDefFoundError Exception
com/linar/jintegra/AutomationException

Under the default server, the same code works great. I have compared all my settings on the two instances to the default server and all is the same.

Is there any know issues with accessing com objects from an server instance or am I just missing something simple?

Thanks for any help.


    This topic has been closed for replies.

    1 reply

    BKBK
    Community Expert
    Community Expert
    November 26, 2008
    java.lang.NoClassDefFoundError tells me immediately that you should place something in the classpath. The JAR file's path, perhaps?