Git Product home page Git Product logo

installation-guide-for-gitlab6-on-freebsd's People

Contributors

chadliu23 avatar zewaren avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

installation-guide-for-gitlab6-on-freebsd's Issues

rake aborted | 001_admin.r | wrong number of arguments (0 for 1)

Hi, first I wanna thank you for this great guide, it's very uselfull.

Unfortunately I'm having problem at the point, where initializing the database comes up.

https://github.com/chadliu23/Installation-guide-for-GitLab6-on-Freebsd#initialize-database-and-activate-advanced-features

Things goes well to this point:

...
-- initialize_schema_migrations_table()
   -> 0.1068s
-- assume_migrated_upto_version(20131112114325, ["/usr/home/git/gitlab/db/migrate"])
   -> 4.3866s

== Seed from /usr/home/git/gitlab/db/fixtures/production/001_admin.rb
rake aborted!
ArgumentError: wrong number of arguments (0 for 1)
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/seed-fu-2.3.0/lib/seed-fu/runner.rb:46:in `eval'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/relation/delegation.rb:14:in `block in logger'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/relation.rb:241:in `block in scoping'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/scoping.rb:98:in `with_scope'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/relation.rb:241:in `scoping'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/relation/delegation.rb:14:in `logger'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/explain.rb:26:in `logging_query_plan'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/relation.rb:159:in `to_a'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/relation/finder_methods.rb:159:in `all'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/querying.rb:5:in `all'
/usr/home/git/gitlab/app/services/system_hooks_service.rb:9:in `execute_hooks'
/usr/home/git/gitlab/app/services/system_hooks_service.rb:3:in `execute_hooks_for'
/usr/home/git/gitlab/app/observers/system_hook_observer.rb:5:in `after_create'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activemodel-3.2.16/lib/active_model/observing.rb:231:in `update'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/observer.rb:114:in `block (2 levels) in define_callbacks'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:492:in `_run__1844156042969812020__create__2535095384945102129__callbacks'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:405:in `__run_callback'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:385:in `_run_create_callbacks'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:81:in `run_callbacks'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/callbacks.rb:268:in `create'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/persistence.rb:348:in `create_or_update'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/callbacks.rb:264:in `block in create_or_update'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:436:in `_run__1844156042969812020__save__2535095384945102129__callbacks'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:405:in `__run_callback'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:385:in `_run_save_callbacks'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:81:in `run_callbacks'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/callbacks.rb:264:in `create_or_update'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/persistence.rb:84:in `save'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/validations.rb:50:in `save'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/attribute_methods/dirty.rb:22:in `save'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/transactions.rb:259:in `block (2 levels) in save'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/transactions.rb:313:in `block in with_transaction_returning_status'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/transactions.rb:208:in `transaction'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/transactions.rb:311:in `with_transaction_returning_status'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/transactions.rb:259:in `block in save'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/transactions.rb:270:in `rollback_active_record_state!'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/transactions.rb:258:in `save'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/state_machine-1.2.0/lib/state_machine/integrations/active_record.rb:483:in `block in save'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/state_machine-1.2.0/lib/state_machine/integrations/active_record.rb:502:in `block (2 levels) in around_save'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/state_machine-1.2.0/lib/state_machine/transition_collection.rb:150:in `block in run_actions'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/state_machine-1.2.0/lib/state_machine/transition_collection.rb:170:in `catch_exceptions'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/state_machine-1.2.0/lib/state_machine/transition_collection.rb:148:in `run_actions'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/state_machine-1.2.0/lib/state_machine/transition_collection.rb:133:in `run_callbacks'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/state_machine-1.2.0/lib/state_machine/transition_collection.rb:212:in `run_callbacks'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/state_machine-1.2.0/lib/state_machine/transition_collection.rb:63:in `block (2 levels) in perform'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/state_machine-1.2.0/lib/state_machine/transition_collection.rb:63:in `catch'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/state_machine-1.2.0/lib/state_machine/transition_collection.rb:63:in `block in perform'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/state_machine-1.2.0/lib/state_machine/transition_collection.rb:186:in `within_transaction'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/state_machine-1.2.0/lib/state_machine/transition_collection.rb:62:in `perform'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/state_machine-1.2.0/lib/state_machine/integrations/active_record.rb:502:in `block in around_save'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/state_machine-1.2.0/lib/state_machine/integrations/active_record.rb:530:in `block in transaction'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/transactions.rb:208:in `transaction'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/state_machine-1.2.0/lib/state_machine/integrations/active_record.rb:529:in `transaction'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/state_machine-1.2.0/lib/state_machine/integrations/active_record.rb:501:in `around_save'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/state_machine-1.2.0/lib/state_machine/integrations/active_record.rb:483:in `save'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/persistence.rb:45:in `create'
(eval):1:in `block (2 levels) in run_file'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/seed-fu-2.3.0/lib/seed-fu/runner.rb:46:in `eval'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/seed-fu-2.3.0/lib/seed-fu/runner.rb:46:in `block (2 levels) in run_file'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/seed-fu-2.3.0/lib/seed-fu/runner.rb:58:in `block in open'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/seed-fu-2.3.0/lib/seed-fu/runner.rb:57:in `open'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/seed-fu-2.3.0/lib/seed-fu/runner.rb:57:in `open'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/seed-fu-2.3.0/lib/seed-fu/runner.rb:36:in `block in run_file'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/activerecord-3.2.16/lib/active_record/transactions.rb:208:in `transaction'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/seed-fu-2.3.0/lib/seed-fu/runner.rb:35:in `run_file'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/seed-fu-2.3.0/lib/seed-fu/runner.rb:26:in `block in run'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/seed-fu-2.3.0/lib/seed-fu/runner.rb:25:in `each'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/seed-fu-2.3.0/lib/seed-fu/runner.rb:25:in `run'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/seed-fu-2.3.0/lib/seed-fu.rb:29:in `seed'
/usr/home/git/gitlab/vendor/bundle/ruby/1.9/gems/seed-fu-2.3.0/lib/tasks/seed_fu.rake:36:in `block (2 levels) in <top (required)>'
/usr/home/git/gitlab/lib/tasks/gitlab/setup.rake:18:in `setup_db'
/usr/home/git/gitlab/lib/tasks/gitlab/setup.rake:4:in `block (2 levels) in <top (required)>'
Tasks: TOP => db:seed_fu

Any suggestions? Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.