|
From: Leif M. <le...@ta...> - 2008-05-21 00:40:48
|
Scott, Are you referring to the "CTRL-BREAK/PAUSE trapped" message? It looks like you are running on a Windows machine. Java has a built in feature to allow the user to request a thread dump by pressing CTRL + <the BREAK key>. The Wrapper also traps this key sequence so it can be forwarded on to the Java process. Are you saying that the user is seeing this over and over in the logs? I have never heard of this signal being sourced by anything other than a user key press. You can confirm that your customer is not pressing these keys? If not then there must be something else running on the system that is generating those key press events. Cheers, Leif On Wed, May 21, 2008 at 7:12 AM, Scott Myers <sco...@di...> wrote: > I have a customer who is running my application under JSW. They report > seeing the message stream below when they start the application. Reportedly, > this happens over and over. > > > > At this point, I'm just looking for a little guidance about how to proceed > with this issue. Does anyone know what trigger such a thing? > > > > wrapper | --> Wrapper Started as Console wrapper | Launching a JVM... > > jvm 1 | Wrapper (Version 3.2.0) http://wrapper.tanukisoftware.org > > jvm 1 | > > wrapper | CTRL-BREAK/PAUSE trapped. Asking the JVM to dump its state. > > jvm 1 | 2008-05-20 10:19:11 > > jvm 1 | Full thread dump Java HotSpot(TM) Client VM (10.0-b19 mixed mode, > sharing): > > jvm 1 | <snip> |