Vin,
What version of the JDK are you using?
There are known issues with prefs and early 1.4 versions.
Randy
-----Original Message-----
From: Vin Conjee
To: [EMAIL PROTECTED]
Sent: 11/21/04 3:42 PM
Subject: PROBLEM Deploying JetSpeed on Tomcat
Hello
I initially had problems downloading the jar files
from the remote servers. I followed the threads in
this forum and I finally got all of the jars in the
right places. The BUILD seems to be working fine. The
deployment task "quickStart" worked without a problem.
Now when I start the Tomcat Engine, the following
exception gets thrown:
Also, I dont see any prefs/ folder under jetspeed2. I
would appreciate if somebody can help me get through
this.
Thanks
-Vin
2004-11-21 14:10:02,285 [main] ERROR
org.apache.jetspeed.engine.AbstractEngine -
org.springframework.beans.factory.BeanCreationException:
Error creating bean with name
'org.apache.jetspeed.prefs.PreferencesProvider'
defined in URL
[file:/C:/NBR2004/Software/jakarta-tomcat-5.0.28/webapps/jetspeed/WEB-IN
F/assembly/jetspeed-spring.xml]:
Initialization of bean failed; nested exception is
java.lang.RuntimeException: Failed to initialize prefs
api. java.lang.InternalError: Can't instantiate
Preferences factory java.lang.ClassNotFoundException:
org.apache.jetspeed.prefs.impl.PreferencesFactoryImpl
2004-11-21 14:10:02,396 [main] ERROR
org.apache.jetspeed.Jetspeed - Unable to create Engine
org.apache.jetspeed.exception.JetspeedException:
Jetspeed Initialization exception!
at
org.apache.jetspeed.engine.AbstractEngine.init(AbstractEngine.java:154)
at
org.apache.jetspeed.Jetspeed.createEngine(Jetspeed.java:64)
at
org.apache.jetspeed.engine.JetspeedServlet.init(JetspeedServlet.java:137
)