Mac XMind8 保存时报错

简介:

错误提示

截图

图片加载中,请等等

日志

查看错误日志的方式:打开xmind –> 关于xmind –> 安装细节 –> 选项卡 “配置” –> 查看错误日志

 看到有Caused by: org.eclipse.equinox.security.storage.StorageException: No password provided.

解决方案

卸载 xmind

删除 xmind 以及 eclipse 有关的文件和文件夹

查找命令:
sudo find / -name ‘xmind’
sudo find / -name ‘eclipse’

查找结果:
/Users/xxx/.m2/repository/org/eclipse
/Users/xxx/.p2/pool/plugins/org.springsource.ide.eclipse.commons.browser_3.8.3.201612190658-RELEASE/org/springsource/ide/eclipse
/Users/xxx/.p2/pool/plugins/org.springsource.ide.eclipse.commons.gettingstarted_3.8.3.201612190658-RELEASE/org/springsource/ide/eclipse
/Users/xxx/.p2/pool/plugins/org.springsource.ide.eclipse.gradle.core_3.8.3.201612190712-RELEASE/org/springsource/ide/eclipse
/Users/xxx/.p2/pool/plugins/org.springsource.ide.eclipse.gradle.toolingapi_3.8.3.201612190712-RELEASE/org/springsource/ide/eclipse
/Users/xxx/Library/XMind/configuration-cathy_macosx-R3.7.1.201612151837/org.eclipse.osgi/798/0/.cp/org/eclipse
/Users/xxx/Library/XMind/configuration-kimi_macosx-R3.7.1.201612220034/org.eclipse.osgi/798/0/.cp/org/eclipse

删除结果中的文件夹:
.m2 为 maven 本地仓库目录,忽略不管
.p2 和 .eclipse 为 eclipse 工作目录,如果没有使用 eclipse 开发工具,直接删除
XMind 为 XMind 工作目录,直接删除  rm -rf  /Users/xxx/Library/XMind

然后重新安装xmind  解决问题


本文转自茄子_2008博客园博客,原文链接:http://www.cnblogs.com/xd502djj/p/6842608.html,如需转载请自行联系原作者。



目录
相关文章
|
2月前
|
NoSQL 数据可视化 Redis
Mac安装Redis
Mac安装Redis
42 3
|
15天前
|
iOS开发 MacOS Windows
Mac air使用Boot Camp安装win10 ,拷贝 Windows 文件时出错
Mac air使用Boot Camp安装win10 ,拷贝 Windows 文件时出错
|
2月前
|
关系型数据库 MySQL 数据安全/隐私保护
Mac安装Mysql5.7
Mac安装Mysql5.7
56 5
|
2月前
|
缓存 关系型数据库 MySQL
Mac安装brew
Mac安装brew
134 5
|
2月前
|
Oracle Java 关系型数据库
Mac安装JDK1.8
Mac安装JDK1.8
348 4
|
2月前
|
数据安全/隐私保护 iOS开发 MacOS
Mac安装Navicat Premium 16.3.5
Mac安装Navicat Premium 16.3.5
117 3
|
2月前
|
关系型数据库 MySQL 数据库
【Mac os系统】安装MySQL数据库
本文详细介绍了在Mac OS系统上安装MySQL数据库的步骤,包括下载、安装、配置环境变量、启动服务、授权设置以及解决常见问题,并提供了一些常用的MySQL命令。
92 0
【Mac os系统】安装MySQL数据库
|
16天前
|
项目管理 Python
如何在Mac上安装多个Python环境
在你的Mac上使用多个Python环境可以对项目管理很有帮助,特别是在同时处理不同Python版本或不同的包需求时。在这篇文章中,我们将向你展示如何在Mac上轻松地安装和管理多个Python环境。
25 5
 如何在Mac上安装多个Python环境
|
3天前
|
数据采集 中间件 关系型数据库
Mac系统通过brew安装mysql5.7后,启动报错的解决办法
Mac系统通过brew安装mysql5.7后,启动报错的解决办法
12 2
|
14天前
|
Oracle Java 关系型数据库
Mac电脑上安装和配置Flutter开发环境
Mac电脑上安装和配置Flutter开发环境
37 3