You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Krish Chandra <kr...@ERC.MsState.Edu> on 2005/01/05 20:01:51 UTC

j2 initializing error

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 'com.sun.faces.application.ViewHandlerImpl@1c54796'
- 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: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Anyone have the old ver 1.4b3 Jetspeed tutorial?

Posted by Vladimir Figurov <vf...@asia-soft.kz>.
hi
I have a old version tutor in HTML
8)

Jason Nichols wrote:

>Does anyone have the old 1.4b3 (or any 1.4 version) tutorial by David
>Taylor
>that used to be on bluesunrise.com? The pdf version was called
>"jetspeedtutorial.pdf".
>  
>I have searched quite a bit as well as emailed bluesunrise with no luck
>so far. Everyone seems to have linked to sunrise.com & they no longer
>host it.
>
>If anyone has a url to it that would be greatly appreciated. 
>If I do get a copy I will make it available at quantumland.com, if
>needed.
>
>Thank-you,
>Jason
>Florida State University
>jason@quantumland.com
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Anyone have the old ver 1.4b3 Jetspeed tutorial?

Posted by Jason Nichols <ja...@quantumland.com>.
Does anyone have the old 1.4b3 (or any 1.4 version) tutorial by David
Taylor
that used to be on bluesunrise.com? The pdf version was called
"jetspeedtutorial.pdf".
  
I have searched quite a bit as well as emailed bluesunrise with no luck
so far. Everyone seems to have linked to sunrise.com & they no longer
host it.

If anyone has a url to it that would be greatly appreciated. 
If I do get a copy I will make it available at quantumland.com, if
needed.

Thank-you,
Jason
Florida State University
jason@quantumland.com


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: j2 initializing error

Posted by Krish Chandra <kr...@ERC.MsState.Edu>.
yes I have all those files
-Krish


On Wed, 5 Jan 2005, Hema Menon wrote:

> Check if you do have these files
>
> 1. verify that these files are present under
> "webapps/jetspeed/WEB-INF/classes" in you tomcat install:
> OJB-logging.properties
> OJB.properties
> repository_database.xml
> repository.dtd
> repository_internal.xml
> repository.xml
> TEMP.xml
>
> Hema
>
> On Wed, 5 Jan 2005 14:51:14 -0600 (CST), Krish Chandra
> <kr...@erc.msstate.edu> wrote:
> > I am using j2sdk1.4.2_06 missed out the 2_.
> > -Krish
> >
> >
> > On Wed, 5 Jan 2005, Hema Menon wrote:
> >
> > > Are you using j2sdk1.4.06? You need atleast 1.4.2_02 or above
> > > according to the bug related to
> > > http://wiki.apache.org/portals/Jetspeed2/PrefsClassloaderIssuesAndSdk14
> > >
> > >
> > > > > On Wed, 5 Jan 2005 13:01:51 -0600 (CST), Krish Chandra
> > > > > >    I tried installing J2. I have a tomcat-5.0.28 and using j2sdk1.4.06.
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> >
> >
>
>
> --
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Hema Menon
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: j2 initializing error

Posted by Hema Menon <me...@gmail.com>.
Check if you do have these files

1. verify that these files are present under
"webapps/jetspeed/WEB-INF/classes" in you tomcat install:
OJB-logging.properties
OJB.properties
repository_database.xml
repository.dtd
repository_internal.xml
repository.xml
TEMP.xml

Hema

On Wed, 5 Jan 2005 14:51:14 -0600 (CST), Krish Chandra
<kr...@erc.msstate.edu> wrote:
> I am using j2sdk1.4.2_06 missed out the 2_.
> -Krish
> 
> 
> On Wed, 5 Jan 2005, Hema Menon wrote:
> 
> > Are you using j2sdk1.4.06? You need atleast 1.4.2_02 or above
> > according to the bug related to
> > http://wiki.apache.org/portals/Jetspeed2/PrefsClassloaderIssuesAndSdk14
> >
> >
> > > > On Wed, 5 Jan 2005 13:01:51 -0600 (CST), Krish Chandra
> > > > >    I tried installing J2. I have a tomcat-5.0.28 and using j2sdk1.4.06.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> 
> 


-- 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hema Menon

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: j2 initializing error

Posted by Krish Chandra <kr...@ERC.MsState.Edu>.
I am using j2sdk1.4.2_06 missed out the 2_.
-Krish


On Wed, 5 Jan 2005, Hema Menon wrote:

> Are you using j2sdk1.4.06? You need atleast 1.4.2_02 or above
> according to the bug related to
> http://wiki.apache.org/portals/Jetspeed2/PrefsClassloaderIssuesAndSdk14
>
>
> > > On Wed, 5 Jan 2005 13:01:51 -0600 (CST), Krish Chandra
> > > >    I tried installing J2. I have a tomcat-5.0.28 and using j2sdk1.4.06.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: j2 initializing error

Posted by Hema Menon <me...@gmail.com>.
Are you using j2sdk1.4.06? You need atleast 1.4.2_02 or above
according to the bug related to
http://wiki.apache.org/portals/Jetspeed2/PrefsClassloaderIssuesAndSdk14


> > On Wed, 5 Jan 2005 13:01:51 -0600 (CST), Krish Chandra
> > >    I tried installing J2. I have a tomcat-5.0.28 and using j2sdk1.4.06.

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: j2 initializing error

Posted by Krish Chandra <kr...@ERC.MsState.Edu>.
yes I had the database running.
-Krish


On Wed, 5 Jan 2005, Hema Menon wrote:

> Do you have the Database running?
>
> Hema
>
>
> On Wed, 5 Jan 2005 13:01:51 -0600 (CST), Krish Chandra
> <kr...@erc.msstate.edu> wrote:
> >
> > 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 'com.sun.faces.application.ViewHandlerImpl@1c54796'
> > - 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: jetspeed-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> >
> >
>
>
> --
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Hema Menon
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: j2 initializing error

Posted by Hema Menon <me...@gmail.com>.
Do you have the Database running?

Hema


On Wed, 5 Jan 2005 13:01:51 -0600 (CST), Krish Chandra
<kr...@erc.msstate.edu> wrote:
> 
> 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 'com.sun.faces.application.ViewHandlerImpl@1c54796'
> - 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: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> 
> 


-- 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hema Menon

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org