Build Nuxeo EP - 5.1 Branch::Maven Test #348 failed (122 tests passed, 6 tests
failed (no new))
Agent: Octopussy1
Build results: http://localhost:8111/viewLog.html?buildId=8595&buildTypeId=bt14
Failed tests (6 tests, only first 3 failures shown here)
==================================================================
org.nuxeo.ecm.core.schema.TestSchemaLoader.testFeature =================
junit.framework.AssertionFailedError
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at junit.framework.Assert.assertNotNull(Assert.java:217)
at junit.framework.Assert.assertNotNull(Assert.java:210)
at
org.nuxeo.ecm.core.schema.TestSchemaLoader.testFeature(TestSchemaLoader.java:100)
at
org.nuxeo.ecm.core.schema.TestSchemaLoader.testFeature(TestSchemaLoader.java:100)
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:585)
at junit.framework.TestCase.runTest(TestCase.java:164)
at org.jmock.core.VerifyingTestCase.runBare(Unknown Source)
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 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:585)
at
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
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:585)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
------- Stderr: -------
java.lang.NumberFormatException: For input string:
"${org.nuxeo.runtime.server.port}"
at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:447)
at java.lang.Integer.valueOf(Integer.java:553)
at
org.nuxeo.runtime.model.impl.PropertyDecoder$4.decode(PropertyDecoder.java:95)
at
org.nuxeo.runtime.model.impl.PropertyDecoder.decode(PropertyDecoder.java:46)
at org.nuxeo.runtime.model.Property.setStringValue(Property.java:49)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.nuxeo.common.xmap.XMethodSetter.setValue(XMethodSetter.java:46)
at
org.nuxeo.common.xmap.XAnnotatedMember.setValue(XAnnotatedMember.java:68)
at
org.nuxeo.common.xmap.XAnnotatedMember.process(XAnnotatedMember.java:74)
at
org.nuxeo.common.xmap.XAnnotatedObject.newInstance(XAnnotatedObject.java:77)
at
org.nuxeo.common.xmap.ElementMapVisitor.visitNode(XAnnotatedMap.java:79)
at org.nuxeo.common.xmap.DOMHelper.visitMapElements(DOMHelper.java:166)
at org.nuxeo.common.xmap.DOMHelper.visitMapNodes(DOMHelper.java:135)
at org.nuxeo.common.xmap.XAnnotatedMap.getValue(XAnnotatedMap.java:59)
at
org.nuxeo.common.xmap.XAnnotatedMember.process(XAnnotatedMember.java:72)
at
org.nuxeo.common.xmap.XAnnotatedObject.newInstance(XAnnotatedObject.java:77)
at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:446)
at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:402)
at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:332)
at
org.nuxeo.runtime.model.impl.ComponentDescriptorReader.read(ComponentDescriptorReader.java:56)
at
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.createRegistrationInfo(DefaultRuntimeContext.java:143)
at
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:85)
at
org.nuxeo.runtime.osgi.OSGiRuntimeService.loadComponents(OSGiRuntimeService.java:152)
at
org.nuxeo.runtime.osgi.OSGiRuntimeService.doStart(OSGiRuntimeService.java:131)
at
org.nuxeo.runtime.AbstractRuntimeService.start(AbstractRuntimeService.java:93)
at org.nuxeo.runtime.api.Framework.initialize(Framework.java:67)
at
org.nuxeo.runtime.osgi.OSGiRuntimeActivator.start(OSGiRuntimeActivator.java:57)
at org.nuxeo.osgi.BundleImpl.start(BundleImpl.java:179)
at org.nuxeo.osgi.BundleRegistry.doRegister(BundleRegistry.java:166)
at org.nuxeo.osgi.BundleRegistry.register(BundleRegistry.java:121)
at org.nuxeo.osgi.BundleRegistry.install(BundleRegistry.java:82)
at org.nuxeo.osgi.OSGiAdapter.install(OSGiAdapter.java:136)
at
org.nuxeo.runtime.launcher.StandaloneBundleLoader.installBundle(StandaloneBundleLoader.java:66)
at
org.nuxeo.runtime.test.NXRuntimeTestCase.deployBundle(NXRuntimeTestCase.java:252)
at
org.nuxeo.runtime.test.NXRuntimeTestCase.initOsgiRuntime(NXRuntimeTestCase.java:102)
at
org.nuxeo.runtime.test.NXRuntimeTestCase.setUp(NXRuntimeTestCase.java:76)
at
org.nuxeo.ecm.core.schema.TestSchemaLoader.setUp(TestSchemaLoader.java:47)
at org.jmock.core.VerifyingTestCase.runBare(Unknown Source)
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 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:585)
at
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
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:585)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
java.lang.NumberFormatException: For input string:
"${org.nuxeo.runtime.server.port}"
at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:447)
at java.lang.Integer.valueOf(Integer.java:553)
at
org.nuxeo.runtime.model.impl.PropertyDecoder$4.decode(PropertyDecoder.java:95)
at
org.nuxeo.runtime.model.impl.PropertyDecoder.decode(PropertyDecoder.java:46)
at org.nuxeo.runtime.model.Property.setStringValue(Property.java:49)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.nuxeo.common.xmap.XMethodSetter.setValue(XMethodSetter.java:46)
at
org.nuxeo.common.xmap.XAnnotatedMember.setValue(XAnnotatedMember.java:68)
at
org.nuxeo.common.xmap.XAnnotatedMember.process(XAnnotatedMember.java:74)
at
org.nuxeo.common.xmap.XAnnotatedObject.newInstance(XAnnotatedObject.java:77)
at
org.nuxeo.common.xmap.ElementMapVisitor.visitNode(XAnnotatedMap.java:79)
at org.nuxeo.common.xmap.DOMHelper.visitMapElements(DOMHelper.java:166)
at org.nuxeo.common.xmap.DOMHelper.visitMapNodes(DOMHelper.java:135)
at org.nuxeo.common.xmap.XAnnotatedMap.getValue(XAnnotatedMap.java:59)
at
org.nuxeo.common.xmap.XAnnotatedMember.process(XAnnotatedMember.java:72)
at
org.nuxeo.common.xmap.XAnnotatedObject.newInstance(XAnnotatedObject.java:77)
at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:446)
at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:402)
at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:332)
at
org.nuxeo.runtime.model.impl.ComponentDescriptorReader.read(ComponentDescriptorReader.java:56)
at
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.createRegistrationInfo(DefaultRuntimeContext.java:143)
at
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:85)
at
org.nuxeo.runtime.osgi.OSGiRuntimeService.loadComponents(OSGiRuntimeService.java:152)
at
org.nuxeo.runtime.osgi.OSGiRuntimeService.createContext(OSGiRuntimeService.java:104)
at
org.nuxeo.runtime.osgi.OSGiComponentLoader.install(OSGiComponentLoader.java:54)
at
org.nuxeo.runtime.osgi.OSGiComponentLoader.&init&(OSGiComponentLoader.java:39)
at
org.nuxeo.runtime.osgi.OSGiRuntimeActivator.start(OSGiRuntimeActivator.java:59)
at org.nuxeo.osgi.BundleImpl.start(BundleImpl.java:179)
at org.nuxeo.osgi.BundleRegistry.doRegister(BundleRegistry.java:166)
at org.nuxeo.osgi.BundleRegistry.register(BundleRegistry.java:121)
at org.nuxeo.osgi.BundleRegistry.install(BundleRegistry.java:82)
at org.nuxeo.osgi.OSGiAdapter.install(OSGiAdapter.java:136)
at
org.nuxeo.runtime.launcher.StandaloneBundleLoader.installBundle(StandaloneBundleLoader.java:66)
at
org.nuxeo.runtime.test.NXRuntimeTestCase.deployBundle(NXRuntimeTestCase.java:252)
at
org.nuxeo.runtime.test.NXRuntimeTestCase.initOsgiRuntime(NXRuntimeTestCase.java:102)
at
org.nuxeo.runtime.test.NXRuntimeTestCase.setUp(NXRuntimeTestCase.java:76)
at
org.nuxeo.ecm.core.schema.TestSchemaLoader.setUp(TestSchemaLoader.java:47)
at org.jmock.core.VerifyingTestCase.runBare(Unknown Source)
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 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:585)
at
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
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:585)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
org.nuxeo.ecm.core.schema.TestTypeManager.testTrivialTypeManager
=================
java.lang.NullPointerException
at
org.nuxeo.ecm.core.schema.TestTypeManager.testTrivialTypeManager(TestTypeManager.java:57)
at
org.nuxeo.ecm.core.schema.TestTypeManager.testTrivialTypeManager(TestTypeManager.java:57)
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:585)
at junit.framework.TestCase.runTest(TestCase.java:164)
at org.jmock.core.VerifyingTestCase.runBare(Unknown Source)
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 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:585)
at
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
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:585)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
------- Stderr: -------
java.lang.NumberFormatException: For input string:
"${org.nuxeo.runtime.server.port}"
at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:447)
at java.lang.Integer.valueOf(Integer.java:553)
at
org.nuxeo.runtime.model.impl.PropertyDecoder$4.decode(PropertyDecoder.java:95)
at
org.nuxeo.runtime.model.impl.PropertyDecoder.decode(PropertyDecoder.java:46)
at org.nuxeo.runtime.model.Property.setStringValue(Property.java:49)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.nuxeo.common.xmap.XMethodSetter.setValue(XMethodSetter.java:46)
at
org.nuxeo.common.xmap.XAnnotatedMember.setValue(XAnnotatedMember.java:68)
at
org.nuxeo.common.xmap.XAnnotatedMember.process(XAnnotatedMember.java:74)
at
org.nuxeo.common.xmap.XAnnotatedObject.newInstance(XAnnotatedObject.java:77)
at
org.nuxeo.common.xmap.ElementMapVisitor.visitNode(XAnnotatedMap.java:79)
at org.nuxeo.common.xmap.DOMHelper.visitMapElements(DOMHelper.java:166)
at org.nuxeo.common.xmap.DOMHelper.visitMapNodes(DOMHelper.java:135)
at org.nuxeo.common.xmap.XAnnotatedMap.getValue(XAnnotatedMap.java:59)
at
org.nuxeo.common.xmap.XAnnotatedMember.process(XAnnotatedMember.java:72)
at
org.nuxeo.common.xmap.XAnnotatedObject.newInstance(XAnnotatedObject.java:77)
at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:446)
at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:402)
at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:332)
at
org.nuxeo.runtime.model.impl.ComponentDescriptorReader.read(ComponentDescriptorReader.java:56)
at
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.createRegistrationInfo(DefaultRuntimeContext.java:143)
at
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:85)
at
org.nuxeo.runtime.osgi.OSGiRuntimeService.loadComponents(OSGiRuntimeService.java:152)
at
org.nuxeo.runtime.osgi.OSGiRuntimeService.doStart(OSGiRuntimeService.java:131)
at
org.nuxeo.runtime.AbstractRuntimeService.start(AbstractRuntimeService.java:93)
at org.nuxeo.runtime.api.Framework.initialize(Framework.java:67)
at
org.nuxeo.runtime.osgi.OSGiRuntimeActivator.start(OSGiRuntimeActivator.java:57)
at org.nuxeo.osgi.BundleImpl.start(BundleImpl.java:179)
at org.nuxeo.osgi.BundleRegistry.doRegister(BundleRegistry.java:166)
at org.nuxeo.osgi.BundleRegistry.register(BundleRegistry.java:121)
at org.nuxeo.osgi.BundleRegistry.install(BundleRegistry.java:82)
at org.nuxeo.osgi.OSGiAdapter.install(OSGiAdapter.java:136)
at
org.nuxeo.runtime.launcher.StandaloneBundleLoader.installBundle(StandaloneBundleLoader.java:66)
at
org.nuxeo.runtime.test.NXRuntimeTestCase.deployBundle(NXRuntimeTestCase.java:252)
at
org.nuxeo.runtime.test.NXRuntimeTestCase.initOsgiRuntime(NXRuntimeTestCase.java:102)
at
org.nuxeo.runtime.test.NXRuntimeTestCase.setUp(NXRuntimeTestCase.java:76)
at
org.nuxeo.ecm.core.schema.TestTypeManager.setUp(TestTypeManager.java:35)
at org.jmock.core.VerifyingTestCase.runBare(Unknown Source)
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 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:585)
at
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
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:585)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
java.lang.NumberFormatException: For input string:
"${org.nuxeo.runtime.server.port}"
at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:447)
at java.lang.Integer.valueOf(Integer.java:553)
at
org.nuxeo.runtime.model.impl.PropertyDecoder$4.decode(PropertyDecoder.java:95)
at
org.nuxeo.runtime.model.impl.PropertyDecoder.decode(PropertyDecoder.java:46)
at org.nuxeo.runtime.model.Property.setStringValue(Property.java:49)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.nuxeo.common.xmap.XMethodSetter.setValue(XMethodSetter.java:46)
at
org.nuxeo.common.xmap.XAnnotatedMember.setValue(XAnnotatedMember.java:68)
at
org.nuxeo.common.xmap.XAnnotatedMember.process(XAnnotatedMember.java:74)
at
org.nuxeo.common.xmap.XAnnotatedObject.newInstance(XAnnotatedObject.java:77)
at
org.nuxeo.common.xmap.ElementMapVisitor.visitNode(XAnnotatedMap.java:79)
at org.nuxeo.common.xmap.DOMHelper.visitMapElements(DOMHelper.java:166)
at org.nuxeo.common.xmap.DOMHelper.visitMapNodes(DOMHelper.java:135)
at org.nuxeo.common.xmap.XAnnotatedMap.getValue(XAnnotatedMap.java:59)
at
org.nuxeo.common.xmap.XAnnotatedMember.process(XAnnotatedMember.java:72)
at
org.nuxeo.common.xmap.XAnnotatedObject.newInstance(XAnnotatedObject.java:77)
at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:446)
at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:402)
at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:332)
at
org.nuxeo.runtime.model.impl.ComponentDescriptorReader.read(ComponentDescriptorReader.java:56)
at
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.createRegistrationInfo(DefaultRuntimeContext.java:143)
at
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:85)
at
org.nuxeo.runtime.osgi.OSGiRuntimeService.loadComponents(OSGiRuntimeService.java:152)
at
org.nuxeo.runtime.osgi.OSGiRuntimeService.createContext(OSGiRuntimeService.java:104)
at
org.nuxeo.runtime.osgi.OSGiComponentLoader.install(OSGiComponentLoader.java:54)
at
org.nuxeo.runtime.osgi.OSGiComponentLoader.&init&(OSGiComponentLoader.java:39)
at
org.nuxeo.runtime.osgi.OSGiRuntimeActivator.start(OSGiRuntimeActivator.java:59)
at org.nuxeo.osgi.BundleImpl.start(BundleImpl.java:179)
at org.nuxeo.osgi.BundleRegistry.doRegister(BundleRegistry.java:166)
at org.nuxeo.osgi.BundleRegistry.register(BundleRegistry.java:121)
at org.nuxeo.osgi.BundleRegistry.install(BundleRegistry.java:82)
at org.nuxeo.osgi.OSGiAdapter.install(OSGiAdapter.java:136)
at
org.nuxeo.runtime.launcher.StandaloneBundleLoader.installBundle(StandaloneBundleLoader.java:66)
at
org.nuxeo.runtime.test.NXRuntimeTestCase.deployBundle(NXRuntimeTestCase.java:252)
at
org.nuxeo.runtime.test.NXRuntimeTestCase.initOsgiRuntime(NXRuntimeTestCase.java:102)
at
org.nuxeo.runtime.test.NXRuntimeTestCase.setUp(NXRuntimeTestCase.java:76)
at
org.nuxeo.ecm.core.schema.TestTypeManager.setUp(TestTypeManager.java:35)
at org.jmock.core.VerifyingTestCase.runBare(Unknown Source)
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 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:585)
at
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
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:585)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
org.nuxeo.ecm.core.schema.TestTypeManager.testFacetsCache =================
java.lang.NullPointerException
at
org.nuxeo.ecm.core.schema.TestTypeManager.testFacetsCache(TestTypeManager.java:80)
at
org.nuxeo.ecm.core.schema.TestTypeManager.testFacetsCache(TestTypeManager.java:80)
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:585)
at junit.framework.TestCase.runTest(TestCase.java:164)
at org.jmock.core.VerifyingTestCase.runBare(Unknown Source)
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 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:585)
at
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
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:585)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
------- Stderr: -------
java.lang.NumberFormatException: For input string:
"${org.nuxeo.runtime.server.port}"
at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:447)
at java.lang.Integer.valueOf(Integer.java:553)
at
org.nuxeo.runtime.model.impl.PropertyDecoder$4.decode(PropertyDecoder.java:95)
at
org.nuxeo.runtime.model.impl.PropertyDecoder.decode(PropertyDecoder.java:46)
at org.nuxeo.runtime.model.Property.setStringValue(Property.java:49)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.nuxeo.common.xmap.XMethodSetter.setValue(XMethodSetter.java:46)
at
org.nuxeo.common.xmap.XAnnotatedMember.setValue(XAnnotatedMember.java:68)
at
org.nuxeo.common.xmap.XAnnotatedMember.process(XAnnotatedMember.java:74)
at
org.nuxeo.common.xmap.XAnnotatedObject.newInstance(XAnnotatedObject.java:77)
at
org.nuxeo.common.xmap.ElementMapVisitor.visitNode(XAnnotatedMap.java:79)
at org.nuxeo.common.xmap.DOMHelper.visitMapElements(DOMHelper.java:166)
at org.nuxeo.common.xmap.DOMHelper.visitMapNodes(DOMHelper.java:135)
at org.nuxeo.common.xmap.XAnnotatedMap.getValue(XAnnotatedMap.java:59)
at
org.nuxeo.common.xmap.XAnnotatedMember.process(XAnnotatedMember.java:72)
at
org.nuxeo.common.xmap.XAnnotatedObject.newInstance(XAnnotatedObject.java:77)
at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:446)
at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:402)
at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:332)
at
org.nuxeo.runtime.model.impl.ComponentDescriptorReader.read(ComponentDescriptorReader.java:56)
at
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.createRegistrationInfo(DefaultRuntimeContext.java:143)
at
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:85)
at
org.nuxeo.runtime.osgi.OSGiRuntimeService.loadComponents(OSGiRuntimeService.java:152)
at
org.nuxeo.runtime.osgi.OSGiRuntimeService.doStart(OSGiRuntimeService.java:131)
at
org.nuxeo.runtime.AbstractRuntimeService.start(AbstractRuntimeService.java:93)
at org.nuxeo.runtime.api.Framework.initialize(Framework.java:67)
at
org.nuxeo.runtime.osgi.OSGiRuntimeActivator.start(OSGiRuntimeActivator.java:57)
at org.nuxeo.osgi.BundleImpl.start(BundleImpl.java:179)
at org.nuxeo.osgi.BundleRegistry.doRegister(BundleRegistry.java:166)
at org.nuxeo.osgi.BundleRegistry.register(BundleRegistry.java:121)
at org.nuxeo.osgi.BundleRegistry.install(BundleRegistry.java:82)
at org.nuxeo.osgi.OSGiAdapter.install(OSGiAdapter.java:136)
at
org.nuxeo.runtime.launcher.StandaloneBundleLoader.installBundle(StandaloneBundleLoader.java:66)
at
org.nuxeo.runtime.test.NXRuntimeTestCase.deployBundle(NXRuntimeTestCase.java:252)
at
org.nuxeo.runtime.test.NXRuntimeTestCase.initOsgiRuntime(NXRuntimeTestCase.java:102)
at
org.nuxeo.runtime.test.NXRuntimeTestCase.setUp(NXRuntimeTestCase.java:76)
at
org.nuxeo.ecm.core.schema.TestTypeManager.setUp(TestTypeManager.java:35)
at org.jmock.core.VerifyingTestCase.runBare(Unknown Source)
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 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:585)
at
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
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:585)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
java.lang.NumberFormatException: For input string:
"${org.nuxeo.runtime.server.port}"
at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:447)
at java.lang.Integer.valueOf(Integer.java:553)
at
org.nuxeo.runtime.model.impl.PropertyDecoder$4.decode(PropertyDecoder.java:95)
at
org.nuxeo.runtime.model.impl.PropertyDecoder.decode(PropertyDecoder.java:46)
at org.nuxeo.runtime.model.Property.setStringValue(Property.java:49)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.nuxeo.common.xmap.XMethodSetter.setValue(XMethodSetter.java:46)
at
org.nuxeo.common.xmap.XAnnotatedMember.setValue(XAnnotatedMember.java:68)
at
org.nuxeo.common.xmap.XAnnotatedMember.process(XAnnotatedMember.java:74)
at
org.nuxeo.common.xmap.XAnnotatedObject.newInstance(XAnnotatedObject.java:77)
at
org.nuxeo.common.xmap.ElementMapVisitor.visitNode(XAnnotatedMap.java:79)
at org.nuxeo.common.xmap.DOMHelper.visitMapElements(DOMHelper.java:166)
at org.nuxeo.common.xmap.DOMHelper.visitMapNodes(DOMHelper.java:135)
at org.nuxeo.common.xmap.XAnnotatedMap.getValue(XAnnotatedMap.java:59)
at
org.nuxeo.common.xmap.XAnnotatedMember.process(XAnnotatedMember.java:72)
at
org.nuxeo.common.xmap.XAnnotatedObject.newInstance(XAnnotatedObject.java:77)
at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:446)
at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:402)
at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:332)
at
org.nuxeo.runtime.model.impl.ComponentDescriptorReader.read(ComponentDescriptorReader.java:56)
at
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.createRegistrationInfo(DefaultRuntimeContext.java:143)
at
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:85)
at
org.nuxeo.runtime.osgi.OSGiRuntimeService.loadComponents(OSGiRuntimeService.java:152)
at
org.nuxeo.runtime.osgi.OSGiRuntimeService.createContext(OSGiRuntimeService.java:104)
at
org.nuxeo.runtime.osgi.OSGiComponentLoader.install(OSGiComponentLoader.java:54)
at
org.nuxeo.runtime.osgi.OSGiComponentLoader.&init&(OSGiComponentLoader.java:39)
at
org.nuxeo.runtime.osgi.OSGiRuntimeActivator.start(OSGiRuntimeActivator.java:59)
at org.nuxeo.osgi.BundleImpl.start(BundleImpl.java:179)
at org.nuxeo.osgi.BundleRegistry.doRegister(BundleRegistry.java:166)
at org.nuxeo.osgi.BundleRegistry.register(BundleRegistry.java:121)
at org.nuxeo.osgi.BundleRegistry.install(BundleRegistry.java:82)
at org.nuxeo.osgi.OSGiAdapter.install(OSGiAdapter.java:136)
at
org.nuxeo.runtime.launcher.StandaloneBundleLoader.installBundle(StandaloneBundleLoader.java:66)
at
org.nuxeo.runtime.test.NXRuntimeTestCase.deployBundle(NXRuntimeTestCase.java:252)
at
org.nuxeo.runtime.test.NXRuntimeTestCase.initOsgiRuntime(NXRuntimeTestCase.java:102)
at
org.nuxeo.runtime.test.NXRuntimeTestCase.setUp(NXRuntimeTestCase.java:76)
at
org.nuxeo.ecm.core.schema.TestTypeManager.setUp(TestTypeManager.java:35)
at org.jmock.core.VerifyingTestCase.runBare(Unknown Source)
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 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:585)
at
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
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:585)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
see all newly failed tests:
http://localhost:8111/viewLog.html?buildId=8595&buildTypeId=bt14
Changes included (1 change)
====================================================
Change 25846 by gracinet (7 files):
NXP-1584: jcr-connector-test as an OSGI bundle
new OSGI repo test case
backport from trunk (-r 25542:25543 and 25841:25842)
see more information about changed files:
http://localhost:8111/viewLog.html?tab=buildChangesDiv&buildId=8595&buildTypeId=bt14
============================================================================
Configure email notifications:
http://localhost:8111/profile.html?init=1#notifications
_______________________________________________
ECM-QA mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-qa