IQSS logo

IRC log for #dataverse, 2015-12-17

Connect via chat.dataverse.org to discuss Dataverse (dataverse.org, an open source web application for sharing, citing, analyzing, and preserving research data) with users and developers.

| Channels | #dataverse index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary

All times shown according to UTC.

Time S Nick Message
00:20 axfelix joined #dataverse
03:39 pdurbin https://www.doi.org/doi_handbook/2_Numbering.html
08:29 jri joined #dataverse
12:26 jri joined #dataverse
12:37 balo joined #dataverse
16:27 axfelix joined #dataverse
16:41 dunn joined #dataverse
16:41 jri joined #dataverse
16:46 dunn hello there, i got this error
16:46 dunn ERROR: Error creating bundle cache. (java.lang.Exception: Unable to create bundle cache lock file: java.io.FileNotFoundException: /Applications/NetBeans/glassfish-4.1/glassfis​h/domains/domain1/osgi-cache/felix/cache.lock (Permission denied))
16:46 dunn i could change permission or change owner to allow access. But I think this error is a cause of "sudo /NetBeansProjects/dataverse​/scripts/installer/install” script. The script create domain1 directory with root user and admin group.
16:46 dunn What is the better way to fix (this script)?
16:46 dunn Thank you.
16:53 pdurbin huh
16:54 pdurbin dunn: have you seen https://github.com/IQSS/dataverse/issues/2443 ?
16:55 dunn thank you i am going thru it.
16:56 pdurbin dunn: in short, I don't personally use scripts/installer/install when setting up a dev environment. I have my own scripts (explained in that issue).
16:57 dunn yes i see that
16:59 pdurbin so I may not be the best person to ask :)
16:59 dunn i am hoping to be able write instruction for other new comer developer, unify what works, i have been doing that ... let us see if i can figure it all out.
16:59 pdurbin it sounds like a bug though... you're saying the domain1 directory is owned by user "root" and group "admin"? on Mac?
17:00 dunn why we have to do thing personally or differently. it will be nice to have one instruction that works.
17:00 pdurbin yeah, I agree
17:00 pdurbin sorry for not using the documented way
17:01 pdurbin I just don't like running stuff as root if I don't have to
17:01 dunn sorry that domain1 is not root/admin
17:02 pdurbin oh. good
17:02 dunn it is osgi-cache
17:02 pdurbin huh
17:02 pdurbin that sounds like a bug in the installer
17:03 dunn Applications NetBeans glassfish-4.1 glassfish domains domain1 osgi-cache
17:03 dunn drwxr-xr-x   3 root     admin  102 15 Dec 13:57 osgi-cache
17:04 dunn drwxrwxr-x  13 libuser  admin  442 15 Dec 13:58 domain1
17:04 pdurbin all of my stuff is owned by user "pdurbin"
17:05 dunn i will try to incorporate https://github.com/IQSS/dataverse/issues/2443 in the instruction and request pull for review.
17:05 dunn yes i am logged in user libuser
17:05 pdurbin ah
17:06 dunn what is our osgi-cache ownership or permission can you please tell me?
17:06 pdurbin ahdrwxr-xr-x  3 pdurbin  wheel  102 Dec  1  2014 /Applications/NetBeans/glassfish4/g​lassfish/domains/domain1/osgi-cache
17:07 pdurbin whoops. extra "a" the start. sorry
17:08 dunn ok, ownership is the issue here, since you use 2 different installation scripts we can not compare. But i will try figure out and document it.
17:08 dunn thanks so much for your time
17:08 pdurbin oh sure. sorry this is so complex
17:09 dunn on a quick and rough note that version dvn 4.3 there was issue with login. 4.2.1 is fine.
17:09 pdurbin orly? hmm!
17:09 dunn other developer here found that but he did nto give me a screen shot
17:09 pdurbin login doesn't work no 4.3?
17:10 dunn i ask for a screenshot but he said he switched back to 4.2.1
17:10 pdurbin I've actually heard similar things about a branch based on 4.3. Thanks.
17:11 dunn he said it did something irregular. i will let know, i will try that 4.3 when i have time.
17:11 pdurbin so... that 4.3 branch is becoming a bit of a problem
17:11 dunn yes the branch, that is why i started with the tag. :) i first need to understand the project
17:11 dunn thanks for your time.
17:14 pdurbin dunn: the branch (most of us) are actively working on is 4.2.3. We don't want pull requests against that branch, however, because we are trying to limit the amount of change. We *do* welcome pull requests against 4.3 but if login doesn't work, that's pretty awful.
17:17 pdurbin dunn: I'm going to try to poke at this here: https://build.hmdc.harvard.edu:8443/job/phoenix.dataverse.org-build-4.3/1/
17:22 dunn ok
17:23 pdurbin dunn: can you log in with finch/finch at http://phoenix.dataverse.org ? (I can.)
17:24 pdurbin that server is now running v. 4.3 build 1-origin/4.3-c29bc04
17:25 dunn works fine
17:25 pdurbin so is login ok in 4.3?
17:25 dunn perhaps it has to do with dependency versions.
17:26 dunn login here works fine http://phoenix.dataverse.org/dataverse.xhtml
17:26 dunn finch/finch
17:27 dunn what is default user admin password?
17:27 pdurbin "admin". This is documented at http://guides.dataverse.org/en/4.2.2/installation/installation-main.html#dataverse-admin-account
17:28 dunn Log in as the user dataverseAdmin with the password “admin”
17:28 dunn works fine too.
17:29 dunn i will talk to my college about the bug and let you know.
17:29 dunn he did not want to switch back to 4.3 he is on 4.2.1
17:30 pdurbin dunn: awesome. thanks. Based on what I'm seeing on that server I don't *think* login is actually broken in 4.3. But if there is a bug I would very much like to know about it.
17:30 dunn because it works here http://phoenix.dataverse.org/dataverse.xhtml i think it has to do with dependency
17:30 dunn ah he install dvn on ubuntu that is another unknow.
17:31 dunn i will let know if any thanks.
17:31 pdurbin great. thanks
17:32 dunn my college will be admin of the app and i am doing programming part.
17:32 pdurbin gotcha
17:32 pdurbin dunn: does your colleague use Puppet? Ansible? Something else?
17:33 dunn colleague sorry mispelt it :)
17:33 dunn very nice person
17:34 pdurbin well https://github.com/IQSS/dataverse-puppet or https://github.com/IQSS/dataverse-ansible may be of interest to him
17:36 dunn ooh, what are these, i will look into it. i will send him the info.
17:37 pdurbin they are from the community
17:37 dunn this is what he is most interested in: he would like to create a different authentication such as CAS or LDAP etc ...
17:38 dunn my colleague is in the same group same library.
17:38 pdurbin please send him a link to http://community.dataverse.org/community-groups/auth.html
17:38 dunn from what i know DVN only has registration authentication ?
17:39 pdurbin well, Shibboleth support is there but experimental: http://guides.dataverse.org/en/4.2.2/installation/shibboleth.html
17:40 dunn i sent him
17:40 pdurbin cool
17:41 pdurbin dunn: you can send this to him: http://irclog.iq.harvard.edu/dataverse/2015-12-17 :)
17:41 dunn i did
17:43 pdurbin cool. he's welcome to join in! http://chat.dataverse.org :)
17:44 dunn yes, i sent him log, i go back to log, and want to search log too.
17:45 dunn thanks for the support - it is so important to have to support so we can move forward.
17:45 pdurbin oh sure
17:46 pdurbin you can also email support@dataverse.org of course. or ask at https://groups.google.com/forum/#!forum/dataverse-community
17:48 pdurbin dunn: is Shibboleth support enough? Do you really need CAS?
18:01 dunn i am getting my colleague here. one sec
18:02 pdurbin ok. no rush
18:02 dunn his workstation is down
18:02 dunn yes, he is interest in it very much
18:03 pdurbin I'm here tomorrow too. Then I'm gone until early January
18:11 dunn i think he is busy he will read them though.
18:11 dunn thanks pdurbin.
18:12 pdurbin ok. no problem
19:10 garnett joined #dataverse
19:11 dunn joined #dataverse
19:12 dunn Hi, is it normal to receive this message after registering account and login: Not Authorized - You are not authorized to view this page. To contact support, please press the Support link above.
19:12 dunn thanks!
19:13 dunn url: http://localhost:8080/dataverse/403.xhtml
19:13 dunn i think this is because there not no contents on my newly created account yet?
19:14 pdurbin dunn: have you published your root dataverse yet?
19:15 dunn i have not, but where and what publish doc?
19:15 dunn thanks!
19:15 dunn i missed instruction?
19:17 pdurbin please scroll to the bottom of https://docs.google.com/document/d/1GLky44JbtCNhGuavLXGEP8WPNdjbyHNxalEGjR78MaA/edit?usp=sharing
19:17 dunn http://guides.dataverse.org/en/latest/user/dataverse-management.html
19:17 dunn ok thanks!
19:18 pdurbin sure
19:19 dunn ok it should be under "Setting up Initial Top-level Dataverse" digging into it. thanks.
19:20 pdurbin sure. please feel free to comment on that doc
20:33 petrichor joined #dataverse
20:47 dunn hi there, what do we use as template engine in DVN? thank you. such as freemarker ...
20:48 dunn i know that admin can customize the look and feel to a certain degree.
22:17 pdurbin dunn: well, parts of the code use this: https://mozilla.github.io/nunjucks/
22:17 pdurbin but mostly we use JSF
22:25 * pdurbin looks at https://en.wikipedia.org/wiki/FreeMarker
22:25 pdurbin dunn: do you like freemarker?
22:26 pdurbin once Java EE 8 is out I was thinking about trying https://ozark.java.net
22:27 pdurbin I played around with it at https://github.com/pdurbin/addressbookmvc/tree/master/examples/ozark using mustache templates

| Channels | #dataverse index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary

Connect via chat.dataverse.org to discuss Dataverse (dataverse.org, an open source web application for sharing, citing, analyzing, and preserving research data) with users and developers.