Hi Greg,
it looks like I'm doing something wrong.
I'm working on Ubuntu, sadly there is currently no repository I can use.
To make sure everything should work I now compiled everything myself (two times -> on Admin Server and on Worker).
I have done again all steps from the 3.x docu and now I have the same error.
...
2017-10-09
14:18:37,949 | WARN |
(ServiceRegistryJpaImpl$JobProducerHeartbeat:3220) - Service
org.opencastproject.composer@
http://opencast.mydomain.org:8080 is not
working as expected: HTTP/1.1 404 Not Found
2017-10-09 14:18:37,950 |
WARN | (ServiceRegistryJpaImpl$JobProducerHeartbeat:3239) - Added
org.opencastproject.composer@
http://opencast.mydomain.org:8080 to the
watch list
2017-10-09 14:18:37,967 | WARN |
(ServiceRegistryJpaImpl$JobProducerHeartbeat:3220) - Service
org.opencastproject.coverimage@
http://opencast.mydomain.org:8080 is not
working as expected: HTTP/1.1 404 Not Found
2017-10-09 14:18:37,968 |
WARN | (ServiceRegistryJpaImpl$JobProducerHeartbeat:3239) - Added
org.opencastproject.coverimage@
http://opencast.mydomain.org:8080 to the
watch list
2017-10-09 14:18:38,061 | WARN |
(ServiceRegistryJpaImpl$JobProducerHeartbeat:3220) - Service
org.opencastproject.execute@
http://opencast.mydomain.org:8080 is not
working as expected: HTTP/1.1 404 Not Found
2017-10-09 14:18:38,062 |
WARN | (ServiceRegistryJpaImpl$JobProducerHeartbeat:3239) - Added
org.opencastproject.execute@
http://opencast.mydomain.org:8080 to the
watch list
2017-10-09 14:18:38,122 | WARN |
(ServiceRegistryJpaImpl$JobProducerHeartbeat:3220) - Service
org.opencastproject.inspection@
http://opencast.mydomain.org:8080 is not
working as expected: HTTP/1.1 404 Not Found
2017-10-09 14:18:38,122 |
WARN | (ServiceRegistryJpaImpl$JobProducerHeartbeat:3239) - Added
org.opencastproject.inspection@
http://opencast.mydomain.org:8080 to the
watch list
2017-10-09 14:18:38,165 | WARN |
(ServiceRegistryJpaImpl$JobProducerHeartbeat:3220) - Service
org.opencastproject.publication.youtube@
http://opencast.mydomain.org:8080
is not working as expected: HTTP/1.1 404 Not Found
...
If I remove the "8080" from the "org.opencastproject.server.url" option the error stays the same (without the 8080 in the url)
...
2017-10-09 14:18:37,949 | WARN |
(ServiceRegistryJpaImpl$JobProducerHeartbeat:3220) - Service
org.opencastproject.composer@
http://opencast.mydomain.org is not
working as expected: HTTP/1.1 404 Not Found
2017-10-09 14:18:37,950 |
WARN | (ServiceRegistryJpaImpl$JobProducerHeartbeat:3239) - Added
org.opencastproject.composer@
http://opencast.mydomain.org to the
watch list
...
I see this messages on the admin and on the worker server.
I can login to the admin webinterface.
If I go to "Systems -> Server" I can see the admin server but not the worker.
Short after the start the status dot is green. After the warn messages the dot goes red.
I don't understand why the warning messages point to a "404 Not Found".
There
is a "/etc/hosts" entry for "
opencast.mydomain.org" which points to its
own local IP address (on the worker the hosts entry points to the local IP of the admin
server).
I don't think this is an IP related issue. There is also no Firewall
between the servers (and there is no local firewall on the admin
server).
Maybe I forgot something to install or to activate/configure but I don't have an idea what this could be.
Regards
x-net