Issue 111283 - sfx2/qa/unoapi sfx.StandaloneDocumentInfo failure
Summary: sfx2/qa/unoapi sfx.StandaloneDocumentInfo failure
Status: CONFIRMED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: DEV300m77
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-30 12:44 UTC by Stephan Bergmann
Modified: 2017-05-20 10:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Stephan Bergmann 2010-04-30 12:44:53 UTC
At least on DEV300_m77-based CWS sb120 (mainly making changes to the testing
framework), executing sfx2/qa/unoapi (via enabled subsequenttests build step)
under RedFlag buildbot repeatedly fails at (see
<http://termite.services.openoffice.org/buildbot/builders/RedFlag/builds/145>,
<http://termite.services.openoffice.org/buildbot/builders/RedFlag/builds/136>,
<http://termite.services.openoffice.org/buildbot/builders/RedFlag/builds/133>):

[...]
13: ***** State for sfx.SfxMacroLoader ******
13: Whole component: PASSED.OK
13: *****************************************
13: Creating: sfx.StandaloneDocumentInfo
13: LOG> Log started 29.03.2010 - 22:05:04
13: docpth:/home/oobot/slave/redflag/workdir/sfx2/qa/unoapi/testdocuments
13: LOG> Implementation Name: com.sun.star.comp.sfx2.StandaloneDocumentInfo
13: com.sun.star.task.ErrorCodeIOException: 
13: LOG> 	at
com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaisedException(Job.java:177)
13: LOG> 	at com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:143)
13: LOG> 	at
com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:335)
13: LOG> 	at
com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:304)
13: LOG> 	at
com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(JavaThreadPool.java:91)
13: LOG> 	at
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(java_remote_bridge.java:639)
13: LOG> 	at
com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(ProxyFactory.java:151)
13: LOG> 	at
com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(ProxyFactory.java:133)
13: LOG> 	at $Proxy33.loadFromURL(Unknown Source)
13: LOG> 	at
mod._sfx.StandaloneDocumentInfo.createTestEnvironment(StandaloneDocumentInfo.java:123)
13: LOG> 	at lib.TestCase.getTestEnvironment(TestCase.java:132)
13: LOG> 	at base.java_fat.getTestEnvironment(java_fat.java:334)
13: LOG> 	at base.java_fat.executeTest(java_fat.java:181)
13: LOG> 	at org.openoffice.Runner.run(Runner.java:239)
13: LOG> 	at org.openoffice.sfx2.qa.unoapi.Test.test(Test.java:44)
13: LOG> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
13: LOG> 	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
13: LOG> 	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
13: LOG> 	at java.lang.reflect.Method.invoke(Method.java:597)
13: LOG> 	at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
13: LOG> 	at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
13: LOG> 	at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
13: LOG> 	at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
13: LOG> 	at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
13: LOG> 	at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
13: LOG> 	at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
13: LOG> 	at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
13: LOG> 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
13: LOG> 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
13: LOG> 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
13: LOG> 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
13: LOG> 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
13: LOG> 	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
13: LOG> 	at org.junit.runners.Suite.runChild(Suite.java:128)
13: LOG> 	at org.junit.runners.Suite.runChild(Suite.java:24)
13: LOG> 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
13: LOG> 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
13: LOG> 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
13: LOG> 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
13: LOG> 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
13: LOG> 	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
13: LOG> 	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
13: LOG> 	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
13: LOG> 	at org.junit.runner.JUnitCore.run(JUnitCore.java:117)
13: LOG> 	at org.junit.runner.JUnitCore.runMain(JUnitCore.java:98)
13: LOG> 	at org.junit.runner.JUnitCore.runMainAndExit(JUnitCore.java:53)
13: LOG> 	at org.junit.runner.JUnitCore.main(JUnitCore.java:45)
13: Exception while getting Environment Couldn't load document:
file:///home/oobot/slave/redflag/workdir/sfx2/unxlngi6.pro/misc/qa_unoapi/user/user/test-temp/SfxStandaloneDocInfoObject.sdw
13: lib.StatusException: Couldn't load document:
file:///home/oobot/slave/redflag/workdir/sfx2/unxlngi6.pro/misc/qa_unoapi/user/user/test-temp/SfxStandaloneDocInfoObject.sdw
13: 	at
mod._sfx.StandaloneDocumentInfo.createTestEnvironment(StandaloneDocumentInfo.java:126)
13: 	at lib.TestCase.getTestEnvironment(TestCase.java:132)
13: 	at base.java_fat.getTestEnvironment(java_fat.java:334)
13: 	at base.java_fat.executeTest(java_fat.java:181)
13: 	at org.openoffice.Runner.run(Runner.java:239)
13: 	at org.openoffice.sfx2.qa.unoapi.Test.test(Test.java:44)
13: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
13: 	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
13: 	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
13: 	at java.lang.reflect.Method.invoke(Method.java:597)
13: 	at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
13: 	at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
13: 	at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
13: 	at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
13: 	at org.junit.internal.runners.statements.RunBefores.evaluatFreeFontPath:
FPE "unix/:7100" refcount is 2, should be 1; fixing.
e(RunBefores.java:28)
13: 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
13: 	at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
13: 	at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
13: 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
13: 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
13: 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
13: 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
13: 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
13: 	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
13: 	at org.junit.runners.Suite.runChild(Suite.java:128)
13: 	at org.junit.runners.Suite.runChild(Suite.java:24)
13: 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
13: 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
13: 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
13: 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
13: 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
13: 	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
13: 	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
13: 	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
13: 	at org.junit.runner.JUnitCore.run(JUnitCore.java:117)
13: 	at org.junit.runner.JUnitCore.runMain(JUnitCore.java:98)
13: 	at org.junit.runner.JUnitCore.runMainAndExit(JUnitCore.java:53)
13: 	at org.junit.runner.JUnitCore.main(JUnitCore.java:45)
13: ***** State for sfx.StandaloneDocumentInfo ******
13: Whole component: Couldn't create StandaloneDocumentInfo
13: *************************************************
13: 
13: Failures that appeared during scenario execution:
13: 	 sfx.StandaloneDocumentInfo
13: 1 of 5 tests failed
13: Job run took: 12261ms  [00:00:12]
13: Job -sce sfx.sce failed
Comment 1 Stephan Bergmann 2010-04-30 12:50:13 UTC
worked around for now by disabling the affected tests in sfx2/qa/unoapi/sfx.sce,
see <http://hg.services.openoffice.org/cws/sb120/rev/7f1bf36e1e95>; please
revert when fixing this issue

Comment 2 Martin Hollmichel 2011-03-15 21:01:40 UTC
set target to 3.x since not release relevant for 3.4 release.
Comment 3 Marcus 2017-05-20 10:55:54 UTC
Reset assigne to the default "issues@openoffice.apache.org".