| Summary: | Workspace corruption: org.eclipse.team.core.TeamException: Could not instantiate provider org.eclipse.team.svn.core.svnnature for project | ||
|---|---|---|---|
| Product: | [Technology] Subversive | Reporter: | Graham Leggett <minfrin> |
| Component: | Core | Assignee: | Igor Burilo <igor.burilo> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | Szymon.Brandys |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
|
Description
Graham Leggett
svn installation == eclipse installation RepositoryProvider#mapNewProvider calls RepositoryProvider#newProvider that should log the root cause of the problem. I would expect to see more exceptions in the log and they may shed some light on the problem with the svn provider. Alas, the only entry in the log is the TeamException, with no nested exception, one for each project: !ENTRY org.eclipse.team.core 4 0 2010-06-19 19:44:12.870 !MESSAGE Could not instantiate provider org.eclipse.team.svn.core.svnnature for project apr-trunk. !STACK 1 org.eclipse.team.core.TeamException: Could not instantiate provider org.eclipse.team.svn.core.svnnature for project apr-trunk. at org.eclipse.team.core.RepositoryProvider.mapNewProvider(RepositoryProvider.java:165) at org.eclipse.team.core.RepositoryProvider.mapExistingProvider(RepositoryProvider.java:235) at org.eclipse.team.core.RepositoryProvider.getProvider(RepositoryProvider.java:507) at org.eclipse.team.internal.core.TeamHookDispatcher.getProvider(TeamHookDispatcher.java:97) at org.eclipse.team.internal.core.TeamHookDispatcher.getRuleFactory(TeamHookDispatcher.java:105) at org.eclipse.core.internal.resources.Rules.factoryFor(Rules.java:92) at org.eclipse.core.internal.resources.Rules.refreshRule(Rules.java:157) at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1520) at org.eclipse.core.internal.refresh.RefreshJob.runInWorkspace(RefreshJob.java:166) at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) !SUBENTRY 1 org.eclipse.team.core 4 0 2010-06-19 19:44:12.871 !MESSAGE Could not instantiate provider org.eclipse.team.svn.core.svnnature for project apr-trunk. If this is the NEW Eclipse installation it probably does not have Subversive installed. Then it is understandable. If it is the Eclipse installation where Subversive WERE installed and WEREN'T uninstalled then it is definitely a strange issue. But still the Subversive plug-in is loaded by platform code and if it can't be loaded for some reason it is the Platform issue, not the Subversive's one and we can't help the situation at all. The reason probably could be identified by looking into the Eclipse's 'features' and 'plugins' directories, checking if the Subversive plug-in is installed or not, but since the issue report is very old I doubt any suggestions will do any good now. Also there is another point: I haven't seen nor ever heard about the issue anywhere at all. So, for now I'll be closing the report since it is not helpful and can't be solved, but if there is some additional information, please notify me and I will decide what to do with the issue next. |