dataverse-docker icon indicating copy to clipboard operation
dataverse-docker copied to clipboard

docker-compose dataverse 4.15

Open xoroz opened this issue 6 years ago • 15 comments

Hello, I would like to know if there are any plans to have the latest version 4.15 on docker-compose.

I did try on my end and it is working with some errors.

This was our expierence here at www.iit.it : 1) Replaced all references from postres 9.3 to 9.6 and then I got Right after change postgresql version from 9.3 to 9.6 we had this error: "The data directory was initialized by PostgreSQL version 9.3, which is not compatible with this version 9.6"" Seems we were still missing the correct DB init data and scripts

2)Fix the version downloaded in init.bash Same for the .war file #Force Download version 4.15 wget "https://github.com/IQSS/dataverse/releases/download/v4.15/dvinstall.zip" -O ./postgresql/dvinstall.zip

#step2 force download here wget https://github.com/IQSS/dataverse/releases/download/v4.15/dataverse-4.15.war -O ./dataversedock/dv/deps/dataverse.war inside postgresql testdata we had to get the script

We got the testdata/ from jhove.conf jhoveConfig.xsd and schema.xml https://github.com/IQSS/dataverse/releases/download/v4.15/dvinstall.zip testdata/scripts from git clone --branch v4.15 https://github.com/IQSS/dataverse.git inside dataverse-4.15/scripts I think we need help with the correct Database files ... Still when starting the application we saw the error:

db | ERROR: relation "sequence" does not exist at character 22 db | STATEMENT: SELECT SEQ_NAME FROM SEQUENCE WHERE SEQ_NAME <> SEQ_NAME

"There are current some issues with the menu names showing quotes we are currently testing and will report any more errors."

xoroz avatar Jul 03 '19 08:07 xoroz

Thanks @xoroz!

We'll take a look and will try to get it up-to-date as soon as possible. Your report is very helpful.

4tikhonov avatar Jul 03 '19 11:07 4tikhonov

You guys might be interested in reusing the container images I provide for IQSS/dataverse-kubernetes. As long as you provide the necessary env vars and secret files, those are simple to use...

poikilotherm avatar Jul 03 '19 12:07 poikilotherm

@poikilotherm, we're going to use your images for acceptance/production, @wilkos-dans is working on it now. But the idea to use our current Docker module for the development purposes as it's very easy to build and run Dataverse locally without Kubernetes infrastructure.

4tikhonov avatar Jul 03 '19 12:07 4tikhonov

@xoroz, I've upgraded Dataverse to the latest version in our 4.15 branch. We've tested already and it seems there are no problems anymore but can you please also test it?

4tikhonov avatar Jul 03 '19 16:07 4tikhonov

@4tikhonov Thank you for upgrading dataverse-docker to 4.15. I work with @xoroz and we have been testing it. The installation procedure looks ok, but when I go to "My Data", some fields in the graphical interface are not populated correctly (it looks like they are only placeholders), please see the following screenshot: error_DV_4 15_MyData Something similar happens when I try to create a dataset: error_DV_4 15_CreateDataset Again, when I try to manage Dataverse permissions for users: error_DV_4 15_ManagePermissions

Thanks a lot for your help!

valentinapasquale avatar Jul 08 '19 14:07 valentinapasquale

Thanks a lot, @valentinapasquale! I think some phrases with ??? coming up from missing properties in Bundle.properties file, I'll check that.

4tikhonov avatar Jul 08 '19 14:07 4tikhonov

I think I've fixed this issue now, please test it again with --no-cache rebuild. Screen Shot 2019-07-08 at 5 51 16 PM

4tikhonov avatar Jul 08 '19 15:07 4tikhonov

@4tikhonov now it works :) I have used the "master" branch in the end, because I got errors with the "4.15" branch. Did I make something wrong? Are they aligned?

valentinapasquale avatar Jul 10 '19 10:07 valentinapasquale

Both branches should be aligned. I'll check for it.

4tikhonov avatar Jul 10 '19 12:07 4tikhonov

now it works

@valentinapasquale hooray!! 🎉 And thanks for following up on the thread at https://groups.google.com/d/msg/dataverse-community/dsQ6rPOqYIc/iSBUe-1OCQAJ ! 🎉

@4tikhonov heads up that Dataverse 4.15.1 just came out and includes an important fix related to how Dataverse calls into Solr: https://github.com/IQSS/dataverse/releases/tag/v4.15.1

pdurbin avatar Jul 10 '19 22:07 pdurbin

Hello all, same issue is happening on the 4.19 we see the ??? on the login option ???login.signup.blurb???

login

xoroz avatar Jan 29 '20 15:01 xoroz

If it helps, that login blurb was added in Dataverse 4.18 as part of https://github.com/IQSS/dataverse/issues/6170

https://github.com/IQSS/dataverse-kubernetes is up to 4.18.1 so you might not this this problem there.

Sorry if I'm misunderstanding the situation.

pdurbin avatar Jan 29 '20 22:01 pdurbin

@xoroz, I think I understand what's happening. We'll fix it soon.

4tikhonov avatar Jan 30 '20 07:01 4tikhonov

Any news on the problem, I noticed it also on 4.18

xoroz avatar Mar 06 '20 15:03 xoroz

Hi @4tikhonov i just tried with the 4.18.1. same problem on the web interface I see many ?? specially on the Login page and Instution Login pages error_dataverse

xoroz avatar Mar 11 '20 15:03 xoroz