Re: [dev] Java extension works directly after installation, but not after Office restart - how to debug?

2009-04-03 Thread Agnisys
Hi Christian, Christian Lohmaier-2 wrote: > > > Doesn't the SAL_NO_XINITTHREADS=true work for you as well? That solved > the problem fo rme... > http://www.mail-archive.com/dev@openoffice.org/msg11076.html > > We didn't know about this variable. I tried it and it works! Thanks a lot. Anupam

Re: [dev] Java extension works directly after installation, but not after Office restart - how to debug?

2009-04-03 Thread Christian Lohmaier
Hi Anupam, *, On Fri, Apr 3, 2009 at 4:53 PM, Agnisys wrote: > > Hello all, >  We have been facing this issue with our OO AddOn that uses Swing. >  The problem happens on RedHat Linux and Fedora . We have tested on > Windows, Solaris, Ubuntu Linux and it works fine. > >  On RH Linux, our Swing wi

Re: [dev] Java extension works directly after installation, but not after Office restart - how to debug?

2009-04-03 Thread Agnisys
Hello all, We have been facing this issue with our OO AddOn that uses Swing. The problem happens on RedHat Linux and Fedora . We have tested on Windows, Solaris, Ubuntu Linux and it works fine. On RH Linux, our Swing window comes up OK, once. If you click outside the Swing window and come b

Re: [dev] Java extension works directly after installation, but not after Office restart - how to debug?

2009-02-16 Thread Marcin Miłkowski
Christian Lohmaier pisze: > Hi Marcin, *, > > On Fri, Feb 13, 2009 at 9:00 PM, Marcin Miłkowski wrote: >> Hi Christian, >> >> did you try using another JRE? > > Yes. also tried with 1.5.u17 - same result. [snip] >> I haven't used 1.6u11 yet and there could be some regression in it. >> Sometim

Re: [dev] Java extension works directly after installation, but not after Office restart - how to debug?

2009-02-15 Thread Christian Lohmaier
Hi Marcin, *, On Fri, Feb 13, 2009 at 9:00 PM, Marcin Miłkowski wrote: > Hi Christian, > > did you try using another JRE? Yes. also tried with 1.5.u17 - same result. Directly after Installation (without restart of OOo), I can fully use the extension, after restart → broken. Easiest Testcase: *

Re: [dev] Java extension works directly after installation, but not after Office restart - how to debug?

2009-02-13 Thread Marcin Miłkowski
Hi Christian, did you try using another JRE? I haven't used 1.6u11 yet and there could be some regression in it. Sometimes also removing javasettings.xml in your user directory helps resolve some problems with Java in OOo. Regards Marcin Dnia 13 lutego 2009 20:16 Christian Lohmaier napisał(a

Re: [dev] Java extension works directly after installation, but not after Office restart - how to debug?

2009-02-13 Thread Christian Lohmaier
Hi Marcin, *, On Fri, Feb 13, 2009 at 5:35 PM, Marcin Miłkowski wrote: > Hi Christian, > > install LanguageTool and open Tools > Languagetool > Options to see if it's > about Java UI. We use Swing dialog boxes there (and the install requires > restart of OOo, it won't work just after installati

Re: [dev] Java extension works directly after installation, but not after Office restart - how to debug?

2009-02-13 Thread Marcin Miłkowski
Hi Christian, install LanguageTool and open Tools > Languagetool > Options to see if it's about Java UI. We use Swing dialog boxes there (and the install requires restart of OOo, it won't work just after installation...) HTH to debug the cause Marcin Dnia 13 lutego 2009 16:14 Christian Lohmai

Re: [dev] Java extension works directly after installation, but not after Office restart - how to debug?

2009-02-13 Thread Christian Lohmaier
Hi Jürgen, *, On Fri, Feb 13, 2009 at 3:54 PM, Juergen Schmidt wrote: > Christian Lohmaier wrote: >> >> Java extension on my machine works only when run out of the soffice, >> directly after installing it via Extension Manager. >> After restarting OOo, the extension/Java just hangs (no cpu usage,

Re: [dev] Java extension works directly after installation, but not after Office restart - how to debug?

2009-02-13 Thread Juergen Schmidt
Christian Lohmaier wrote: Hi *, Java extension on my machine works only when run out of the soffice, directly after installing it via Extension Manager. After restarting OOo, the extension/Java just hangs (no cpu usage, but also no progress whatsoever) I use OOo 3.0.1 (Sun-provided build) and J

[dev] Java extension works directly after installation, but not after Office restart - how to debug?

2009-02-12 Thread Christian Lohmaier
Hi *, Java extension on my machine works only when run out of the soffice, directly after installing it via Extension Manager. After restarting OOo, the extension/Java just hangs (no cpu usage, but also no progress whatsoever) I use OOo 3.0.1 (Sun-provided build) and JDK 1.6u11 (also Sun's versio