| Summary: | AssertionFailedException in Git Log | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Anthony Hunter <ahunter.eclipse> |
| Component: | Git | Assignee: | Bogdan Gheorghe <gheorghe> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | gheorghe |
| Version: | unspecified | ||
| Target Milestone: | 8.0 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Anthony Hunter
This error is still occurring and appears 18 times in the Nov 5 log on orion.eclipse.org.
Root exception:
org.eclipse.core.runtime.AssertionFailedException: null argument:Unexpected target Ref: HEAD
at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85)
at org.eclipse.orion.server.git.objects.Log.createJSONObjectForRef(Log.java:254)
at org.eclipse.orion.server.git.objects.Log.getFromRef(Log.java:175)
at sun.reflect.GeneratedMethodAccessor60.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.eclipse.orion.server.core.resources.ReflectionHelper.callGetter(ReflectionHelper.java:54)
at org.eclipse.orion.server.core.resources.JSONSerializer.serialize(JSONSerializer.java:27)
at org.eclipse.orion.server.core.resources.JSONSerializer.serialize(JSONSerializer.java:1)
at org.eclipse.orion.server.git.objects.Log.toJSON(Log.java:140)
at org.eclipse.orion.server.git.jobs.LogJob.performJob(LogJob.java:195)
This error is still occurring and appears 3 times in the Dec 2 log on orion.eclipse.org. This problem has not occurred in the logs on orionhub.org with the eclipse-20150115-1242 build, so marking resolved. |