Hi,
since a while I get the following message in the community.log.
2017-02-21 18:49:56.975 INFO [rhodecode.authentication.plugins.auth_rhodecode] user <User(‘id:19:crucible’)> authenticated correctly
2017-02-21 18:49:56.989 INFO [rhodecode.lib.middleware.simplevcs] Access for IP:192.168.100.28 allowed
2017-02-21 18:49:57.087 INFO [rhodecode.lib.middleware.simplevcs] pull action on hg repo “xxxx/xxxxxxxx” by “crucible” from 192.168.100.28
2017-02-21 18:49:57.097 INFO [rhodecode.lib.middleware.simplevcs] Using HTTP implementation of scm app.
2017-02-21 18:49:57.098 INFO [requests.packages.urllib3.connectionpool] Resetting dropped connection: 127.0.0.1
2017-02-21 18:49:57.104 INFO [rhodecode.lib.middleware.request_wrapper] IP: 192.168.100.28 Request to /xxxx/xxxxxxxx time: 0.316s
2017-02-21 18:49:57.182 INFO [rhodecode.lib.middleware.simplevcs] Access for IP:192.168.100.28 allowed
2017-02-21 18:49:57.366 INFO [rhodecode.lib.middleware.request_wrapper] IP: 192.168.100.28 Request to /xxxx/xxxxxxxx time: 0.205s
2017-02-21 18:49:57.429 INFO [rhodecode.lib.middleware.simplevcs] Access for IP:192.168.100.28 allowed
2017-02-21 18:49:57.518 INFO [rhodecode.authentication.base] Authenticating user crucible
using egg:rhodecode-enterprise-ce#rhodecode plugin
2017-02-21 18:49:57.593 INFO [rhodecode.authentication.plugins.auth_rhodecode] user <User(‘id:19:crucible’)> authenticated correctly
2017-02-21 18:49:57.604 INFO [rhodecode.lib.middleware.simplevcs] Access for IP:192.168.100.28 allowed
2017-02-21 18:49:57.702 INFO [rhodecode.lib.middleware.simplevcs] pull action on hg repo “xxxx/xxxxxxxx” by “crucible” from 192.168.100.28
2017-02-21 18:49:57.712 INFO [rhodecode.lib.middleware.simplevcs] Using HTTP implementation of scm app.
2017-02-21 18:49:57.713 INFO [requests.packages.urllib3.connectionpool] Resetting dropped connection: 127.0.0.1
2017-02-21 18:49:57.718 INFO [rhodecode.lib.middleware.request_wrapper] IP: 192.168.100.28 Request to /xxxx/xxxxxxxx time: 0.308s
2017-02-21 18:49:57.781 INFO [rhodecode.lib.middleware.simplevcs] Access for IP:192.168.100.28 allowed
2017-02-21 18:49:57.863 INFO [rhodecode.lib.middleware.request_wrapper] IP: 192.168.100.28 Request to /xxxx/xxxxxxxx time: 0.101s
This causes problems when we’re pushing the Sourcecode to the Rhodecode Server.
Any idea what can cause such a behaviour?
We’re running the following server.
-
NAME: community-1
-
STATUS: RUNNING
logs:/root/.rccontrol/community-1/community.log -
VERSION: 4.5.2 Community
-
VCS: vcsserver-1
-
CONFIG: /root/.rccontrol/community-1/rhodecode.ini
-
NAME: vcsserver-1
-
STATUS: RUNNING
logs:/root/.rccontrol/vcsserver-1/vcsserver.log -
VERSION: 4.5.2 VCSServer
-
URL: http://127.0.0.1:81
-
CONFIG: /root/.rccontrol/vcsserver-1/vcsserver.ini
Kind Regards
Joerg