Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 367819

Summary: "Git Log" fails with 500 when opened from "Git Repositories"
Product: [ECD] Orion Reporter: Tomasz Zarna <tomasz.zarna>
Component: GitAssignee: Project Inbox <orion.git-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: Szymon.Brandys
Version: 0.4   
Target Milestone: 0.4 RC1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Tomasz Zarna CLA 2012-01-04 04:35:12 EST
From an unknown (yet) reason, some Git Logs open with an error:

Error 500: Failed to process an operation on commits for file/rv/

The URL is like this:

http://localhost:8080/git/git-log.html#/gitapi/commit/file/rv/?page=1

but it works when altered to (added "/HEAD" after "/commit"):

http://localhost:8080/git/git-log.html#/gitapi/commit/HEAD/file/rv/?page=1
Comment 1 Tomasz Zarna CLA 2012-01-31 11:07:48 EST
Couldn't find the failing scenario from comment 0.