I met the same problem, and my solution is :
# change dir to:
$ cd ~/.m2/repository/com/sun/jersey/jersey-project/1.1.5/

# remove the file
$ rm jersey-project-1.1.5.pom

# download the file from opencastproject.org
$ wget http://repository.opencastproject.org/nexus/content/groups/public/com/sun/jersey/jersey-project/1.1.5/jersey-project-1.1.5.pom

# go back to source dir
$ cd|/opt/matterhorn/matterhorn_1.||3.0|

# build again
$ mvn clean install -DdeployTo=/opt/matterhorn/felix/matterhorn

------------------------------------
  Wei Yao                     __o
                            _`\<,_
wxy3806(AT)rit.edu         (*)/ (*)
------------------------------------


On 2012/4/19 17:20, Greg Logan wrote:
On 12-04-19 03:16 PM, Gustavo Salazar wrote:
Hi, today I am trying to install Matterhorn 1.3

http://opencast.jira.com/wiki/display/MHDOC/Install+Source+Linux+v1.3

This command is failing:

mvn clean install -DdeployTo=/opt/matterhorn/felix/matterhorn

How can I solve this problem?
This appears to be a problem with Jersey's repositories unfortunately,
something which is not under our control.  Try again in a little while
and it should hopefully work.

G

Output here:

         Downloading:
         
http://repository.opencastproject.org/nexus/content/groups/public/com/sun/jersey/jersey-server/1.1.5/jersey-server-1.1.5.pom
         7K downloaded  (jersey-server-1.1.5.pom)
         Downloading:
         
http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jersey-project/1.1.5/jersey-project-1.1.5.pom
         185b downloaded  (jersey-project-1.1.5.pom)
         [WARNING] *** CHECKSUM FAILED - Checksum failed on download:
         local = '6c9fd3d150b8a5f0ca676f49b8ed603793cabebb'; remote = '<html>
         <head><title>301' - RETRYING
         Downloading:
         
http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jersey-project/1.1.5/jersey-project-1.1.5.pom
         185b downloaded  (jersey-project-1.1.5.pom)
         [WARNING] *** CHECKSUM FAILED - Checksum failed on download:
         local = '6c9fd3d150b8a5f0ca676f49b8ed603793cabebb'; remote = '<html>
         <head><title>301' - IGNORING
         [INFO]
         
------------------------------------------------------------------------
         [ERROR] BUILD ERROR
         [INFO]
         
------------------------------------------------------------------------
         [INFO] Error building POM (may not be this project's POM).

         Project ID: null:jersey-server:jar:null
         Reason: Cannot find parent: com.sun.jersey:jersey-project for
         project: null:jersey-server:jar:null for project
         null:jersey-server:jar:null


     http://pastebin.com/WArVhy8e

--
Gustavo



_______________________________________________
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