Hello guys,
I am trying Stash (trial licence) and I have got problem with http access to created Git repositories. I am unable to clone or to push due to following error message:
error: The requested URL returned error: 502 while accessing http://...:7990/scm/JIP/test.git/info/refs
In addition, I can not find any information in logs. No files are changed in <stash-home>/log or <stash-installation>/logs after clone or push request.
I followed instructions at https://confluence.atlassian.com/display/STASH013/Installing+Stash+on+Windows and I hope didn't miss anything.
My configuration is
- latest Stash in trial mode with internal database
- Windows Server 2008 r2 standard
- msysgit distribution in version 1.8 (installed in Program Files(x86)) - on server as well as on client
- JDK 7u9 in path without spaces (32bit version)
- <stash-home> is totally separated from <stash-installation> and path is very short (C:\Atlassian\stash-home)
Stash is up and running. I can create new Git repositories without problem. I think I did everything what I saw in installation instructions.
Thank you for any ideas