I guess that you have problems to connect to the database. The Ingest
service should run on the admin server.
I don't use 1.0.1 we have 1.0 in production, so I'm not sure if there
are any database changes between these versions that may be problematic.
If you use a felix 2.0.x version you can use "scr list" and "scr info
#ofBundle" in the felix shell to find why the ingest service is
unsatisfied. I would bet that this has to do with the database.
For felix 3.0.x I don't know what the new equivalents for the scr
commands are.
Rüdiger
Am 27.01.2011 15:18, schrieb Sandeep Tamrakar:
Hey Rüdiger,
I am actually using the matterhorn 1.0.1. Here are the different
services thats currently running in different servers.
When updated the matterhorn, I also made a new database using
mysql-ddl script.
Admin
* Capture Agent Admin REST Endpoint Docs
<http://10.19.0.206:8080/capture-admin/rest/docs>
* Remote Service REST Endpoint Docs
<http://10.19.0.206:8080/remote/rest/docs>
* Series REST Endpoint Docs <http://10.19.0.206:8080/series/rest/docs>
* Admin UI REST Proxy Docs <http://10.19.0.206:8080/admin/rest/docs>
* Versioning Service Docs <http://10.19.0.206:8080/version/rest/docs>
* Scheduler REST Endpoint Docs
<http://10.19.0.206:8080/scheduler/rest/docs>
Worker
* Media Analysis REST Endpoint Docs
<http://10.19.0.207:8080/analysis/rest/docs>
* Remote Service REST Endpoint Docs
<http://10.19.0.207:8080/remote/rest/docs>
* Composer REST Endpoint Docs
<http://10.19.0.207:8080/composer/rest/docs>
* Media Inspection REST Endpoint Docs
<http://10.19.0.207:8080/inspection/rest/docs>
Engage
* Feedback REST Endpoint Docs
<http://10.19.0.208:8080/feedback/rest/docs>
* Distribution REST Endpoint Docs
<http://10.19.0.208:8080/distribution/rest/docs>
* Search REST Endpoint Docs <http://10.19.0.208:8080/search/rest/docs>
* Remote Service REST Endpoint Docs
<http://10.19.0.208:8080/remote/rest/docs>
Regards,
Sandeep Tamrakar
A&M-Commerce
------------------------------------------------------------------------
Date: Thu, 27 Jan 2011 13:59:46 +0100
From: [email protected]
To: [email protected]
Subject: Re: [Matterhorn-users] HTTP ERROR 404
Okay, then I hope that on your worker server you'll find the Ingest
Endpoint?
The next problem may be that the servers don't find each other. Is the
Worker staring without any errors? You should look for database errors.
You are using Matterhorn 1.1. (or trunk) I guess? Otherwise the Ingest
Service would one on the Admin server in 1.0.
What database are you using. If you are using MySQL you must use the
mysql-ddl script from yesterday (in 1.1.x branch), otherwise you will
have no chance that it works.
Even if you use it I can only say, that it is still untested.
Rüdiger
Am 26.01.2011 23:49, schrieb Sandeep Tamrakar:
Hi Adam,
I followed the instruction for "install across multiple servers" .
I did follow the instructions from wiki to setup engage and
workers as well on the separate virtual machines.
Thanks,
Sandeep Tamrakar
A&M-Commerce
------------------------------------------------------------------------
Date: Wed, 26 Jan 2011 14:38:33 -0800
From: [email protected] <mailto:[email protected]>
To: [email protected]
<mailto:[email protected]>
Subject: Re: [Matterhorn-users] HTTP ERROR 404
Sandeep,
It looks like you only deployed the admin profile. Did you follow
"install all in one server" instructions or "install across
multiple servers"?
http://opencast.jira.com/wiki/display/MH/Install+Source+All+in+One+for+Linux+v1.0
I ask because it looks like you only deployed the admin profile.
~Adam
On 1/26/11 1:46 PM, Sandeep Tamrakar wrote:
Hey Rüdiger,
Here are the services that are shows up in the welcome screen.
* Admin UI REST Proxy Docs
<http://10.19.0.206:8080/admin/rest/docs>
* Versioning Service Docs
<http://10.19.0.206:8080/version/rest/docs>
* Series REST Endpoint Docs
<http://10.19.0.206:8080/series/rest/docs>
* Capture Agent Admin REST Endpoint Docs
<http://10.19.0.206:8080/capture-admin/rest/docs>
* Scheduler REST Endpoint Docs
<http://10.19.0.206:8080/scheduler/rest/docs>
* Remote Service REST Endpoint Docs
<http://10.19.0.206:8080/remote/rest/docs>
I believe ingest service is running, I also checked on
http://10.19.0.206:8080/system/console/components and i found
out there were couple of components with the status of
'unsatisfied'.
For instatance'
38 org.opencastproject.ingest.endpoint.IngestRestService
<http://10.19.0.206:8080/system/console/components/38>
unsatisfied
*
There are few more of these component that show unsatisfied as
a status.
I could not find any errors related to the ingest service. I
am not sure if I checked the right log file. But I checked on
the /felix/log/opencast.log
I am new to matterhorn so please excuse my ignorance :)
Regards,
Sandeep Tamrakar
Tamu-Commerce
------------------------------------------------------------------------
Date: Wed, 26 Jan 2011 18:01:42 +0100
From: [email protected] <mailto:[email protected]>
To: [email protected]
<mailto:[email protected]>
CC: [email protected] <mailto:[email protected]>
Subject: Re: [Matterhorn-users] HTTP ERROR 404
Hi,
it seems that your Ingest service is not working like
expected. Can you check in the logs after startup, if there
are any errors that are related to the ingest service?
Do you see the ingest REST endpoint on the welcome page?
Rüdiger
Am 26.01.2011 17:35, schrieb Sandeep Tamrakar:
Hello all,
I was having the distribution error with the 1.0 before
and hence decided to upgrade to 1.0.1 since it was already
out. Installation went fine until I saw "HTTP ERROR 404"
on the upload recording screen.
I checked my config.properties, security.xml for the
variance in passwords and username. I even created a new
database. Still no luck.. Any ideas what might have gone
wrong?
Here is the portion of log file.
2011-01-26 09:00:17 WARN (AdminuiRestService:398) -
workflow service not present, unable to retrieve workflow
statistics
2011-01-26 09:00:20 WARN (AdminuiRestService:398) -
workflow service not present, unable to retrieve workflow
statistics
2011-01-26 09:00:21 WARN
(CaptureAgentStateServiceImpl:260) - Unable to commit to
DB in updateAgent.
2011-01-26 09:00:21 WARN
(CaptureAgentStateServiceImpl:260) - Unable to commit to
DB in updateAgent.
2011-01-26 09:00:21 WARN
(CaptureAgentStateServiceImpl:260) - Unable to commit to
DB in updateAgent.
2011-01-26 09:00:23 WARN (AdminuiRestService:398) -
workflow service not present, unable to retrieve workflow
statistics
2011-01-26 09:00:26 WARN (AdminuiRestService:398) -
workflow service not present, unable to retrieve workflow
statistics
Thanks,
Sandeep Tamrakar
TAMU-Commerce
_______________________________________________
Matterhorn-users mailing list
[email protected]
<mailto:[email protected]>
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
--
________________________________________________
Rüdiger Rolf, M.A.
Universität Osnabrück - Zentrum virtUOS
Heger-Tor-Wall 12, 49069 Osnabrück
Telefon: (0541) 969-6511 - Fax: (0541) 969-16511
E-Mail:[email protected] <mailto:[email protected]>
Internet:www.virtuos.uni-osnabrueck.de <http://www.virtuos.uni-osnabrueck.de>
_______________________________________________
Matterhorn-users mailing list
[email protected]
<mailto:[email protected]>
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
_______________________________________________ Matterhorn-users
mailing list [email protected]
<mailto:[email protected]>
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
_______________________________________________
Matterhorn-users mailing list
[email protected]
<mailto:[email protected]>
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
--
________________________________________________
Rüdiger Rolf, M.A.
Universität Osnabrück - Zentrum virtUOS
Heger-Tor-Wall 12, 49069 Osnabrück
Telefon: (0541) 969-6511 - Fax: (0541) 969-16511
E-Mail:[email protected] <mailto:[email protected]>
Internet:www.virtuos.uni-osnabrueck.de <http://www.virtuos.uni-osnabrueck.de>
_______________________________________________ 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
--
________________________________________________
Rüdiger Rolf, M.A.
Universität Osnabrück - Zentrum virtUOS
Heger-Tor-Wall 12, 49069 Osnabrück
Telefon: (0541) 969-6511 - Fax: (0541) 969-16511
E-Mail: [email protected]
Internet: www.virtuos.uni-osnabrueck.de
_______________________________________________
Matterhorn-users mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users