Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@www.apache.org Received: (qmail 56942 invoked from network); 2 Dec 2003 06:22:29 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Dec 2003 06:22:29 -0000 Received: (qmail 95175 invoked by uid 500); 2 Dec 2003 06:22:01 -0000 Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 95053 invoked by uid 500); 2 Dec 2003 06:22:01 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 95037 invoked from network); 2 Dec 2003 06:22:00 -0000 Received: from unknown (HELO MAILBLR.p.in.integral.com) (203.200.19.164) by daedalus.apache.org with SMTP; 2 Dec 2003 06:22:00 -0000 Received: by MAILBLR.p.in.integral.com with Internet Mail Service (5.5.2653.19) id ; Tue, 2 Dec 2003 11:57:13 +0530 Message-ID: <6461CC37A728E04592E8B88DDC6EBCA145DF94@MAILBLR.p.in.integral.com> From: Anup Katariya To: "Geronimo-Dev (E-mail)" Subject: why do unit test hangs? Date: Tue, 2 Dec 2003 11:57:11 +0530 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello, While building Geronimo, some times test cases hangs. Its not particular test case though. When I tried to build next time, I got the following error. test:test: [junit] Running org.apache.geronimo.cache.LRUInstanceCacheTest [junit] java.lang.UnsupportedClassVersionError: org/apache/geronimo/cache/LRUInstanceCacheTest (Unsupported major.m nor version 48.0) [junit] at java.lang.ClassLoader.defineClass0(Native Method) [junit] at java.lang.ClassLoader.defineClass(ClassLoader.java:493) [junit] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111) [junit] at java.net.URLClassLoader.defineClass(URLClassLoader.java:248) [junit] at java.net.URLClassLoader.access$100(URLClassLoader.java:56) [junit] at java.net.URLClassLoader$1.run(URLClassLoader.java:195) [junit] at java.security.AccessController.doPrivileged(Native Method) [junit] at java.net.URLClassLoader.findClass(URLClassLoader.java:188) [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:299) [junit] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286) [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:255) [junit] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315) [junit] at java.lang.Class.forName0(Native Method) [junit] at java.lang.Class.forName(Class.java:120) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.(JUnitTes tRunner.java:237) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.(JUnitTes tRunner.java:210) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestR unner.java:532) [junit] Exception in thread "main" [junit] [ERROR] TEST org.apache.geronimo.cache.LRUInstanceCacheTest FAILED [junit] Running org.apache.geronimo.cache.SimpleInstanceCacheTest Is it a network/firewall issue? I thought even though unit tests are not build, I should be able to start Gernimo using maven run:main , but then I got this output __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc1-SNAPSHOT BUILD FAILED File...... file:/D:/Anup/geronimo/incubator-geronimo/ Element... java Line...... 546 Column.... 34 D:\Anup\geronimo\incubator-geronimo\target\geronimo-DEV\bootlib not found. Total time: 2 seconds Finished at: Tue Dec 02 11:45:23 IST 2003 Thanks, Anup.