You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Fritz Oconer <fo...@exist.com> on 2006/03/13 09:17:46 UTC

IRC Notification in continuum-1.0.2 for maven 1 project.

Hi All,

I tried to add an IRC Notification on a Maven 1 Project in continuum, but it doesn't seem to send any messages to the IRC channel. The setting was done through the web (localhost:8080) -> Project Info -> Notifiers. In the console, the stack that is written which is related to irc is

"jvm 1    | 2006-03-13 16:01:30,207 [Thread-1] INFO  IrcBot
   - irc: 'privmsg #activemq :BUILD ERROR: ActiveMQ http://localhost:8080/co
ntinuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/
8'
jvm 1    | 2006-03-13 16:01:30,207 [Thread-1] INFO  IrcBot
   - irc: 'quit terminating'
jvm 1    | 2006-03-13 16:01:30,207 [Thread-1] ERROR IrcBot
   - logoff error:
jvm 1    | java.io.IOException: Stream closed
jvm 1    |      at java.io.BufferedWriter.ensureOpen(BufferedWriter.java:98)
jvm 1    |      at java.io.BufferedWriter.write(BufferedWriter.java:203)
jvm 1    |      at java.io.Writer.write(Writer.java:126)
jvm 1    |      at org.codehaus.plexus.ircbot.AbstractIrcBot.logoff(AbstractIrcB
ot.java:138)


I was wondering if there are any issues with regards to adding an irc notification through continuum's web application. Below are the data on the irc.

Host: irc.codehaus.org, port: 6667, Channel: #activemq

Regards,
Fritz

Re: IRC Notification in continuum-1.0.2 for maven 1 project.

Posted by Emmanuel Venisse <em...@venisse.net>.
Hmm, irc notifier works fine with codehaus irc server, we use it on #plexus.

Do you have this error every time? It was perhaps a connection problem to the server when notifier 
tried to logoff.

Are you behind a proxy?

Emmanuel

Fritz Oconer a écrit :
> Hi All,
> 
> I tried to add an IRC Notification on a Maven 1 Project in continuum, but it doesn't seem to send any messages to the IRC channel. The setting was done through the web (localhost:8080) -> Project Info -> Notifiers. In the console, the stack that is written which is related to irc is
> 
> "jvm 1    | 2006-03-13 16:01:30,207 [Thread-1] INFO  IrcBot
>    - irc: 'privmsg #activemq :BUILD ERROR: ActiveMQ http://localhost:8080/co
> ntinuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/
> 8'
> jvm 1    | 2006-03-13 16:01:30,207 [Thread-1] INFO  IrcBot
>    - irc: 'quit terminating'
> jvm 1    | 2006-03-13 16:01:30,207 [Thread-1] ERROR IrcBot
>    - logoff error:
> jvm 1    | java.io.IOException: Stream closed
> jvm 1    |      at java.io.BufferedWriter.ensureOpen(BufferedWriter.java:98)
> jvm 1    |      at java.io.BufferedWriter.write(BufferedWriter.java:203)
> jvm 1    |      at java.io.Writer.write(Writer.java:126)
> jvm 1    |      at org.codehaus.plexus.ircbot.AbstractIrcBot.logoff(AbstractIrcB
> ot.java:138)
> 
> 
> I was wondering if there are any issues with regards to adding an irc notification through continuum's web application. Below are the data on the irc.
> 
> Host: irc.codehaus.org, port: 6667, Channel: #activemq
> 
> Regards,
> Fritz