Thomas Gerbet (tgerbet)2017-02-27 12:26 What's the result of yum info tuleap-plugin-git-gitolite3 on your server?
Peter Struck (p3t3rstruck)2017-02-27 09:12 last edited by: Peter Struck (p3t3rstruck) 2017-02-27 09:14 the jabbex stuff gone by disabling JM plugin. I saw another log file git_htt_error_log: FATAL: '/var/lib/gitolite/.gitolite.rc' seems to be for older gitolite; please see http://gitolite.com/gitolite/migr.html my Plugin details in Admin panel: Git 4.348 Plugin which provides Git support for Tuleap
Thomas Gerbet (tgerbet)2017-02-23 08:58 Do you use the IM plugin? From the logfile extract you provided, it looks like the Openfire server is down so Tuleap can not communicate with it. I advise you disable/remove the IM plugin and then try again to clone your repo.
Peter Struck (p3t3rstruck)2017-02-23 08:32 Great this memory stuff disappeard. ... increased shm_size from 64 to 128M Now i guess that im getting further but still the same problem with "DAV locking support" - but new log entries in httpd error_log /usr/share/tuleap/plugins/IM/include/jabbex_api/Jabbex.php related see attached Attachments error_log.rtf added
Manuel Vacelet (vaceletm)2017-02-22 11:24 require(): Unable to allocate memory for pool. in /usr/share/tuleap/src/common/autoload.php on line 1016 Means that you don't have enough RAM configured for APC in /etc/php.d/apc.ini for apc.shm_size, try increase this value, restart apache to see if the error disappear. Please also note that with http transport php 5.3 and apache you cannot handle large objects (like large blobs of binary data).
Peter Struck (p3t3rstruck)2017-02-21 15:40 last edited by: Peter Struck (p3t3rstruck) 2017-02-21 15:41 ive generated a keypair and added it to my account settings - ssh keys. This was a way making it work via ssh! My git client: git version 2.9.3 (Apple Git-75) git push --verbose Pushing to https://cbasealm.ads.dlh.de/plugins/git/cbase-apps-framework/cbase-library-test.git XML error: not well-formed (invalid token) error: no DAV locking support on https://cbasealm.ads.dlh.de/plugins/git/cbase-apps-framework/cbase-library-test.git/ fatal: git-http-push failed error: failed to push some refs to 'https://cbasealm.ads.dlh.de/plugins/git/cbase-apps-framework/cbase-library-test.git' Via https ive got following entries: - httpd/error_log [Tue Feb 21 15:31:25 2017] [error] [client 10.154.1.202] PHP Warning: require(): Unable to allocate memory for pool. in /usr/share/tuleap/src/common/autoload.php on line 1016 [Tue Feb 21 15:31:25 2017] [error] [client 10.154.1.202] PHP Warning: require(): Unable to allocate memory for pool. in /usr/share/tuleap/plugins/git/include/autoload.php on line 331 - git_syslog 2017-02-21T15:31:25+01:00 [23329] [debug] [http] Repository cbase-library-test need authentication 2017-02-21T15:31:25+01:00 [23329] [debug] [http] Replication user not recognized Invalid Password Or User Name 2017-02-21T15:31:25+01:00 [23329] [debug] [http] Command: sudo -E -u gitolite /usr/share/gitolite3/gitolite-shell 2017-02-21T15:31:25+01:00 [23329] [debug] [http] Environment: Array ( [GIT_PROJECT_ROOT] => /var/lib/tuleap/gitolite/repositories [GIT_HTTP_EXPORT_ALL] => 1 [QUERY_STRING] => [REQUEST_METHOD] => GET [HTTP_ACCEPT_ENCODING] => gzip [SHELL] => /bin/sh [REMOTE_USER] => u524036 [GIT_HTTP_BACKEND] => /opt/rh/git19/root/usr/libexec/git-core/git-http-backend [HOME] => /var/lib/gitolite [REMOTE_ADDR] => 10.154.1.202 [TERM] => linux [REQUEST_URI] => /plugins/git/cbase-apps-framework/cbase-library-test.git/HEAD [REMOTE_PORT] => 55407 [SERVER_ADDR] => 10.154.7.87 [SERVER_PORT] => 443 [GITOLITE_HTTP_HOME] => /var/lib/gitolite [PATH_INFO] => /cbase-apps-framework/cbase-library-test.git/HEAD )
Thomas Gerbet (tgerbet)2017-02-10 09:40 I'm still no able to reproduce the issue. Can you please provide the version of your Git client, the full trace of the error provided by your client over HTTP and SSH. These logfiles might provide interesting information: * /var/log/tuleap/git_http_error_log * /var/log/httpd/error_log * /var/log/tuleap/git_syslog Reported in version cleared values: 8.13
Peter Struck (p3t3rstruck)2017-02-09 17:41 I have the same error. Can we somehow gather additional informations for you? Tested version is 9.4.99.26 (Updated from 8.9.99.5)
Thomas Gerbet (tgerbet)2016-04-11 14:28 Does it works when you use SSH instead of HTTP? What's the version of your Git client?
Yannis ROSSETTO (rossettoy)2016-04-07 16:17 Hello, I've you tried to push through https instead of http ?