David_Solbach/MR/de/[EMAIL PROTECTED] wrote:

[DEBUG] BasePeer - -SELECT TURBINE_USER.USER_ID, TURBINE_USER.LOGIN_NAME, TURBINE_USER.PASSWORD_VALUE, TURBINE_USER.FIRST_NAME, TURBINE_USER.LAST_NAME, TURBINE_USER.EMAIL, TURBINE_USER.CONFIRM_VALUE, TURBINE_USER.MODIFIED, TURBINE_USER.CREATED, TURBINE_USER.LAST_LOGIN, TURBINE_USER.OBJECTDATA FROM TURBINE_USER WHERE TURBINE_USER.LOGIN_NAME='turbine'
[DEBUG] BasePeer - -Elapsed time=110 ms
!! [ERROR] LoginUser - -org.apache.turbine.util.security.DataBackendException: Failed to retrieve user 'turbine'


The exception you are getting says this:
Thrown to indicate that there was an error accessing the data backend of the SecurityService.


So I would suggest that your connection to Oracle may not configured correctly. Try adding the following to your log4j.properties to see if some useful info is produced (assuming you have a default appender configured):
log4j.category.org.apache.torque.dsfactory = DEBUG, default


If you run the above query in the Oracle command interpreter does it produce the desired result?

BTW: Please don't cross-post questions - choose the correct mailing list and post to it alone.


Scott -- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au





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



Reply via email to