[Jamvm-general] FYI: JamVM OOM error running SPECjvm 2008
Brought to you by:
rlougher
From: Andrew H. <ap...@re...> - 2013-02-15 12:15:00
|
java -version java version "1.7.0_09" IcedTea7 Runtime Environment (2.3.3+ra45882b17791+) (Fedora build 1.7.0_09-b30) JamVM (build 1.6.0-devel, inline-threaded interpreter with stack-caching) --- --- --- --- --- --- --- --- --- Benchmark: derby Run mode: timed run Test type: multi Threads: 2 Warmup: 120s Iterations: 1 Run length: 240s java.sql.SQLException: Invalid transaction state. at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.newSQLException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.close(Unknown Source) at spec.benchmarks.derby.DerbyHarness.connectClose(DerbyHarness.java:521) at spec.benchmarks.derby.InitThread.run(InitThread.java:78) Caused by: java.sql.SQLException: Invalid transaction state. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) ... 8 more Exception in thread "Thread-18" java.lang.NoClassDefFoundError: org/apache/derby/iapi/services/context/ShutdownException at org.apache.derby.iapi.services.context.ContextManager.reportError(Unknown Source) at org.apache.derby.iapi.services.context.ContextManager.cleanupOnError(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source) at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source) at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown Source) at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeUpdate(Unknown Source) at spec.benchmarks.derby.InitThread.run(InitThread.java:60) Caused by: java.lang.OutOfMemoryError at java.util.jar.JarFile.getBytes(JarFile.java:378) at java.util.jar.JarFile.getManifestFromReference(JarFile.java:178) at java.util.jar.JarFile.getManifest(JarFile.java:165) at sun.misc.URLClassPath$JarLoader$2.getManifest(URLClassPath.java:756) at java.net.URLClassLoader.defineClass(URLClassLoader.java:416) at java.net.URLClassLoader.access$100(URLClassLoader.java:71) at java.net.URLClassLoader$1.run(URLClassLoader.java:361) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:423) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) ... 9 more Error in setup of Benchmark. spec.harness.StopBenchmarkException: Error invoking bmSetupBenchmarkMethod at spec.harness.ProgramRunner.invokeBmSetupBenchmark(ProgramRunner.java:185) at spec.harness.ProgramRunner.runBenchmark(ProgramRunner.java:301) at spec.harness.ProgramRunner.run(ProgramRunner.java:98) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at spec.harness.ProgramRunner.invokeBmSetupBenchmark(ProgramRunner.java:183) ... 2 more Caused by: java.lang.NoClassDefFoundError: org/apache/derby/impl/jdbc/EmbedCallableStatement40 at org.apache.derby.jdbc.Driver40.newEmbedCallableStatement(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.prepareCall(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.prepareCall(Unknown Source) at spec.benchmarks.derby.DerbyHarness.createBaseDatabase(DerbyHarness.java:473) at spec.benchmarks.derby.DerbyHarness.createDatabases(DerbyHarness.java:431) at spec.benchmarks.derby.DerbyHarness.initDatabases(DerbyHarness.java:233) at spec.benchmarks.derby.Main.setupBenchmark(Main.java:99) ... 7 more Caused by: java.lang.OutOfMemoryError Warmup (120s) begins: Wed Feb 13 14:17:37 EST 2013 Warmup (120s) ends: Wed Feb 13 14:20:30 EST 2013 Warmup (120s) result: **NOT VALID** #### derby exited with exception: java.lang.OutOfMemoryError: null #### java.lang.OutOfMemoryError Errors in benchmark: derby Error in setup of Benchmark. #### derby exited with exception: java.lang.OutOfMemoryError: null #### [warmup] Harness interruped during measurement period. [warmup][bt:2|op:1] java.lang.NoClassDefFoundError: org/apache/derby/iapi/services/context/ShutdownException [warmup][bt:1|op:1] java.lang.NoClassDefFoundError: org/apache/derby/iapi/services/context/ShutdownException Score on derby: **NOT VALID** Benchmark derby failed. Aborting run. |