So I'm trying to qa the new release candidate and I'm having an issue with using it with an apache proxy.

I have a second machine setup with 1.3.0 it has identical configs for apache, felix/load and felix/conf/security

When I attempt to connect I get the following in the apache logs:

Fri Jun 29 16:07:47 2012] [error] proxy: HTTP: disabled connection for (localhost) [Fri Jun 29 16:07:48 2012] [error] proxy: HTTP: disabled connection for (localhost) [Fri Jun 29 16:07:49 2012] [error] (13)Permission denied: proxy: HTTP: attempt to connect to 127.0.0.1:8080 (localhost) failed [Fri Jun 29 16:07:49 2012] [error] ap_proxy_connect_backend disabling worker for (localhost) [Fri Jun 29 16:07:58 2012] [error] proxy: HTTP: disabled connection for (localhost) [Fri Jun 29 16:07:59 2012] [error] proxy: HTTP: disabled connection for (localhost) [Fri Jun 29 16:08:00 2012] [error] proxy: HTTP: disabled connection for (localhost)

Matterhorn is also reporting:

2012-06-29 16:08:57 WARN (ServiceRegistryJpaImpl$JobProducerHearbeat:1606) - Service org.opencastproject.distribution.streaming@http://worker-dev.media.berkeley.edu is not working as expected: HTTP/1.1 503 Service Temporarily Unavailable 2012-06-29 16:08:57 WARN (ServiceRegistryJpaImpl$JobProducerHearbeat:1625) - Added org.opencastproject.distribution.streaming@http://worker-dev.media.berkeley.edu to the watch list 2012-06-29 16:08:57 WARN (ServiceRegistryJpaImpl$JobProducerHearbeat:1606) - Service org.opencastproject.distribution.download@http://worker-dev.media.berkeley.edu is not working as expected: HTTP/1.1 503 Service Temporarily Unavailable 2012-06-29 16:08:57 WARN (ServiceRegistryJpaImpl$JobProducerHearbeat:1625) - Added org.opencastproject.distribution.download@http://worker-dev.media.berkeley.edu to the watch list 2012-06-29 16:08:57 WARN (ServiceRegistryJpaImpl$JobProducerHearbeat:1606) - Service org.opencastproject.caption@http://worker-dev.media.berkeley.edu is not working as expected: HTTP/1.1 503 Service Temporarily Unavailable 2012-06-29 16:08:57 WARN (ServiceRegistryJpaImpl$JobProducerHearbeat:1625) - Added org.opencastproject.caption@http://worker-dev.media.berkeley.edu to the watch list 2012-06-29 16:08:57 WARN (ServiceRegistryJpaImpl$JobProducerHearbeat:1606) - Service org.opencastproject.inspection@http://worker-dev.media.berkeley.edu is not working as expected: HTTP/1.1 503 Service Temporarily Unavailable

I suspect it has something to do with the multi tenancy stuff, but I have no idea what. Especially considering I have another machine with 1.3.0 working just fine with the same configuration.

Here is felix/load/org.opencastproject.organization-mh_default_org.cfg

id=mh_default_org
name=Opencast Project
server=localhost
port=8080
admin_role=ROLE_ADMIN
anonymous_role=ROLE_ANONYMOUS

# Default properties for the user interface
prop.logo_large=/img/MatterhornLogo_large.png
prop.logo_small=/img/OpencastLogo.png

# Define which parts of the admin ui should be visible
prop.adminui.i18n_tab_episode.enable=false
prop.adminui.i18n_tab_users.enable=false

# Define which parts of the engage ui should be visible
prop.engageui.link_download.enable=false

I tried changing both the server and port, there was no change in behavior.
_______________________________________________
Matterhorn-users mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users

Reply via email to