Re: Re: pb on install with jetspeed and mysql

2003-11-27 Thread jla159753
I get the source of jetspeed. I compile it with no errors. It 's not possible to use mysql for the user repository and stock the profile in file system? The directory anon exist in WEB-INF/psml/ with the default.psml in html directory. jerome On Wednesday, November 26, 2003, at 05:51 AM,

Re: Re: pb on install with jetspeed and mysql

2003-11-26 Thread jla159753
Ok, thank for your help. I send you my zipped Torque.properties files. On Tuesday, November 25, 2003, at 01:36 AM, jla159753 wrote: Hi, I install jetspeed on linux box. It's work if I don't change default database (Hypersonic SQL) for users. But when I switch on mysql

Re: RE: pb on install with jetspeed and mysql

2003-11-26 Thread jla159753
Seeing this : org.apache.jetspeed.om.profile.ProfileException: java.lang.NullPointerException at org.apache.jetspeed.services.profiler.JetspeedProfilerService.fallbackProfile I would say that the user database is populated, but not the profiles in DB... how do you load the profile in

RE: RE: pb on install with jetspeed and mysql

2003-11-26 Thread Pernoud Aurelien
jla159753 a écrit : how do you load the profile in DB ? I don't see this script. Well you can't load them using SQL, as it is blob and it is too big to be sent with a SQL sentence. see http://jakarta.apache.org/jetspeed/site/psml_db.html Converting from PSML files to a PSML Database

Re: pb on install with jetspeed and mysql

2003-11-26 Thread David Sean Taylor
On Wednesday, November 26, 2003, at 05:51 AM, jla159753 wrote: Ok, thank for your help. I send you my zipped Torque.properties files. It looks fine. Are you storing your PSML in the database? Im not clear on this. Seems like we should first ensure that you can connect to the database. Do you

pb on install with jetspeed and mysql

2003-11-25 Thread jla159753
Hi, I install jetspeed on linux box. It's work if I don't change default database (Hypersonic SQL) for users. But when I switch on mysql database. I have some error on anonymous page. I change torque properties. (like torque.database.default.adapter=mysql ...) I put mysql jdbc driver in

Re: pb on install with jetspeed and mysql

2003-11-25 Thread David Sean Taylor
On Tuesday, November 25, 2003, at 01:36 AM, jla159753 wrote: Hi, I install jetspeed on linux box. It's work if I don't change default database (Hypersonic SQL) for users. But when I switch on mysql database. I have some error on anonymous page. Im using MySQL with several portals here. Maybe

RE: pb on install with jetspeed and mysql

2003-11-25 Thread Pernoud Aurelien
David Sean Taylor a écrit : On Tuesday, November 25, 2003, at 01:36 AM, jla159753 wrote: Hi, I install jetspeed on linux box. It's work if I don't change default database (Hypersonic SQL) for users. But when I switch on mysql database. I have some error on anonymous page. Im using