I haven't heard of this or been concerned with it myself. However, it might be caused by the "forkMode" setting in the surefire plugin. See the "Forking" section on the following page for more information.
http://maven.apache.org/plugins/maven-surefire-plugin/howto.html Matt On Wed, Oct 29, 2008 at 10:34 AM, Philip Barlow <[EMAIL PROTECTED]> wrote: > > Hi All, > > I searched the mailing list for this problem and i couldn't find any > references to it. I have noticed that sometimes when I run mvn test, the > tests hang. This is not an OOM error as we discussed some time ago, it > seems to me that a second java process starts up at some point during my > tests and in the task manager i see 2 java.exe processes. If i kill one > the tests continue. > > Has anyone encountered this? Does anyone have any idea what might be > causing this? > > Apologies if this is a known issue. > > Thanks > > Philip > -- > View this message in context: > http://www.nabble.com/2-Java-Processes-tp20230892s2369p20230892.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
