- This topic has 3 replies, 2 voices, and was last updated 14 years, 9 months ago by support-shalini.
-
AuthorPosts
-
Tom McCobbParticipantI could not reach my SVN repositories after upgrading from 8.0 to 8.5. I uninstalled and then reinstalled Subclipse 1.6, and now SVN has disappeared completely from the ME UI.
Install summary is
*** Date: Wednesday, April 14, 2010 9:14:46 PM EDT ** System properties: OS=WindowsXP OS version=5.1.0 Java version=1.6.0_12 *** MyEclipse details: MyEclipse Enterprise Workbench Version: 8.5 Build id: 8.5-20100319 *** Eclipse details: MyEclipse Enterprise Workbench Version: 8.5 Build id: 8.5-20100319 Eclipse startup command=-os win32 -ws win32 -arch x86 -showsplash -launcher C:\Program Files\Genuitec\Profiles\MyEclipse 8.5\myeclipse.exe -name Myeclipse --launcher.library C:\Program Files\Genuitec\Profiles\MyEclipse 8.5\../../Common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519\eclipse_1206.dll -startup C:\Program Files\Genuitec\Profiles\MyEclipse 8.5\../../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar -install C:/Program Files/Genuitec/Profiles/MyEclipse 8.5 -configuration configuration -vm C:/jdk6/jre/bin/client/jvm.dll
The jvm had to be pointed to one other than the ME installed JVM for the Altassian Mylyn connector to work.
In the log I see entries like this:
!ENTRY org.eclipse.team.core 4 0 2010-04-14 21:11:39.147 !MESSAGE Could not instantiate provider org.tigris.subversion.subclipse.core.svnnature for project TCS_WEB. !STACK 1 org.eclipse.team.core.TeamException: Could not instantiate provider org.tigris.subversion.subclipse.core.svnnature for project TCS_WEB. 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 com.genuitec.pulse.client.targetcfg.collab.workspace.ui.projects.ProjectSetDeltas.determineDeltas(Unknown Source) at com.genuitec.pulse.client.targetcfg.collab.workspace.ui.projects.ProjectsTopicContributor.createSelectableItems(Unknown Source) at com.genuitec.pulse.client.contrib.ui.blueprint.PendingChanges.calculateGroupContents(Unknown Source) at com.genuitec.pulse.client.contrib.ui.blueprint.PendingChanges$CalculationJob.run(Unknown Source) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) !SUBENTRY 1 org.eclipse.team.core 4 0 2010-04-14 21:11:39.147 !MESSAGE Could not instantiate provider org.tigris.subversion.subclipse.core.svnnature for project TCS_WEB.
and
!ENTRY org.eclipse.ui 4 4 2010-04-14 21:13:21.232 !MESSAGE Unable to associate action set with part: org.eclipse.jdt.ui.PackageExplorer. Action set org.codehaus.groovy.eclipse.junit.JUnitActionSet not found. !ENTRY org.eclipse.team.ui 4 1 2010-04-14 21:13:55.143 !MESSAGE Synchronization with id org.tigris.subversion.subclipse.participant is not in the registry
support-shaliniMembertmccobb,
This is an issue with subclipse. Can you try the workarounds given in the following links –
1. http://subclipse.tigris.org/issues/show_bug.cgi?id=963
2. http://divby0.blogspot.com/2009/07/my-love-hate-with-svn-part-5-fedora-11.html
Also, try starting MyEclipse using -clean as mentioned in the link below –
https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/
Let me know if that helpse
Tom McCobbParticipantThe only thing that has worked is reinstalling 8.5 from a new all-in-one installer.
That got me the SVN perspective back, but I still get this error when trying to connect to the repository:
The system cannot find the file specified. svn: Can't create tunnel: The system cannot find the file specified.
support-shaliniMembertmccobb,
Can you try the workarounds given in the following links –
1. http://www.svnforum.org/2017/viewtopic.php?p=3220&sid=1ad744ec80dab84d2dc3a9930471724f
2. http://www.woodwardweb.com/java/howto_configure.html
Let me know if that helps. -
AuthorPosts