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 ...
随机推荐
- SlickGrid example 3a: 可编辑单元
可编辑单元支持一列展示多个属性域,可以为编辑单元提供验证,并且自定义验证事件. 代码: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 T ...
- c#之双色球
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; usin ...
- A Round Peg in a Ground Hole(凸包应用POJ 1584)
A Round Peg in a Ground Hole Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 5684 Accepte ...
- 基本的MFC多线程
多线程程序我本来是能够来写的.但是由于在图像处理的过程中,对于这方面知识使用的比较少,造成重复忘记的情况.这里再次进行整理学习,特别注重和“图像处理”理清关系,为下一步使用奠定基础. 这里实现的是工作 ...
- Bootstrap——导航栏编写
<nav class="navbar navbar-default navbar-fixed-top" role="navigation"> ...
- SqlSever基础 delete 删除一个表中的所有数据
镇场诗:---大梦谁觉,水月中建博客.百千磨难,才知世事无常.---今持佛语,技术无量愿学.愿尽所学,铸一良心博客.------------------------------------------ ...
- oracle分组统计某列逗号隔开数据
所有版本的oracle都可以使用select wm_concat(name) as name from user; 但如果是oracle11g,使用select listagg(name, ',') ...
- .Net操作.exe文件
Process proc = new Process(); proc.StartInfo.FileName = @"D:\Program Files\Foxmail\Foxmail.exe& ...
- SQL查看表锁定,死锁解锁
select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran ...
- eclipse+tomcat开发web项目
也许正在使用的人会觉得这个过程谁不知道啊? 但是对于一个混迹各种语言编程有些年头的我来讲,却必须记录下来! 因为今天以前,我都通过配置[eclipse的tomcat插件]+编写[ant脚本,build ...