博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
解决myeclipse10.x的Servers产生的NullPointerException
阅读量:6115 次
发布时间:2019-06-21

本文共 1091 字,大约阅读时间需要 3 分钟。

hot3.png

解决办法:

1. Shut down the workspace.

2. Delete  the file com.genuitec.eclipse.ast.deploy.core.prefs which is located at <workspace dir>/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.genuitec.eclipse.ast.deploy.core.prefs
3. Start the IDE.

错误:

java.lang.NullPointerException

 at com.genuitec.eclipse.ast.deploy.core.Deployment.<init>(Unknown Source)
 at com.genuitec.eclipse.ast.deploy.core.ModuleDeployment.<init>(Unknown Source)
 at com.genuitec.eclipse.ast.deploy.core.WebDeployment.<init>(Unknown Source)
 at com.genuitec.eclipse.ast.deploy.core.Deployment.create(Unknown Source)
 at com.genuitec.eclipse.ast.deploy.core.DeploymentManager.loadFromPreferences(Unknown Source)
 at com.genuitec.eclipse.ast.deploy.core.DeploymentManager.init(Unknown Source)
 at com.genuitec.eclipse.ast.deploy.core.DeploymentManager.<init>(Unknown Source)
 at com.genuitec.eclipse.ast.deploy.core.DeploymentManager.getDefault(Unknown Source)
 at com.genuitec.eclipse.ast.deploy.core.ui.ServerTreeViewer$ServerTreeContentProvider.inputChanged(Unknown Source)

转载于:https://my.oschina.net/waitinghope/blog/192876

你可能感兴趣的文章
微信开源mars源码分析2—上层samples分析(续)
查看>>
六大设计原则 -- 5.迪米特法则
查看>>
LC 267 Palindrome Permutation II
查看>>
PHP --- Session
查看>>
在多主机Docker网络中运行XtraDB Cluster
查看>>
Realm为Node.js发布对象数据库
查看>>
Visual Studio 2019正式版发布,专注于人工智能和生产力
查看>>
Bitbucket Pipes发布,带来30+自动化CI/CD管道的方法
查看>>
对自组织的实验
查看>>
我们评测了5个主流跨端框架,这是它们的区别
查看>>
软件测试工程师的核心竞争力是什么?
查看>>
NuGet已整合到MSBuild中
查看>>
《The Coaching Booster》问与答
查看>>
Cling旨在提供一款高性能的C++ REPL
查看>>
ArchSummit深圳2016大会讲师确认过半
查看>>
FoundationDB宣布记录层支持关系数据库语义、模式管理和索引功能
查看>>
Microsoft发布了Azure Bot Service和LUIS的GA版
查看>>
苹果在GitHub上正式开源iOS内核源码
查看>>
不受微软待见的Python,如何在八年内逆袭成功?
查看>>
2018视频人物识别挑战赛冠军经验分享:在现有机器资源条件下更快速验证是关键...
查看>>