CCMonitor is a Cruise Control monitor and control panel. It indicates the build status (success or failure) and whether a build is currently running. You can pause the entire build queue, or force builds or pause individual projects.
To configure, enter the URL of your Cruise Control server's RSS feed and of the root of its JMX console. You can select how to sort the projects in the status display, and how often to refresh project status; turning it down to zero means you must manually refresh the status. The "Fast Build Refresh" option refreshes twice as often if a project is being built.
Written for IDEA 5.1; tested under 6.0.
Labels
(None)
Comments (8)
Oct 06, 2006
Anonymous says:
It gives me: While refreshing CruiseControl status: Unparseable date: "Thu...It gives me:
While refreshing CruiseControl status: Unparseable date: "Thu, 05 Oct 2006 12:55:54 +1000"
java.text.ParseException: Unparseable date: "Thu, 05 Oct 2006 12:55:54 +1000"
at java.text.DateFormat.parse(Unknown Source)
at com.kloognome.ccmonitor.data.CCServer.buildProject(CCServer.java:115)
at com.kloognome.ccmonitor.data.CCServer.getProjects(CCServer.java:57)
at com.kloognome.ccmonitor.ui.UpdatingCCTableModel.updateProjectStatus(UpdatingCCTableModel.java:154)
at com.kloognome.ccmonitor.ui.UpdatingCCTableModel.access$100(UpdatingCCTableModel.java:36)
at com.kloognome.ccmonitor.ui.UpdatingCCTableModel$1.run(UpdatingCCTableModel.java:99)
at java.lang.Thread.run(Unknown Source)
Nov 01, 2006
Robert Crawford says:
I'll take a look at it; it appears I'm dealing with the date format too naively....I'll take a look at it; it appears I'm dealing with the date format too naively.
Won't be in time for the contest, but I'll look.
Jan 29, 2007
Anonymous says:
I get this error, too. Is there anything I can do about it? Thanks.I get this error, too. Is there anything I can do about it?
Thanks.
Apr 27, 2007
Anonymous says:
I get this error too after upgrading CruiseControl from 2.5 to 2.6.2I get this error too after upgrading CruiseControl from 2.5 to 2.6.2
May 10, 2007
Robert Crawford says:
I've posted a new release that will hopefully fix the date parsing issue.I've posted a new release that will hopefully fix the date parsing issue.
May 16, 2007
Anonymous says:
Still have the date parsing error. Maybe you can let user define the date format...Still have the date parsing error. Maybe you can let user define the date format in the input box? ie yyyy-MM-dd HH:mm:ss etc
While refreshing CruiseControl status: Unparseable date: "01/05/2007 02:30:40"
java.text.ParseException: Unparseable date: "01/05/2007 02:30:40"
at java.text.DateFormat.parse(DateFormat.java:337)
at com.kloognome.ccmonitor.data.CCServer.buildProject(CCServer.java:143)
at com.kloognome.ccmonitor.data.CCServer.getProjects(CCServer.java:66)
at com.kloognome.ccmonitor.ui.UpdatingCCTableModel.updateProjectStatus(UpdatingCCTableModel.java:160)
at com.kloognome.ccmonitor.ui.UpdatingCCTableModel.access$100(UpdatingCCTableModel.java:36)
at com.kloognome.ccmonitor.ui.UpdatingCCTableModel$1.run(UpdatingCCTableModel.java:101)
at java.lang.Thread.run(Thread.java:619)
Jun 27, 2007
Anonymous says:
I'm also still having the date parsing problem: While refreshing CruiseControl s...I'm also still having the date parsing problem:
While refreshing CruiseControl status: Unparseable date: "Wed, 27 Jun 2007 08:35:26 +0200"
java.text.ParseException: Unparseable date: "Wed, 27 Jun 2007 08:35:26 +0200"
at java.text.DateFormat.parse(DateFormat.java:335)
at com.kloognome.ccmonitor.data.CCServer.buildProject(CCServer.java:143)
at com.kloognome.ccmonitor.data.CCServer.getProjects(CCServer.java:66)
at com.kloognome.ccmonitor.ui.UpdatingCCTableModel.updateProjectStatus(UpdatingCCTableModel.java:160)
at com.kloognome.ccmonitor.ui.UpdatingCCTableModel.access$100(UpdatingCCTableModel.java:36)
at com.kloognome.ccmonitor.ui.UpdatingCCTableModel$1.run(UpdatingCCTableModel.java:101)
at java.lang.Thread.run(Thread.java:595)
Jul 12, 2007
Anonymous says:
I don't know if I'm having the date parse issue because I don't see any errors a...I don't know if I'm having the date parse issue because I don't see any errors anywhere. I've checked the ../system/log folder and there is no mention of CruiseControl in the logs. Where is everyone seeing this error?
But, the moral of the story is that my CCMonitor does not work. It has never been able to load my list of builds from my RSS feed. Any ideas?
Add Comment