The same problem with fresh new repository create:

g...@gitorious:/var/www/gitorious$ cat tmp/pids/poller.log
# Logfile created on Sat Jul 25 21:52:52 CEST 2009 by /
*** below you find the most recent exception thrown, this will be
likely (but not certainly) the exception that made the application
exit abnormally ***
#<Errno::ENOENT: No such file or directory - /home/git/28c/
cf0/59bfff9d64fe1cc3dc6aaaee0fb3db14f8.git/git-daemon-export-ok>
*** below you find all exception objects found in memory, some of them
may have been thrown in your application, others may just be in memory
because they are standard exceptions ***
#<NoMemoryError: failed to allocate memory>
#<SystemStackError: stack level too deep>
#<fatal: exception reentered>
#<TypeError: Expected a filter, an endpoint, a callable or a list of
any of these.>
#<Errno::EEXIST: File exists - /home/git>
#<Errno::ENOENT: No such file or directory - /home/git/28c/cf0>
#<Errno::ENOENT: No such file or directory - /var/www/gitorious/tmp/
pids/poller0.pid>
#<ActiveMessaging::StopProcessingException: Time to stop.>
#<SystemExit: exit>
#<Errno::ENOENT: No such file or directory - /home/git/28c/
cf0/59bfff9d64fe1cc3dc6aaaee0fb3db14f8.git/git-daemon-export-ok>


g...@gitorious:/var/www/gitorious$ tail log/message_processing.log.1 --
lines=100

Processor: Repository(232)::create_git_repository(["4fd/e00/
b663922bce88c712a544cb33e5cb07f7c3.git"]..)
RepositoryCreationProcessor::on_error for msg: {"arguments":["4fd/e00/
b663922bce88c712a544cb33e5cb07f7c3.git"],"command":"create_git_repository","target_class":"Repository","target_id":
232}:
 ActiveRecord::StatementInvalid: Mysql::Error: MySQL server has gone
away: SELECT * FROM `repositories` WHERE (`repositories`.`id` = 232)
LIMIT 1
        /var/www/gitorious/vendor/rails/activerecord/lib/active_record/
connection_adapters/abstract_adapter.rb:212:in `log'
        /var/www/gitorious/vendor/rails/activerecord/lib/active_record/
connection_adapters/mysql_adapter.rb:320:in `execute'
        /var/www/gitorious/vendor/rails/activerecord/lib/active_record/
connection_adapters/mysql_adapter.rb:595:in `select'
        /var/www/gitorious/vendor/rails/activerecord/lib/active_record/
connection_adapters/abstract/database_statements.rb:7:in
`select_all_without_query_cache'
        /var/www/gitorious/vendor/rails/activerecord/lib/active_record/
connection_adapters/abstract/query_cache.rb:62:in `select_all'
        /var/www/gitorious/vendor/rails/activerecord/lib/active_record/
base.rb:661:in `find_by_sql'
        /var/www/gitorious/vendor/rails/activerecord/lib/active_record/
base.rb:1548:in `find_every'
        /var/www/gitorious/vendor/rails/activerecord/lib/active_record/
base.rb:1505:in `find_initial'
        /var/www/gitorious/vendor/rails/activerecord/lib/active_record/
base.rb:613:in `find'
        /var/www/gitorious/vendor/rails/activerecord/lib/active_record/
base.rb:1900:in `find_by_id'
        /var/www/gitorious/app/processors/repository_creation_processor.rb:
31:in `on_message'
        /var/www/gitorious/vendor/plugins/activemessaging/lib/activemessaging/
processor.rb:32:in `process!'
        /var/www/gitorious/vendor/plugins/activemessaging/lib/activemessaging/
gateway.rb:229:in `_dispatch'
        /var/www/gitorious/vendor/plugins/activemessaging/lib/activemessaging/
gateway.rb:149:in `execute_filter_chain'
        /var/www/gitorious/vendor/plugins/activemessaging/lib/activemessaging/
gateway.rb:228:in `_dispatch'
        /var/www/gitorious/vendor/plugins/activemessaging/lib/activemessaging/
gateway.rb:219:in `each'
        /var/www/gitorious/vendor/plugins/activemessaging/lib/activemessaging/
gateway.rb:219:in `_dispatch'
        /var/www/gitorious/vendor/plugins/activemessaging/lib/activemessaging/
gateway.rb:200:in `dispatch'
        /var/www/gitorious/vendor/plugins/activemessaging/lib/activemessaging/
gateway.rb:197:in `synchronize'
        /var/www/gitorious/vendor/plugins/activemessaging/lib/activemessaging/
gateway.rb:197:in `dispatch'
        /var/www/gitorious/vendor/plugins/activemessaging/lib/activemessaging/
gateway.rb:43:in `start'
        /var/www/gitorious/vendor/plugins/activemessaging/lib/activemessaging/
gateway.rb:30:in `start'
        /var/www/gitorious/vendor/plugins/activemessaging/lib/activemessaging/
gateway.rb:29:in `each'
        /var/www/gitorious/vendor/plugins/activemessaging/lib/activemessaging/
gateway.rb:29:in `start'
        /var/www/gitorious/vendor/plugins/activemessaging/lib/
activemessaging.rb:109:in `start'
        /var/www/gitorious/vendor/plugins/activemessaging/poller.rb:14
        /opt/ruby-enterprise/lib/ruby/gems/1.8/gems/daemons-1.0.10/lib/
daemons/application.rb:176:in `load'
        /opt/ruby-enterprise/lib/ruby/gems/1.8/gems/daemons-1.0.10/lib/
daemons/application.rb:176:in `start_load'
        /opt/ruby-enterprise/lib/ruby/gems/1.8/gems/daemons-1.0.10/lib/
daemons/application.rb:253:in `start'
        /opt/ruby-enterprise/lib/ruby/gems/1.8/gems/daemons-1.0.10/lib/
daemons/controller.rb:69:in `run'
        /opt/ruby-enterprise/lib/ruby/gems/1.8/gems/daemons-1.0.10/lib/
daemons.rb:139:in `run'
        /opt/ruby-enterprise/lib/ruby/gems/1.8/gems/daemons-1.0.10/lib/
daemons/cmdline.rb:105:in `call'
        /opt/ruby-enterprise/lib/ruby/gems/1.8/gems/daemons-1.0.10/lib/
daemons/cmdline.rb:105:in `catch_exceptions'
        /opt/ruby-enterprise/lib/ruby/gems/1.8/gems/daemons-1.0.10/lib/
daemons.rb:138:in `run'
        script/poller:30
Processor:process! - AbortMessageException caught.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/gitorious?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to