Anypoint studio/Mule hangs during startup

孤人 提交于 2019-12-22 10:56:39

问题


I am new to Mule and Anypoint studio. I worked with Mule before. After a while I came back to work with it again. I upgrade to

Anypoint Studio March 2015 Release Version: 5.1.0 Build Id: 201503171252

(sorry but I do not remember my old version and it over wrote by new version now)

After upgrading it hangs during start-up. It hangs during process of

My system :

Linux Mint 17 Qiana
Java -varsion : 
java version "1.7.0_67"
Java(TM) SE Runtime Environment (build 1.7.0_67-b01)
Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)

Any suggestion ?


回答1:


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.




回答2:


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

./AnypointStudio /JAVA_HOME/bin/ -clean



回答3:


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


来源:https://stackoverflow.com/questions/30638952/anypoint-studio-mule-hangs-during-startup

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!