Hi Greg,

I don't know why, but I didn't receive your reply in my e-mail.

So, about what you said:

"When you built Matterhorn (mvn clean install, etc) did you have
FELIX_HOME defined as a shell variable?  Was it defined to point at the
right place?  You've correctly diagnosed the problem, and the solution
is generally to figure out where the files ended up and move them to the
right place, or just rebuild with the shell variable set to point where
you're expecting it to.

G "


FELIX_HOME shell variable is ok. You can see it following the commands that
I typed on shell:

$ echo $FELIX_HOME
/opt/matterhorn/felix

$ cd $FELIX_HOME

$ pwd
/opt/matterhorn/felix

$ ls
bin  bundle  conf  DEPENDENCIES  doc  etc  felix-cache  inbox  LICENSE
LICENSE.kxml2  load  matterhorn  NOTICE  opencast


So, FELIX_HOME contains the correct path to Felix directory. About your
suggestion (to figure out where the files ended up and move them), I
already tried to find them using the command "find" in the directory "/"
but it didn't find any missed jar files.

Thanks,
Gilson

2012/9/19 Gilson Souza <[email protected]>

> Hello all,
>
> I'm following the steps described on
> http://opencast.jira.com/wiki/display/mh13/Install+Source+Linux+v1.3, but
> I'm facing a problem after I
> finish all steps. When I start matterhorn I receive a lot of errors like
> these:
>
> Auto-properties start:
> file:lib/org.apache.
> servicemix.specs.saaj-api-1.3-1.3.0.jar
> (org.osgi.framework.BundleException: Unable to cache bundle:
> file:lib/org.apache.servicemix.specs.saaj-api-1.3-1.3.0.jar -
> java.io.FileNotFoundException:
> lib/org.apache.servicemix.specs.saaj-api-1.3-1.3.0.jar (No such file or
> directory))
> Auto-properties start:
> file:lib/org.apache.servicemix.specs.stax-api-1.0-1.3.0.jar
> (org.osgi.framework.BundleException: Unable to cache bundle:
> file:lib/org.apache.servicemix.specs.stax-api-1.0-1.3.0.jar -
> java.io.FileNotFoundException:
> lib/org.apache.servicemix.specs.stax-api-1.0-1.3.0.jar (No such file or
>  directory))
>
>
> I saw on user list (
> http://opencast.3480289.n2.nabble.com/Matterhorn-users-The-problem-of-starting-matterhorn-1-3-1-layman-problem-tt7581025.html)
> that it's occurring because maven has failed to copy the necessary
> dependencies into the $FELIX_HOME/lib directory, however I didn't see a
> solution for this issue, so I would like to ask if someone has any idea
> about what can I do? I already restarted the steps from the beginning a
> couple times and it didn't solve my problem.
>
>
> Thanks,
> Gilson
>
>
_______________________________________________
Matterhorn-users mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users

Reply via email to