Re: Any idea why a sequence is getting "Derby could not obtain the locks needed to release the unsused preallocated values for the sequence" error

2017-09-19 Thread Rick Hillegas
Hi Brett, SequenceUpdater.clean() is the only method which raises that error. The header comment on that method says that the condition can arise if someone else is doing DDL while you are allocating sequence numbers, or if someone else is scanning SYS.SYSSEQUENCES, or if the database shuts

[Java DB - testing] Error nightly trunk (rev 1808812)

2017-09-19 Thread ingemar . aberg
Java DB testing and reporting infrastructure. Error nightly trunk (rev 1808812) There were execution errors and/or timeouts. There were at least 1 failures.

Any idea why a sequence is getting "Derby could not obtain the locks needed to release the unsused preallocated values for the sequence" error

2017-09-19 Thread Bergquist, Brett
I have a simple application that is running with no other access to the database. A sequence is defined CREATE SEQUENCE LOG_ENTRY_SEQUENCE AS BIGINT START WITH 1 MINVALUE 1 CYCLE The application is retrieving the next sequence number with a "VALUES (NEXT VALUE FOR LOG_ENTRY_SEQUENCE)"

Re: 10.14.1 status - unable to log onto my committer account

2017-09-19 Thread Bryan Pendleton
Hi Rick, I had this same problem. It's "home.apache.org" now. Please read the updates I made to https://wiki.apache.org/db-derby/ReleaseCandidates#Post_the_release_artifacts carefully, and you'll see what worked for me. bryan

[Java DB - testing] Failure nightly trunk (rev 1808600)

2017-09-19 Thread ingemar . aberg
Java DB testing and reporting infrastructure. Failure nightly trunk (rev 1808600) There were 2 failures.