Hi, I'm trying to get the sample app running under TDK 2.3 on Oracle 9i.
I have built the application but I can't login -- I have made all of the changes that have been suggested by ilfrin and it seems to generate and compile ok. It has created all of the turbine tables etc and I can see the SQL request for the login (which is getting through to the db) but it comes back saying that the username/password is wrong. Here is the debug log: [DEBUG] DefaultTurbineRunData - -getCharSet() [DEBUG] DefaultTurbineRunData - -Charset was null! [DEBUG] DefaultTurbineRunData - -getDefaultCharSet() [DEBUG] DefaultTurbineRunData - -Returning default Charset of ISO-8859-1 [DEBUG] ServerData - -setServerName(localhost) [DEBUG] ServerData - -setServerPort(8088) [DEBUG] ServerData - -setServerScheme(http) [DEBUG] ServerData - -setScriptName(/servlet/fastcars) [DEBUG] ServerData - -setContextPath(/fastcars) [DEBUG] DefaultParameterParser - -Parameters found in the Request: [DEBUG] DefaultParameterParser - -Key: password -> turbine [DEBUG] DefaultParameterParser - -Key: action -> LoginUser [DEBUG] DefaultParameterParser - -Key: username -> turbine [DEBUG] Turbine - -action = LoginUser [DEBUG] ActionLoader - -Loading Action LoginUser from the Assembler Broker [DEBUG] JavaActionFactory - -Class Fragment is LoginUser [DEBUG] JavaActionFactory - -Trying com.boeing.au.hdh.fastcars.modules.actions.L oginUser [DEBUG] JavaActionFactory - -com.boeing.au.hdh.fastcars.modules.actions.LoginUse r: Not found [DEBUG] JavaActionFactory - -Trying org.apache.turbine.flux.modules.actions.Logi nUser [DEBUG] JavaActionFactory - -org.apache.turbine.flux.modules.actions.LoginUser: Not found [DEBUG] JavaActionFactory - -Trying org.apache.turbine.modules.actions.LoginUser [DEBUG] JavaActionFactory - -Returning: org.apache.turbine.modules.actions.Login [EMAIL PROTECTED] [DEBUG] BasePeer - -SELECT TURBINE_USER.USER_ID, TURBINE_USER.LOGIN_NAME, TURBIN E_USER.PASSWORD_VALUE, TURBINE_USER.FIRST_NAME, TURBINE_USER.LAST_NAME, TURBINE_ USER.EMAIL, TURBINE_USER.CONFIRM_VALUE, TURBINE_USER.MODIFIED, TURBINE_USER.CREA TED, TURBINE_USER.LAST_LOGIN, TURBINE_USER.OBJECTDATA FROM TURBINE_USER WHERE TU RBINE_USER.LOGIN_NAME='turbine' [DEBUG] BasePeer - -Elapsed time=16 ms [ERROR] LoginUser - -org.apache.turbine.util.security.DataBackendException: Fail ed to retrieve user 'turbine' [DEBUG] DefaultTurbineRunData - -user set: [DEBUG] LayoutTemplateMapper - -doMapping(Login.vm) [DEBUG] LayoutTemplateMapper - -templateName is Login.vm [DEBUG] LayoutTemplateMapper - -templatePackage is now: [DEBUG] LayoutTemplateMapper - -Looking for layouts/Login.vm [DEBUG] LayoutTemplateMapper - -Found it, returning Login.vm [DEBUG] ActionLoader - -Loading Action sessionvalidator.TemplateSessionValidator from the Assembler Broker [DEBUG] JavaActionFactory - -Class Fragment is sessionvalidator.TemplateSessionV alidator [DEBUG] JavaActionFactory - -Trying com.boeing.au.hdh.fastcars.modules.actions.s essionvalidator.TemplateSessionValidator [DEBUG] JavaActionFactory - -com.boeing.au.hdh.fastcars.modules.actions.sessionv alidator.TemplateSessionValidator: Not found [DEBUG] JavaActionFactory - -Trying org.apache.turbine.flux.modules.actions.sess ionvalidator.TemplateSessionValidator [DEBUG] JavaActionFactory - -org.apache.turbine.flux.modules.actions.sessionvali dator.TemplateSessionValidator: Not found [DEBUG] JavaActionFactory - -Trying org.apache.turbine.modules.actions.sessionva lidator.TemplateSessionValidator [DEBUG] JavaActionFactory - -Returning: org.apache.turbine.modules.actions.sessi [EMAIL PROTECTED] [DEBUG] ActionLoader - -Loading Action AccessController from the Assembler Broke Can anyone help? I'd really like to get my app going on 2.3 and this seems the easiest path if I could get the TDK going. Thanks Peter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
