Matterhorn error on CentOS

75 views
Skip to first unread message

pnylon

unread,
Dec 7, 2012, 7:46:15 PM12/7/12
to bigbluebu...@googlegroups.com
Hello,

We seem to be having a problem installing Matterhorn on a separate 32bit CentOS server. It keeps stopping at an error. It looks like what it is telling us is that Matterhorn 1.3.1 only works with 64bit. We''re hoping to find out for sure before we move the bbb recording side over to another server. Does anyone know if we are better off on Ubuntu 64bit? We'll probably use Ubunbu if this CentOS doesn't work.

Here's a test in case anyone has seen this error before:

mvn clean install -DdeployTo=/opt/matterhorn/felix/matterhorn

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.opencastproject.inspection.impl.MediaInspectionServiceImplTest
log4j:WARN No appenders could be found for logger (org.opencastproject.inspection.impl.MediaInspectionServiceImpl).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 9.171 sec <<< FAILURE!
testInspection(org.opencastproject.inspection.impl.MediaInspectionServiceImplTest) Time elapsed: 1.907 sec <<< FAILURE!
junit.framework.AssertionFailedError: expected:<10440> but was:<14546>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:277)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:130)
at junit.framework.Assert.assertEquals(Assert.java:136)
at org.opencastproject.inspection.impl.MediaInspectionServiceImplTest.testInspection(MediaInspectionServiceImplTest.java:149)
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:616)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:120)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:103)
at org.apache.maven.surefire.Surefire.run(Surefire.java:169)
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:616)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)

testEnrichment(org.opencastproject.inspection.impl.MediaInspectionServiceImplTest) Time elapsed: 6.118 sec <<< FAILURE!
junit.framework.AssertionFailedError: expected:<10440> but was:<14546>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:277)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:130)
at junit.framework.Assert.assertEquals(Assert.java:136)
at org.opencastproject.inspection.impl.MediaInspectionServiceImplTest.testEnrichment(MediaInspectionServiceImplTest.java:180)
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:616)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:120)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:103)
at org.apache.maven.surefire.Surefire.run(Surefire.java:169)
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:616)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)


Results :

Failed tests: 
testInspection(org.opencastproject.inspection.impl.MediaInspectionServiceImplTest)
testEnrichment(org.opencastproject.inspection.impl.MediaInspectionServiceImplTest)

Tests run: 2, Failures: 2, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] matterhorn ........................................ SUCCESS [2.478s]
[INFO] matterhorn-json ................................... SUCCESS [8.417s]
[INFO] matterhorn-common ................................. SUCCESS [18.099s]
[INFO] matterhorn-admin-ui ............................... SUCCESS [4.904s]
[INFO] matterhorn-workspace-api .......................... SUCCESS [2.180s]
[INFO] matterhorn-authorization-xacml .................... SUCCESS [6.947s]
[INFO] matterhorn-capture-admin-service-api .............. SUCCESS [1.810s]
[INFO] matterhorn-workflow-service-api ................... SUCCESS [2.404s]
[INFO] matterhorn-capture-admin-service-impl ............. SUCCESS [8.530s]
[INFO] matterhorn-cas .................................... SUCCESS [1.813s]
[INFO] matterhorn-inspection-service-api ................. SUCCESS [1.623s]
[INFO] matterhorn-ingest-service-api ..................... SUCCESS [1.705s]
[INFO] matterhorn-composer-service-api ................... SUCCESS [1.780s]
[INFO] matterhorn-metadata-api ........................... SUCCESS [2.220s]
[INFO] matterhorn-dublincore ............................. SUCCESS [4.642s]
[INFO] matterhorn-series-service-api ..................... SUCCESS [1.794s]
[INFO] matterhorn-search-service-api ..................... SUCCESS [2.019s]
[INFO] matterhorn-episode-service-api .................... SUCCESS [1.865s]
[INFO] matterhorn-distribution-service-api ............... SUCCESS [1.491s]
[INFO] matterhorn-mpeg7 .................................. SUCCESS [3.242s]
[INFO] matterhorn-textanalyzer-api ....................... SUCCESS [1.995s]
[INFO] matterhorn-videosegmenter-api ..................... SUCCESS [1.496s]
[INFO] matterhorn-caption-api ............................ SUCCESS [1.542s]
[INFO] matterhorn-speech-recognition-service-api ......... SUCCESS [1.705s]
[INFO] matterhorn-conductor .............................. SUCCESS [28.130s]
[INFO] matterhorn-db ..................................... SUCCESS [5.451s]
[INFO] matterhorn-solr ................................... SUCCESS [4.591s]
[INFO] matterhorn-series-service-impl .................... SUCCESS [10.561s]
[INFO] matterhorn-episode-service-impl ................... SUCCESS [7.221s]
[INFO] matterhorn-working-file-repository-service-api .... SUCCESS [1.523s]
[INFO] matterhorn-ingest-service-impl .................... SUCCESS [16.251s]
[INFO] matterhorn-kernel ................................. SUCCESS [8.614s]
[INFO] matterhorn-lti .................................... SUCCESS [1.667s]
[INFO] matterhorn-metadata ............................... SUCCESS [1.814s]
[INFO] matterhorn-runtime-dependencies ................... SUCCESS [7.902s]
[INFO] matterhorn-runtime-info-ui ........................ SUCCESS [7.751s]
[INFO] matterhorn-scheduler-api .......................... SUCCESS [1.849s]
[INFO] matterhorn-scheduler-impl ......................... SUCCESS [12.236s]
[INFO] matterhorn-webconsole ............................. SUCCESS [2.196s]
[INFO] matterhorn-workflow-service-impl .................. SUCCESS [40.920s]
[INFO] matterhorn-distribution-service-download .......... SUCCESS [5.711s]
[INFO] matterhorn-distribution-service-streaming ......... SUCCESS [1.995s]
[INFO] matterhorn-static ................................. SUCCESS [1.757s]
[INFO] matterhorn-annotation-api ......................... SUCCESS [1.651s]
[INFO] matterhorn-annotation-impl ........................ SUCCESS [6.058s]
[INFO] matterhorn-engage-ui .............................. SUCCESS [3.402s]
[INFO] matterhorn-search-service-feeds ................... SUCCESS [1.994s]
[INFO] matterhorn-search-service-impl .................... SUCCESS [9.260s]
[INFO] matterhorn-usertracking-api ....................... SUCCESS [1.778s]
[INFO] matterhorn-usertracking-impl ...................... SUCCESS [15.157s]
[INFO] matterhorn-caption-impl ........................... SUCCESS [4.159s]
[INFO] matterhorn-composer-ffmpeg ........................ SUCCESS [7.191s]
[INFO] matterhorn-dictionary-api ......................... SUCCESS [2.413s]
[INFO] matterhorn-dictionary-impl ........................ SUCCESS [6.276s]
[INFO] matterhorn-inspection-service-impl ................ FAILURE [12.948s]
[INFO] matterhorn-textanalyzer-impl ...................... SKIPPED
[INFO] matterhorn-textextractor-tesseract ................ SKIPPED
[INFO] matterhorn-videosegmenter-impl .................... SKIPPED
[INFO] matterhorn-working-file-repository-service-impl ... SKIPPED
[INFO] matterhorn-workspace-impl ......................... SKIPPED
[INFO] matterhorn-serviceregistry ........................ SKIPPED
[INFO] matterhorn-userdirectory-jpa ...................... SKIPPED
[INFO] matterhorn-dataloader ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:29.031s
[INFO] Finished at: Fri Dec 07 01:00:48 PST 2012
[INFO] Final Memory: 377M/689M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on project matterhorn-inspection-service-impl: There are test failures.
[ERROR] 
[ERROR] Please refer to /opt/matterhorn/matterhorn_1.3.1/modules/matterhorn-inspection-service-impl/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :matterhorn-inspection-service-impl

Gustavo Salazar

unread,
Dec 10, 2012, 3:00:09 PM12/10/12
to bigbluebu...@googlegroups.com
Hi,

About these errors during installation I think it is better asking in Matterhorn Mailing List

2012/12/7 pnylon <pierc...@gmail.com>
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To view this discussion on the web visit https://groups.google.com/d/msg/bigbluebutton-setup/-/8Wp42Z576f0J.

To post to this group, send email to bigbluebu...@googlegroups.com.
To unsubscribe from this group, send email to bigbluebutton-s...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bigbluebutton-setup?hl=en.



--
Gustavo Salazar (Guga)


pnylon

unread,
Dec 10, 2012, 3:19:14 PM12/10/12
to bigbluebu...@googlegroups.com
Yes, I was thinking to search around on Matterhorn next. Wasn't sure where to look over there yet so this helps. I just wanted to see if anyone here might have experienced it before and knew what it was. We had a few CentOS guys from the host look at it and they got the same errors.

Thank you for the link to the list. I'll try there.
Hi,

2012/12/7 pnylon <pierc...@gmail.com>
To unsubscribe from this group, send email to bigbluebutton-setup+unsub...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/bigbluebutton-setup?hl=en.
Reply all
Reply to author
Forward
0 new messages