2015-01-09 360 views
0

使用Aptana Studio 3我排隊了很多新項目 - >「將現有文件夾升級爲新項目」,之後關閉了一堆。在操作正在運行時,我編輯了一個文件,但是當我試圖保存時,彈出窗口通知我排隊的操作列表,並在其上構建工作區。無法重新啓動Aptana Studio 3

等了半個小時後,「建築工作區」仍然停留在80%,我殺死了這個過程。現在Aptana無法啓動,我只是看到一個帶有默認外觀和感覺的小灰色窗口,以及無法用標準十字圖標關閉的Aptana Studio 3標題。

我正在使用Linux Mint機器。

我發現了一個集錦日誌文件,這是很冗長,但我認爲,在此摘錄存在的關鍵解決方案:

!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) 

它繼續與其他線路一樣,最後一個到:

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

然後多用「的org.eclipse」

+0

你真的殺了這個過程嗎?也許程序的一個實例仍在運行 – Ethaan

+0

是的,殺死並重新啓動整個機器。我的猜測是因爲在開始時Aptana試圖建立工作空間並陷入某種困境。 – Riccardo

+0

我不認爲像aptana「崩潰」的軟件只是爲了編輯和關閉項目,試着打開aptana並運行這個'#killall -15 aptanastudio'或者任何有aptana的東西,並且檢查 – Ethaan

回答

0

我設法達成部分解決方案開始行:我搜索了

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

,我發現這個話題: Aptana 3 is not starting and only says "An error has occurred. See the log file."

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

,他們說要刪除.snap文件定位在

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

我的工作區是同步dropbox,所以我試圖回到以前的版本,但沒有奏效,我最終刪除它。現在aptana開始了,但我必須重新制作我的所有項目和連接。