Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1-beta-3
-
Fix Version/s: 1.1-beta-4
-
Component/s: Notifier - Mail
-
Labels:None
-
Environment:xp, maven 2.0.7, jse 5
-
Complexity:Intermediate
-
Number of attachments :
Description
here is the trace log
9884077 [pool-1-thread-1] ERROR
org.apache.maven.continuum.notification.ContinuumNotificationDispatcher:default
- Error while trying to use the mail notifier.
org.codehaus.plexus.notification.NotificationException: INTERNAL
ERROR: The current build wasn't the first in the build list. Current
build: '288', first build: '284'.
at org.apache.maven.continuum.notification.mail.MailContinuumNotifier.getPreviousBuild(MailContinuumNotifier.java:554)
at org.apache.maven.continuum.notification.mail.MailContinuumNotifier.buildComplete(MailContinuumNotifier.java:241)
at org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sendNotification(MailContinuumNotifier.java:227)
at org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification(DefaultContinuumNotificationDispatcher.java:199)
at org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification(DefaultContinuumNotificationDispatcher.java:151)
My build has quite a few build definitions running at the same scheduler.
ie builds are serialized
I think it is relate to the following scenario:
1 project group with 2 shell project.
Then create the 2 second project, the first project's build definition automatically become the
second proejct' build definition. ie 2 projects share the same default build definition.
My DB corrupted?