Skip to content

Instantly share code, notes, and snippets.

@clintberry
Created February 7, 2012 23:47
Show Gist options
  • Save clintberry/1763042 to your computer and use it in GitHub Desktop.
Save clintberry/1763042 to your computer and use it in GitHub Desktop.
Redmine Git Hosting Error on Chiliproject v2.5.0
[ pid=31635 thr=-604247848 file=utils.rb:176 time=2012-02-07 16:26:37.372 ]: *** Exception ActiveRecord::StatementInvalid in application (Mysql::Error: Got a packet bigger than 'max_allowed_packet' bytes: INSERT INTO `git_caches` (`command_output`, `created_at`, `command`, `proj_identifier`, `updated_at`) VALUES(x'636f6d6d697420393733663164366336656563373037356264636533653633363134633633316562643835343861380a417574686f723a2020202020436c696e74204265727279203c636265727279406d656469636f6e6e6563742e6e65743e0a417574686f72446174653a20323031322d30312d31392031313a30393a3134202d303730300a436f6d6d69743a2020202020436c696e74204265727279203c636265727279406d656469636f6e6e6563742e6e65743e0a436f6d6d6974446174653a20323031322d30312d31392031313a30393a3134202d303730300a0a20202020496e697469616c697a696e67206d794d656469436f6e6e656374207265706f7369746f72790a0a3a3030303030302031303036343420303030303030302e2e2e20653639646532392e2e2e204109726561646d652e7478740a0a636f6d6d697420653534363461306264306638643638356434306461303330393139336361626135326362636330630a417574686f723a2020202020436c696e74204265727279203c636265727279406d656469636f6e6e6563742e6e65743e0a417574686f72446174653a20323031322d30312d32302030393a34303a3030202d303730300a436f6d6d69743a2020202020436c696e74204265727279203c636265727279406d656469636f6e6e6563742e6e65743e0a436f6d6d6974446174653a20323031322d30312d32302030393a34303a3030202d303730300a0a20202020496e697469616c20636f6d6d697420696e206e6577207265706f2e0a0a3a3030303030302031303036343420303030303030302e2e2e20383737393065312e2e2e204109446174616261...
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract_adapter.rb:227:in `log'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/connection_adapters/mysql_adapter.rb:324:in `execute'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/database_statements.rb:259:in `insert_sql'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/connection_adapters/mysql_adapter.rb:334:in `insert_sql'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/database_statements.rb:44:in `insert_without_query_dirty'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/query_cache.rb:19:in `insert'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/base.rb:2961:in `create_without_timestamps'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/timestamp.rb:53:in `create_without_callbacks'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/callbacks.rb:266:in `create'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/base.rb:2927:in `create_or_update_without_callbacks'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/callbacks.rb:250:in `create_or_update'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/base.rb:2577:in `save_without_validation'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/validations.rb:1089:in `save_without_dirty'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/dirty.rb:79:in `save_without_transactions'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/transactions.rb:229:in `send'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/transactions.rb:229:in `with_transaction_returning_status'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/connection_adapters/abstract/database_statements.rb:136:in `transaction'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/transactions.rb:182:in `transaction'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/transactions.rb:228:in `with_transaction_returning_status'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/transactions.rb:196:in `save'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.14/lib/active_record/transactions.rb:208:in `rollback_active_record_state!'
/var/www/vhosts/chiliproject/lib/redmine/scm/adapters/git_adapter.rb:22: warning: already initialized constant SCM_GIT_REPORT_LAST_COMMIT
/var/www/vhosts/chiliproject/lib/redmine/scm/adapters/git_adapter.rb:25: warning: already initialized constant GIT_BIN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment