We are trying to install matterhorn 1.2 on our test systems. This is an install across multiple servers. We have an admin server, worker server, engage server and two streaming servers running red5. We haven't managed to get past http error 403 with the dreaded forbidden. So I decided to tackle the admin server and see if I could get it configured first. I saw this error in the logs:
2011-11-04 10:04:48 WARN (OrganizationFilter:96) - No organization is mapped to handle http://charger1.boisestate.edu/ 2011-11-04 10:04:49 WARN (OrganizationFilter:96) - No organization is mapped to handle http://charger1.boisestate.edu/favicon.ico 2011-11-04 10:04:49 WARN (OrganizationFilter:96) - No organization is mapped to handle http://charger1.boisestate.edu/favicon.ico 2011-11-04 10:04:49 WARN (OrganizationFilter:96) - No organization is mapped to handle http://charger1.boisestate.edu/favicon.ico 2011-11-04 10:37:38 INFO (SpringSecurityConfigurationArtifactInstaller:115) - registered OsgiBundleXmlApplicationContext(bundle=matterhorn-kernel, config=file:/opt/matterhorn/felix/conf/security/security.xml): startup date [Wed Dec 31 17:00:00 MST 1969]; root of context hierarchy for security 2011-11-04 10:37:38 ERROR (SpringSecurityConfigurationArtifactInstaller:121) - Unable to refresh spring security configuration file /opt/matterhorn/felix/conf/security/security.xml: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 51 in XML document from OSGi resource[file:/opt/matterhorn/felix/conf/security/security.xml|bnd.id=96|bnd.sym=matterhorn-kernel] is invalid; nested exception is org.xml.sax.SAXParseException: The content of elements must consist of well-formed character data or markup. 2011-11-04 10:38:23 INFO (SpringSecurityConfigurationArtifactInstaller:115) - registered OsgiBundleXmlApplicationContext(bundle=matterhorn-kernel, config=file:/opt/matterhorn/felix/conf/security/mh_default_org.xml): startup date [Wed Dec 31 17:00:00 MST 1969]; root of context hierarchy for mh_default_org 2011-11-04 10:38:23 ERROR (SpringSecurityConfigurationArtifactInstaller:121) - Unable to refresh spring security configuration file /opt/matterhorn/felix/conf/security/mh_default_org.xml: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 51 in XML document from OSGi resource[file:/opt/matterhorn/felix/conf/security/mh_default_org.xml|bnd.id=96|bnd.sym=matterhorn-kernel] is invalid; nested exception is org.xml.sax.SAXParseException: The content of elements must consist of well-formed character data or markup. 2011-11-04 10:39:06 INFO (ServiceRegistryJpaImpl:617) - Unregistering http://charger1.boisestate.edu:8080 So I went fishing and disabled OpenID and CAS by editing config.properties and the default xml file under security, though I'm not sure I did the edits in that file quite right. I fixed it so that it doesn't start at all now. A couple of bundles show up in the cache directory and nothing logs to the opencast.log. I see this when I use the command line and use the basic start script: [root@charger1 felix]# bin/start_matterhorn.sh Removing cached matterhorn bundles from /opt/matterhorn/felix/felix-cache Listening for transport dt_socket at address: 8000 Auto-properties install: http://repository.opencastproject.org/nexus/content/repositories/public/org/apache/felix/org.apache.felix.fileinstall/3.0.2/org.apache.felix.fileinstall-3.0.2.jar (org.osgi.framework.BundleException: Unable to cache bundle: http://repository.opencastproject.org/nexus/content/repositories/public/org/apache/felix/org.apache.felix.fileinstall/3.0.2/org.apache.felix.fileinstall-3.0.2.jar - java.io.IOException: Server returned HTTP response code: 503 for URL: http://repository.opencastproject.org/nexus/content/repositories/public/org/apache/felix/org.apache.felix.fileinstall/3.0.2/org.apache.felix.fileinstall-3.0.2.jar) org.osgi.framework.BundleException: Unable to cache bundle: http://repository.opencastproject.org/nexus/content/repositories/public/org/apache/felix/org.apache.felix.fileinstall/3.0.2/org.apache.felix.fileinstall-3.0.2.jar at org.apache.felix.framework.Felix.installBundle(Felix.java:2545) at org.apache.felix.framework.Felix.installBundle(Felix.java:2501) at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:150) at org.apache.felix.main.AutoProcessor.processAutoProperties(AutoProcessor.java:296) at org.apache.felix.main.AutoProcessor.process(AutoProcessor.java:79) at org.apache.felix.main.Main.main(Main.java:291) Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: http://repository.opencastproject.org/nexus/content/repositories/public/org/apache/felix/org.apache.felix.fileinstall/3.0.2/org.apache.felix.fileinstall-3.0.2.jar at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441) at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:508) at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:170) at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:82) at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:60) at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:868) at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:549) at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:148) at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:251) at org.apache.felix.framework.Felix.installBundle(Felix.java:2541) ... 5 more Auto-properties install: http://repository.opencastproject.org/nexus/content/repositories/public/commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.jar (org.osgi.framework.BundleException: Unable to cache bundle: http://repository.opencastproject.org/nexus/content/repositories/public/commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.jar - java.io.IOException: Server returned HTTP response code: 503 for URL: http://repository.opencastproject.org/nexus/content/repositories/public/commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.jar) org.osgi.framework.BundleException: Unable to cache bundle: http://repository.opencastproject.org/nexus/content/repositories/public/commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.jar at org.apache.felix.framework.Felix.installBundle(Felix.java:2545) at org.apache.felix.framework.Felix.installBundle(Felix.java:2501) at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:150) at org.apache.felix.main.AutoProcessor.processAutoProperties(AutoProcessor.java:296) at org.apache.felix.main.AutoProcessor.process(AutoProcessor.java:79) at org.apache.felix.main.Main.main(Main.java:291) Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: http://repository.opencastproject.org/nexus/content/repositories/public/commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.jar at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441) at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:508) at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:170) at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:82) at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:60) at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:868) at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:549) at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:148) at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:251) at org.apache.felix.framework.Felix.installBundle(Felix.java:2541) ... 5 more Auto-properties install: http://repository.opencastproject.org/nexus/content/repositories/public/commons-io/commons-io/1.4/commons-io-1.4.jar (org.osgi.framework.BundleException: Unable to cache bundle: http://repository.opencastproject.org/nexus/content/repositories/public/commons-io/commons-io/1.4/commons-io-1.4.jar - java.io.IOException: Server returned HTTP response code: 503 for URL: http://repository.opencastproject.org/nexus/content/repositories/public/commons-io/commons-io/1.4/commons-io-1.4.jar) org.osgi.framework.BundleException: Unable to cache bundle: http://repository.opencastproject.org/nexus/content/repositories/public/commons-io/commons-io/1.4/commons-io-1.4.jar at org.apache.felix.framework.Felix.installBundle(Felix.java:2545) at org.apache.felix.framework.Felix.installBundle(Felix.java:2501) at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:150) at org.apache.felix.main.AutoProcessor.processAutoProperties(AutoProcessor.java:296) at org.apache.felix.main.AutoProcessor.process(AutoProcessor.java:79) at org.apache.felix.main.Main.main(Main.java:291) Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: http://repository.opencastproject.org/nexus/content/repositories/public/commons-io/commons-io/1.4/commons-io-1.4.jar at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441) at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:508) at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:170) at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:82) at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:60) at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:868) at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:549) at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:148) at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:251) at org.apache.felix.framework.Felix.installBundle(Felix.java:2541) ... 5 more Auto-properties install: http://repository.opencastproject.org/nexus/content/repositories/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (org.osgi.framework.BundleException: Unable to cache bundle: http://repository.opencastproject.org/nexus/content/repositories/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar - java.io.IOException: Server returned HTTP response code: 503 for URL: http://repository.opencastproject.org/nexus/content/repositories/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar) org.osgi.framework.BundleException: Unable to cache bundle: http://repository.opencastproject.org/nexus/content/repositories/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar at org.apache.felix.framework.Felix.installBundle(Felix.java:2545) at org.apache.felix.framework.Felix.installBundle(Felix.java:2501) at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:150) at org.apache.felix.main.AutoProcessor.processAutoProperties(AutoProcessor.java:296) at org.apache.felix.main.AutoProcessor.process(AutoProcessor.java:79) at org.apache.felix.main.Main.main(Main.java:291) Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: http://repository.opencastproject.org/nexus/content/repositories/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441) at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:508) at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:170) at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:82) at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:60) at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:868) at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:549) at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:148) at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:251) at org.apache.felix.framework.Felix.installBundle(Felix.java:2541) ... 5 more Auto-properties install: http://repository.opencastproject.org/nexus/content/repositories/public/commons-codec/commons-codec/1.4/commons-codec-1.4.jar (org.osgi.framework.BundleException: Unable to cache bundle: http://repository.opencastproject.org/nexus/content/repositories/public/commons-codec/commons-codec/1.4/commons-codec-1.4.jar - java.io.IOException: Server returned HTTP response code: 503 for URL: http://repository.opencastproject.org/nexus/content/repositories/public/commons-codec/commons-codec/1.4/commons-codec-1.4.jar) org.osgi.framework.BundleException: Unable to cache bundle: http://repository.opencastproject.org/nexus/content/repositories/public/commons-codec/commons-codec/1.4/commons-codec-1.4.jar at org.apache.felix.framework.Felix.installBundle(Felix.java:2545) at org.apache.felix.framework.Felix.installBundle(Felix.java:2501) at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:150) at org.apache.felix.main.AutoProcessor.processAutoProperties(AutoProcessor.java:296) at org.apache.felix.main.AutoProcessor.process(AutoProcessor.java:79) at org.apache.felix.main.Main.main(Main.java:291) Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: http://repository.opencastproject.org/nexus/content/repositories/public/commons-codec/commons-codec/1.4/commons-codec-1.4.jar at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441) at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:508) at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:170) at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:82) at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:60) at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:868) at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:549) at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:148) at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:251) at org.apache.felix.framework.Felix.installBundle(Felix.java:2541) ... 5 more Auto-properties install: http://repository.opencastproject.org/nexus/content/repositories/public/commons-pool/commons-pool/1.5.3/commons-pool-1.5.3.jar (org.osgi.framework.BundleException: Unable to cache bundle: http://repository.opencastproject.org/nexus/content/repositories/public/commons-pool/commons-pool/1.5.3/commons-pool-1.5.3.jar - java.io.IOException: Server returned HTTP response code: 503 for URL: http://repository.opencastproject.org/nexus/content/repositories/public/commons-pool/commons-pool/1.5.3/commons-pool-1.5.3.jar) org.osgi.framework.BundleException: Unable to cache bundle: http://repository.opencastproject.org/nexus/content/repositories/public/commons-pool/commons-pool/1.5.3/commons-pool-1.5.3.jar at org.apache.felix.framework.Felix.installBundle(Felix.java:2545) at org.apache.felix.framework.Felix.installBundle(Felix.java:2501) at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:150) at org.apache.felix.main.AutoProcessor.processAutoProperties(AutoProcessor.java:296) at org.apache.felix.main.AutoProcessor.process(AutoProcessor.java:79) at org.apache.felix.main.Main.main(Main.java:291) Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: http://repository.opencastproject.org/nexus/content/repositories/public/commons-pool/commons-pool/1.5.3/commons-pool-1.5.3.jar at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441) at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:508) at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:170) at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:82) at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:60) at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:868) at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:549) at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:148) at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:251) at org.apache.felix.framework.Felix.installBundle(Felix.java:2541) ... 5 more Auto-properties install: http://repository.opencastproject.org/nexus/content/repositories/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (org.osgi.framework.BundleException: Unable to cache bundle: http://repository.opencastproject.org/nexus/content/repositories/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar - java.io.IOException: Server returned HTTP response code: 503 for URL: http://repository.opencastproject.org/nexus/content/repositories/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar) org.osgi.framework.BundleException: Unable to cache bundle: http://repository.opencastproject.org/nexus/content/repositories/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar at org.apache.felix.framework.Felix.installBundle(Felix.java:2545) at org.apache.felix.framework.Felix.installBundle(Felix.java:2501) at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:150) at org.apache.felix.main.AutoProcessor.processAutoProperties(AutoProcessor.java:296) at org.apache.felix.main.AutoProcessor.process(AutoProcessor.java:79) at org.apache.felix.main.Main.main(Main.java:291) Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: http://repository.opencastproject.org/nexus/content/repositories/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441) at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:508) at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:170) at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:82) at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:60) at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:868) at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:549) at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:148) at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:251) at org.apache.felix.framework.Felix.installBundle(Felix.java:2541) ... 5 more Auto-properties install: http://repository.opencastproject.org/nexus/content/repositories/public/joda-time/joda-time/1.6/joda-time-1.6.jar (org.osgi.framework.BundleException: Unable to cache bundle: http://repository.opencastproject.org/nexus/content/repositories/public/joda-time/joda-time/1.6/joda-time-1.6.jar - java.io.IOException: Server returned HTTP response code: 503 for URL: http://repository.opencastproject.org/nexus/content/repositories/public/joda-time/joda-time/1.6/joda-time-1.6.jar) org.osgi.framework.BundleException: Unable to cache bundle: http://repository.opencastproject.org/nexus/content/repositories/public/joda-time/joda-time/1.6/joda-time-1.6.jar at org.apache.felix.framework.Felix.installBundle(Felix.java:2545) at org.apache.felix.framework.Felix.installBundle(Felix.java:2501) at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:150) at org.apache.felix.main.AutoProcessor.processAutoProperties(AutoProcessor.java:296) at org.apache.felix.main.AutoProcessor.process(AutoProcessor.java:79) at org.apache.felix.main.Main.main(Main.java:291) Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: http://repository.opencastproject.org/nexus/content/repositories/public/joda-time/joda-time/1.6/joda-time-1.6.jar at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441) at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:508) at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:170) at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:82) at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:60) at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:868) at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:549) at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:148) at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:251) at org.apache.felix.framework.Felix.installBundle(Felix.java:2541) ... 5 more Auto-properties install: http://repository.opencastproject.org/nexus/content/repositories/public/org/codehaus/jettison/jettison/1.2/jettison-1.2.jar (org.osgi.framework.BundleException: Unable to cache bundle: http://repository.opencastproject.org/nexus/content/repositories/public/org/codehaus/jettison/jettison/1.2/jettison-1.2.jar - java.io.IOException: Server returned HTTP response code: 503 for URL: http://repository.opencastproject.org/nexus/content/repositories/public/org/codehaus/jettison/jettison/1.2/jettison-1.2.jar) org.osgi.framework.BundleException: Unable to cache bundle: http://repository.opencastproject.org/nexus/content/repositories/public/org/codehaus/jettison/jettison/1.2/jettison-1.2.jar at org.apache.felix.framework.Felix.installBundle(Felix.java:2545) at org.apache.felix.framework.Felix.installBundle(Felix.java:2501) at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:150) at org.apache.felix.main.AutoProcessor.processAutoProperties(AutoProcessor.java:296) at org.apache.felix.main.AutoProcessor.process(AutoProcessor.java:79) at org.apache.felix.main.Main.main(Main.java:291) Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: http://repository.opencastproject.org/nexus/content/repositories/public/org/codehaus/jettison/jettison/1.2/jettison-1.2.jar at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441) at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:508) at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:170) at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:82) at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:60) at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:868) at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:549) at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:148) at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:251) at org.apache.felix.framework.Felix.installBundle(Felix.java:2541) ... 5 more eption: Server returned HTTP response code: 503 for URL: http://repository.opencastproject.org/nexus/content/repositories/public/org/apache/servicemix/bundles/org.apache.servicemix.bundles.quartz/1.6.6_1/org.apache.servicemix.bundles.quartz-1.6.6_1.jar at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441) at org.apache.felix.framework.util.SecureAction.getURLConnectionInputStream(SecureAction.java:508) at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:170) at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:82) at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:60) at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:868) at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:549) at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:148) at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:251) at org.apache.felix.framework.Felix.installBundle(Felix.java:2541) ... 5 more [root@charger1 felix]# Can I buy a clue as to what might have happened. -- Jack Vant System Engineer - Unix Office of Information Technology Boise State University 208-426-4443 208-863-0031 _______________________________________________ Matterhorn-users mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
