Re: App hang and pulse logger stops

2015-05-18 Thread Pedro Duque Vieira
Here's the output from JStack. Sorry for the long post. Is there anything that says why the app hung (I can't find anything)? "JMX server connection timeout 46" #46 daemon prio=5 os_prio=0 tid=0x1a9f9800 nid=0x1a44 in Object.wait() [0x1b3bf000] java.lang.Thread.State: TIMED_WAITING (on objec

Re: App hang and pulse logger stops

2015-05-14 Thread Pedro Duque Vieira
Hi Morris, I've tried running with the flags you mention but it all stops producing text when the application hangs and there's no information remaining which would tell me why the application hangs. I've also tried using the apps you talk about (jstack and visual vm) but I can't make sense of th

Re: App hang and pulse logger stops

2015-05-13 Thread Jeff Martin
I think I ran into this a bit when I had a mixed swing/javafx application. It was always due to inadvertently performing Swing activity while still in the JFX thread or visa versa. I think sometimes checking the stack frame on both threads would show me where it was (but sometimes not). I think

Re: App hang and pulse logger stops

2015-05-13 Thread Pedro Duque Vieira
Anyone...? (see below) On Mon, May 11, 2015 at 8:03 PM, Pedro Duque Vieira < pedro.duquevie...@gmail.com> wrote: > > Hi, > > > > Already posted this on the OTN forum but got no response. > > > I have a swing/javafx app that is hanging randomly without any error > information (exceptions thrown, e

Re: App hang and pulse logger stops

2015-05-11 Thread Morris Meyer
Hi Pedro, You might want to try setting the flags "quantum.debug", "quantum.pulse" and "quantum.verbose" when launching your application. Prior to that you might want to try to get a stack trace of the hung application using jstack, Visual VM or doing a Ctrl-Break on Windows or Control-\ on