Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/JS1-509 Here is an overview of the issue: --------------------------------------------------------------------- Key: JS1-509 Summary: org.apache.jetspeed.services.security.UserException: Failed to create account 'Dave': ORA-02289: sequence does not exist Type: Bug Status: Unassigned Priority: Major Project: Jetspeed Assignee: Reporter: Dave Nordin Created: Thu, 5 Aug 2004 8:43 AM Updated: Thu, 5 Aug 2004 8:43 AM Environment: Win 2000; Jetspeed 1.5; JBOSS 3.2.3; Oracle 9.1; Built with Maven 2.0 Description: After building the Jetspeed tutorial from source (1.5), I can get connected to oracle. I can alter data in the tutorial (coffee) database table (now in oracle) and the changes show up. If I try t create a new jetspeed account, I get the following error: org.apache.jetspeed.services.security.UserException: Failed to create account 'Dave': ORA-02289: sequence does not exist I can see that others have had this problem, but have yet to get an explanation that works for me. Below are my torque.properties settings. torque.database.default.adapter=oracle torque.dsfactory.default.factory=org.apache.torque.dsfactory.TorqueDataSourceFactory torque.dsfactory.default.pool.defaultMaxConnections=10 torque.dsfactory.default.pool.maxExpiryTime=3600 torque.dsfactory.default.pool.connectionWaitTimeout=10 ### Oracle torque.dsfactory.default.connection.driver = oracle.jdbc.driver.OracleDriver torque.dsfactory.default.connection.url = jdbc:oracle:thin:@global120.ihs.com:1625:PPVDEV torque.dsfactory.default.connection.user = PPVX torque.dsfactory.default.connection.password = Pay4 Thanks, Dave Dave Nordin Engineer IHS --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
