Selected SVN connector library is not available or cannot be loaded

1、错误描述

  1. The following data will be sent:
  2. ------
  3. STATUS
  4. ------
  5. pluginId            org.eclipse.team.svn.core.svnnature
  6. pluginVersion
  7. code                0
  8. severity            4
  9. message             SVN: 'Checkout As' operation finished with error
  10. fingerprint         72b71ad2
  11. Exception:org.eclipse.epp.internal.logging.aeri.ui.log.StandInStacktraceProvider$StandInException: Stand-In Stacktrace supplied by the Eclipse Error Reporting
  12. at org.eclipse.core.internal.jobs.JobManager.endJob(JobManager.java:701)
  13. at org.eclipse.core.internal.jobs.WorkerPool.endJob(WorkerPool.java:105)
  14. at org.eclipse.core.internal.jobs.Worker.run(Worker.java:72)
  15. ------
  16. STATUS
  17. ------
  18. pluginId            org.eclipse.team.svn.core.svnnature
  19. pluginVersion
  20. code                0
  21. severity            4
  22. message             Selected resource is not checked out.
  23. fingerprint         e266aa77
  24. Exception:org.eclipse.team.svn.core.operation.UnreportableException: Selected SVN connector library is not available or cannot be loaded.
  25. If you selected native JavaHL connector, please check if binaries are available or install and select pure Java Subversion connector from the plug-in connectors update site.
  26. If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Connector.
  27. at org.eclipse.team.svn.core.extension.factory.ISVNConnectorFactory$1.createConnector(ISVNConnectorFactory.java:114)
  28. at org.eclipse.team.svn.core.svnstorage.SVNRepositoryLocation.newProxyInstance(SVNRepositoryLocation.java:845)
  29. at org.eclipse.team.svn.core.svnstorage.SVNRepositoryLocation.acquireSVNProxy(SVNRepositoryLocation.java:612)
  30. at org.eclipse.team.svn.core.operation.file.CheckoutAsOperation.runImpl(CheckoutAsOperation.java:63)
  31. at org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:82)
  32. at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
  33. at org.eclipse.team.svn.core.operation.CompositeOperation.runImpl(CompositeOperation.java:99)
  34. at org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:82)
  35. at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
  36. at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTaskExternal(ProgressMonitorUtility.java:90)
  37. at org.eclipse.team.svn.m2e.SVNScmHandler.runOperation(SVNScmHandler.java:75)
  38. at org.eclipse.team.svn.m2e.SVNScmHandler.checkoutProject(SVNScmHandler.java:71)
  39. at org.eclipse.m2e.scm.MavenCheckoutOperation.run(MavenCheckoutOperation.java:98)
  40. at org.eclipse.m2e.scm.internal.wizards.MavenProjectCheckoutJob.runInWorkspace(MavenProjectCheckoutJob.java:108)
  41. at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:39)
  42. at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
  43. ------
  44. REPORT
  45. ------
  46. anonymousId         f5d87973-e7a8-4753-b63b-395a8a73d332
  47. name
  48. email
  49. comment
  50. eclipseBuildId      4.5.1.M20150904-0015
  51. eclipseProduct      org.eclipse.epp.package.jee.product
  52. javaRuntimeVersion  1.7.0_67-b01
  53. osgiWs              win32
  54. osgiOs              Windows7
  55. osgiOsVersion       6.1.0
  56. osgiArch            x86_64
  57. logMessage          false
  58. ignoreSimilar       false
  59. -------
  60. BUNDLES
  61. -------
  62. name                org.eclipse.core.jobs
  63. version             3.7.0.v20150330-2103
  64. name                org.eclipse.core.resources
  65. version             3.10.1.v20150725-1910
  66. name                org.eclipse.m2e.scm
  67. version             1.6.2.20150902-0002
  68. name                org.eclipse.team.svn.core
  69. version             3.0.3.I20151228-1700
  70. name                org.eclipse.team.svn
  71. version             3.0.3.I20151228-1700
  72. name                org.eclipse.team.svn.m2e
  73. version             3.0.0.I20150529-1700

2、错误原因

SVN没有SVN Connector

Selected SVN connector library is not available or cannot be loaded

3、解决办法

找到SVN目录,切换到SVN Connector,Get Connector

上一篇:Linux Basis --- commands of vi


下一篇:2017寒假零基础学习Python系列之函数之 递归函数