sorry the title should read CANT create repo. sorry :) also here is some info that i think you will need:
ps aux | grep activemq shows this: (see the extra / before bin is that a problem?) i am also using java se 1.6 on my system for building android, not open-jdk is that a problem? /usr//bin/java -Xmx512M - Dorg.apache.activemq.UseDedicatedTaskRunner=true - Djava.util.logging.config.file=logging.properties - Dcom.sun.management.jmxremote -Dactivemq.classpath=/usr/local/apache- activemq-5.4.2/conf; -Dactivemq.home=/usr/local/apache-activemq-5.4.2 - Dactivemq.base=/usr/local/apache-activemq-5.4.2 -jar /usr/local/apache- activemq-5.4.2/bin/run.jar start but the message_processing.log looks ok: # Logfile created on Thu Mar 10 10:44:24 -0500 2011=> Subscribing to / queue/GitoriousMergeRequestVersionDeletion (processed by MergeRequestVersionProcessor) => Subscribing to /queue/GitoriousRepositoryArchiving (processed by RepositoryArchivingProcessor) => Subscribing to /queue/GitoriousRepositoryCreation (processed by RepositoryCreationProcessor) => Subscribing to /queue/GitoriousSshKeys (processed by SshKeyProcessor) => Subscribing to /queue/GitoriousEmailNotifications (processed by MessageForwardingProcessor) => Subscribing to /queue/GitoriousPostReceiveWebHook (processed by WebHookProcessor) => Subscribing to /queue/GitoriousRepositoryDeletion (processed by RepositoryDeletionProcessor) => Subscribing to /queue/GitoriousMergeRequestBackend (processed by MergeRequestGitBackendProcessor) => Subscribing to /queue/GitoriousMergeRequestCreation (processed by MergeRequestProcessor) => Subscribing to /queue/GitoriousPush (processed by PushProcessor) shouldnt it be showing something here when a repo is created? I assume this is my problem but it appears to be ok. I am using ruby EE latest version (march 2011 release) and did have some trobuel, i ended up with rails3 so i had to remove it and install rails 2 and then downgrade rubygems to 1.4.2 then everythin was working except i cant use it because i cant create a repo. I tried to push to the repo for the hell of it and get this error in git-daemon.log 011-03-10 11:05:06 [26974] Listening on 0.0.0.0:9418... 2011-03-10 14:28:20 [26974] Connection from 127.0.0.1 for "/ test_project/mainline.git" 2011-03-10 14:28:24 [26974] 127.0.0.1 wants "/var/git/repositories/ test_project/mainline.git" => "/var/git/repositories/c0c/9ff/ c5117461851f2f3eccadebc8cca5269a42.git" 2011-03-10 14:28:24 [26974] Invalid path: /var/git/repositories/c0c/ 9ff/c5117461851f2f3eccadebc8cca5269a42.git /var/git/repositories exists and is correct permissions for user git i am running from. I also get this error when creating the repo but I doubt its related it seems like its just a warning. DEPRECATION WARNING: _delete is deprecated in nested attributes. Use _destroy instead.. (called from _delete at /var/www/git.mysite.net/ gitorious/vendor/rails/activerecord/lib/active_record/ nested_attributes.rb:263) DEPRECATION WARNING: _delete is deprecated in nested attributes. Use _destroy instead.. (called from _delete at /var/www/git.mysite.net/ gitorious/vendor/rails/activerecord/lib/active_record/ nested_attributes.rb:263) I also got this message the first time i loaded but i think if i understand the error desc correct it was becuase in /etc/hosts i put 127.0.0.1 git.mysite.com git (i since removed the git shortcut at the end and the message didnt come up the next time i loaded) The specified gitorious_host is reserved in Gitorious See http://gitorious.org/gitorious/pages/ErrorMessages for further explanation I put all this in a pastebin as well. http://pastebin.com/HpGcffsY I followed all the instructions here basically to the letter: http://cjohansen.no/en/ruby/setting_up_gitorious_on_your_own_server just had to work around the issue mentioned with rails and ruby gems. Thanks alot. I am looking forward to getting going! On Mar 10, 2:57 pm, bandroid x <[email protected]> wrote: > hi i got everything setup using the great guide but when i try to > create a repo it just sits there saying if this takes too logn contact > us. nothing gets created in /var/git/repositories i noticed. no > errors in message log and production.log gave an error about using git > for hostname but i used git.sitename.com as recommended. > > all the permissions look correct for user git which i am running as > and all the scripts are rung as git. > > thanks -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
