[opensuse-buildservice] Webinterface monitor package jumping (PATCH)
Hello, the packages on the monitoring page have the tendency to jump up and down (at least on my system). Attached is a mini-patch, which sorts the packages and the repositories. Ciao -- http://www.dstoecker.eu/ (PGP key available)
Hi Dirk, Am Dienstag, 20. Februar 2007 13:22 schrieb Dirk Stoecker:
the packages on the monitoring page have the tendency to jump up and down (at least on my system). Attached is a mini-patch, which sorts the packages and the repositories.
done (rev. 1294). -- David Mayr --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Tue, 20 Feb 2007, David Mayr wrote:
the packages on the monitoring page have the tendency to jump up and down (at least on my system). Attached is a mini-patch, which sorts the packages and the repositories.
done (rev. 1294).
I get following error for http://localhost:3000/monitor now. Error Details: Errorcode: 500 Message: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <body> <h1>File not found</h1> <p>Change this error message for pages not found in public/404.html</p> </body> </html> Exception from Webclient: ActiveXML::Transport::NotFoundError: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <body> <h1>File not found</h1> <p>Change this error message for pages not found in public/404.html</p> </body> </html> Stack Trace: /home/stoecker/sources/buildservice/src/common/lib/activexml/transport.rb:450:in `handle_response' /home/stoecker/sources/buildservice/src/common/lib/activexml/transport.rb:441:in `http_do' /home/stoecker/sources/buildservice/src/common/lib/activexml/transport.rb:334:in `find' /home/stoecker/sources/buildservice/src/common/lib/activexml/base.rb:69:in `find' ./script/../config/../app/controllers/monitor_controller.rb:53:in `get_status_messages' ./script/../config/../app/controllers/monitor_controller.rb:10:in `index' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/base.rb:941:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/base.rb:941:in `perform_action_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:368:in `perform_action_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/benchmarking.rb:69:in `perform_action_without_rescue' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/benchmarking.rb:69:in `perform_action_without_rescue' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/rescue.rb:82:in `perform_action' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/base.rb:408:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/base.rb:408:in `process_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:377:in `process_without_session_management_support' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/session_management.rb:117:in `process' /usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/dispatcher.rb:38:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/webrick_server.rb:115:in `handle_dispatch' /usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/webrick_server.rb:81:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' /usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/webrick_server.rb:67:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/commands/servers/webrick.rb:59 /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in `require' /usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/commands/server.rb:30 /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in `require' script/server:3 Ciao -- http://www.dstoecker.eu/ (PGP key available) --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Hi Dirk,
I get following error for http://localhost:3000/monitor now.
Error Details: [...] app/controllers/monitor_controller.rb:53:in 'get_status_messages' [...]
I assume, you did not update all of your files from SVN. Update the complete trunk directory to be up to date and have all necessary files. There are changes in the API / frontend and activexml parts too ... -- David Mayr, http://davey.de openSUSE LINUX, http://opensuse.de --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Tue, 20 Feb 2007, David Mayr wrote:
I get following error for http://localhost:3000/monitor now.
Error Details: [...] app/controllers/monitor_controller.rb:53:in 'get_status_messages' [...]
I assume, you did not update all of your files from SVN.
Well. I did. Update up to the base buildservice directory and also restarted the local webclient server before I wrote the mail.
Update the complete trunk directory to be up to date and have all necessary files. There are changes in the API / frontend and activexml parts too ...
Yes, I have seen. Ciao -- http://www.dstoecker.eu/ (PGP key available) --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Tue, 20 Feb 2007, Dirk Stoecker wrote:
On Tue, 20 Feb 2007, David Mayr wrote:
I get following error for http://localhost:3000/monitor now.
Error Details: [...] app/controllers/monitor_controller.rb:53:in 'get_status_messages' [...]
I assume, you did not update all of your files from SVN.
Well. I did. Update up to the base buildservice directory and also restarted the local webclient server before I wrote the mail.
Could it be that api.opensuse.org interface is not yet updated, but the webclient already assumes some changed interface (statusmessage)? [D|#11690] Statusmessage.find( :all, {:limit=>4} ) [D|#11690] prepared find args: [:all, {:limit=>4}] [D|#11690] [REST] find( Statusmessage, [:all, {:limit=>4}] ) [D|#11690] retrieving target_uri for model ':statusmessage' [D|#11690] retrieving option hash for model ':statusmessage' [D|#11690] Transport.find: using symbol [D|#11690] uri is: rest://api.opensuse.org:443/status_message/:id/?limit=:limit [D|#11690] http_do: url: https://api.opensuse.org:443/status_message/?limit=4 [D|#11690] http_do: path: /status_message/?limit=4 [F|#11690] ActiveXML::Transport::NotFoundError (<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> Ciao -- http://www.dstoecker.eu/ (PGP key available) --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Moin Dirk
I get following error for http://localhost:3000/monitor now. app/controllers/monitor_controller.rb:53:in 'get_status_messages'
I assume, you did not update all of your files from SVN.
Well. I did. Update up to the base buildservice directory and also restarted the local webclient server before I wrote the mail.
Could it be that api.opensuse.org interface is not yet updated, but the webclient already assumes some changed interface (statusmessage)?
Ah, yes -you're right. I forgot that you use the official api with your local webclient. But if all goes well, we'll deploy svn state to the production servers today. So please be patient... -- MfG, David Mayr --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (2)
-
David Mayr
-
Dirk Stoecker