Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 367819 - "Git Log" fails with 500 when opened from "Git Repositories"
Summary: "Git Log" fails with 500 when opened from "Git Repositories"
Status: RESOLVED WORKSFORME
Alias: None
Product: Orion
Classification: ECD
Component: Git (show other bugs)
Version: 0.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 0.4 RC1   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-04 04:35 EST by Tomasz Zarna CLA
Modified: 2012-01-31 11:07 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.