Issues with SCM-Manager
7 posts
• Page 1 of 1
- bradleykronson
- Posts: 3
- Joined: 25 Oct 2012, 13:03
Issues with SCM-Manager
I've installed and got SCM-Manager up and running on IIS as documented. (win2008 r2 with iis 7.5)
I have two issues
1. I cannot edit or delete any users/repositories. I did figure out that if I remove WebDAV from the IIS handlers I can now do this. Not sure if this a good thing though ?
2. When I try do a push to the server (using Git Extensions) I continually get the following error - any ideas ?
C:\Program Files (x86)\Git\bin\git.exe push -u --recurse-submodules=check --progress "origin" master:master
Counting objects: 2213, done.
Delta compression using up to 8 threads.
Total 2213 (delta 209), reused 2213 (delta 209)
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
error: RPC failed; result=22, HTTP code = 500
Everything up-to-date
Done
zooerror.log contains:
[10/25/2012 17:29:33] v2.0.63.294 HttpProtocolException: HTTP-headers - are expected
job: JobHttp[#493] - /git/bren/git-receive-pack
transportStatus:Online
getErrorMessage:
RAW output bytes:0
RAW output Begin
ChainInvocation.doFilter(FilterChainInvocation.java:58)
at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
at sonia.scm.filter.BaseUrlFilter.doFilter(BaseUrlFilter.java:100)
at sonia.scm.web.filter.HttpFilter.doFilter(HttpFilter.java:102)
at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:163)
at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:383)
at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:163)
at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
at com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:118)
at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:113)
at sonia.scm.boot.BootstrapFilter.doFilter(BootstrapFilter.java:104)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
at org.eclipse.jetty.server.Server.handle(Server.java:363)
at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
at org.eclipse.jetty.server.AbstractHttpConnection.messageComplete(AbstractHttpConnection.java:941)
at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.messageComplete(AbstractHttpConnection.java:1004)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:324)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
at java.lang.Thread.run(Thread.java:722)
End
I have two issues
1. I cannot edit or delete any users/repositories. I did figure out that if I remove WebDAV from the IIS handlers I can now do this. Not sure if this a good thing though ?
2. When I try do a push to the server (using Git Extensions) I continually get the following error - any ideas ?
C:\Program Files (x86)\Git\bin\git.exe push -u --recurse-submodules=check --progress "origin" master:master
Counting objects: 2213, done.
Delta compression using up to 8 threads.
Total 2213 (delta 209), reused 2213 (delta 209)
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
error: RPC failed; result=22, HTTP code = 500
Everything up-to-date
Done
zooerror.log contains:
[10/25/2012 17:29:33] v2.0.63.294 HttpProtocolException: HTTP-headers - are expected
job: JobHttp[#493] - /git/bren/git-receive-pack
transportStatus:Online
getErrorMessage:
RAW output bytes:0
RAW output Begin
ChainInvocation.doFilter(FilterChainInvocation.java:58)
at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
at sonia.scm.filter.BaseUrlFilter.doFilter(BaseUrlFilter.java:100)
at sonia.scm.web.filter.HttpFilter.doFilter(HttpFilter.java:102)
at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:163)
at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:383)
at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:163)
at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
at com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:118)
at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:113)
at sonia.scm.boot.BootstrapFilter.doFilter(BootstrapFilter.java:104)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
at org.eclipse.jetty.server.Server.handle(Server.java:363)
at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
at org.eclipse.jetty.server.AbstractHttpConnection.messageComplete(AbstractHttpConnection.java:941)
at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.messageComplete(AbstractHttpConnection.java:1004)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:324)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
at java.lang.Thread.run(Thread.java:722)
End
- bradleykronson
- Posts: 3
- Joined: 25 Oct 2012, 13:03
Re: Issues with SCM-Manager
What happened to all the replies on this item ?
Re: Issues with SCM-Manager
Sorry, we had a server disk failure and had to restore the whole system from backups. Some forum posts have been lost forever though.
Is there anything I can help you?
Is there anything I can help you?
- bradleykronson
- Posts: 3
- Joined: 25 Oct 2012, 13:03
Re: Issues with SCM-Manager
Nope, was just wondering, sorry about the loss...
Re: Issues with SCM-Manager
Your article is very useful and has good knowledge. I appreciate your efforts and all the best. It's very useful information. I will be waiting for your next post. Keep It up. calendar august 2017
This is an informative post review. I appreciate your efforts and all the best. I am so pleased to get this post article and nice information. kalender august 2017 I was looking forward to getting such a post which is very helpful to us. A big thank for posting this article on this website. periodic table wallpaper
This is an informative post review. I appreciate your efforts and all the best. I am so pleased to get this post article and nice information. kalender august 2017 I was looking forward to getting such a post which is very helpful to us. A big thank for posting this article on this website. periodic table wallpaper
- transmoving99
- Posts: 1
- Joined: 04 Nov 2017, 07:00
Transmoving Packers and Movers
<a href="https://www.transmoving.in/packers-movers-bangalore.html">Packers and movers in bangalore</a>
<a href="https://www.transmoving.in/packers-movers-gurgaon.html">Packers and movers in gurgaon</a>
<a href="https://www.transmoving.in/packers-movers-delhi.html">Packers and movers in delhi</a>
<a href="https://www.transmoving.in/packers-movers-mumbai.html">Packers and movers in mumbai</a>
<a href="https://www.transmoving.in/packers-movers-hyderabad.html">Packers and movers in hyderabad</a>
<a href="https://www.transmoving.in/packers-movers-pune.html">Packers and movers in pune</a>
<a href="https://www.transmoving.in/packers-movers-chandigarh.html">Packers and movers in chandigarh</a>
<a href="https://www.transmoving.in/packers-movers-kolkata.html">Packers and movers in kolkata</a>
<a href="https://www.transmoving.in/packers-movers-chennai.html">Packers and movers in chennai</a>
<a href="https://www.transmoving.in/packers-movers-patna.html">Packers and movers in patna</a>
<a href="https://www.transmoving.in/packers-movers-noida.html">Packers and movers in noida</a>
<a href="https://www.transmoving.in/packers-movers-dwarka delhi.html">Packers and movers in dwarka delhi</a>
<a href="https://www.transmoving.in/packers-movers-faridabad.html">Packers and movers in faridabad</a>
<a href="https://www.transmoving.in/packers-movers-gurgaon.html">Packers and movers in gurgaon</a>
<a href="https://www.transmoving.in/packers-movers-delhi.html">Packers and movers in delhi</a>
<a href="https://www.transmoving.in/packers-movers-mumbai.html">Packers and movers in mumbai</a>
<a href="https://www.transmoving.in/packers-movers-hyderabad.html">Packers and movers in hyderabad</a>
<a href="https://www.transmoving.in/packers-movers-pune.html">Packers and movers in pune</a>
<a href="https://www.transmoving.in/packers-movers-chandigarh.html">Packers and movers in chandigarh</a>
<a href="https://www.transmoving.in/packers-movers-kolkata.html">Packers and movers in kolkata</a>
<a href="https://www.transmoving.in/packers-movers-chennai.html">Packers and movers in chennai</a>
<a href="https://www.transmoving.in/packers-movers-patna.html">Packers and movers in patna</a>
<a href="https://www.transmoving.in/packers-movers-noida.html">Packers and movers in noida</a>
<a href="https://www.transmoving.in/packers-movers-dwarka delhi.html">Packers and movers in dwarka delhi</a>
<a href="https://www.transmoving.in/packers-movers-faridabad.html">Packers and movers in faridabad</a>
7 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests