It looks like you managed to build and deploy every profile. You therefore have multiple implementations of the same services running in felix.
I would remove everything from $FELIX/matterhorn, remove $FELIX/felix-cache, remove your data directory, create a new database (if you're using something other than the default in-memory H2 database), and rebuild using the default profile (mvn clean install -DdeployTo=$FELIX/matterhorn). Josh On Aug 2, 2011, at 5:51 PM, Peter Watkins wrote: > > I'm testing Matterhorn, so I installed the capture agent with the Ubuntu > install script and then Matterhorn Base on the same machine. Previously, I > just had the capture agent installed. With only the capture agent installed, > I could access Matterhorn on http://hostname:8080 just fine. Now with Base > installed as well, the connection to http://hostname:8080 is intermittent. I > get a lot of these in my /opt/matterhorn/felix/logs/opencast.log: > > 2011-08-02 17:00:03 WARN (RemoteBase:155) - {GET > org.opencastproject.workflow@http://fermi:8080/definition/full.xml=org.apache.http.NoHttpResponseException: > The target server failed to respond} > 2011-08-02 17:00:03 WARN (RemoteBase:155) - {GET > http://fermi:8080/workflow/definition/full.xml=HTTP/1.1 500 Internal Server > Error} > > There are some exceptions in the log as well: > org.opencastproject.ingest.api.IngestException: > org.opencastproject.workflow.api.WorkflowDatabaseException: Unable to connect > to a remote workflow service > at > org.opencastproject.ingest.impl.IngestServiceImpl.ingest(IngestServiceImpl.java:716) > > at > org.opencastproject.ingest.impl.IngestServiceImpl.ingest(IngestServiceImpl.java:598) > > at > org.opencastproject.ingest.impl.IngestServiceImpl.addZippedMediaPackage(IngestServiceImpl.java:301) > > at > org.opencastproject.ingest.endpoint.IngestRestService.addZippedMediaPackage(IngestRestService.java:411) > > at sun.reflect.GeneratedMethodAccessor183.invoke(Unknown Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:597) > at > org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:173) > > at > org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:89) > > at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:133) > at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:82) > at > org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58) > > at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > . > . > . > > I'm presently running Matterhorn as a service, but I get exceptions when I > run it using the instructions under the "Run" heading here: > http://opencast.jira.com/wiki/display/MHDOC/Install+Source+Linux+All+in+One++V1.1 > > > Running felix:lb from the Matterhorn console gives me: > START LEVEL 4 > ID|State |Level|Name > 0|Active | 0|System Bundle (3.0.7) > 5|Active | 4|Apache Felix File Install (3.0.2) > 6|Active | 3|Apache Commons FileUpload Bundle (1.2.1) > 7|Active | 3|Apache Commons IO Bundle (1.4.0) > 8|Active | 3|Commons Lang (2.4.0) > 9|Active | 3|Commons Codec (1.4.0) > 10|Active | 3|Commons Pool (1.5.3) > 11|Active | 3|Commons Collections (3.2.1) > 12|Active | 3|Joda-Time (1.6.0) > 13|Active | 3|jettison (1.2.0) > 14|Active | 3|Apache ServiceMix Bundles: jaxb-impl-2.1.6 (2.1.6.1) > 15|Active | 3|Apache ServiceMix Bundles: quartz-1.6.6 (1.6.6.1) > 16|Active | 3|Apache ServiceMix Bundles: woodstox-3.2.7 (3.2.7.1) > 17|Active | 3|Apache ServiceMix Bundles: wsdl4j-1.6.1 (1.6.1.1) > 18|Active | 3|Apache ServiceMix Bundles: neethi-2.0.4 (2.0.4.1) > 19|Active | 3|Apache ServiceMix Bundles: xmlschema-1.4.3 (1.4.3.1) > 20|Active | 3|Apache ServiceMix Bundles: xmlresolver-1.2 (1.2.0.1) > 21|Active | 3|Apache ServiceMix Bundles: commons-httpclient-3.1 > (3.1.0.4) > 22|Active | 3|Apache ServiceMix Bundles: asm-2.2.3 (2.2.3.1) > 23|Active | 3|Apache Commons Bean Utilities (1.7.0) > 24|Active | 3|Lucene Search Engine: core (2.4.1) > 25|Active | 3|Apache Tika OSGi bundle (0.7.0) > 26|Active | 3|EclipseLink Core (2.0.2.v20100323-r6872) > 27|Active | 3|EclipseLink JPA (2.0.2.v20100323-r6872) > 28|Active | 3|EclipseLink ASM (2.0.2.v20100323-r6872) > 29|Active | 3|EclipseLink ANTLR (2.0.2.v20100323-r6872) > 30|Active | 3|AOP Alliance API (1.0.0) > 31|Active | 3|spring-osgi-io (1.2.1) > 32|Active | 3|spring-osgi-core (1.2.1) > 33|Active | 3|spring-osgi-extender (1.2.1) > 34|Active | 3|OpenID for Java (0.9.5) > 35|Active | 3|Cyberneko HTML Parser (1.9.13) > 36|Active | 3|Spring ASM (3.0.2.RELEASE) > 37|Active | 3|Spring Web (3.0.2.RELEASE) > 38|Active | 3|Spring AOP (3.0.2.RELEASE) > 39|Active | 3|Spring Core (3.0.2.RELEASE) > 40|Active | 3|Spring Beans (3.0.2.RELEASE) > 41|Active | 3|Spring Expression Language (3.0.2.RELEASE) > 42|Active | 3|Spring Transaction (3.0.2.RELEASE) > 43|Active | 3|Spring Context (3.0.2.RELEASE) > 44|Active | 3|Spring Context Support (3.0.2.RELEASE) > 45|Active | 3|Spring Security Core (3.0.2.RELEASE) > 46|Active | 3|Spring Security Namespace Configuration > (3.0.2.RELEASE) > 47|Active | 3|Spring Security Web (3.0.2.RELEASE) > 48|Active | 3|Spring Security OpenID (3.0.2.RELEASE) > 49|Active | 3|Spring Security CAS (3.0.2.RELEASE) > 50|Active | 3|JA-SIG Central Authentication Service (3.1.8) > 51|Active | 3|OASIS Open Security Assertion Markup Language > (OpenSAML) (1.1.0) > 52|Active | 3|JDOM DOM Processor (1.0.0) > 53|Active | 3|Object-Graph Navigation Language (OGNL) (2.7.3) > 54|Active | 3|Javassist Java Programming Assistant (3.9.0.GA) > 55|Active | 3|Apache HttpCore OSGi bundle (4.0.1) > 56|Active | 3|Apache HttpClient OSGi bundle (4.0.1) > 57|Active | 3|Apache CXF JAX-RS Bundle Jar (2.2.9) > 58|Active | 3|Apache ServiceMix Bundles: xmlsec-1.3.0 (1.3.0.1) > 59|Active | 3|Apache ServiceMix Bundles: wss4j-1.5.4 (1.5.4.1) > 60|Active | 3|Apache ServiceMix Bundles: xercesImpl-2.9.1 (2.9.1.3) > 61|Active | 2|geronimo-annotation_1.0_spec (1.1.1) > 62|Active | 2|Activation 1.1 (1.1.0) > 63|Active | 2|Apache Geronimo JSR-317 JPA 2.0 Spec API (1.1.0) > 64|Active | 2|geronimo-jta_1.1_spec (1.1.1) > 65|Active | 2|JavaMail 1.4 (1.7.1) > 66|Active | 2|geronimo-ws-metadata_2.0_spec (1.1.2) > 67|Active | 2|geronimo-j2ee-connector_1.5_spec (2.0.0) > 68|Active | 2|geronimo-j2ee-management_1.1_spec (1.0.1) > 69|Active | 2|Apache ServiceMix Specs :: JAXB API 2.1 (1.3.0) > 70|Active | 2|Apache ServiceMix Specs :: JAXWS API 2.1 (1.3.0) > 71|Active | 2|Apache ServiceMix Specs :: SAAJ API 1.3 (1.3.0) > 72|Active | 2|Apache ServiceMix Specs :: STAX API 1.0 (1.3.0) > 73|Active | 2|Apache ServiceMix Specs :: JSR311 API 1.1 (1.5.0) > 74|Active | 1|osgi.cmpn (4.2.0.200908310645) > 75|Active | 1|Apache Felix Configuration Admin Service (1.2.8) > 76|Active | 1|Pax ConfMan - Properties Loader (0.2.1) > 77|Active | 1|OPS4J Pax Logging - API (1.5.0) > 78|Active | 1|OPS4J Pax Logging - Service (1.5.0) > 79|Active | 1|Apache Felix Declarative Services (1.6.0) > 80|Active | 1|Apache Felix EventAdmin (1.2.8) > 81|Active | 1|Apache Felix Metatype Service (1.0.4) > 82|Active | 1|Apache Felix Http Bundle (2.0.4) > 301|Active | 4|Apache Felix Bundle Repository (1.6.2) > 302|Active | 4|Apache Felix Gogo Command (0.6.1) > 303|Active | 4|Apache Felix Gogo Runtime (0.6.1) > 304|Active | 4|Apache Felix Gogo Shell (0.6.1) > 305|Active | 4|matterhorn-search-service-feeds (1.1.0) > 306|Active | 4|matterhorn-annotation-impl (1.1.0) > 307|Active | 4|matterhorn-confidence-monitoring-ui (1.1.0.SNAPSHOT) > 308|Active | 4|matterhorn-db (1.1.0) > 309|Active | 4|matterhorn-webconsole (1.1.0.SNAPSHOT) > 310|Active | 4|matterhorn-solr (1.1.0) > 311|Active | 4|matterhorn-textextractor-tesseract (1.1.0) > 312|Active | 4|matterhorn-engage-ui (1.1.0) > 313|Active | 4|matterhorn-workflow-service-remote (1.1.0) > 314|Active | 4|matterhorn-composer-ffmpeg (1.1.0) > 315|Active | 4|matterhorn-scheduler-impl (1.1.0) > 316|Active | 4|matterhorn-dublincore (1.1.0) > 317|Active | 4|matterhorn-security-impl (1.1.0.SNAPSHOT) > 318|Active | 4|matterhorn-series-service-api (1.1.0) > 319|Active | 4|matterhorn-conductor (1.1.0) > 320|Active | 4|matterhorn-admin-ui (1.1.0) > 321|Active | 4|matterhorn-capture-admin-service-api (1.1.0.SNAPSHOT) > 322|Active | 4|matterhorn-working-file-repository-service-api > (1.1.0) > 323|Active | 4|matterhorn-distribution-service-download (1.1.0) > 324|Active | 4|matterhorn-annotation-api (1.1.0) > 325|Active | 4|matterhorn-scheduler-api (1.1.0) > 326|Active | 4|matterhorn-textanalyzer-api (1.1.0) > 327|Active | 4|matterhorn-serviceregistry (1.1.0) > 328|Active | 4|matterhorn-ingest-service-impl (1.1.0) > 329|Active | 4|matterhorn-lti (1.1.0) > 330|Active | 4|matterhorn-workflow-service-impl (1.1.0) > 331|Active | 4|matterhorn-capture-admin-service-impl (1.1.0) > 332|Active | 4|matterhorn-distribution-service-api (1.1.0) > 333|Active | 4|matterhorn-videosegmenter-impl (1.1.0) > 334|Active | 4|matterhorn-inspection-service-impl (1.1.0) > 335|Active | 4|matterhorn-dictionary-impl (1.1.0) > 336|Active | 4|matterhorn-mpeg7 (1.1.0) > 337|Active | 4|matterhorn-metadata-api (1.1.0) > 338|Active | 4|matterhorn-workflow-service-api (1.1.0) > 339|Active | 4|matterhorn-runtime-info-ui (1.1.0) > 340|Active | 4|matterhorn-caption-impl (1.1.0) > 341|Active | 4|matterhorn-capture-agent-impl (1.1.0.SNAPSHOT) > 342|Active | 4|matterhorn-caption-api (1.1.0) > 343|Active | 4|matterhorn-capture-agent-api (1.1.0.SNAPSHOT) > 344|Active | 4|matterhorn-working-file-repository-service-impl > (1.1.0) > 345|Active | 4|matterhorn-common (1.1.0.SNAPSHOT) > 346|Active | 4|matterhorn-serviceregistry-remote (1.1.0.SNAPSHOT) > 347|Active | 4|matterhorn-workspace-api (1.1.0) > 348|Active | 4|matterhorn-webconsole (1.1.0) > 349|Active | 4|matterhorn-composer-service-api (1.1.0) > 350|Active | 4|matterhorn-textanalyzer-impl (1.1.0) > 351|Active | 4|matterhorn-inspection-service-api (1.1.0) > 352|Active | 4|matterhorn-search-service-impl (1.1.0) > 353|Active | 4|matterhorn-runtime-info-ui (1.1.0.SNAPSHOT) > 354|Active | 4|matterhorn-usertracking-impl (1.1.0) > 355|Active | 4|matterhorn-workspace-impl (1.1.0) > 356|Active | 4|matterhorn-dictionary-api (1.1.0) > 357|Active | 4|matterhorn-capture-admin-service-api (1.1.0) > 358|Active | 4|matterhorn-usertracking-api (1.1.0) > 359|Active | 4|matterhorn-series-service-impl (1.1.0) > 360|Active | 4|matterhorn-security-impl (1.1.0) > 361|Active | 4|matterhorn-kernel (1.1.0) > 362|Active | 4|matterhorn-static (1.1.0.SNAPSHOT) > 363|Active | 4|matterhorn-kernel (1.1.0.SNAPSHOT) > 364|Active | 4|matterhorn-videosegmenter-api (1.1.0) > 365|Active | 4|matterhorn-ingest-service-api (1.1.0) > 366|Active | 4|matterhorn-distribution-service-streaming (1.1.0) > 367|Active | 4|matterhorn-static (1.1.0) > 368|Active | 4|matterhorn-search-service-api (1.1.0) > 369|Active | 4|matterhorn-common (1.1.0) > > > Any idea what's going on? I'm running Ubuntu Server 10.04 LTS 64-bit. > > Thanks, > > Peter_______________________________________________ > Matterhorn-users mailing list > [email protected] > http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
_______________________________________________ Matterhorn-users mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
