Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

For some reason, every time I start aptana studio I get pop-up warnings about:

An internal error occurred during: "Preload additional info".

Any idea what that is?

TIA!

share|improve this question

2 Answers

Your Project file is corrupt. I had the same problem after moving my workspace to a dropbox folder and accessing it with two computers.

Solution:

  1. Within Eclipse: Remove old project from Eclipse (do NOT delete the files!)
  2. Within Finder / Explorer: Rename the old project folder to some backup-name
  3. Within Eclipse: Create a new project under the old name
  4. Within Finder / Explorer: Copy all .py-files (NOT .PYC!) and auxilary files for your project into the the new project folder (3)
  5. Within Eclipse: Refresh (F5) your project
  6. enjoy ;-)
share|improve this answer

Fedora 17 // 3.6.6-1.fc16.i686 // Eclipse SDK - Juno // Version: 4.2.1

In addition to the other fine posts, I too use a dropbox between two machines and have had my project file go caput.

1.) Backup your workspace folder to workspacebu. Recreate the dir workspace (empty folder). Open eclipse and then select import under the file menu.

2.) Choose Existing Projects into Worspace under the General Tab, browse to your backup workspacebu dir and click ok. From the now populated "Projects:" window, select the projects to import.

3.) Finally, select Copy projects into workspace and click finish.

Should be good to go!

Final note - take note of how you setup your layout.. If you take this route, you will have to recreate your eclipse perspective(s) layout.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.