I am trying to create a test repository in my newly working Gitorious
server. Thanks for the help with the login problem.

What could be causing this issue.
I have checked permissions everything that should be git:git is.
I have checked that my git-daemon and gitorious-poller are running.
I followed these instructions: 
http://gitorious.org/gitorious/pages/Rhel_Installation

Below is the error report that gets printed anytime I try and create a
Project from the web page.

A Timeout::Error occurred in projects#create:

 execution expired
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/timeout.rb:60:in
`socket'

-------------------------------
Request:
-------------------------------

 * URL       : http://gitorious.dev.mycompany.com/projects
 * IP address: 192.168.49.23
 * Parameters: {"commit"=>"Create project", "action"=>"create",
"project"=>{"slug"=>"test", "title"=>"test", "license"=>"None",
"mailinglist_url"=>"", "owner_id"=>"1", "wiki_enabled"=>"1",
"tag_list"=>"", "description"=>"test", "home_url"=>"",
"bugtracker_url"=>"", "owner_type"=>"User"}, "controller"=>"projects"}
 * Rails root: /var/www/gitorious

-------------------------------
Session:
-------------------------------

 * session id: nil
 * data: nil

-------------------------------
Environment:
-------------------------------

 * CONTENT_LENGTH                              : 338
 * CONTENT_TYPE                                : application/x-www-
form-urlencoded
 * DOCUMENT_ROOT                               : /var/www/gitorious/
public
 * HTTP_ACCEPT                                 : text/html,application/
xhtml+xml,application/xml;q=0.9,*/*;q=0.8,application/json
 * HTTP_ACCEPT_CHARSET                         :
ISO-8859-1,utf-8;q=0.7,*;q=0.7
 * HTTP_ACCEPT_ENCODING                        : gzip,deflate
 * HTTP_ACCEPT_LANGUAGE                        : en-us,en;q=0.5
 * HTTP_CONNECTION                             : keep-alive
 * HTTP_COOKIE                                 :
__utma=64693879.1457489441.1281467710.1284557461.1286377437.10;
__utmz=64693879.1281538814.4.2.utmcsr=linkedin.com|utmccn=(referral)|
utmcmd=referral|utmcct=/profile;
_gitorious_sess=e4cd26beb45ec01838e85a3eea9c3ae1; _logged_in=true
 * HTTP_HOST                                   :
gitorious.dev.itaas.com
 * HTTP_KEEP_ALIVE                             : 115
 * HTTP_REFERER                                : 
http://gitorious.dev.itaas.com/new
 * HTTP_USER_AGENT                             : Mozilla/5.0 (Windows;
U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12
 * PASSENGER_CONNECT_PASSWORD                  : [FILTERED]
 * PATH_INFO                                   : /projects
 * QUERY_STRING                                :
 * REMOTE_ADDR                                 : 192.168.49.23
 * REMOTE_PORT                                 : 54922
 * REQUEST_METHOD                              : POST
 * REQUEST_URI                                 : /projects
 * SCRIPT_NAME                                 :
 * SERVER_ADDR                                 : 192.168.53.122
 * SERVER_ADMIN                                :
[email protected]
 * SERVER_NAME                                 :
gitorious.dev.itaas.com
 * SERVER_PORT                                 : 80
 * SERVER_PROTOCOL                             : HTTP/1.1
 * SERVER_SOFTWARE                             : Apache/2.2.3 (CentOS)
 * _                                           : _
 * action_controller.request.path_parameters   :
actioncreatecontrollerprojects
 * action_controller.request.query_parameters  :
 * action_controller.request.request_parameters: commitCreate
projectprojectslugtesttitletestlicenseNoneowner_id1mailinglist_urltag_listwiki_enabled1home_urldescriptiontestbugtracker_urlowner_typeUser
 * action_controller.rescue.request            :
#<ActionController::Request:0xbd59714>
 * action_controller.rescue.response           :
#<ActionController::Response:0xbd59700>
 * rack.errors                                 : #<IO:0x8bcc4d0>
 * rack.input                                  :
#<PhusionPassenger::Utils::RewindableInput:0xbd5f5c4>
 * rack.multiprocess                           : true
 * rack.multithread                            : false
 * rack.request.cookie_hash                    :
__utma64693879.1457489441.1281467710.1284557461.1286377437.10__utmz64693879.1281538814.4.2.utmcsr=linkedin.com|
utmccn=(referral)|utmcmd=referral|utmcct=/
profile_gitorious_sesse4cd26beb45ec01838e85a3eea9c3ae1_logged_intrue
 * rack.request.cookie_string                  :
__utma=64693879.1457489441.1281467710.1284557461.1286377437.10;
__utmz=64693879.1281538814.4.2.utmcsr=linkedin.com|utmccn=(referral)|
utmcmd=referral|utmcct=/profile;
_gitorious_sess=e4cd26beb45ec01838e85a3eea9c3ae1; _logged_in=true
 * rack.request.form_hash                      : commitCreate
projectprojectslugtesttitletestlicenseNonemailinglist_urlowner_id1wiki_enabled1tag_listdescriptiontesthome_urlbugtracker_urlowner_typeUser
 * rack.request.form_input                     :
#<PhusionPassenger::Utils::RewindableInput:0xbd5f5c4>
 * rack.request.form_vars                      : project%5Btitle
%5D=test&project%5Bslug%5D=test&project%5Bowner_type%5D=User&project
%5Bowner_id%5D=1&project%5Btag_list%5D=&project%5Blicense
%5D=None&project%5Bhome_url%5D=&project%5Bmailinglist_url%5D=&project
%5Bbugtracker_url%5D=&project%5Bwiki_enabled%5D=0&project
%5Bwiki_enabled%5D=1&project%5Bdescription%5D=test&commit=Create
+project
 * rack.request.query_hash                     :
 * rack.request.query_string                   :
 * rack.run_once                               : false
 * rack.session                                : user_id1flash
 * rack.session.options                        :
cookie_onlytruedomain.gitorious.dev.itaas.compath/
securefalsekey_gitorious_sesssecretsssshtexpire_after1814400ide4cd26beb45ec01838e85a3eea9c3ae1httponlytrue
 * rack.session.record                         :
#<ActiveRecord::SessionStore::Session:0xbd57680>
 * rack.url_scheme                             : http
 * rack.version                                : 10

 * Process: 5549
 * Server : dev

-------------------------------
Backtrace:
-------------------------------

 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/timeout.rb:60:in
`socket'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/stomp-1.1/
lib/stomp/connection.rb:42:in `initialize'
 [RAILS_ROOT]/vendor/plugins/activemessaging/lib/activemessaging/
adapters/stomp.rb:28:in `initialize'
 [RAILS_ROOT]/vendor/plugins/activemessaging/lib/activemessaging/
gateway.rb:112:in `new'
 [RAILS_ROOT]/vendor/plugins/activemessaging/lib/activemessaging/
gateway.rb:112:in `connection'
 [RAILS_ROOT]/vendor/plugins/activemessaging/lib/activemessaging/
gateway.rb:300:in `publish'
 [RAILS_ROOT]/vendor/plugins/activemessaging/lib/activemessaging/
gateway.rb:149:in `execute_filter_chain'
 [RAILS_ROOT]/vendor/plugins/activemessaging/lib/activemessaging/
gateway.rb:299:in `publish'
 [RAILS_ROOT]/vendor/plugins/activemessaging/lib/activemessaging/
gateway.rb:298:in `publish'
 [RAILS_ROOT]/vendor/plugins/activemessaging/lib/activemessaging/
message_sender.rb:21:in `publish'
 [RAILS_ROOT]/app/models/repository.rb:356:in
`post_repo_creation_message'
 [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/
callbacks.rb:178:in `send'
 [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/
callbacks.rb:178:in `evaluate_method'
 [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/
callbacks.rb:166:in `call'
 [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/
callbacks.rb:93:in `run'
 [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/
callbacks.rb:92:in `each'
 [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/
callbacks.rb:92:in `send'
 [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/
callbacks.rb:92:in `run'
 [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/
callbacks.rb:276:in `run_callbacks'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/callbacks.rb:
344:in `callback'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/callbacks.rb:
267:in `create'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/base.rb:
2874:in `create_or_update_without_callbacks'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/callbacks.rb:
250:in `create_or_update'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/base.rb:
2555:in `save_without_validation!'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/
validations.rb:1088:in `save_without_dirty!'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/dirty.rb:
87:in `save_without_transactions!'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/
transactions.rb:200:in `save!'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/
connection_adapters/abstract/database_statements.rb:136:in
`transaction'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/
transactions.rb:182:in `transaction'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/
transactions.rb:200:in `save!'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/
transactions.rb:208:in `rollback_active_record_state!'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/
transactions.rb:200:in `save!'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/
validations.rb:1059:in `create!'
 [RAILS_ROOT]/app/models/project.rb:389:in `create_wiki_repository'
 [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/
callbacks.rb:178:in `send'
 [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/
callbacks.rb:178:in `evaluate_method'
 [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/
callbacks.rb:166:in `call'
 [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/
callbacks.rb:93:in `run'
 [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/
callbacks.rb:92:in `each'
 [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/
callbacks.rb:92:in `send'
 [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/
callbacks.rb:92:in `run'
 [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/
callbacks.rb:276:in `run_callbacks'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/callbacks.rb:
344:in `callback'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/callbacks.rb:
267:in `create'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/base.rb:
2874:in `create_or_update_without_callbacks'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/callbacks.rb:
250:in `create_or_update'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/base.rb:
2538:in `save_without_validation'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/
validations.rb:1078:in `save_without_dirty'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/dirty.rb:
79:in `save_without_transactions'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/
transactions.rb:229:in `send'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/
transactions.rb:229:in `with_transaction_returning_status'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/
connection_adapters/abstract/database_statements.rb:136:in
`transaction'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/
transactions.rb:182:in `transaction'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/
transactions.rb:228:in `with_transaction_returning_status'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/
transactions.rb:196:in `save'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/
transactions.rb:208:in `rollback_active_record_state!'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/
transactions.rb:196:in `save'
 [RAILS_ROOT]/app/controllers/projects_controller.rb:110:in `create'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:
1331:in `send'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:
1331:in `perform_action_without_filters'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:
617:in `call_filters'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:
610:in `perform_action_without_benchmark'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/
benchmarking.rb:68:in `perform_action_without_rescue'
 [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/core_ext/
benchmark.rb:17:in `ms'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/1.8/benchmark.rb:308:in
`realtime'
 [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/core_ext/
benchmark.rb:17:in `ms'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/
benchmarking.rb:68:in `perform_action_without_rescue'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/rescue.rb:
160:in `perform_action_without_flash'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/flash.rb:
146:in `perform_action'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:
532:in `send'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:
532:in `process_without_filters'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:
606:in `process'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:
391:in `process'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:
386:in `call'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/routing/
route_set.rb:437:in `call'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/
dispatcher.rb:87:in `dispatch'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/
dispatcher.rb:121:in `_call'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/
dispatcher.rb:130
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/
string_coercion.rb:25:in `call'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/
string_coercion.rb:25:in `call'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/rack-1.0.1/
lib/rack/head.rb:9:in `call'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/rack-1.0.1/
lib/rack/methodoverride.rb:24:in `call'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/
params_parser.rb:15:in `call'
 [RAILS_ROOT]/vendor/rails/railties/lib/rails/rack/metal.rb:47:in
`call'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/session/
abstract_store.rb:122:in `call'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/
query_cache.rb:29:in `call'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/
connection_adapters/abstract/query_cache.rb:34:in `cache'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/
query_cache.rb:9:in `cache'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/
query_cache.rb:28:in `call'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/
connection_adapters/abstract/connection_pool.rb:361:in `call'
 [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/cache/
strategy/local_cache.rb:24:in `call'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/
failsafe.rb:26:in `call'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/rack-1.0.1/
lib/rack/lock.rb:11:in `call'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/rack-1.0.1/
lib/rack/lock.rb:11:in `synchronize'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/rack-1.0.1/
lib/rack/lock.rb:11:in `call'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/
dispatcher.rb:106:in `call'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/lib/phusion_passenger/rack/request_handler.rb:96:in
`process_request'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/lib/phusion_passenger/abstract_request_handler.rb:
513:in `accept_and_process_next_request'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/lib/phusion_passenger/abstract_request_handler.rb:
274:in `main_loop'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/lib/phusion_passenger/classic_rails/
application_spawner.rb:321:in `start_request_handler'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/lib/phusion_passenger/classic_rails/
application_spawner.rb:275:in `send'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/lib/phusion_passenger/classic_rails/
application_spawner.rb:275:in `handle_spawn_application'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/lib/phusion_passenger/utils.rb:479:in `safe_fork'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/lib/phusion_passenger/classic_rails/
application_spawner.rb:270:in `handle_spawn_application'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/lib/phusion_passenger/abstract_server.rb:357:in
`__send__'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/lib/phusion_passenger/abstract_server.rb:357:in
`server_main_loop'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/lib/phusion_passenger/abstract_server.rb:206:in
`start_synchronously'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/lib/phusion_passenger/abstract_server.rb:180:in
`start'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/lib/phusion_passenger/classic_rails/
application_spawner.rb:149:in `start'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/lib/phusion_passenger/spawn_manager.rb:219:in
`spawn_rails_application'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/lib/phusion_passenger/abstract_server_collection.rb:
132:in `lookup_or_add'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/lib/phusion_passenger/spawn_manager.rb:214:in
`spawn_rails_application'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/lib/phusion_passenger/abstract_server_collection.rb:
82:in `synchronize'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/lib/phusion_passenger/abstract_server_collection.rb:
79:in `synchronize'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/lib/phusion_passenger/spawn_manager.rb:213:in
`spawn_rails_application'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/lib/phusion_passenger/spawn_manager.rb:132:in
`spawn_application'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/lib/phusion_passenger/spawn_manager.rb:275:in
`handle_spawn_application'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/lib/phusion_passenger/abstract_server.rb:357:in
`__send__'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/lib/phusion_passenger/abstract_server.rb:357:in
`server_main_loop'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/lib/phusion_passenger/abstract_server.rb:206:in
`start_synchronously'
 /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/
passenger-3.0.0/helper-scripts/passenger-spawn-server:99

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

Reply via email to