DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9750>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9750 Using AsynchAppender in logging configuration prevents virtual machine from exiting ------- Additional Comments From [EMAIL PROTECTED] 2002-06-10 17:45 ------- This test case was compiled and run using JDK1.4 It should run in earlier versions with the addition of an xml parser. compiled with "javac -classpath log4j.jar Test.java" the nohang case is run with "%JAVA_HOME_14%\bin\java -cp log4j.jar;. - Dlog4j.configuration=log4jconfig_nohang.xml Test" it generated the following output: 2002-06-10 11:36:59,874: DEBUG (test) - starting 2002-06-10 11:36:59,889: DEBUG (test) - finishing the hanging case is run with "C:\log4j_case>%JAVA_HOME_14%\bin\java -cp log4j.jar;. -Dlog4j.configuration=log4jconfig_hang.xml Test" it generates the same output: 2002-06-10 11:37:04,670: DEBUG (test) - starting 2002-06-10 11:37:04,670: DEBUG (test) - finishing except that execution does not stop. The process continues until forcibly terminated (Ctrl-C on the console, for example). If you need any other test cases, or if I have missed any information you would like to have, please let me know. Sean Reilly -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
