hi, I tried installing J2. I have a tomcat-5.0.28 and using j2sdk1.4.06 and apache ant-1.6.2. My tomcat http port is 2925. Below is the stack trace when I start my tomcat. Does anyone know what the problem might be. thanks in advance, -Krish PS: I checked the tomcat/shared/lib and I do have commons-collections-2.1.jar and the class CursorableLinkedList is in it.
************************************************************************ Using CATALINA_BASE: /ccs/mssl/ecs/dmefs/students/krish/jakarta-tomcat-5.0.28 Using CATALINA_HOME: /ccs/mssl/ecs/dmefs/students/krish/jakarta-tomcat-5.0.28 Using CATALINA_TMPDIR: /ccs/mssl/ecs/dmefs/students/krish/jakarta-tomcat-5.0.28/temp Using JAVA_HOME: /ccs/mssl/ecs/dmefs/krish/j2sdk1.4.2_06 - Initializing Coyote HTTP/1.1 on http-2925 - Initialization processed in 3400 ms - Starting service Catalina - Starting Servlet Engine: Apache Tomcat/5.0.28 - XML validation disabled - Create Host deployer for direct deployment ( non-jmx ) - Processing Context configuration file URL file:/ccs/mssl/ecs/dmefs/students/krish/jakarta-tomcat-5.0.28/conf/Catalina/localhost/admin.xml - Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true - Initializing, config='org.apache.struts.action.ActionResources', returnNull=true - Initializing, config='org.apache.webapp.admin.ApplicationResources', returnNull=true - Processing Context configuration file URL file:/ccs/mssl/ecs/dmefs/students/krish/jakarta-tomcat-5.0.28/conf/Catalina/localhost/balancer.xml - Processing Context configuration file URL file:/ccs/mssl/ecs/dmefs/students/krish/jakarta-tomcat-5.0.28/conf/Catalina/localhost/manager.xml - Processing Context configuration file URL file:/ccs/mssl/ecs/dmefs/students/krish/jakarta-tomcat-5.0.28/conf/Catalina/localhost/jetspeed.xml - Setting useContextClassLoader = false - Delegating to '[EMAIL PROTECTED]' - Jetspeed Starting Initialization... - JetspeedServlet identifying web application root... - JetspeedServlet identifed web application root as /ccs/mssl/ecs/dmefs/students/krish/jakarta-tomcat-5.0.28/webapps/jetspeed/ - JetspeedServlet attempting to create the portlet engine... - Jetspeed environment attempting to initialize portal Engine... JNDI System Property flag null WARN: IOException, CatalinaPAM will only function as FileSystemPAM: java.net.ConnectException: Connection refused org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'java.util.prefs.PreferencesFactory' defined in URL [file:/ccs/mssl/ecs/dmefs/students/krish/jakarta-tomcat-5.0.28/webapps/jetspeed/WEB-INF/assembly/jetspeed-spring.xml]: Initialization of bean failed; nested exception is org.apache.jetspeed.prefs.PreferencesException: Failed to initialize prefs api. java.lang.NoClassDefFoundError: org/apache/commons/collections/CursorableLinkedList org.apache.jetspeed.prefs.PreferencesException: Failed to initialize prefs api. java.lang.NoClassDefFoundError: org/apache/commons/collections/CursorableLinkedList at org.apache.jetspeed.prefs.impl.PreferencesFactoryImpl.init(PreferencesFactoryImpl.java:69) ************************************************************************ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]