問題タブ [apache-commons-exec]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - System.out/JtextArea への書き込み中に Apache ExectuorWatchDog がハングする
次のコードでJavaでApache.commons.exec.Executorを使用して、cmdシェルからtestng.xml(40個のテストケースを持つ)を実行しています:
ただし、11 ~ 14 個のテストケースを実行するとハングし、コンソールへの書き込みが停止し、永久にハングします。そのプロセスを強制終了すると、testng.xml の実行が突然再開されますが、executor プロセスを強制終了したため、コンソール出力が表示されません。