Project

General

Profile

Actions

Support #4081

open

Receiving server 500 error when trying to clone repo from windows client using eclipse

Added by Bert Zahniser almost 8 years ago. Updated almost 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Start date:
08.07.2016
Due date:
% Done:

0%

Estimated time:
Sorting:
Commit Number:
Affected Version:

Description

New install from AWS AMI. Access works through web browser but when attempting to connect via eclipse client, I get a Server 500 error. Relevant entries from log files are below:

======VCSSERVER.log
2016-07-08 09:57:01.969 DEBUG [vcsserver.base] GET GitFactory@/data/BertLogTest with cache:True. Context: 02ed1bb6-1487-453f-a7bd-5b061785fc1f
2016-07-08 09:57:01.970 DEBUG [vcsserver.base] FETCH GitFactory@/data/BertLogTest repo object from cache. Context: 02ed1bb6-1487-453f-a7bd-5b061785fc1f
2016-07-08 09:57:01.970 DEBUG [Pyro4.core] Exception occurred while handling request: Exception("NotGitRepository(u'No git repository was found at /data/BertLogTest',)",)
2016-07-08 09:57:01.981 DEBUG [vcsserver.base] GET GitFactory@/data/BertLogTest with cache:True. Context: 8b4e3fc2-c248-4aa3-ad2e-91d42244632a
2016-07-08 09:57:01.981 DEBUG [vcsserver.base] FETCH GitFactory@/data/BertLogTest repo object from cache. Context: 8b4e3fc2-c248-4aa3-ad2e-91d42244632a
2016-07-08 09:57:01.981 DEBUG [Pyro4.core] Exception occurred while handling request: Exception("NotGitRepository(u'No git repository was found at /data/BertLogTest',)",)
2016-07-08 09:57:02.040 DEBUG [vcsserver.base] GET GitFactory@/data/BertLogTest with cache:True. Context: f2d5bcf8-d37f-46f6-95a4-58cc955e61a4
2016-07-08 09:57:02.040 DEBUG [vcsserver.base] FETCH GitFactory@/data/BertLogTest repo object from cache. Context: f2d5bcf8-d37f-46f6-95a4-58cc955e61a4
2016-07-08 09:57:02.041 DEBUG [Pyro4.core] Exception occurred while handling request: Exception("NotGitRepository(u'No git repository was found at /data/BertLogTest',)",)
2016-07-08 09:57:02.053 DEBUG [vcsserver.base] GET GitFactory@/data/BertLogTest with cache:True. Context: 940ce925-c189-40de-aeec-64c99969fb08
2016-07-08 09:57:02.053 DEBUG [vcsserver.base] FETCH GitFactory@/data/BertLogTest repo object from cache. Context: 940ce925-c189-40de-aeec-64c99969fb08
2016-07-08 09:57:02.053 DEBUG [Pyro4.core] Exception occurred while handling request: Exception("NotGitRepository(u'No git repository was found at /data/BertLogTest',)",)

===============ENTERPRISE.log
2016-07-08 09:57:01.991 INFO [rhodecode.lib.middleware.request_wrapper] IP: 127.0.0.1 Request to /BertLogTest time: 0.024s
2016-07-08 09:57:02.069 INFO [rhodecode.authentication.base] Authenticating user rogott using egg:rhodecode-enterprise-ce#rhodecode plugin
2016-07-08 09:57:02.146 INFO [rhodecode.authentication.plugins.auth_rhodecode] user authenticated correctly
2016-07-08 09:57:02.164 INFO [rhodecode.lib.middleware.simplevcs] Access for IP:127.0.0.1 allowed
2016-07-08 09:57:02.245 INFO [rhodecode.lib.middleware.simplevcs] pull action on svn repo "BertLogTest" by "rogott" from 127.0.0.1
2016-07-08 09:57:02.247 INFO [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): localhost
2016-07-08 09:57:02.256 INFO [rhodecode.lib.middleware.request_wrapper] IP: 127.0.0.1 Request to /BertLogTest time: 0.218s

========NGINX access.log
###.###.###.70 - - [08/Jul/2016:09:57:01 -0400] "OPTIONS /BertLogTest HTTP/1.1" 401 1108 "-" "SVN/1.8.13 (x64-microsoft-windows) serf/1.3.8 javahl"
###.###.###.70 - rogott [08/Jul/2016:09:57:02 -0400] "OPTIONS /BertLogTest HTTP/1.1" 500 1034 "-" "SVN/1.8.13 (x64-microsoft-windows) serf/1.3.8 javahl"

No messages logged to NGINX error.log


Files

Capture.PNG (116 KB) Capture.PNG Bert Zahniser, 08.07.2016 20:16
Actions

Also available in: Atom PDF