IQSS logo

IRC log for #dataverse, 2018-05-29

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
02:47 knikolla joined #dataverse
02:47 JonathanNeal joined #dataverse
02:47 andrewSC joined #dataverse
02:47 bricas_ joined #dataverse
02:47 karissa joined #dataverse
02:47 yoh joined #dataverse
02:47 bjonnh joined #dataverse
02:47 sivoais joined #dataverse
02:51 bricas_ joined #dataverse
03:09 jri joined #dataverse
03:19 icarito[m] joined #dataverse
06:45 jri joined #dataverse
06:49 jri joined #dataverse
10:14 pdurbin joined #dataverse
12:56 Thali_UM joined #dataverse
13:22 pdurbin knikolla: good morning. Are you around?
14:18 pameyer joined #dataverse
14:43 knikolla pdurbin: o/
14:45 pdurbin knikolla: can you please take a look at this thread about configuring Swift storage? https://groups.google.com/d/msg/dataverse-community/Rf2SxkYH7z0/8_4iv73xCwAJ
14:46 knikolla pdurbin: sure, seems like a misconfiguration.
14:47 knikolla do you have a link to the docs handy? i wasn't the one configuring our dataverse-swift setup
14:51 pdurbin knikolla: http://guides.dataverse.org/en/4.8.6/installation/config.html#swift-storage
14:53 knikolla pdurbin: where's the config file located?
14:53 knikolla nevermind, it's on the docs
14:53 pdurbin /usr/local/glassfish4/glassfish/doma​ins/domain1/config/swift.properties
14:57 knikolla pdurbin: i responded to the issue asking for their config file.
14:57 knikolla do you have a link to the github for the swift driver handy? i wanna check something
14:58 donsizemore joined #dataverse
14:59 pdurbin knikolla: it was most recently modified in https://github.com/IQSS/dataverse/pull/4550 (not released yet). The file is called "SwiftAccessIO.java".
14:59 knikolla That guide is very keystone v2 API specific, and the v2 API has just been killed off.
15:00 knikolla okay, that PR answered my question.
15:00 pdurbin Yeah, Sarah reworked the guide for v3 in that pull request. :)
15:01 knikolla Awesome. As a core keystone developer I cringe every time I see v2.0
15:01 pdurbin heh
15:30 pameyer joined #dataverse
16:45 pdurbin knikolla: thanks for repying on the mailing list. Much appreciated.
16:50 donsizemore joined #dataverse
17:15 pameyer joined #dataverse
17:33 pameyer joined #dataverse
17:43 Thali_UM1 joined #dataverse
17:51 Thali_UM joined #dataverse
18:13 Thali_UM Good afternoon philip
18:14 Thali_UM do you know what's mean this problem: Please refer to /Users/luisolartegervacio/Downloads/DATAVER​SE/clone/dataverse/target/surefire-reports for the individual test results.
18:14 Thali_UM appears when I try to generate the WAR file from netbeans or from the terminal.
18:16 pdurbin Thali_UM: can you please post a screenshot?
18:28 pameyer Thali_UM: I'd guess that you have a failing unit test because the language in your terminal isn't set to us english / utf 8
18:29 pameyer simplest solution would likely be to switch LANG for the terminal running maven, or disable the locale-sensitive test
18:44 pameyer joined #dataverse
18:57 jri joined #dataverse
19:07 Thali_UM Captura de pantalla 2018-05-29 14.07.26.png
19:10 Thali_UM pdurbin: http://img.fenixzone.net/i/rIOCFem.png
19:12 pdurbin Thali_UM: thanks. If you scroll up can you see which tests are failing?
19:12 Thali_UM http://img.fenixzone.net/i/HOtVRlj.png
19:14 pdurbin So pameyer was right. It's failing due to English strings being tested: https://github.com/IQSS/dataverse/blob/v4.8.6/src/test/java/edu/harvard/iq/dataverse/export/SchemaDotOrgExporterTest.java#L169
19:14 pdurbin Thali_UM: did you see what he was saying about LANG? Want to try that?
19:15 Thali_UM yes
19:17 Thali_UM but is from the terminal or from netbeans
19:22 pdurbin Thali_UM: this is making me thing that maybe we should put "en" in our pom.xml file: https://stackoverflow.com/questions/17774331/maven-default-locale-not-same-with-os-locale/17774592#17774592
19:23 pdurbin think*
19:47 Thali_UM I write that fragment in the pom.xml file?
19:48 pdurbin Thali_UM: yes, can you please try it? But it needs to be "en" and "US", I think.
19:48 pameyer joined #dataverse
19:49 pdurbin And if you get it working, please make a pull request! :)
19:51 Thali_UM Ok
19:51 Thali_UM Philip
19:52 Thali_UM I am beginning: first clone the repository project in netbeans
19:53 pameyer FYI - `export LANG="en_US.UTF-8"` before calling mvn that helped in other cases.  but if it's fixable in pom.xml, that might be better (should work from netbeans and terminal)
19:53 Thali_UM then I run the project and I must select the server glassfish 4.1, right?
20:04 pdurbin Thali_UM: if you're following http://guides.dataverse.org/en/4.8.6/developers/dev-environment.html#clone-the-dataverse-git-repo the next step is to build the war file.
20:11 Thali_UM then I should not select any server?
20:12 Thali_UM git clone https://github.com/IQSS/dataverse.git
20:12 Thali_UM ???
20:13 Thali_UM or git clone git@github.com:IQSS/dataverse.git
20:13 Thali_UM ???
20:15 pdurbin git clone git@github.com:[YOUR GITHUB USERNAME]/dataverse.git
20:15 pdurbin but first you need to fork the repo
20:18 Thali_UM what's means that?
20:19 pdurbin at the top of https://github.com/pdurbin/dataverse you'll see "forked from IQSS/dataverse"
20:30 Thali_UM in the terminal it still shows error messages
20:32 Thali_UM http://img.fenixzone.net/i/M02KHp7.png
20:36 Thali_UM http://img.fenixzone.net/i/7OxY3oA.png
20:49 Thali_UM http://img.fenixzone.net/i/Edq8usR.png
21:12 jri joined #dataverse
21:13 pdurbin From the latest screenshots I can't tell which tests are failing. :/
21:32 pameyer joined #dataverse

| 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.