无法重启Aptana Studio 3

时间:2023-01-24 15:06:24

Using Aptana Studio 3 I queued a lot of new projects -> "upgrade existing folder as a new project" and closed a bunch of them afterwards. While the operations were running I edited a file but when I tried to save, a pop up window notified me of the list of operations queued, building workspace on top of it.

使用Aptana Studio 3我排队了许多新项目 - >“将现有文件夹升级为新项目”,然后关闭了其中的一些项目。当操作正在运行时,我编辑了一个文件但是当我尝试保存时,弹出窗口通知我排队的操作列表,在它上面构建工作区。

After waiting half an hour "building workspace" was still stuck at 80% and I killed the process. Now Aptana won't start at all, I just get a little grey window with a default look and feel and the Aptana Studio 3 title which can't be closed with the standard cross icon.

等了半个小时后,“建筑工作空间”仍然停留在80%,我杀了这个过程。现在Aptana根本不会启动,我只是得到一个带有默认外观和Aptana Studio 3标题的灰色窗口,无法用标准十字图标关闭。

I'm working on a Linux Mint machine.

我正在研究Linux Mint机器。

I found an Aptana log file, it is quite verbose but I think in this excerpt there is the key to the solution:

我发现了一个Aptana日志文件,它非常详细,但我认为在这个摘录中有解决方案的关键:

!ENTRY org.eclipse.core.resources 2 10035 2015-01-09 19:35:58.829
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.

!ENTRY org.eclipse.osgi 4 0 2015-01-09 19:35:59.250
!MESSAGE An error occurred while automatically activating bundle org.eclipse.core.resources (427).
!STACK 0
org.osgi.framework.BundleException: Exception in org.eclipse.core.resources.ResourcesPlugin.start() of bundle org.eclipse.core.resources.
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:734)

it goes on with other lines like the last one until:

它继续与其他线路一样,直到:

Caused by: org.eclipse.core.internal.dtree.ObjectNotFoundException: Tree element '/lectiosbusiness/funzioni/sql.php' not found.

Then more of the lines beginning with "at org.eclipse"

然后更多以“at org.eclipse”开头的行

1 个解决方案

#1


0  

I managed to reach a partial solution: i've searched for the

我设法达成了部分解决方案:我已经搜索过了

Tree element '/path/filename.php' not found.

and i found this topic: Aptana 3 is not starting and only says "An error has occurred. See the log file."

我找到了这个主题:Aptana 3没有启动,只说“发生错误。请参阅日志文件。”

which refers to: http://www.eclipse.org/forums/index.php/mv/msg/156204/734920/#msg_734920

指的是:http://www.eclipse.org/forums/index.php/mv/msg/156204/734920/#msg_734920

and they say to delete .snap file locate at

他们说要删除.snap文件找到

yourworkspace/.metadata/.plugins/org.eclipse.core.resources/.snap

my workspace is in sync to dropbox so i tried to go back to previous versions but that didn't worked and i ended up deleting it. Now aptana starts but i have to remake all of my projects and connections.

我的工作区与Dropbox同步,所以我试图回到以前的版本但是没有用,我最终删除了它。现在aptana开始,但我必须重新制作我的所有项目和连接。

#1


0  

I managed to reach a partial solution: i've searched for the

我设法达成了部分解决方案:我已经搜索过了

Tree element '/path/filename.php' not found.

and i found this topic: Aptana 3 is not starting and only says "An error has occurred. See the log file."

我找到了这个主题:Aptana 3没有启动,只说“发生错误。请参阅日志文件。”

which refers to: http://www.eclipse.org/forums/index.php/mv/msg/156204/734920/#msg_734920

指的是:http://www.eclipse.org/forums/index.php/mv/msg/156204/734920/#msg_734920

and they say to delete .snap file locate at

他们说要删除.snap文件找到

yourworkspace/.metadata/.plugins/org.eclipse.core.resources/.snap

my workspace is in sync to dropbox so i tried to go back to previous versions but that didn't worked and i ended up deleting it. Now aptana starts but i have to remake all of my projects and connections.

我的工作区与Dropbox同步,所以我试图回到以前的版本但是没有用,我最终删除了它。现在aptana开始,但我必须重新制作我的所有项目和连接。