Closed GoogleCodeExporter closed 9 years ago
Based on communication with bug opener the issue here is stemming from
MicroManager interfering with Java RMI - this even occurs if MicroManger is
running and the demo is used.
Original comment by nonot...@gmail.com
on 21 Feb 2013 at 2:37
Hello,
I have exactly the same problem. But I don't have MicroManager.
How do I know which program is interfering with the connection?
Thank you.
Original comment by apasq...@gmail.com
on 9 Sep 2013 at 1:48
i have exactly the same problem. But! If i started from Swing application its
work, if i start from ant task it doesnt work !
Original comment by Aleksej.Turko@googlemail.com
on 15 Jan 2015 at 10:19
This works for me, maybe it helps, if still have problems.
public MatlabCommand() throws Exception {
// Change classloader for usage in OSGi threads
ClassLoader OldClassLoader = Thread.currentThread().getContextClassLoader();
Thread.currentThread().setContextClassLoader(this.getClass().getClassLoader());
this.Matlabfactory = new MatlabProxyFactory();
this.MatlabProxy = Matlabfactory.getProxy();
// Reset classloader
Thread.currentThread().setContextClassLoader(OldClassLoader);
}
Original comment by t.heitpl...@googlemail.com
on 21 May 2015 at 9:42
Original issue reported on code.google.com by
asgro%pr...@gtempaccount.com
on 20 Feb 2013 at 2:15