If anyone could give me any ideas about this error i would be grateful...
I have Jetspeed working with the default Hypersonic database okay, but when
i try to configure it for Oracle i am getting the following exception:
[14:43:05,171 INFO ] IDBroker thread was started.
[14:43:08,453 WARN ] IDBroker is being used with db 'default', which does
not support transactions. IDBroker attempts to use transactions to limit
the possibility of duplicate key generation. Without transactions,
duplicate key generation is possible if multiple JVMs are used or other
means are used to write to the database.
[14:43:08,500 ERROR] org.apache.torque.TorqueException: Access is denied
[14:43:08,500 ERROR] A FATAL ERROR has occurred which should not have
happened under any circumstance. Please notify the Turbine developers
<[EMAIL PROTECTED]> and give as many details as possible
(including the error stack trace).
java.lang.Error: Error in BasePeer.initTableSchema(TURBINE_USER): Access is
denied
at
org.apache.torque.util.BasePeer.initTableSchema(BasePeer.java:272)
at
org.apache.torque.util.BasePeer.initTableSchema(BasePeer.java:234)
at
org.apache.jetspeed.om.security.turbine.TurbineUserPeer.<clinit>(TurbineUser
Peer.java:89)
at
org.apache.jetspeed.om.security.turbine.BaseTurbineUser.<clinit>(BaseTurbine
User.java:25)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:120)
at
org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.initClass(BaseTu
rbineUserPeer.java:117)
at
org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.<clinit>(BaseTur
bineUserPeer.java:109)
at
org.apache.jetspeed.services.security.turbine.TurbineUserManagement.getUser(
TurbineUserManagement.java:164)
at
org.apache.jetspeed.services.JetspeedUserManagement.getUser(JetspeedUserMana
gement.java:98)
at
org.apache.jetspeed.services.security.turbine.TurbineAuthentication.getAnony
mousUser(TurbineAuthentication.java:184)
at
org.apache.jetspeed.services.JetspeedAuthentication.getAnonymousUser(Jetspee
dAuthentication.java:107)
at
org.apache.jetspeed.services.JetspeedSecurity.getAnonymousUser(JetspeedSecur
ity.java:157)
at
org.apache.jetspeed.modules.actions.TemplateSessionValidator.doPerform(Templ
ateSessionValidator.java:97)
at .....
I created and populated the oracle database with the scripts provided,
populate-oracle.sql, turbine-oracle.sql.
Thanks in advance for any help,
Karen.
--
To unsubscribe, e-mail: <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:jetspeed-user-help@;jakarta.apache.org>