• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Object Instantiation Exception

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have just installed ColdFusion 10 on a development windows 2008 box. when I try to connect to our gateway application on the server I get the following error:

Error Type : coldfusion.runtime.CfErrorWrapper
Error Content : Object Instantiation Exception. Class not found: com.sap.mw.jco.JCO
The error occurred on line 121.

There is no information on line 121 or near there that would show us this error.
Adobe tech support has me looking for the following class paths on the server:
com.sap.mw.jco.JCO
com.sap.mw.jco.JCO$Client

but they cannot be found. But I also cannot locate those specific paths on our working CF8 or 7 servers. Is there a method to add these to my ColdFusion class paths?
thanks
vernon
 
Try 100 things. 2 will work out, but you will never know in advance which 2. This tiny ad might be one:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic