2017-05-05 5 views
0

Ich möchte Projekt von Github in meine SAP-IDE klonen und bekomme ich Fehler.Git Klon Fehler in SAP HANA XS Advanced

Clone request failed Request failed: Gateway Timeout URI: /che/project/workspaceoiqcdmunycarr4ky/import/tinyworld-1?force=true

Ich füge in JBP_CONFIG_JAVA_OPTS:

JBP_CONFIG_JAVA_OPTS: [java_opts: "-Dhttps.proxyHost=domainXXX.de -D https.proxyPort=8080 -Dhttp.nonProxyHosts=host"]

Kann mir jemand sagen, ob ich etwas falsch gemacht? Was soll ich für http.nonProxyHosts eingeben?

Dies ist die Ausgabe von xs logs di-core --recent

04.05.17 10:47:21.000 [RTR] OUT 172.28.103.9 - - to gisu546:51016 "POST /profile/prefs HTTP/1.1" 200 sent 1374 in 53 by 008-e68cd177-6ddd-4848-b69b-3681de484f9e 04.05.17 10:47:21.000 [APP/1-3] ACC 172.28.138.239 - - [04/May/2017:10:47:21 +0200] "GET /runnerWs/14/children/.testresults HTTP/1.1" 200 2 04.05.17 10:47:21.000 [APP/1-3] ACC 172.28.138.239 - - [04/May/2017:10:47:21 +0200] "POST /profile/prefs HTTP/1.1" 200 -04.05.17 10:47:30.000 [RTR] OUT 172.28.103.9 - - to gisu546:51016 "GET /workspace/workspaceoiqcdmunycarr4ky HTTP/1.1" 200 sent 1239 in 45 by 008-e68cd177-6ddd-4848-b69b-3681de484f9e 04.05.17 10:47:30.000 [RTR] OUT 172.28.103.9 - - to gisu546:51016 "GET /project/workspaceoiqcdmunycarr4ky/tinyworld HTTP/1.1" 200 sent 707 in 124 by 008-e68cd177-6ddd-4848-b69b-3681de484f9e 04.05.17 10:47:30.000 [APP/1-3] ACC 172.28.103.9 - - [04/May/2017:10:47:30 +0200] "GET /workspace/workspaceoiqcdmunycarr4ky HTTP/1.1" 200 1239 04.05.17 10:47:30.000 [APP/1-3] ACC 172.28.138.239 - - [04/May/2017:10:47:30 +0200] "GET /project/workspaceoiqcdmunycarr4ky/tinyworld HTTP/1.1" 200 -04.05.17 10:47:47.000 [RTR] OUT 172.28.103.9 - - to gisu546:51016 "GET /workspace/workspaceoiqcdmunycarr4ky HTTP/1.1" 200 sent 1239 in 44 by 008-e68cd177-6ddd-4848-b69b-3681de484f9e 04.05.17 10:47:47.000 [RTR] OUT 172.28.103.9 - - to gisu546:51016 "GET /project/workspaceoiqcdmunycarr4ky/tinyworld HTTP/1.1" 200 sent 707 in 123 by 008-e68cd177-6ddd-4848-b69b-3681de484f9e 04.05.17 10:47:47.000 [APP/1-3] ACC 172.28.103.9 - - [04/May/2017:10:47:47 +0200] "GET /workspace/workspaceoiqcdmunycarr4ky HTTP/1.1" 200 1239 04.05.17 10:47:47.000 [APP/1-3] ACC 172.28.138.239 - - [04/May/2017:10:47:47 +0200] "GET /project/workspaceoiqcdmunycarr4ky/tinyworld HTTP/1.1" 200 - 04.05.17 10:48:17.000 [RTR] OUT 172.28.103.9 - - to gisu546:51016 "POST /project/workspaceoiqcdmunycarr4ky/import/tinyworld-1?force=true HTTP/1.1" - sent - in - by 008-e68cd177-6ddd-4848-b69b-3681de484f9e 04.05.17 10:48:32.000 [APP/1-3] ACC 172.28.138.239 - - [04/May/2017:10:48:32 +0200] "POST /project/workspaceoiqcdmunycarr4ky/import/tinyworld-1?force=true HTTP/1.1" 500 -

Ich versuchte Projekt aus unserem intern Git zu klonen und dann bekam ich einen anderen Fehler:

Clone request failed

https://[email protected]:8080/gitblit/r/gisa/sla/Freigabe-Test.git : cannot open git-upload-pack

Haben Sie eine Lösung haben zu klonen Projekt von Git ? Gibt es einen Befehl, den Klonprozess genauer zu untersuchen?

Antwort

0

Clone Anfrage fehlgeschlagen Anforderung fehlgeschlagen: Gateway-Timeout URI:?/Che/Projekt/workspaceoiqcdmunycarr4ky/Import/tinyworld-1 force = true

dieser Fehler kommt, wenn Ihr di-Kern nicht läuft.

überprüfen Sie die URL https://HOST_NAME:51037/, um zu sehen, ob di-core wirklich funktioniert oder nicht.

und hier JBP_CONFIG_JAVA_OPTS: [java_opts: "-Dhttps.proxyHost=domainXXX.de -D https.proxyPort=8080 -Dhttp.nonProxyHosts=host"] Ich hoffe, anstelle von "Host" verwenden Sie tatsächlichen Hostnamen richtig? Wenn nicht, verwenden Sie den tatsächlichen Hostnamen und versuchen Sie es erneut mit github clone.