Anypoint studio/Mule hangs during startup

主宰稳场 提交于 2019-12-05 21:32:43
iam siva46
AnypointStudio /JAVA_HOME/bin/ -clean

Go to any AnypointStudio directory in command prompt and execute the above command. Make sure that JAVA_HOME variable is in the environment variables.

I find the solution. By clearing cache for Mule/ Anypoint Studio it works.

./AnypointStudio /JAVA_HOME/bin/ -clean
Ankit Sharma

And you can increase -XX:MaxPermSize size in <%installation_Direcotry%>/AnypointStudio.ini place -clean attribute in ini file:

-clean
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20150204-1316
-vmargs
-Xms584m
-Xmx1024m
-XX:MaxPermSize=784m
-Dosgi.instance.area.default=@user.home/AnypointStudio/workspace
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!