Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Locking assertion failure.
Date: Thu, 18 Sep 2008 15:08:03 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 43
Message-ID: <gatqsj$l3v$1@fred.mathworks.com>
References: <ftkihm$5p$1@fred.mathworks.com> <fuhfm1$6te$1@fred.mathworks.com> <fuuf7k$t72$1@fred.mathworks.com> <g3bh07$m0j$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1221750483 21631 172.30.248.38 (18 Sep 2008 15:08:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 18 Sep 2008 15:08:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1496083
Xref: news.mathworks.com comp.soft-sys.matlab:490783


"Matteo " <voto_100.delete.this@hotmail.com> wrote in message <g3bh07$m0j$1@fred.mathworks.com>...
> "Jeff " <wweagleflyer@yahoo.com> wrote in message
> <fuuf7k$t72$1@fred.mathworks.com>...
> > I have the same problem.  Another forum:
> > 
> > https://bugs.launchpad.net/xorg-server/+bug/185311
> > 
> > gave several things to try, one of which partially fixed the
> > problem.
> > 
> > on Ubuntu 8.04, the following fixed the problem with v2007a,
> > but did not fix the problem with v2008a
> > 
> > export MATLAB_JAVA=/usr/lib/jvm/java-6-sun-1.6.0.06/jre
> > 
> > I am still trying to figure out why this isn't working with
> > v2008a
> > 
> > Hope this helps
> 
> Hello people,
> 
> This did not help me. I have openSUSE 11 with MATLAB 2007a.
> This fix prevents the error at MATLAB start, but then I
> still don't see any title, legend or axis on MATLAB's plots,
> furthermore I get this error when I try to ratate a figure:
> 
> java.lang.NullPointerException
> 	at
> com.mathworks.jmi.bean.MatlabBeanInterface.addCallback(MatlabBeanInterface.java:680)
> 	at
> com.mathworks.jmi.bean.MatlabCallbackInterface.addCallback(MatlabCallbackInterface.java:128)
> 
> Any other suggestion? Thanks
> 
> maTTeo

To fix the non-display title for me I did
export AWT_TOOLKIT="MToolkit"

Rob