| Summary: | Internal server error during indexing | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Maciej Bendkowski <maciej.bendkowski> |
| Component: | Server | Assignee: | John Arthorne <john.arthorne> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | maciej.bendkowski |
| Version: | unspecified | ||
| Target Milestone: | 1.0 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Maciej Bendkowski
This suggests you have a project with no id in one of your workspaces. Can you please attach the three files under workspace/.metadata/.plugins/org.eclipse.orion.server.core/.settings. I could add a null check, but a project with null id is invalid and will likely cause other problems. (In reply to comment #1) > This suggests you have a project with no id in one of your workspaces. Can > you please attach the three files under > workspace/.metadata/.plugins/org.eclipse.orion.server.core/.settings. Unfortunately it wouldn't help. This bug happened while my work on automated git authentication. I was creating lots of orion.client clones in order to test the authentication process. After the clones were created I deleted them immediately. I've noticed the server error after I've finished my tests. > I could add a null check, but a project with null id is invalid and will > likely cause other problems. I failed to reproduce the error. It's possible I could have tried to delete the clone operation before providing credentials and somehow ended with a repository without an Id. Can't reproduce. |