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 carlos beltran <cb...@aitek.it> on 2001/06/01 15:11:38 UTC

Re: Problem in MySQL,

Jetspeed relies on another open source software to manage users and
conections with the database..
This software is TURBINE and you can find  more questions about the
issue in the turbine users list. I saw that recently there were mesagges
about mySQL..

Good luck!

Carlos

Frans Thamura wrote:

>       I read a lot of messages in Jetspeed archive, there is
>      hundreds questions about how to access the
>      TURBINE_USER. Anyone every success install JetSpeed using
>      mySQL database, would you send me the Turbine properties to
>      me. I am very happy if you can help me to install that
>      software, I want to make it run. Frans
>

Problem in MySQL, Installation Tips

Posted by Frans Thamura <ft...@yahoo.com>.
Dear All,

I successfully install my JetSpeed, after 2 weeks nightmare, and because 1 little syntax.

My tomcat run JetSpeed, Cocoon, and several my JSP application, and work well.

My Issue:
Beware if you using any other Jar (like xerces, xalan, castor, or everything, make sure you JetSpeed run well, and try, because JetSpeed won't show the RDF if you using the newest version, like Caster, if you using version 0.92, because JetSpeed recemended Caster 0.88, and several issue will show if you install in the first time, and using the newest version of Jar.

I try to install Xalan 2 and it is not working, but after change to version 1, JetSpeed work again.

Don't trust that my issue, you have to find out first, and inform me if you got that problem also, because I still try and error. 

this is the TurbineResources.properties that you have to install:

1. create jetspeed database 
- mysqladmin create jetspeed
- execute the SQL statement 

don't forget to put this SQL statement, this is for administrator privilage.


insert into TURBINE_ROLE (ROLE_NAME) values ('authenticated_user');

insert into TURBINE_USER (USER_ID, LOGIN_NAME, PASSWORD_VALUE, FIRST_NAME, LAST_NAME, EMAIL, CONFIRM_VALUE) values (2, 'admin', 'jetspeed', 'Admin', 'Admin', 'admin@apache.org', 'CONFIRMED');

2. JetSpeed will connect to jetspeed database with  this is the configuration

database.default.driver=org.gjt.mm.mysql.Driver
database.default.url=jdbc:mysql://localhost/jetspeed
database.default.username=root
database.default.password=tulalit

3. The Jetspeed will connect to MySQL using DBMM adapter. Try to download the JetSpeed source code you will find DBMM file for MySQL in your Turbine properties

database.adaptor=DBMM
database.adaptor.DBMM=org.gjt.mm.mysql.Driver

My opinion.
Because in JetSpeed for mySQL adapter have a prefix DBMM so you have to put DBMM, I have tried mm, MM, MySQL, etc and not work.

Any Question, email me


Frans



----- Original Message ----- 
From: "Raphaël Luta" <ra...@networks.groupvu.com>
To: <je...@jakarta.apache.org>
Sent: Tuesday, June 05, 2001 3:03 PM
Subject: Re: Problem in MySQL,


> Frans Thamura wrote:
> >I solve that problem.
> > 
> >I know, but the problem is in turbine there is no enough documentation, and so do JetSpeed.
> > 
> >I think there is hundreds of people ask that question.
> > 
> >Frans
> 
> Yes, that's very true. We're sorely missing documentation.
> Now, since you solved the issue, maybe you could write something about it and post
> the document in either Turbine or Jetspeed list (where it's approriate).
> 
> Please ?
> 
> --
> Raphael Luta - raphael.luta@networks.groupvu.com
> Vivendi Universal Networks - Paris
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org

Re: Problem in MySQL,

Posted by Raphaël Luta <ra...@networks.groupvu.com>.
Frans Thamura wrote:
>I solve that problem.
> 
>I know, but the problem is in turbine there is no enough documentation, and so do JetSpeed.
> 
>I think there is hundreds of people ask that question.
> 
>Frans

Yes, that's very true. We're sorely missing documentation.
Now, since you solved the issue, maybe you could write something about it and post
the document in either Turbine or Jetspeed list (where it's approriate).

Please ?

--
Raphael Luta - raphael.luta@networks.groupvu.com
Vivendi Universal Networks - Paris

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


Re: Problem in MySQL,

Posted by Frans Thamura <ft...@yahoo.com>.
I solve that problem.

I know, but the problem is in turbine there is no enough documentation, and so do JetSpeed.

I think there is hundreds of people ask that question.

Frans
  ----- Original Message ----- 
  From: carlos beltran 
  To: jetspeed-user@jakarta.apache.org 
  Sent: Friday, June 01, 2001 8:11 PM
  Subject: Re: Problem in MySQL,


    
  Jetspeed relies on another open source software to manage users and conections with the database.. 
  This software is TURBINE and you can find  more questions about the issue in the turbine users list. I saw that recently there were mesagges about mySQL.. 
  Good luck! 

  Carlos 

  Frans Thamura wrote: 

       I read a lot of messages in Jetspeed archive, there is hundreds questions about how to access the TURBINE_USER. Anyone every success install JetSpeed using mySQL database, would you send me the Turbine properties to me. I am very happy if you can help me to install that software, I want to make it run. Frans