break signal – Japanese Translation – Keybot Dictionary
TTN Translation Network
TTN
TTN
Login
Deutsch
Français
Source Languages
Target Languages
Select
Select
Keybot
10
Results
3
Domains
wrapper.tanukisoftware.com
Show text
Show cached source
Open source URL
The problem is that you might set the wrapper.java.command property to a batch file rather than directly to the java.exe. When requesting a thread dump, the "
BREAK
"
signal
is being sent to the process command.exe/shell rather than the Java process. It then forwards the
signal
on to the JVM but also sets an internal flag that CTRL-C has been pressed. When the child, Java exits, it immediately asks the user if they wish to stop or continue the batch script.
Compare text pages
Compare HTM pages
Open source URL
Open target URL
Define
wrapper.tanukisoftware.com
as primary domain
アプリケーション内で[System.exit()]を呼び出すと、 Wrapperはそれを検知して、シャットダウンを試みます。 もし、シャットダウン・プロセス中に、 アプリケーションが再び[System.exit()]を呼び出して、 そのコールが永久にブロックしてしまい、アプリケーションがハングアップします。 また、AWTフレーム上で、あるいは、シャットダウン・フック・スレッド内部からのウィンドウ上で、 [destroy()]メソッドを呼び出すという問題もあります。 この問題を避けるための方法について詳細は、 コンフィギュレーションの概要にある [wrapper.disable_shutdown_hook] プロパティを参照してください。