-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update CLAW-vagrant to fcrepo 4.7.0; Address #423. #425
Conversation
Update to 4.7.1??? 😃 |
@whikloj are you done cutting it? 😄 |
I didn't think there was a 4.7.1 release. Did I miss something? |
Or is this just anticipating the 4.7.1 release? (which will have some improved JSON-LD features) |
I think it was a typo, but I felt the need to draw attention to it. |
@Natkeeran to test |
@edf to test as well |
I have following vagrant
Fetched the PR:
Went to: http://localhost:8080/fcrepo/. It is giving me a HTTP Status 404 - /fcrepo/ error. solr, fits and bidgata are accessible. I've attached the catalina.out file: |
@Natkeeran were there any errors in the Vagrant build that you can share? |
@@ -30,4 +30,6 @@ service tomcat7 restart | |||
|
|||
sleep 10 | |||
cp -v $HOME_DIR/islandora/install/configs/repository.json /var/lib/tomcat7/webapps/fcrepo/WEB-INF/classes/config/minimal-default/repository.json | |||
echo "CATALINA_OPTS=\"\${CATALINA_OPTS} -Dfcrepo.modeshape.configuration=CATALINA_OPTS="${CATALINA_OPTS} -Dfcrepo.modeshape.configuration=classpath:/config/minimal-default/repository.json" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ruebot Doh! @Natkeeran's problem is because this config no longer exists. Modeshape config here needs to be like fcrepo-exts/fcrepo-vagrant@05fcddc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jared, ever the finder of my facepalms 😃
@ruebot FWIW I had the same experience as @Natkeeran |
no, I'll grab the most recent commit and retest |
Awesome. Thanks @edf! |
Same issue with
I don't see any obvious issues from the vagrant output.
I forgot to the pipe it to a file. Have the partial output as attachment. |
Ok, lots of updates with the most recent commit. I have permission from @dannylamb and @whikloj to go classic ruebot and scope creep this PR. This should also address #417, and make sure islandora is actually installed and enabled which I do not believe was done correctly in #427. This also makes sure Blazegraph is actually up. So!
@Natkeeran @edf @dannylamb @whikloj can you test again at your convenience? |
if [ $(grep -c 'com.bigdata.rdf.sail.webapp' /etc/default/tomcat7) -eq 0 ]; then | ||
echo "JAVA_OPTS=\"\$JAVA_OPTS -Dcom.bigdata.rdf.sail.webapp.ConfigParams.propertyFile=/var/lib/tomcat7/webapps/bigdata/WEB-INF/RWStore.properties\"" >> /etc/default/tomcat7 | ||
fi | ||
|
||
service tomcat7 restart | ||
sleep 15 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep an eye on this depending on your machinery. It very could not be enough time to do the next steps.
|
I have the following PR:
Unfortunately, I am still getting the 404 error for http://localhost:8080/fcrepo/. http://localhost:8080/solr/ does not have a default collection as well! blazegraph and fits look ok. |
@Natkeeran can you clear out fcrepo wars in your downloads directory and vagrant up again? Also, can you share you catalina.out, and any output from vagrant stdout when fcrepo.sh is running? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me from a fresh install. But i'm on ubuntu 16.04 just like @ruebot.
@ruebot you tip to remove the fcrepo from download helped. Fedroa seems to be up and running. The catalina looks clean as well. Other apps look good as well. Solr has its default collection. (I have a separate issue. I can vagrant ssh, but can not sftp/ssh into it. I think this could be restricted to my environment/setting.)
|
@Natkeeran thanks! Feel free to document your separate issue in another ticket if you'd like. @dannylamb I think we're good to go? |
...then I suppose I'll merge this with #407 once this gets merged. |
@Natkeeran is it a port issue for sftp? does it run on 22 as well? we map ours to port 2222 i believe, so that might be something. |
The vagrant up I started at 1152 Eastern now has functioning fits, fedora, solr, blazegraph, tomcat admin, and Islandora. vagrant ssh works but ssh -p 2222 vagrant@localhost does not however creating a new user on the virtual machine did work (i.e. ssh -p 2222 newuser@localhost). My host for this test for a fully updated Ubuntu 14.04 Desktop |
@edf ah, right. we need to update the README file for |
I was able to get in using the key after I converted it to putty format
password did not work
John
…On Fri, Nov 25, 2016 at 11:56 AM, Nick Ruest ***@***.***> wrote:
Here is the issue: #437
<#437>
I think @jyobb <https://github.com/jyobb> had similar problems.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#425 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACqS9oLtNQ6ERUA3Xy1ZRmt1wYn2qs_6ks5rByFNgaJpZM4K2uMI>
.
|
See: #423