3
votes

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

enter image description here

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 ?

3
I should add here when remove project from workspace, it does not hangs anymore.Neyma

3 Answers

2
votes
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.

1
votes

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

./AnypointStudio /JAVA_HOME/bin/ -clean
1
votes

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
[email protected]/AnypointStudio/workspace