* @throws CoreException
* detailed exception about the loading process errors
*/
private void initWrangler() throws CoreException {
final IOtpRpc mb = getBackend();
RpcResult res = mb.call_noexception("wrangler_refacs", "init_eclipse", "",
new Object[0]);
ErlLogger.debug("Wrangler app started:\n" + res);
res = mb.call_noexception("wrangler_error_logger", "init", "x",
new OtpErlangList());