Sandeep,

Are you able to post the startup portion of the Matterhorn Admin Service?

Brian

Brian Bolt
Office of Information Technology
Boise State University
208.426.6835
[email protected]



On Thu, Jan 13, 2011 at 9:24 AM, Sandeep Tamrakar
<[email protected]>wrote:

>  Thanks Brian,
>
> I'm not sure that this is what we are experiencing. Please forgive me if
> some of these questions sound a bit ignorant. We were able to reinstall
> 1.0.0 and can capture, encode and get all the way to distributing media
> before it fails with the following error message.
>
> org.opencastproject.distribution.api.DistributionException: Unable to
> distribute mediapackage d01a2a43-c065-454e-b7bd-e26234532c2e using a remote
> distribution service proxy.
>
> Before leaving, our project lead, Luke said that he set the iptables to
> redirect port 80 traffic to port 8080 and we changed our config file to
> reflect the engage domain name rather than the server IP address.
>
> This is the start up script used for the redirecting in the firewall.
>
> iptables -t nat -I PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080
> iptables -t nat -I PREROUTING -p tcp --dport 443 -j REDIRECT --to-port 8443
>
> Any additional thoughts as to what may be occurring. Sorry if this is not
> very clear. I am new to Linux and trying to learn as quickly as possible.
>
> Thanks,
> Sandeep Tamrakar
>
>
> ------------------------------
> From: [email protected]
> Date: Wed, 12 Jan 2011 14:16:03 -0700
> To: [email protected]
> Subject: Re: [Matterhorn-users] Distribution Error
>
>
> Sandeep,
>
> I had the same problem when I incorporated the new init scripts with the
> new 1.0.1 version.  When I went back to the startup logs on my server, I
> noticed that the url listed did not contain the server name.  I was using
> the Dserver- option in the Felix startup script because my distributed
> installs all use the same config.properties and security.xml files located
> on an NFS mount.
>
> In prior versions of the init script, the Dserver option was set in the
> start_matterhorn.sh script.  Now, it's in the init script.  As a result, I
> needed to set the Dserver- option in the new init script rather than the
> start_matterhorn.sh script.
>
> Brian
>
> Brian Bolt
> Office of Information Technology
> Boise State University
> 208.426.6835
> [email protected]
>
>
>
> On Wed, Jan 12, 2011 at 1:19 PM, Sandeep Tamrakar <
> [email protected]> wrote:
>
>  Hello,
>
> We reinstalled the fresh copy of matterhorn and are having problem
> distributing the recorded media. There might be a small error in the
> configuration file but I have'nt been able to figure out where and what is
> causing the problem. We are running matterhorn  in three virtual machines.
> We had a backup  from the previously working matterhorn files and I even
> tried the configuration file from backup. But still it did not worked.
>
> here is the error message we are getting,,
>
> "
> Distributing media to the local distribution channel
>
> org.opencastproject.distribution.api.DistributionException: Unable to
> distribute mediapackage d330b1b1-72ea-4fae-8219-3cea0a63127b using a remote
> distribution service proxy.
>
> "
> Thanks,
> Sandeep Tamrakar
>
> _______________________________________________
> 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
>
> _______________________________________________
> 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

Reply via email to