1

I am experiencing a problem where Rational Application Developer 8 consistently hangs indefinitely on startup. I've only been able to find a partial solution: I can get RAD to start up if I delete the <n>.tree file in the workspace's .metadata.plugins\org.eclipse.core.resources.root directory. Once started however, all projects must be re-imported.

What I can't seem to solve is the underlying issue -- the issue recurs after every shutdown of RAD, and I'm having to delete the .tree file and re-import the projects each time I start the app. Shutting down RAD normally does not prevent the problem from recurring; neither does removing all projects and cycling RAD with no projects (problems start again immediately the first time RAD is shut down with projects still imported). I've even created a new workspace from scratch, but it didn't help either.

I'm at a loss. If anyone has experienced this, any insight would be greatly appreciated.

3 Answers3

2

I am currently experiencing the same problem with an older version of RAD and haven't found a working solution yet so far, but you might get some pointers from here: How do I prevent Eclipse from hanging on startup?

At any rate, you can check the ./metadata/.log file in your workspace for useful information about where exactly it hangs.

Community
  • 1
  • 1
tehvan
  • 10,189
  • 5
  • 27
  • 31
1

There are many background process starts when Eclipse or RAD starts. You can disable the background process which is not required. These can be found under Window->Preferences->General->Startup and Shutdown.

vivek kumar
  • 179
  • 3
  • 8
0

Delete Temp files under /tmp folder and restart RAD...

Worked for me...