Hi. I've been setting up a new server, and I decided to go with resin
3.2.1. It seemed to install and run fine, but when I added my webapp,
I'm getting a series of odd errors.
[03-12 21:42:39.149] {http--8080-3} Caused by:
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'service' defined in ServletContext resource [/
WEB-INF/config/springContext.xml]: Invocation of init method failed;
nested exception is java.lang.NoSuchMethodError:
org.springframework.util.ClassUtils.getAllInterfacesForClass(Ljava/
lang/Class;Ljava/lang/ClassLoader;)[Ljava/lang/Class;
I don't get any class not found errors (I did, until I remembered to
set the tree-loader for my apps). This same app runs just fine on
resin 3.1.5 and 3.0.23. I know it's finding at least some of my jars,
because before the tree-loader, the jdbc driver wouldn't load, and
afterward, it did.
I'm kind of at a loss on how to proceed.
Also, I'm getting this:
[03-12 21:42:07.836] {main} FINE (com.caucho.util.CauchoSystem)
java.lang.UnsatisfiedLinkError: no resin in java.library.path
Not sure why; I followed the quick start docs for 3.2.1.
$ java -version
java version "1.6.0_12"
Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
Java HotSpot(TM) Client VM (build 11.2-b01, mixed mode)
Any suggestions would be much appreciated. Thanks!
--
Rick
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest