您的位置:首页 > 编程语言 > Java开发

解决myeclipse10.x的Servers产生的at com.genuitec.eclipse.ast.deploy.core.Deployment.<init>(Unknown Source)错

2015-09-20 20:26 661 查看
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

解决办法:
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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: