dataverse icon indicating copy to clipboard operation
dataverse copied to clipboard

dataverse failed to deploy to payara

Open koharudin opened this issue 1 year ago • 4 comments

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?

koharudin avatar Mar 21 '24 03:03 koharudin

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

poikilotherm avatar Mar 21 '24 08:03 poikilotherm

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

  • Are you using Docker? Have you tried the quickstart at https://guides.dataverse.org/en/6.1/developers/dev-environment.html#quickstart ?
  • Are you required to use an external database server? (For development, most of us run PostgreSQL locally.)
  • Are you doing the "skip deploy" step because you'd like fast redeployment?

In short, I would suggest:

  • Get the quickstart working.
  • Then move on to fast redeployment or an external database. One thing at a time, basically. 😄

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

pdurbin avatar Mar 22 '24 00:03 pdurbin

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

koharudin avatar Mar 23 '24 00:03 koharudin

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

poikilotherm avatar Mar 23 '24 08:03 poikilotherm

@koharudin hi! I'm just checking in. Do you need any help getting your Dataverse dev environment working?

pdurbin avatar Nov 21 '24 15:11 pdurbin

Sure.

Thank in advance

Message ID: @.***>

koharudin avatar Nov 23 '24 06:11 koharudin

@koharudin where are you stuck? How can we help? Would you like to start a thread in #dev at https://dataverse.zulipchat.com ?

pdurbin avatar Nov 24 '24 16:11 pdurbin

@koharudin hi! Just checking in. Do you still need help? Should we close this issue?

pdurbin avatar Jul 02 '25 14:07 pdurbin