Selected SVN connector library is not available or cannot be loaded
1、错误描述
- The following data will be sent:
- ------
- STATUS
- ------
- pluginId org.eclipse.team.svn.core.svnnature
- pluginVersion
- code 0
- severity 4
- message SVN: 'Checkout As' operation finished with error
- fingerprint 72b71ad2
- Exception:org.eclipse.epp.internal.logging.aeri.ui.log.StandInStacktraceProvider$StandInException: Stand-In Stacktrace supplied by the Eclipse Error Reporting
- at org.eclipse.core.internal.jobs.JobManager.endJob(JobManager.java:701)
- at org.eclipse.core.internal.jobs.WorkerPool.endJob(WorkerPool.java:105)
- at org.eclipse.core.internal.jobs.Worker.run(Worker.java:72)
- ------
- STATUS
- ------
- pluginId org.eclipse.team.svn.core.svnnature
- pluginVersion
- code 0
- severity 4
- message Selected resource is not checked out.
- fingerprint e266aa77
- Exception:org.eclipse.team.svn.core.operation.UnreportableException: Selected SVN connector library is not available or cannot be loaded.
- 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.
- If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Connector.
- at org.eclipse.team.svn.core.extension.factory.ISVNConnectorFactory$1.createConnector(ISVNConnectorFactory.java:114)
- at org.eclipse.team.svn.core.svnstorage.SVNRepositoryLocation.newProxyInstance(SVNRepositoryLocation.java:845)
- at org.eclipse.team.svn.core.svnstorage.SVNRepositoryLocation.acquireSVNProxy(SVNRepositoryLocation.java:612)
- at org.eclipse.team.svn.core.operation.file.CheckoutAsOperation.runImpl(CheckoutAsOperation.java:63)
- at org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:82)
- at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
- at org.eclipse.team.svn.core.operation.CompositeOperation.runImpl(CompositeOperation.java:99)
- at org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:82)
- at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
- at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTaskExternal(ProgressMonitorUtility.java:90)
- at org.eclipse.team.svn.m2e.SVNScmHandler.runOperation(SVNScmHandler.java:75)
- at org.eclipse.team.svn.m2e.SVNScmHandler.checkoutProject(SVNScmHandler.java:71)
- at org.eclipse.m2e.scm.MavenCheckoutOperation.run(MavenCheckoutOperation.java:98)
- at org.eclipse.m2e.scm.internal.wizards.MavenProjectCheckoutJob.runInWorkspace(MavenProjectCheckoutJob.java:108)
- at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:39)
- at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
- ------
- REPORT
- ------
- anonymousId f5d87973-e7a8-4753-b63b-395a8a73d332
- name
- comment
- eclipseBuildId 4.5.1.M20150904-0015
- eclipseProduct org.eclipse.epp.package.jee.product
- javaRuntimeVersion 1.7.0_67-b01
- osgiWs win32
- osgiOs Windows7
- osgiOsVersion 6.1.0
- osgiArch x86_64
- logMessage false
- ignoreSimilar false
- -------
- BUNDLES
- -------
- name org.eclipse.core.jobs
- version 3.7.0.v20150330-2103
- name org.eclipse.core.resources
- version 3.10.1.v20150725-1910
- name org.eclipse.m2e.scm
- version 1.6.2.20150902-0002
- name org.eclipse.team.svn.core
- version 3.0.3.I20151228-1700
- name org.eclipse.team.svn
- version 3.0.3.I20151228-1700
- name org.eclipse.team.svn.m2e
- version 3.0.0.I20150529-1700
2、错误原因
SVN没有SVN Connector
3、解决办法
找到SVN目录,切换到SVN Connector,Get Connector
Selected SVN connector library is not available or cannot be loaded的更多相关文章
- [乐意黎原创] eclipse Kepler Selected SVN connector library is not available or cannot be loaded
问题描写叙述:已经安装了subversive,可是在从SCM导入maven项目时.还是提示报错(如标题),依据报错原因发如今Team>SVN中确实没有svn连接器. 折腾了半天, 硬是没有结果. ...
- Eclipse Oxygen SVN Connector Setup
新版的Eclipse(Oxygen)安装完Subversive后,现时无法自动安装SVN Connector,无论选择哪个都会自动关闭. 解决方法: Help -> Install New So ...
- Hadoop出现 native snappy library not available: SnappyCompressor has not been loaded的解决办法
我目前测试环境是Hadoop 2.7.1, 搭建群集之后经常出现错误“native snappy library not available: SnappyCompressor has not bee ...
- eclispe luna 安装subversive和svn connector插件
1. subversive安装 下载地址: http://www.eclipse.org/subversive/latest-releases.php 或者在eclipse luna的marketpl ...
- eclipse 中手动安装 subversive SVN
为什么我选择手动安装呢?因为通过 eclipse market 下载实在太慢了. 1.下载离线安装包 http://www.eclipse.org/subversive/latest-releas ...
- eclipse中SVN报错解决
在Eclipse市场上安装完SVN插件后连接SVN时出现以下错误: SVN: '0x00400006: Validate Repository Location' operation finished ...
- Eclipse安装Svn无法连接问题
在Eclipse市场上安装完SVN插件后连接SVN时出现以下错误: SVN: '0x00400006: Validate Repository Location' operation finished ...
- eclipse svn 插件离线安装后connector获取不到的问题解决
最近换了一家公司,写代码的电脑不给外网,所以各种麻烦的问题就来了,这里就说一下eclipse 安装SVN插件的一个小问题,虽说是小问题,但也折腾了我好几个小时,当然也可以不用这个插件,直接安装SVN客 ...
- eclipse安装svn和maven插件以及m2e-extras
相关介绍: 1.SVN是Subversion的简称,是一个开放源代码的版本控制系统,相较于RCS.CVS,它采用了分支管理系统,它的设计目标就是取代CVS.互联网上很多版本控制服务已从CVS迁移到Su ...
随机推荐
- Python下科学计算包numpy和SciPy的安装
转载自:http://blog.sina.com.cn/s/blog_62dfdc740101aoo6.html Python下大多数工具包的安装都很简单,只需要执行 “python setup.py ...
- Poj(3686),最小权匹配,多重匹配,KM
题目链接 The Windy's | Time Limit: 5000MS | Memory Limit: 65536K | | Total Submissions: 4939 | Accepted: ...
- Poj(2195),最小费用流,SPFA
题目链接:http://poj.org/problem?id=2195 Going Home Time Limit: 1000MS Memory Limit: 65536K Total Submi ...
- asp.net webapi初探(一)
本人对webapi尚没有深入研究,初次接触发现了在数据请求时的几点现象. 先切入代码 1.如果action中开头带有Get默认就是get方式,不带Get默认就是post方式 public string ...
- TestNG测试框架在基于Selenium进行的web自动化测试中的应用
转载请注明出自天外归云的博客园:http://www.cnblogs.com/LanTianYou/ TestNG+Selenium+Ant TestNG这个测试框架可以很好的和基于Selenium的 ...
- 如何查看tensorflow版本与存储位置
import tensorflow as tf tf.__version__ __看着是一个下划线,实际上是两个下划线,中间有空格 tf.__path_
- 关于qquu8 的主页修改
1) 找到 这个文件夹 C:\Users\lidu\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskB ...
- Storm系列之三——Fault Tolerance
本文介绍Storm容错的设计细节. 1.当一个worker进程死了会发生什么? 当worker死了,supervisor会重启它.如果它尝试开启多次失败并且不能与nimbus发送心跳,Nimbus会重 ...
- C语言中的const
今天探讨const,首先来说是将变量常量化.为什么要将变量常量化,原因有诸多好处有诸多.比如可以使数据更加安全不会被修改! 但是这个词有几个点要注意,那就是他究竟修饰了谁? 1.const int a ...
- [bzoj1051] [HAOI2006]受欢迎的牛 (Tarjan+缩点)
强连通图,缩点 Description 每一头牛的愿望就是变成一头最受欢迎的牛.现在有N头牛,给你M对整数(A,B),表示牛A认为牛B受欢迎. 这 种关系是具有传递性的,如果A认为B受欢迎,B认为C受 ...