You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Evgueni Brevnov (JIRA)" <ji...@apache.org> on 2007/06/28 10:12:26 UTC

[jira] Created: (HARMONY-4295) [testing][cc] Federated build is not valid on IA64

[testing][cc] Federated build is not valid on IA64
--------------------------------------------------

                 Key: HARMONY-4295
                 URL: https://issues.apache.org/jira/browse/HARMONY-4295
             Project: Harmony
          Issue Type: Bug
          Components: build - test - ci
         Environment: Linux - ia64
            Reporter: Evgueni Brevnov


I noticed that CC reports the following failure on SpecJBB2005v1.07:

vf_debug: verifying class spec/jbb/validity/Check (method checkXMLErrorChecking()Z) couldn't load class "javax/xml/parsers/ParserConfigurationException"vf_debug: VerifyError: Couldn't load class: javax/xml/parsers/ParserConfigurationExceptionUncaught exception in main:java.lang.NoClassDefFoundError: javax/xml/parsers/ParserConfigurationExceptionat spec.jbb.JBBmain.main(Unknown Source)Caused by: java.lang.ClassNotFoundException: javax.xml.parsers.ParserConfigurationExceptionat java.net.URLClassLoader.findClass(URLClassLoader.java)at java.lang.ClassLoader.loadClass(ClassLoader.java)at java.lang.ClassLoader$SystemClassLoader.loadClass(ClassLoader.java)at java.lang.ClassLoader.loadClass(ClassLoader.java)... 1 moreTest Suite 'specjbb2005' Execution FAILED with the following exception:
The following error occurred while executing this line:
/export/lab_drlbuild/_bta/adaptors/specjbb2005/adaptor.xml:99: The following error occurred while executing this line:
/export/lab_drlbuild/_bta/adaptors/specjbb2005/adaptor.xml:52: No scores obtained

I can reproduce this error on the build created by CC but everything is OK if I build VM from sources. Thus it should be some problems with federated build which is used by CC to produce builds for testing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.