I would be very surprised if Turbine doesn't work correctly with Oracle....

Looking at your stack trace, it looks to me like an obvious database
configuration problem:

>       Exception:  org.apache.turbine.util.security.DataBackendException:
> Failed to create account 'blowagie': ORA-00942: table or view does not
exist

The table doesn't exist in the schema you logged on to.

Im not sure why you had to create another schema named JETSPEED, and then
create all those public synonyms....

So what are your settings in the Tr.p ? Do you logon into the 'JETSPEED'
schema, or the 'LOWAGIE' schema?
>From your links you sent me, it looks like the tables are created in the
'LOWAGIE' schema,
and then you are trying to grant privileges to the LOWAGIE schema for the
JETSPEED user.

I would guess your Tr.p settings look something like this:

database.default.driver=oracle.jdbc.driver.OracleDriver
database.default.url=jdbc:oracle:thin:@<hostname>:1521:<sid>
database.default.username=jetspeed
database.default.password=<your-password>

I would recommend, until you can work learn a little more about how synonyms
and permissions work in Oracle, setting:

database.default.driver=oracle.jdbc.driver.OracleDriver
database.default.url=jdbc:oracle:thin:@<hostname>:1521:<sid>
database.default.username=LOWAGIE
database.default.password=<your-password>

Anyway, I will verify it tomorrow when I have some time (and find some
diskspace) to reinstall 8.1.6...

-------------------------------------
David Sean Taylor
[EMAIL PROTECTED]
-------------------------------------
http://jakarta.apache.org/jetspeed
-------------------------------------




> -----Original Message-----
> From: Bruno Lowagie [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 21, 2001 7:50 AM
> To: [EMAIL PROTECTED]
> Subject: Re: OracleDriver not implemented
>
>
> Rapha�l Luta wrote:
> >
> > I don't really know how to help you on this since I don't
> have any Oracle
> > server to test on and it really looks like a backend issue,
> but you can try
> > this:
> >
> > Download the Turbine TDK 2.1
> (http://jakarta.apache.org/turbine/tdk/),
> > install it with your Oracle database and test creating new
> accounts through
> > the provided Flux application.
>
> I was allready looking at the classes
> org.apache.turbine.util.db.IDBroker
> and org.apache.turbine.om.peer.BasePeer to try to find out what was
> wrong
> without result up till now. I kind of fear installing the Turbine TDK
> because it means I have to install tomcat all over too, isn't it?
>
> > If it works, then you can try downloading the latest CVS (I
> don't remember which
> > version you're using) and try creating accounts through Jetspeed.
>
> I did that yesterday ;-)
>
> > If it doesn't work, the issue is with Jetspeed and we'll
> try to understand where
> > the bug is and how to correct it.
>
> I fear it's a turbine problem. I have seen there are some bugfixes
> for PostgreSQL in the code, I hope there are some people working
> with Turbine using Oracle too.
>
> ---------------------------------------------------------------------
> 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]

Reply via email to