-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Component/s: ircbot-plugin
-
Labels:None
-
Environment:Hudson 1.351
Windows 2000
Tomcat 5.5
Java 1.6.01 JDK
-
Similar Issues:
I installed the IRC plugin a few days ago and configured it for my environment and customized each build's config appropriately, and the IRC bot does connect to my IRC Server (and for a bit everything worked perfectly), however, somewhere along the way the configurations for each build got lost and I don't have the options on their individual configuration screens any longer. The configuration for the IRC client under the Manage Hudson > Configure System is also missing, however, the bot does connect to the server still (but doesn't do anything because each build's configuration is missing). When looking at the Manage Hudson > Manage Plugins > Installed it does show that Hudson IRC plugin is installed.
Installed Plugins:
http://screencast.com/t/NzA0MGE2ZDk
Example project missing IRC options:
http://screencast.com/t/YWU3YzdlO
IRC Channel - Hudson is online:
http://screencast.com/t/YzJiMzAxNWMt
- is duplicated by
-
JENKINS-5128 IRC plugin not showing up in /configure
-
- Closed
-
Same as before.
I'm logging all my connections, user and service, and I never see the IRC bot connect. Instead, I see:
Sep 1, 2010 3:01:22 PM hudson.plugins.im.IMConnectionProvider$ConnectorRunnable run
INFO: Trying to reconnect
Sep 1, 2010 3:01:22 PM hudson.plugins.ircbot.v2.IRCConnection connect
INFO: connected to IRC
Sep 1, 2010 3:01:22 PM hudson.plugins.ircbot.v2.IRCConnection getGroupChat
INFO: Trying to join channel #welcome
Out of curiosity, I connected to IRC manually with the same user and password, and my connect log shows the connection and the session is established. Funny thing is, if I stay connected, the IRC bot from Hudson will try to reconnect and fail saying the nick is already taken. Thinking that maybe the bot is connecting as a service, I check my services log and I see my ChanServ bot connect, but not the IRC bot from Hudson.
Does the pIRCBot try to connect to IRC as a service or as a regular user?