Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 69697 invoked from network); 10 Feb 2010 19:59:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Feb 2010 19:59:00 -0000 Received: (qmail 10725 invoked by uid 500); 10 Feb 2010 19:58:59 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 10649 invoked by uid 500); 10 Feb 2010 19:58:59 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 10639 invoked by uid 99); 10 Feb 2010 19:58:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 19:58:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 19:58:58 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 461CE234C052 for ; Wed, 10 Feb 2010 11:58:38 -0800 (PST) Message-ID: <830489388.188561265831918285.JavaMail.jira@brutus.apache.org> Date: Wed, 10 Feb 2010 19:58:38 +0000 (UTC) From: "Barak Naveh (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (SANDBOX-320) java.lang.IllegalMonitorStateException when using maven to build the project MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 java.lang.IllegalMonitorStateException when using maven to build the project ---------------------------------------------------------------------------- Key: SANDBOX-320 URL: https://issues.apache.org/jira/browse/SANDBOX-320 Project: Commons Sandbox Issue Type: Bug Components: Javaflow Environment: Ubuntu 9.10, OpenJDK Runtime Environment (IcedTea6 1.6.1) (6b16-1.6.1-3ubuntu1) OpenJDK Client VM (build 14.0-b16, mixed mode, sharing) Also happens with Sun JDK Reporter: Barak Naveh After checking out from svn, I tried to build using "svn package". I'm getting IllegalMonitorStateException from one of the unit tests. Ideas? Stack trace follows: java.lang.IllegalMonitorStateException at org.apache.commons.javaflow.rewrite.SimpleSynchronized.run(SimpleSynchronized.java:22) at org.apache.commons.javaflow.bytecode.StackRecorder.execute(StackRecorder.java:96) at org.apache.commons.javaflow.Continuation.continueWith(Continuation.java:168) at org.apache.commons.javaflow.Continuation.continueWith(Continuation.java:139) at org.apache.commons.javaflow.suite.VerificationTestCase.testSimpleSynchronized(VerificationTestCase.java:212) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.