DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18671>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18671 java.sql.SQLException: ORA-02289: sequence does not exist Summary: java.sql.SQLException: ORA-02289: sequence does not exist Product: Jetspeed Version: 1.4b3 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Turbine AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have been getting the following error when using the binary version of jetspeed 1.4b3 with Oracle 8.1.7 java.sql.SQLException: ORA-02289: sequence does not exist I received this error when trying to add users and roles. This happens because the actual name of the sequence, created by turbine-oracle.sql, is TURBINE_USER_SEQ and not TURBINE_USER, which is the name of the table. I worked around this problem by downloading the source and modifiy the build.properties and dbpsml.properties (under src/build/torque) to use Oracle. And then rebuilt everything. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
