Re: [ANNOUNCE] Binary Installer for Jetspeed M1

2004-12-19 Thread Herman Reintke
Hello,

When starting the installer the first page that come up is asking for
datasource configuration.

What data should I provide in order to use the pre-configured hsqldb ?

Kind regards,

Herman Reintke


- Original Message -
From: Scott T. Weaver [EMAIL PROTECTED]
To: Jetspeed Developers List [EMAIL PROTECTED]; Jetspeed
Users List [EMAIL PROTECTED]
Sent: Thursday, December 09, 2004 4:58 PM
Subject: [ANNOUNCE] Binary Installer for Jetspeed M1


 Well, I finally got the binary installer for J2 M1 finished, here is a
 temporary link: http://www.binary-designs.net/downloads.html.  The
 download takes a little time to start but fairly quick once it does.

 The only requirements are that you have a compatible version of the JDK
 1.4.2, installed, see:
 http://wiki.apache.org/portals/Jetspeed2/PrefsClassloaderIssuesAndSdk14
 for mor info.

 It is a little rough and needs some cleaning and tweaking but it's a
 start ;)

 Have fun!

 --
 Great minds discuss ideas. Average minds discuss events. Small minds
discuss people.  - Admiral Hyman Rickover

 ***
 *   Scott T. Weaver   *
 * [EMAIL PROTECTED] *
 * http://www.einnovation.com*
 * --  *
 *   Apache Jetspeed Enterprise Portal *
 * Apache Pluto Portlet Container  *
 * *
 * OpenEdit, Website Content Management*
 * http://www.openedit.org   *
 ***


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANNOUNCE] Binary Installer for Jetspeed M1

2004-12-19 Thread tony k
anyone aware of any jetspeed-2 sample sites available over the internet?
Herman Reintke wrote:
Hello,
When starting the installer the first page that come up is asking for
datasource configuration.
What data should I provide in order to use the pre-configured hsqldb ?
Kind regards,
Herman Reintke
- Original Message -
From: Scott T. Weaver [EMAIL PROTECTED]
To: Jetspeed Developers List [EMAIL PROTECTED]; Jetspeed
Users List [EMAIL PROTECTED]
Sent: Thursday, December 09, 2004 4:58 PM
Subject: [ANNOUNCE] Binary Installer for Jetspeed M1
 

Well, I finally got the binary installer for J2 M1 finished, here is a
temporary link: http://www.binary-designs.net/downloads.html.  The
download takes a little time to start but fairly quick once it does.
The only requirements are that you have a compatible version of the JDK
1.4.2, installed, see:
http://wiki.apache.org/portals/Jetspeed2/PrefsClassloaderIssuesAndSdk14
for mor info.
It is a little rough and needs some cleaning and tweaking but it's a
start ;)
Have fun!
--
Great minds discuss ideas. Average minds discuss events. Small minds
   

discuss people.  - Admiral Hyman Rickover
 

***
*   Scott T. Weaver   *
* [EMAIL PROTECTED] *
* http://www.einnovation.com*
* --  *
*   Apache Jetspeed Enterprise Portal *
* Apache Pluto Portlet Container  *
* *
* OpenEdit, Website Content Management*
* http://www.openedit.org   *
***
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 




RE: Failed to initialize jetspeed.

2004-12-19 Thread Randy Watler
Chris,

I have seen this problem when jetspeed.xml is not found or read correctly
from conf/Catalina/localhost. Please verify that the jetspeed webapp is
being initialized correctly.

Look for some line like this in catalina.out

INFO: Processing Context configuration file URL
file:/etc/tomcat5/Catalina/localhost/jetspeed.xml

If jetspeed.xml is in webapps, then you need to set this property in your
build.properties:

org.apache.jetspeed.catalina.version.major=5

HTH,

Randy

-Original Message-
From: Superman
To: Hema Menon
Cc: Jetspeed Users List
Sent: 12/18/04 3:45 PM
Subject: Re: Failed to initialize jetspeed.

Hema,

Thanks for the direction, however it seemed not to change the error so I
resorted to downloading the latest version of Tomcat version 5.5.4 and
compiled jetspeed2 and configured it to work with postgres database. I
checked to make sure that the correct xml and properties files where in
place to the best of my abilities and the information everyone has
provided at the moment.  All compiles well and the database scripts
pre-populated the database but I get the same error I got with the JBOSS
version when i use the url http://localhost:8080/jetspeed and it seems
like the Datasource is not found from the error message below.  I don't
know enough about jetspeed yet to trouble shoot the problem.  

What configuration has to be in place in order for this lookup to occur
properly?

Thanks for you help,

chris

[org.apache.ojb.broker.accesslayer.ConnectionFactoryAbstractImpl] ERROR:
SQLException thrown while trying to
get Connection from Datasource (java:comp/env/jdbc/jetspeed)
Cannot create JDBC driver of class '' for connect URL 'null'
org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC
driver of class '' for connect URL 'null'
at
org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSo
urce.java:780)
at
org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicDataSourc
e.java:540)
at
org.apache.ojb.broker.accesslayer.ConnectionFactoryAbstractImpl.newConne
ctionFromDataSource(Connec
tionFactoryAbstractImpl.java:204)
at
org.apache.ojb.broker.accesslayer.ConnectionFactoryAbstractImpl.lookupCo
nnection(ConnectionFactory
AbstractImpl.java:112)
at
org.apache.ojb.broker.accesslayer.ConnectionManagerImpl.getConnection(Co
nnectionManagerImpl.java:1
05)
at
org.springframework.orm.ojb.PersistenceBrokerTransactionManager.doBegin(
PersistenceBrokerTransacti
onManager.java:187)
at
org.springframework.transaction.support.AbstractPlatformTransactionManag
er.getTransaction(Abstract
PlatformTransactionManager.java:269)
at
org.springframework.transaction.interceptor.TransactionAspectSupport.cre
ateTransactionIfNecessary(
TransactionAspectSupport.java:201)

On Fri, 2004-12-17 at 15:12, Hema Menon wrote:
 Quoted response from previous messages
 
 It looks like you might be missing some of the OJB repository files in
 your classpath.
 
 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 Fri, 17 Dec 2004 09:59:55 -0500, Superman [EMAIL PROTECTED]
wrote:
  Hi,
  
  I've deployed jetspeed2 on jboss 4.0 on jdk 1.5 per the instructions
for
  deploying to jboss and I get the servlet error below when I try the
url
  http://localhost:8080/jetspeed.  I looked in the logs and it appears
  that the PreferenceFactory failed with the error below from the
  jetspeed.log.
  Any help or direction on how to troubleshoot the problem is
appreciated.
  
  chris
  
  jetspeed.log
  2004-12-17 09:30:34,685 [main] INFO  STDOUT - Caused by:
  org.springframework.beans.factory.BeanCreationException: Error
creating
  bean with name 'java.util.prefs.PreferencesFactory' defined in URL
 
[file:/home/chris/programs/jboss-4.0.0/server/j2/deploy/jetspeed.war/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.ExceptionInInitializerError
  2004-12-17 09:30:34,685 [main] INFO  STDOUT -   at
 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFac
tory.createBean(AbstractAutowireCapableBeanFactory.java:300)
  
  servlet error:
  javax.servlet.ServletException: Failed to initalize jetspeed.
  org.apache.jetspeed.exception.JetspeedException: Unable to create
Engine
 
org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:20
6)
 javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
 javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
 
org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java
:670)
 
org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:6
37)
 org.apache.jsp.index_jsp._jspService(index_jsp.java:44)