[
http://opencast.jira.com/browse/MH-9371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32807#comment-32807
]
Adam McKenzie commented on MH-9371:
-----------------------------------
Fix for the duplicate service registry committed r13660.
New sed command to replace service registry value since it is commented out is:
"s%^#${SERVICE_REG_KEY//./\\.}=.*\$%${SERVICE_REG_KEY}=$core/$SERVICE_REG_SUFFIX%"
Basically replaced # as the delimiter with % and added a # before the
SERVICE_REG_KEY committed in r13662.
> Default config.properties has duplicate and commented out serviceregistry url
> which causes problems for the capture agent.
> ---------------------------------------------------------------------------------------------------------------------------
>
> Key: MH-9371
> URL: http://opencast.jira.com/browse/MH-9371
> Project: Matterhorn Project
> Issue Type: Sub-Task
> Components: Capture (Devices and Software)
> Affects Versions: Trunk, 1.4
> Reporter: Adam McKenzie
> Assignee: Adam McKenzie
> Priority: Release Blocker
> Fix For: 1.4
>
>
> Config.properties has both
> # The url of the remote service registry. This is used in cases where there
> is no direct connection to the service
> # registry database such as capture agens running in protected environments.
> This is typically true for capture agents
> # and should be set to the url of a server running the actual implementation
> of the service registry and the path to
> # the service registry(admin, worker, etc. See the build profiles in pom.xml
> for a complete list).
> #org.opencastproject.serviceregistry.url=${org.opencastproject.server.url}/services
> and
> # The url for the service registry, which will allow distributed
> installations to find remote service instances.
> #org.opencastproject.serviceregistry.url=${org.opencastproject.server.url}/serviceregistry
> There should only be the correct one and we need to uncomment it in the
> capture agent install scripts.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
http://opencast.jira.com/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn
To unsubscribe please email
[email protected]
_______________________________________________