IQSS / dataverse

Open source research data repository software
http://dataverse.org
Other
859 stars 481 forks source link

dataverse failed to deploy to payara #10402

Open koharudin opened 3 months ago

koharudin commented 3 months ago

Hi, it's my first time to develop dataverse using IDE, Netbeans and external database server. First, I cloned the source code from https://github.com/IQSS/dataverse then imported the project into Netbeans. Added Payara server into IDE. Modified Properties and added skipTests=true. Then Run the project.

I got the following errors.

image

Are there any steps missing?

poikilotherm commented 3 months ago

I strongly suggest you look into http://preview.guides.gdcc.io/en/develop/container/dev-usage.html to setup your development environment. Feel free to reach out with questions at https://dataverse.zulipchat.com/#narrow/stream/379673-dev

pdurbin commented 3 months ago

@koharudin hi! Just to clarify a few things...

In short, I would suggest:

Like @poikilotherm said, you can find us in the #dev channel on Zulip!

koharudin commented 3 months ago

Actually, at first, i used docker to develop dataverse (develop branch) but it's failed, the api didnt established, and dataverse website didn't show up (http://localhost:8080), only payara's homepage, after several minutes waiting for building and deploying process. FYI, i'm working on Windows.

Is there any significant differences between develop branches and tags v6.1 ?. Using v6.1, the process worked like a charm (dataverse web showed up).

poikilotherm commented 3 months ago

Are you using an Ubuntu VM for your Docker on WSL? Just yesterday we merged #10414 to solve a problem we had users report using such a constellation. You might try again with these fresh images or build them yourself locally.

And yes, there are a lot of significant changes. 6.2 is days away. 😀