Re: Dashboard . Project disabled

Leo Przybylski <[email protected]>
Newsgroups gmane.comp.java.cruise-control.user
Message-ID <[email protected]>
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:105)
>> > >         at
>> > >
>> > org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.j
>> > > ava:11
>> > > 15)
>> > >         at
>> > >
>> > org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethod
>> > > Base.j
>> > > ava:1832)
>> > >         at
>> > >
>> > org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBa
>> > > se.jav
>> > > a:1590)
>> > >         at
>> > >
>> > org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.ja
>> > > va:995
>> > > )
>> > >         at
>> > >
>> > org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(Http
>> > > Method
>> > > Director.java:397)
>> > >         at
>> > >
>> > org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMet
>> > > 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(Bui
>> > > ldLoop
>> > > StatusReportTask.java:90)
>> > >         at
>> > >
>> > net.sourceforge.cruisecontrol.report.BuildLoopStatusReportTask.run(Bui
>> > > 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

------------------------------------------------------------------------------
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
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.