- This topic has 3 replies, 2 voices, and was last updated 12 years, 4 months ago by
support-swapna.
-
AuthorPosts
-
Hi,
I wonder if someone can assist from MyEclipse support or someone else?We have version 8.6.1 and 7.5. installed on several pcs
Windows 7 ProThe workspaces are held on a Linux network drive.
Every so often when using myEclipse it hangs and the windows blue rotating circle appears.
Usage can be right clicking on the project navigator, typing something into a piece of Java code to name some.
It eventually returns and when it returns it is okay. We don’t all get it at the same time but then we are not all coding at the same time.
Any advice on this please?
thanks
KenMarch 19, 2013 at 1:51 am #336764
support-swapnaModeratorKen,
Sorry that you are seeing issues.
1.If you are saving to mapped network drives, can you please try disabling the scan network drives on a virus scanner ?
2. Are you working with large workspace which runs into several projects ?
3. Can you please close the projects that are not in use and see if it helps ?
4. You can also try deleting the MyEclipse workspace local history on the network drive and check if it helps. Check this link to know where the local history is stored :
http://wiki.eclipse.org/FAQ_Where_is_the_workspace_local_history_stored%3F5. If you are still seeing the issue , Clear the contents of the .log file which is located at <workspace dir>/.metadata/.log. Replicate the issue and copy paste the contents of the .log file here for us to take a look.
6. I also recommend installing the latest version of MyEclipse (stable version 10.7.1) to take advantage of over 3-4 years of developments made to the IDE. We have made lots of improvements in terms of speed, efficiency and many more developments since 8.6.1.
You can download the latest version under the Stable stream from here :
https://www.myeclipseide.com/module-htmlpages-display-pid-4.htmlLet us know how it works for you.
March 19, 2013 at 6:28 am #336769thanks for the prompt reply.
See below for my answers.
I do also see the “initializing Spring tooling….” appear on start up and it becomes very slow in repsonding?
thanks,
Ken@support-swapna wrote:
Ken,
Sorry that you are seeing issues.
1.If you are saving to mapped network drives, can you please try disabling the scan network drives on a virus scanner ?
>>>> I am waiting on feedback on that one.2. Are you working with large workspace which runs into several projects ?
>>> Not particually, about 12 open3. Can you please close the projects that are not in use and see if it helps ?
>>>>I have now 6 open.4. You can also try deleting the MyEclipse workspace local history on the network drive and check if it helps. Check this link to know where the local history is stored :
http://wiki.eclipse.org/FAQ_Where_is_the_workspace_local_history_stored%3F
>>>>I have now done this as well.5. If you are still seeing the issue , Clear the contents of the .log file which is located at <workspace dir>/.metadata/.log. Replicate the issue and copy paste the contents of the .log file here for us to take a look.
>>>> Will now continue to monitor based on the changes I have made.
6. I also recommend installing the latest version of MyEclipse (stable version 10.7.1) to take advantage of over 3-4 years of developments made to the IDE. We have made lots of improvements in terms of speed, efficiency and many more developments since 8.6.1.
You can download the latest version under the Stable stream from here :
https://www.myeclipseide.com/module-htmlpages-display-pid-4.html>>>> The last time we tried that with v9 it did not work at all for us.
>>>>> I will though try again with V10.7.1Let us know how it works for you.
March 20, 2013 at 4:01 am #336819
support-swapnaModeratorKen,
1. If you are not working with Spring, you can uninstall the Spring support from MyEclipse. Go to MyEclipse Configuration Center > Dashboard > uncheck Spring Support for MyEclipse from the MyEclipse Features list. Apply the changes and follow the wizard. Restart the IDE when it prompts to. This should resolve the issue with “spring tooling” delay.
2. Additionally to fix the general delay issues, I recommend you increase the heap size to preferable settings. The myeclipse.ini file can be found in the same folder as your MyEclipse executable. Open it in any text editor and change the values to :
-vmargs
-Xmx768m
-XX:MaxPermSize=384mLet us know how it works for you.
-
AuthorPosts