dataverse failed to deploy to payara
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.
Are there any steps missing?
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
@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!
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).
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. 😀
@koharudin hi! I'm just checking in. Do you need any help getting your Dataverse dev environment working?
Sure.
Thank in advance
Message ID: @.***>
@koharudin where are you stuck? How can we help? Would you like to start a thread in #dev at https://dataverse.zulipchat.com ?
@koharudin hi! Just checking in. Do you still need help? Should we close this issue?