On Thu, May 19, 2011 at 5:08 PM, ratnadeepdeshm...@gmail.com <
ratnadeepdeshm...@gmail.com> wrote:

> But now when i create a repository i am getting exception notifier errors
> with following message -
>
> An exception occured in #<RepositoryCreationProcessor:0x7f7a1bfd4d68
>  @message=
>  #<Stomp::Message:0x7f7a1bff9af0
>   @body=
>
>  
> "{\"command\":\"create_git_repository\",\"target_id\":16,\"target_class\":\"Repository\",\"arguments\":[\"315/e4b/9bb02953158b2d92e28ccb69481f0952cb.git\"]}",
>   @command="MESSAGE",
>   @headers=
>    {"expires"=>"0",
>     "timestamp"=>"1305815699311",
>     "destination"=>"/queue/GitoriousRepositoryCreation",
>     "message-id"=>"ID:WEBONISE2-45768-1305815525667-5:4:-1:1:1",
>     "content-type"=>"text/plain; charset=UTF-8",
>     "priority"=>"0",
>     "content-length"=>"141",
>     "subscription"=>"repository_creation_processor"}>>
> !
>
>
> {"command":"create_git_repository","target_id":16,"target_class":"Repository","arguments":["315/e4b/9bb02953158b2d92e28ccb69481f0952cb.git"]}
>
> : execution expired
>
> /usr/lib/ruby/1.8/timeout.rb:60:in `sh'
>

This is a timeout kicking in when the processor tries to create a git
repository on disk, which is basically just being shelled out to the git
CLI.
This shouldn't take any time at all, is your server tight on resources?

Cheers,
- Marius

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

Reply via email to