Errors in startup Continuum, generate email, unable to send MSN notification and stuck in Queue

View: New views
3 Messages — Rating Filter:   Alert me  

Errors in startup Continuum, generate email, unable to send MSN notification and stuck in Queue

by Cheng Wei Lee :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm seeing the following exception when first starting Continuum, can it be
safely disregarded?

66516 [SocketListener0-1] WARN  JPOX.RDBMS  - Error initialising derby
schema : Schema 'SA' does not exist
ERROR 42Y07: Schema 'SA' does not exist
    at org.apache.derby.iapi.error.StandardException.newException(Unknown
Source)
    at
org.apache.derby.impl.sql.catalog.DataDictionaryImpl.getSchemaDescriptor(Unknown
Source)
    at org.apache.derby.impl.sql.compile.QueryTreeNode.getSchemaDescriptor(Unknown
Source)

When I try to build, and it failed, there's no email nor MSN notification
despite being configured. The exceptions are as follow:

580412 [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: Error while
generating mail contents.
    at
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.buildComplete
(MailContinuumNotifier.java:370)
    at
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sendNotification
(MailContinuumNotifier.java:254)
    at
org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification
(DefaultContinuumNotificationDispatcher.java:199)
    at
org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification
(DefaultContinuumNotificationDispatcher.java:159)
    at
org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.buildComplete
(DefaultContinuumNotificationDispatcher.java:103)
    at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.endBuild(
DefaultBuildController.java:221)
    at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(
DefaultBuildController.java:175)
    at
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask
(BuildProjectTaskExecutor.java:50)
    at
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run
(ThreadedTaskQueueExecutor.java:116)
    at
edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call
(Executors.java:442)
    at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(
FutureTask.java:176)
    at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask
(ThreadPoolExecutor.java:665)
    at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run
(ThreadPoolExecutor.java:690)
    at java.lang.Thread.run(Thread.java:619)
Caused by: org.apache.maven.continuum.installation.InstallationException:
cli to get ant version return code 1
    at
org.apache.maven.continuum.installation.DefaultInstallationService.getExecutorConfiguratorVersion
(DefaultInstallationService.java:422)
    at
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.getBuilderVersion
(MailContinuumNotifier.java:452)
    at
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.buildComplete
(MailContinuumNotifier.java:343)
    ... 13 more

Next when I try to build again, I get the following message, and the build
appears stucked.

580522 [pool-1-thread-1] INFO  org.codehaus.plexus.msn.MsnClient:default  -
Connection. Waiting for the response....
695923 [SocketListener0-1] INFO
org.apache.maven.continuum.Continuum:default  - Enqueuing 'drclibs' with
build definition 'default ant buildDefinition' - id=7).

Re: Errors in startup Continuum, generate email, unable to send MSN notification and stuck in Queue

by Deng Ching-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

On Thu, Mar 6, 2008 at 10:24 AM, Cheng Wei Lee <zhenwei.li@...> wrote:

> I'm seeing the following exception when first starting Continuum, can it
> be
> safely disregarded?
>
> 66516 [SocketListener0-1] WARN  JPOX.RDBMS  - Error initialising derby
> schema : Schema 'SA' does not exist
> ERROR 42Y07: Schema 'SA' does not exist
>    at org.apache.derby.iapi.error.StandardException.newException(Unknown
> Source)
>    at
> org.apache.derby.impl.sql.catalog.DataDictionaryImpl.getSchemaDescriptor
> (Unknown
> Source)
>    at org.apache.derby.impl.sql.compile.QueryTreeNode.getSchemaDescriptor
> (Unknown
> Source)


This can be safely disregarded. It's just a stacktrace that cannot be
supressed and only shows up during initial startup.
The MSN notifier stack trace looks like a connection request timeout?
I'm not sure about the mail notification error and the build queue problem
though..


>
> When I try to build, and it failed, there's no email nor MSN notification
> despite being configured. The exceptions are as follow:
>
> 580412 [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: Error while
> generating mail contents.
>    at
>
> org.apache.maven.continuum.notification.mail.MailContinuumNotifier.buildComplete
> (MailContinuumNotifier.java:370)
>    at
>
> org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sendNotification
> (MailContinuumNotifier.java:254)
>    at
>
> org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification
> (DefaultContinuumNotificationDispatcher.java:199)
>    at
>
> org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification
> (DefaultContinuumNotificationDispatcher.java:159)
>    at
>
> org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.buildComplete
> (DefaultContinuumNotificationDispatcher.java:103)
>    at
> org.apache.maven.continuum.buildcontroller.DefaultBuildController.endBuild
> (
> DefaultBuildController.java:221)
>    at
> org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(
> DefaultBuildController.java:175)
>    at
>
> org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask
> (BuildProjectTaskExecutor.java:50)
>    at
>
> org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run
> (ThreadedTaskQueueExecutor.java:116)
>    at
>
> edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call
> (Executors.java:442)
>    at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(
> FutureTask.java:176)
>    at
>
> edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask
> (ThreadPoolExecutor.java:665)
>    at
>
> edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run
> (ThreadPoolExecutor.java:690)
>    at java.lang.Thread.run(Thread.java:619)
> Caused by: org.apache.maven.continuum.installation.InstallationException:
> cli to get ant version return code 1
>    at
>
> org.apache.maven.continuum.installation.DefaultInstallationService.getExecutorConfiguratorVersion
> (DefaultInstallationService.java:422)
>    at
>
> org.apache.maven.continuum.notification.mail.MailContinuumNotifier.getBuilderVersion
> (MailContinuumNotifier.java:452)
>    at
>
> org.apache.maven.continuum.notification.mail.MailContinuumNotifier.buildComplete
> (MailContinuumNotifier.java:343)
>    ... 13 more
>
> Next when I try to build again, I get the following message, and the build
> appears stucked.
>
> 580522 [pool-1-thread-1] INFO  org.codehaus.plexus.msn.MsnClient:default -
> Connection. Waiting for the response....
> 695923 [SocketListener0-1] INFO
> org.apache.maven.continuum.Continuum:default  - Enqueuing 'drclibs' with
> build definition 'default ant buildDefinition' - id=7).
>

HTH,
Deng

Re: Errors in startup Continuum, generate email, unable to send MSN notification and stuck in Queue

by Cheng Wei Lee :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Thanks for your reply.

So could I safely disregard all other exceptions related to derby?

I'm behind a corporate firewall and proxy. So for MSN notification to work,
do I need to configure proxy? Had done that in the config file though. Or I
need to add it into the wrapper.conf?

Thanks!

On Thu, Mar 6, 2008 at 11:43 AM, Maria Odea Ching <oching@...> wrote:

> Hi,
>
> On Thu, Mar 6, 2008 at 10:24 AM, Cheng Wei Lee <zhenwei.li@...>
> wrote:
>
> > I'm seeing the following exception when first starting Continuum, can it
> > be
> > safely disregarded?
> >
> > 66516 [SocketListener0-1] WARN  JPOX.RDBMS  - Error initialising derby
> > schema : Schema 'SA' does not exist
> > ERROR 42Y07: Schema 'SA' does not exist
> >    at org.apache.derby.iapi.error.StandardException.newException(Unknown
> > Source)
> >    at
> > org.apache.derby.impl.sql.catalog.DataDictionaryImpl.getSchemaDescriptor
> > (Unknown
> > Source)
> >    at
> org.apache.derby.impl.sql.compile.QueryTreeNode.getSchemaDescriptor
> > (Unknown
> > Source)
>
>
> This can be safely disregarded. It's just a stacktrace that cannot be
> supressed and only shows up during initial startup.
> The MSN notifier stack trace looks like a connection request timeout?
> I'm not sure about the mail notification error and the build queue problem
> though..
>
>
> >
> > When I try to build, and it failed, there's no email nor MSN
> notification
> > despite being configured. The exceptions are as follow:
> >
> > 580412 [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: Error while
> > generating mail contents.
> >    at
> >
> >
> org.apache.maven.continuum.notification.mail.MailContinuumNotifier.buildComplete
> > (MailContinuumNotifier.java:370)
> >    at
> >
> >
> org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sendNotification
> > (MailContinuumNotifier.java:254)
> >    at
> >
> >
> org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification
> > (DefaultContinuumNotificationDispatcher.java:199)
> >    at
> >
> >
> org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification
> > (DefaultContinuumNotificationDispatcher.java:159)
> >    at
> >
> >
> org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.buildComplete
> > (DefaultContinuumNotificationDispatcher.java:103)
> >    at
> >
> org.apache.maven.continuum.buildcontroller.DefaultBuildController.endBuild
> > (
> > DefaultBuildController.java:221)
> >    at
> > org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(
> > DefaultBuildController.java:175)
> >    at
> >
> >
> org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask
> > (BuildProjectTaskExecutor.java:50)
> >    at
> >
> >
> org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run
> > (ThreadedTaskQueueExecutor.java:116)
> >    at
> >
> >
> edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call
> > (Executors.java:442)
> >    at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(
> > FutureTask.java:176)
> >    at
> >
> >
> edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask
> > (ThreadPoolExecutor.java:665)
> >    at
> >
> >
> edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run
> > (ThreadPoolExecutor.java:690)
> >    at java.lang.Thread.run(Thread.java:619)
> > Caused by: org.apache.maven.continuum.installation.InstallationException
> :
> > cli to get ant version return code 1
> >    at
> >
> >
> org.apache.maven.continuum.installation.DefaultInstallationService.getExecutorConfiguratorVersion
> > (DefaultInstallationService.java:422)
> >    at
> >
> >
> org.apache.maven.continuum.notification.mail.MailContinuumNotifier.getBuilderVersion
> > (MailContinuumNotifier.java:452)
> >    at
> >
> >
> org.apache.maven.continuum.notification.mail.MailContinuumNotifier.buildComplete
> > (MailContinuumNotifier.java:343)
> >    ... 13 more
> >
> > Next when I try to build again, I get the following message, and the
> build
> > appears stucked.
> >
> > 580522 [pool-1-thread-1] INFO  org.codehaus.plexus.msn.MsnClient:default-
> > Connection. Waiting for the response....
> > 695923 [SocketListener0-1] INFO
> > org.apache.maven.continuum.Continuum:default  - Enqueuing 'drclibs' with
> > build definition 'default ant buildDefinition' - id=7).
> >
>
> HTH,
> Deng
>