Note that there are some explanatory texts on larger screens.

plurals
  1. POMule Studio fails to save Maven settings
    text
    copied!<p>When I launch a new installation of Mule Studio on my Mac I get the following error:</p> <p><img src="https://i.stack.imgur.com/i6GGB.png" alt="enter image description here"></p> <p>I then go to the Preferences/Mule Studio/Maven, check the checkboxes, point to the Maven home directory ("/Users/name/tools/apache-maven-3.1.1"), and save the settings.</p> <p>When I restart Mule Studio, it presents the same error and the Maven settings I added are blank. I also have the following set in my .bash_profile:</p> <pre><code>export MAVEN_HOME=/Users/name/tools/apache-maven-3.1.1 export M2_HOME=/Users/name/tools/apache-maven-3.1.1 export M2=$M2_HOME$/bin export PATH=$PATH:$M2 </code></pre> <p>From the Terminal, the Maven version is:</p> <pre><code>~ $ mvn --version Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 09:22:22-0600) Maven home: /Users/name/tools/apache-maven-3.1.1 Java version: 1.6.0_29, vendor: Apple Inc. Java home: /Library/Java/JavaVirtualMachines/1.6.0_29-b11-402.jdk/Contents/Home Default locale: en_US, platform encoding: UTF8 OS name: "mac os x", version: "10.9", arch: "x86_64", family: "mac" </code></pre> <p>In the Mule Studio error log, this information is repeated:</p> <pre><code>!ENTRY org.eclipse.core.net 1 0 2013-10-29 08:30:52.973 !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences !SESSION 2013-10-29 09:56:40.767 ----------------------------------------------- eclipse.buildId=unknown java.version=1.6.0_29 java.vendor=Apple Inc. BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US Framework arguments: -keyring /Users/name/.eclipse_keyring -showlocation Command-line arguments: -os macosx -ws cocoa -arch x86_64 -keyring /Users/name/.eclipse_keyring -showlocation !ENTRY org.mule.tooling.core 1 0 2013-10-29 09:56:44.114 !MESSAGE 'M2_REPO has been previously set. Not adding it again to the workspace. </code></pre> <p>What do I need to do to fix this error?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload