myeclipse报错:Could not create the view: An unexpected exception was thrown.

打开server窗口,发现显示:Could not create the view: An unexpected exception was thrown.

此处解决方法:

  1.   关闭myeclipse
  2.   删除文件workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.genuitec.eclipse.ast.deploy.core.prefs
  3.   重新启动myeclipse即可

为了了解原因,需要做些工作:

  了解到:

  .metadata:保存当前工作空间的一些配置信息,Eclipse内所有改动都放在这个文件夹中。其中,workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings里面保存的是eclipse启动的配置

  菜单 “windows->preference”相关的数据大多在 .metadata\.plugins\org.eclipse.core.runtime\.settings 下。

  原因:应该是myeclipse未完全加载其中的配置信息造成的,可能是它读不出其中的配置信息,也可能是它解析其中的配置信息出了问题。由于这个本身不涉及工作空间中的其他控件的使用,只是无法创建server显示的信息,所以,可以删除后,在eclipse重启过程中,靠它自己重新新建。明显deploy是显示用途的信息配置。

时间: 2025-01-09 03:57:35

myeclipse报错:Could not create the view: An unexpected exception was thrown.的相关文章

MyEclipse server窗口 Could not create the view: An unexpected exception was thrown 错误解决

MyEclipse 打开后有时候莫名的在server窗口里抛出“Could not create the view: An unexpected exception was thrown”错误,解决办法: 打开myeclipse所在的wordspace文件夹,在下面子文件夹 .metadata\.plugins\org.eclipse.core.runtime\.settings 删除 com.genuitec.eclipse.ast.deploy.core.prefs 重启myeclipse即

Myeclipse打开后报错Could not create the view: An unexpected exception was thrown.

这是因为myeclipse没有正常关闭再次启动加载工作空间时产生的错误异常,删除工作空间下F:\java-work\.metadata\.plugins\org.eclipse.core.runtime\.settings\的com.genuitec.eclipse.ast.deploy.core.prefs文件,重启myeclipse即可.

MyEclipse无法创建servers视图:Could not create the view: An unexpected exception was thrown

今天上班刚打开MyEclipse,就发现servers视图无法打开了,显示:Could not create the view: An unexpected exception was thrown.如下图: 上网查了之后,解决办法如下: 错误中有一条 at com.genuitec.eclipse.ast.deploy.core.Deployment,到工作空间下面的.metadata\.plugins\org.eclipse.core.runtime\.settings目录下面找到了名称为c

MyEclipse Could not create the view: An unexpected exception was thrown解决方案

问题:电脑突然断电,myeclipse非正常关闭,“Package Explorer”非正常显示,出现错误“Could not create the view: An unexpected exception was thrown.”.但是项目中的文件可以通过命令查看. 解决方式:关闭myeclipse --  删除文件 “.metadata/.plugins/org.eclipse.core.runtime/.settings/ com.genuitec.eclipse.ast.deploy.

myeclipse中启动时Tomcat出现Could not create the view: An unexpected exception was thrown错误解决方案

问题: 电脑突然断电,myeclipse非正常关闭,"Package Explorer"非正常显示,出现错误"Could not create the view: An unexpected exception was thrown."但是项目中的文件可以通过命令查看. 解决方式: 1.关闭myeclipse 2.删除文件".metadata/.plugins/org.eclipse.core.runtime/.settings/com.genuitec.

Could not create the view: An unexpected exception was thrown. 电脑突然断电,myeclipse非正常关闭,出现错误

电脑突然断电,myeclipse非正常关闭,“Package Explorer”非正常显示,出现错误“Could not create the view: An unexpected exception was thrown.”.但是项目中的文件可以通过命令查看. 解决方式: 关闭myeclipse -- 删除文件 “.metadata/.plugins/org.eclipse.core.runtime/.settings/ com.genuitec.eclipse.ast.deploy.cor

MyEclipse Servers视窗出现“Could not create the view: An unexpected exception was thrown”错误解决办法

MyEclipse 打开后有时候莫名的在server窗口里抛出“Could not create the view: An unexpected exception was thrown”错误,解决办法: 打开myeclipse所在的wordspace文件夹,在下面子文件夹 .metadata\.plugins\org.eclipse.core.runtime\.settings 删除 com.genuitec.eclipse.ast.deploy.core.prefs 重启myeclipse即

Could not create the view: An unexpected exception was thrown

Could not create the view: An unexpected exception was thrown. 电脑突然断电,myeclipse非正常关闭,出现错误 问题: 电脑突然断电,myeclipse非正常关闭,"Package Explorer"非正常显示,出现错误"Could not create the view: An unexpected exception was thrown.".但是项目中的文件可以通过命令查看. 解决方式: 关闭

Could not create the view: An unexpected exception was thrown. Myeclipse空间报错

我也遇到过这个问题,就是工作空间的问题好像是删除你工作空间的一个文件就可以解决了,我记得好像是下面这么操作的,不知道对不对! 未确定这样之后还会不会出现这个问题