Can you post the stack trace at all? I had some similar problems getting it to work on Oracle 9i and 10g. You'll want to double check the version of village that you have and the version of torque that you have. BLOBs are really screwy in the way some of these implementations handle them. If you ever see anything like a NullPointerException lower in the trace, it could very well be this exact issue.
Other issues that I've had are from similar "misalignments" in the way Oracle handles things (vs. the rest of the world). Just some things to think about... Bradford A. Folkens [EMAIL PROTECTED] > -----Original Message----- > From: John Harris [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 23, 2004 1:20 PM > To: [EMAIL PROTECTED] > Subject: DataBackendException and Oracle 8i > > I'm trying to learn Turbine 2.3 and am using the default > skeleton built by doing "maven -Dturbine.app.name=sample > turbine:setup" - with the build.properties file appropriately > configured. > > 1. I use the default config files, tweaking the database > params as needed. > 2. The oracle database already exists, so I use the > torque:jdbc target to generate my sample-schema.xml file 3. > Next I generate and insert the sql files into the db - so > that TURBINE_USER, etc are created within my schema 4. I > created a test Login.vm to authenticate against the > TURBINE_USER table 5. I then compile (java:compile) and > deploy (turbine:deploy) 6. Verify classes12.jar is in place - > Oracle's jdbc driver > > I keep getting the error > "org.apache.turbine.util.security.DataBackendException: > Failed to retrieve user 'admin': doSelect failed". I'm not > sure what I'm doing wrong - I can't find anything in the > archives. I'm using the antelope sample app as a guide, but > instead of using their Fulcrum Security Service - I'm just > trying to use the one already configured out of the box. > > Thanks, > > John > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
