View Single Post
  #2 (permalink)  
Old November 14th, 2007, 21:35
chrisplough's Avatar
chrisplough chrisplough is offline
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 864
Blog Entries: 7
Groans: 0
Groaned at 1 Time in 1 Post
Thanks: 55
Thanked 213 Times in 126 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Re: CSVUtil NoClassDefFoundError Roll Up #2

Scott,

This error occurs because of a dependance between the OTM codebase for CSVUtil and the jarfiles provided by WebLogic. Sounds like you are using OAS as your application server, so these aren't present.

To resolve, do the following:
  1. Download the trial version of WebLogic Server 8.1 SP4 (the version is important)
  2. Install this version and extract the weblogic.jar and xmlx.jar files from the following directory (may differ slightly - I don't have access to an OTM environment at this moment) $BEA_HOME/wlserver81/server/lib/
  3. Copy these into the OTM 3rd party libs directory. Again, I don't have access, but believe it is: $OTM_HOME/glog/gc3webapp/WEB-INF/lib/3rdparty/
  4. Try again - it should work now.
I also recommend opening an SR with Oracle, so they can resolve this in development.

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Reply With Quote