Re: Dashboard . Project disabled

"Stefan Zauner" <[email protected]>
Newsgroups gmane.comp.java.cruise-control.user
Organization Jato Consulting
Message-ID <FC63F341506844AAB9F2FA0165CFB9C2@jatosz>
Hi,

Well, actually there even is no webdefault.xml in my
dashbouard-webapp-directory. There's no such a tag in the web.xml of the
dashboard-app too.

kind regards

Stefan

> -----Ursprüngliche Nachricht-----
> Von: Kai Kaisen [mailto:[email protected]] 
> Gesendet: Freitag, 10. April 2009 01:45
> An: [email protected]; 
> [email protected]
> Betreff: Re: [Cruisecontrol-user] Dashboard . Project disabled
> 
> Hi,
> just an idea (because I have the same problem like Leo and I 
> know you don't): Do you have tags like <security-constraint> 
> or <login-config> enabled in your webdefault.xml anyway? I 
> ask because I get those discontinued projects as soon as I 
> add them to this file, regardless whats within them.
> my 2ct,
> Kai
> 
>  
> -------- Original-Nachricht --------
> > Datum: Wed, 8 Apr 2009 11:06:01 +0200
> > Von: "Stefan Zauner" <[email protected]>
> > An: [email protected]
> > Betreff: Re: [Cruisecontrol-user] Dashboard . Project disabled
> 
> > Ok, then that is not a solution to my problem. Looking at the 
> > stacktrace below I think there must be a communication 
> problem, but I 
> > cannot figure out why.
> > 
> > 
> >   _____
> > 
> > Von: Leo Przybylski [mailto:[email protected]]
> > Gesendet: Dienstag, 7. April 2009 18:42
> > An: [email protected]
> > Betreff: Re: [Cruisecontrol-user] Dashboard . Project disabled
> > 
> > 
> > AuthN is authentication (as opposed to AuthZ which is 
> authorization.)
> > 
> > You have to turn it on explicitly through Spring or Jetty. You 
> > shouldn't need to turn it off out of the box. It comes off. In my 
> > organization, we want to keep people out and only allow 
> certain users 
> > access to the dashboard.
> > 
> > 
> > On Tue, Apr 7, 2009 at 1:13 AM, Stefan Zauner 
> > <[email protected]> wrote:
> > 
> > 
> > Hi!
> >  
> > Hm, that might be a hint. But first: what's AuthN and how 
> do I disable it?
> > Can't find anything in the cc-docs.
> > By the way I have no authentication enabled in my reporting apps.
> >  
> > Greetings
> >  
> > Stefan
> > 
> > 
> > 
> >   _____
> > 
> > Von: Leo Przybylski [mailto:[email protected]]
> > Gesendet: Montag, 6. April 2009 18:41
> > An: [email protected]
> > Betreff: Re: [Cruisecontrol-user] Dashboard . Project disabled
> > 
> > 
> > The same happens to me, but only when I turn on AuthN. By disabling 
> > AuthN, my projects come back.
> > 
> > 
> > On Mon, Apr 6, 2009 at 8:29 AM, Stefan Zauner 
> > <[email protected]> wrote:
> > 
> > 
> > Hi, Jarek!
> > 
> > Unfortunately not. I'm still waiting for the dashboard 
> experts in this 
> > list to enlighten me.
> > But it seems to be a non-trivial problem.
> > 
> > @all: Does noone have a hint?
> > 
> > Greetings
> > 
> > Stefan
> > 
> > > -----Ursprüngliche Nachricht-----
> > > Von: [email protected] [mailto:[email protected]]
> > > Gesendet: Freitag, 3. April 2009 22:01
> > > An: [email protected]
> > > Betreff: Dashboard . Project disabled
> > >
> > > Hello Stefan,
> > >
> > > Have you solved this issue? I have similar problems with my 
> > > dashboard...
> > >
> > > Regards,
> > > Jarek
> > 
> > >
> > > Dachs2000 wrote:
> > > >
> > > > Hello!
> > > >
> > > > I've got difficulties getting the dashboard of
> > > CruiseControl to work.
> > > > The jsp-WebApplication works well, I can use the
> > > jmx-console and force builds.
> > > > But looking at the dashboard the square symbolising my
> > > poject is gray
> > > > and carries the following information:
> > > >
> > > > Project: name
> > > > Server: N/A            (think that has to do with my problem)
> > > > Status: Discontinued
> > > > Last build result: passed
> > > > Last build date: 1 day ago
> > > >
> > > > Since the project is discontinued in the opinion of the 
> dashboard 
> > > > I can neither configure it nor force a rebuild. The detailed
> > > view of the
> > > > project work well again since it is based on the log-files and 
> > > > configured directories I think.
> > > >
> > > > The Headline says: Dashboard Server: Hummer -> so obviously the 
> > > > dashboard knows ist server, which is a Debian etch system. The 
> > > > dashboard is running in a tomcat 6.0.18 which also hosts
> > > the other web
> > > > applicaton of cruisecontrol.
> > > > The first entry of the hosts-file is the IP of the 
> server together 
> > > > with ist name (so I already followed the hints on the web
> > > page), but
> > > > still it won't work.
> > > >
> > > > In the dashboard.log I find:
> > > >
> > > > 15:05:19,070  WARN PageNotFound,http-8080-2:1042 - No 
> mapping for 
> > > > [/dashboard//buildloop/listener] in DispatcherServlet with name 
> > > > 'spring-tabs'
> > > >
> > > > Cruisecontrol somtimes throws the following Exception:
> > > >
> > > > 2009-03-31 18:46:05,571 [Timer-0  ] WARN
> > > BuildLoopStatusReportTask -
> > > > Failed to reach dashboard instance :
> > > > http://localhost:8080/dashboard//buildloop/listener, either the 
> > > > dashboard has not started up or there is a network problem.
> > > > java.net.SocketTimeoutException: Read timed out
> > > >         at java.net.SocketInputStream.socketRead0(Native Method)
> > > >         at
> > > java.net.SocketInputStream.read(SocketInputStream.java:129)
> > > >         at
> > > java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
> > > >         at
> > > java.io.BufferedInputStream.read(BufferedInputStream.java:237)
> > > >         at
> > > >
> > > org.apache.commons.httpclient.HttpParser.readRawLine(HttpParse
> > > r.java:77)
> > > >         at
> > > >
> > > 
> org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:10
> > > 5)
> > > >         at
> > > >
> > > 
> org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection
> > > .j
> > > > ava:11
> > > > 15)
> > > >         at
> > > >
> > > 
> org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMeth
> > > od
> > > > Base.j
> > > > ava:1832)
> > > >         at
> > > >
> > > 
> org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethod
> > > Ba
> > > > se.jav
> > > > a:1590)
> > > >         at
> > > >
> > > 
> org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.
> > > ja
> > > > va:995
> > > > )
> > > >         at
> > > >
> > > 
> org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(Ht
> > > tp
> > > > Method
> > > > Director.java:397)
> > > >         at
> > > >
> > > 
> org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpM
> > > et
> > > > hodDir
> > > > ector.java:170)
> > > >         at
> > > >
> > > org.apache.commons.httpclient.HttpClient.executeMethod(HttpCli
> > > ent.java:396)
> > > >         at
> > > >
> > > org.apache.commons.httpclient.HttpClient.executeMethod(HttpCli
> > > ent.java:324)
> > > >         at
> > > >
> > > 
> net.sourceforge.cruisecontrol.report.BuildLoopStatusReportTask.run(B
> > > ui
> > > > ldLoop
> > > > StatusReportTask.java:90)
> > > >         at
> > > >
> > > 
> net.sourceforge.cruisecontrol.report.BuildLoopStatusReportTask.run(B
> > > ui
> > > > ldLoop
> > > > StatusReportTask.java:75)
> > > >         at java.util.TimerThread.mainLoop(Timer.java:512)
> > > >         at java.util.TimerThread.run(Timer.java:462)
> > > >
> > > > Could the // before buildloop a problem? Any help highly
> > > appreciated.
> > > >
> > > > Greetings
> > > >
> > > > Stefan Zauner
> > > >
> > > >
> > > >
> > > 
> --------------------------------------------------------------------
> > > --
> > > > -------- _______________________________________________
> > > > Cruisecontrol-user mailing list
> > > > [email protected]
> > > > https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user
> > > >
> > > >
> > 
> > > Quoted from:
> > > http://www.nabble.com/Dashboard-.-Project-disabled-tp22843481p
> > > 22843481.html
> > 
> > >
> > >
> > 
> > 
> > 
> ----------------------------------------------------------------------
> > ------
> > --
> > _______________________________________________
> > Cruisecontrol-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user
> > 
> > 
> > 
> > 
> > 
> > 
> > --
> > Leo Przybylski
> > Application Systems Analyst, Senior
> > University Information Technology Services The University 
> of Arizona 
> > Tucson, AZ 85721
> > 
> > Office: 520.626.6997
> > E-mail: przybyls [at] arizona.edu
> > URL: http://www.u.arizona.edu/~przybyls/
> > <http://www.u.arizona.edu/%7Eprzybyls/> , 
> > https://test.kuali.org/confluence/display/~lprzybylski
> > <https://test.kuali.org/confluence/display/%7Elprzybylski> , 
> > http://confluence.arizona.edu/confluence/display/~przybyls/Home
> > <http://confluence.arizona.edu/confluence/display/%7Eprzybyls/Home>
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> ----------------------------------------------------------------------
> > ------
> > --
> > This SF.net email is sponsored by:
> > High Quality Requirements in a Collaborative Environment.
> > Download a free trial of Rational Requirements Composer Now!
> > http://p.sf.net/sfu/www-ibm-com
> > _______________________________________________
> > Cruisecontrol-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user
> > 
> > 
> > 
> > 
> > 
> > 
> > --
> > Leo Przybylski
> > Application Systems Analyst, Senior
> > University Information Technology Services The University 
> of Arizona 
> > Tucson, AZ 85721
> > 
> > Office: 520.626.6997
> > E-mail: przybyls [at] arizona.edu
> > URL: http://www.u.arizona.edu/~przybyls/,
> > https://test.kuali.org/confluence/display/~lprzybylski,
> > http://confluence.arizona.edu/confluence/display/~przybyls/Home
> > 
> > 
> > 
> > 
> > 
> 
> --
> Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + 
> Telefonanschluss für nur 17,95 Euro/mtl.!* 
> http://dslspecial.gmx.de/freedsl-surfflat/?ac=OM.AD.PD003K11308T4569a
> 
> --------------------------------------------------------------
> ----------------
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> _______________________________________________
> Cruisecontrol-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user
> 


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.