Community
Participate
Working Groups
I20111206 I found this in the server log on orion.eclipse.org. Don't know any more details about cause, side-effects, or reproducibility... java.lang.NullPointerException at org.eclipse.orion.server.git.servlets.GitCloneHandlerV1.handleGet(GitCloneHandlerV1.java:236) at org.eclipse.orion.server.git.servlets.GitCloneHandlerV1.handleRequest(GitCloneHandlerV1.java:66) at org.eclipse.orion.server.git.servlets.GitCloneHandlerV1.handleRequest(GitCloneHandlerV1.java:1) at org.eclipse.orion.server.git.servlets.GitHandlerV1.handleRequest(GitHandlerV1.java:65) at org.eclipse.orion.server.git.servlets.GitHandlerV1.handleRequest(GitHandlerV1.java:1) at org.eclipse.orion.server.git.servlets.ServletGitHandler.handleRequest(ServletGitHandler.java:49) at org.eclipse.orion.server.git.servlets.ServletGitHandler.handleRequest(ServletGitHandler.java:1) at org.eclipse.orion.server.git.servlets.GitServlet.doGet(GitServlet.java:39)
From a little bit outdated stack it seems that there was a problem with PUT on the Clone resource; the method is used to checkout a branch or tag. I will try to have a look at it next week.
I have no idea why I thought it was a PUT request when the stack trace clearly states the NPE was in GitCloneHandlerV1#handleGet method. This has been already fixed in bug 369909. *** This bug has been marked as a duplicate of bug 369909 ***