Community
Participate
Working Groups
I ran into this problem in bug 400482 comment 2. For reasons still not quite understood, trying to connect to one of my project's drive was hanging. And we observed that when this happens, no one else on orion.eclipse.org could access the navigator root. John explains that drive creation (what is called "connect" in the UI) uses the workspace servlet. And the servlet methods are synchronized to prevent threading problems storing state. Adding an ftp drive will make a socket request, and the timeout is OS dependent. If this happens, than any other request to the workspace servlet is blocked until the timeout is done. This exactly maps to the symptoms in the other bug. We found that we could access subfolders via the navigator, but not the workspace root. The subfolders requests run in a different servlet (file servlet)
*** Bug 400622 has been marked as a duplicate of this bug. ***
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see: https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html