Greg, Tobias, Christopher,
 
     Thanks for all of  your help.  I've downgraded back to 1.1 now and the 
system is back to normal functioning.  All of your answers, however, have 
helped me greater understand this mountain known as Matterhorn.  An update to 
1.2 is in the future, though I must say it would be nice if there was a big red 
button on the server and each capture agent that said "Update" and did it all 
for you, preserving your everything.

I have what I hope is to be my last question for a while:  The whole reason I 
tried to upgrade to 1.2 was because the core server was crashing because 4 
agents recording 4 back to back classes each were all pushing data to it.  In 
order to beef up the hardware I took two of our rack mount computers apart and 
combined them.  I now have 4 cores, 8 gigs of ram, and 2 terabytes of HD to 
use.  My question is...if this configuration still crashes under the load is 
there a way to defer processing until all classes are over for the day?  If 
there is please tell me how to accomplish this.

Thank you all again,
Nathan

On Sep 4, 2011, at 3:06 PM, Greg Logan wrote:

> On 2011-09-04 8:03 AM, Nathan Cameron wrote:
>> Tobias,
>>   I'm not sure how to define MATTERHORN_HOME in my environment, or really 
>> what "my environment" means.  I've gone back to 1.1 and am getting the 
>> unable to access jarfile error again.
>> 
>> If you can point me to MATTERHORN_HOME i would be greatly appreciative.
> 
> See the "Run" section under
> http://opencast.jira.com/wiki/display/MH/Install+Source+Linux+(Trunk).
> Oddly enough, I think FELIX_HOME should be MATTERHORN_HOME, which may
> indeed be a bug in the docs.
> 
> Tobias, are we still using FELIX_HOME for anything?
> 
> G
> 
>> Nathan
>> 
>> On Sep 3, 2011, at 3:54 AM, Tobias Wunden wrote:
>> 
>>> Hi Nathan,
>>> 
>>> if you take a look a the matterhorn start script in bin/start.sh, notice 
>>> the first few lines:
>>> 
>>> if [ ! -z "$FELIX_HOME" ]; then
>>> FELIX_HOME="$FELIX_HOME"
>>> else
>>> FELIX_HOME="/Applications/Matterhorn"
>>> fi
>>> 
>>> This means that if you haven't set MATTERHORN_HOME to point to the felix 
>>> directory, /Applications/Matterhorn will be taken as a default. This means 
>>> that you need to take either of these to actions:
>>> 
>>> a) change the script to use your real path as the default value (not good, 
>>> will break with the next update)
>>> 
>>> b) define MATTERHORN_HOME in your environment
>>> 
>>> Tobias
>>> 
>>> P.s.: Re-routing this thread to users, as the community list is not where 
>>> this kind of dicussions belong. Please post answers to this thread on the 
>>> users list.
>>> 
>>> On 03.09.2011, at 01:02, Nathan Cameron wrote:
>>> 
>>>> This is as much of the tree file as I could copy:
>>>> <Requested>
>>>> 
>>>> Gregg,
>>>> I checked and the specific .jar file is in the the bin folder it's 
>>>> searching for.  I rebuilt Matterhorn and now the error says it's looking 
>>>> for the same file in Applications/Matterhorn/bin.  However, to my 
>>>> knowledge Linux doesn't have an "Applications" folder.  I've checked the 
>>>> .xml and .bat files that I assume are searching for this file.  I even 
>>>> copied it into the secondary felix folder on the machine but I still get 
>>>> the error.  We are now in our third week of classes and people are getting 
>>>> frustrated that recordings aren't working.  Any further help I could get 
>>>> is greatly appreciated.
>>>> 
>>>> Here is the specific error as it now reads:
>>>> can't cd to /Applications/Matterhorn Unable to access jarfile 
>>>> /Applications/Matterhorn/bin/felix.jar
>>>> 
>>>> Thanks everyone,
>>>> Nathan
>>>> 
>>>> On Aug 31, 2011, at 8:16 PM, [email protected] wrote:
>>>> 
>>>>> Nathan,
>>>>> 
>>>>> It shouldn't be hidden (hidden files in linux start with a . and are 
>>>>> usually
>>>>> just hidden in the gui, fwiw).
>>>>> 
>>>>> Maybe post the output of "tree /opt/matterhorn/felix"?
>>>>> 
>>>>> My guess is that felix is not correctly installed, and you should follow 
>>>>> that
>>>>> step again (delete the felix directory, and download and untar felix).
>>>>> 
>>>>> What better way to learn linux than through Matterhorn! :)
>>>>> 
>>>>> Chris
>>>>> 
>>>>> Quoting Nathan Cameron <[email protected]>:
>>>>> 
>>>>>> I looked for the file in the listed location but couldn't find it. I
>>>>>> wasn't sure if it was hidden or something. I'm a Linux newbie and at
>>>>>> the same time the institutes Matterhorn guy!
>>>>>> 
>>>>>> Sent from my iPhone
>>>>>> 
>>>>>> On Aug 31, 2011, at 7:57 PM, Greg Logan <[email protected]> wrote:
>>>>>> 
>>>>>>> On 2011-08-31 4:18 PM, Nathan Cameron wrote:
>>>>>>>> So to make a long story short the multitude of recordings we're 
>>>>>>>> capturing
>>>>>> at this institution clog up the processing machine and cause multiple
>>>>>> failures.  After two frustrating days of this I decided to split the
>>>>>> processing between two different blade servers.  I'm going to process
>>>>>> captures from 2 capture agents on one and 2 capture agents on the other. 
>>>>>>  I
>>>>>> do have some general configuration questions about this:
>>>>>>>> 
>>>>>>>> 1)  How can I have the media from 2 separate core computers display on 
>>>>>>>> the
>>>>>> same engage UI?
>>>>>>>> 2)  In light of the processing overload is there a way that I can set 
>>>>>>>> the
>>>>>> cameras to record back to back but hold off on processing until all 
>>>>>> capturing
>>>>>> is done for the day?
>>>>>>>> 
>>>>>>>> I would appreciate answers to these, however, before I get into 
>>>>>>>> arranging
>>>>>> that I have a run problem in 1.2.  I thought I would go ahead and upgrade
>>>>>> since I was adding a new server to the system.  Matterhorn 1.2 builds 
>>>>>> fine
>>>>>> with no errors, and the third party tools install and compile with no 
>>>>>> errors
>>>>>> as well.  When I try to start matterhorn I get the following error in the
>>>>>> terminal, however:
>>>>>>>> 
>>>>>>>> sh /opt/matterhorn/felix/bin/start_matterhorn.sh
>>>>>>>> Unable to access jarfile /opt/matterhorn/felix/bin/felix.jar
>>>>>>>> 
>>>>>>>> I've searched for solutions to this online but can only find docs from
>>>>>> 2009.  How can I fix this in the new version?
>>>>>>> 
>>>>>>> Silly question, but does that jar file exist?  That error isn't
>>>>>>> something that we built, it looks more like either the file is missing
>>>>>>> or a path/variable is bad.
>>>>>>> 
>>>>>>> G
>>>>>>> 
>>>>>>>> Any help is appreciated.
>>>>>>>> 
>>>>>>>> Nathan
>>>>>>>> _______________________________________________
>>>>>>>> Community mailing list
>>>>>>>> [email protected]
>>>>>>>> http://lists.opencastproject.org/mailman/listinfo/community
>>>>>>>> 
>>>>>>>> 
>>>>>>>> To unsubscribe please email
>>>>>>>> [email protected]
>>>>>>>> _______________________________________________
>>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> _______________________________________________
>>>>>>> Community mailing list
>>>>>>> [email protected]
>>>>>>> http://lists.opencastproject.org/mailman/listinfo/community
>>>>>>> 
>>>>>>> 
>>>>>>> To unsubscribe please email
>>>>>>> [email protected]
>>>>>>> _______________________________________________
>>>>>> _______________________________________________
>>>>>> Community mailing list
>>>>>> [email protected]
>>>>>> http://lists.opencastproject.org/mailman/listinfo/community
>>>>>> 
>>>>>> 
>>>>>> To unsubscribe please email
>>>>>> [email protected]
>>>>>> _______________________________________________
>>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>> 
>>>> _______________________________________________
>>>> Community mailing list
>>>> [email protected]
>>>> http://lists.opencastproject.org/mailman/listinfo/community
>>>> 
>>>> 
>>>> To unsubscribe please email
>>>> [email protected]
>>>> _______________________________________________
>>> 
>>> _______________________________________________
>>> Community mailing list
>>> [email protected]
>>> http://lists.opencastproject.org/mailman/listinfo/community
>>> 
>>> 
>>> To unsubscribe please email
>>> [email protected]
>>> _______________________________________________
>> 
>> _______________________________________________
>> Community mailing list
>> [email protected]
>> http://lists.opencastproject.org/mailman/listinfo/community
>> 
>> 
>> To unsubscribe please email
>> [email protected]
>> _______________________________________________
>> 
> 
> 
> _______________________________________________
> Community mailing list
> [email protected]
> http://lists.opencastproject.org/mailman/listinfo/community
> 
> 
> To unsubscribe please email
> [email protected]
> _______________________________________________

_______________________________________________
Community mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/community


To unsubscribe please email
[email protected]
_______________________________________________

Reply via email to