Stream: containers

Topic: help in dev


view this post on Zulip Parth karalkar (Mar 02 2026 at 15:26):

So, after finishing the setup, even though all the containers are running, Iโ€™m getting an error stating that data is not being sent to the webpage. Sometimes it opens the Payara terminal, and other times it opens the Dataverse page with a 404 error. Can someone help me out with this?

view this post on Zulip Oliver Bertuch (Mar 02 2026 at 17:56):

Hi @Parth karalkar how much RAM does your DV container have?

view this post on Zulip Oliver Bertuch (Mar 02 2026 at 17:56):

What you're describing is often related to memory pressure for the JVM

view this post on Zulip Parth karalkar (Mar 02 2026 at 19:52):

It has 4 GB of RAM

view this post on Zulip Parth karalkar (Mar 02 2026 at 19:53):

Any solution on that?

view this post on Zulip Oliver Bertuch (Mar 02 2026 at 21:35):

4G should be more than sufficient, at least it usually is for me. Are there any patterns emerging from the dataverse or configbaker container logs?

view this post on Zulip Oliver Bertuch (Mar 02 2026 at 21:36):

Also happy to continue this convo tomorrow - I'm at a conference but at least only 4.5 hours away from your timezone :wink:

view this post on Zulip Parth karalkar (Mar 03 2026 at 05:44):

Yess sure

view this post on Zulip Oliver Bertuch (Mar 03 2026 at 08:14):

@Parth karalkar and patterns in the logs?

view this post on Zulip Oliver Bertuch (Mar 03 2026 at 08:15):

If you see Flyway/EclipseLink spit out a long list of duplicated key warnings, unfortunately this is expected and due to the mess we still have in how we configure and rule the ORM. (Long standing tech debt there...)

view this post on Zulip Oliver Bertuch (Mar 03 2026 at 08:17):

Also: where are you running this? Win+WSL, Mac, Linux? What are you using as your container runtime?

view this post on Zulip Parth karalkar (Mar 03 2026 at 12:55):

Yess it's giving me long list of key warning and all this i was doing on win+wsl

view this post on Zulip Philip Durbin ๐Ÿš€ (Mar 03 2026 at 13:58):

Your container runtime is Docker, right? Not Podman or whatever else.

view this post on Zulip Parth karalkar (Mar 03 2026 at 14:12):

yes

view this post on Zulip Parth karalkar (Mar 03 2026 at 14:13):

like its showing soo many container is running and showing warnings too

view this post on Zulip Philip Durbin ๐Ÿš€ (Mar 03 2026 at 14:16):

Let's see. I'm on Mac and Oliver is on Linux. @Juan Pablo Tosca Villanueva you added WSL instructions in #11604. Any advice? @Victoria Lubitch are you still using the "classic" env we talked about in #10608?

view this post on Zulip Parth karalkar (Mar 03 2026 at 14:18):

okay i'm also trying again

view this post on Zulip Philip Durbin ๐Ÿš€ (Mar 03 2026 at 14:24):

Great. We do very much want to improve the developer experience on Windows. Unfortunately, I don't have access to a Windows machine. You're following https://guides.dataverse.org/en/6.9/developers/windows.html , right? If you see any typos or other stuff to improve, the source is doc/sphinx-guides/source/developers/windows.rst.

view this post on Zulip Parth karalkar (Mar 03 2026 at 14:26):

okay I'll see to it

view this post on Zulip Oliver Bertuch (Mar 03 2026 at 14:40):

(Side note here: my trainee will probably use Win + WSL + Rancher Desktop for coding going forward. Might learn a few bits from that as well)

view this post on Zulip Parth karalkar (Mar 04 2026 at 11:08):

dev_dataverse>
dev_bootstrap> 2026-03-04T10:54:57Z ERR Expectation failed error="the status code doesn't expect" actual=404 expect=200
register-previewers> 2026-03-04T10:54:57Z ERR Expectation failed error="the status code doesn't expect" actual=404 expect=200
dev_bootstrap> 2026-03-04T10:55:05Z INF [HTTP] Checking the http://dataverse:8080/api/info/version ...
dev_bootstrap> 2026-03-04T10:55:05Z ERR Expectation failed error="the status code doesn't expect" actual=404 expect=200 this type of log is showing on terminal

view this post on Zulip Oliver Bertuch (Mar 04 2026 at 13:15):

Unfortunately that's just the bootstrapping process waiting for Dataverse to be available.

view this post on Zulip Oliver Bertuch (Mar 04 2026 at 13:15):

So these messages are expected. Are you seeing a message about a wait timeout or a success message from this container?

view this post on Zulip Oliver Bertuch (Mar 04 2026 at 13:16):

(docker logs dev_bootstrap gives you only the logs from that container.)

view this post on Zulip Parth karalkar (Mar 04 2026 at 13:32):

After sometime it's shows timeout time exceed

view this post on Zulip Philip Durbin ๐Ÿš€ (Mar 04 2026 at 13:41):

Yes, it gives up after a while. The timeout is configurable.

view this post on Zulip Parth karalkar (Mar 04 2026 at 17:05):

Ohhh so how to fix that??

view this post on Zulip Philip Durbin ๐Ÿš€ (Mar 04 2026 at 17:11):

https://guides.dataverse.org/en/6.9/container/running/demo.html#bootstrapping-did-not-complete

view this post on Zulip Parth karalkar (Mar 04 2026 at 18:42):

Even after trying this solution many times, it's still not working. It keeps opening the Payara Admin panel instead of the Dataverse project.

view this post on Zulip Philip Durbin ๐Ÿš€ (Mar 04 2026 at 18:43):

Bah. Do you want to work on client code instead?

view this post on Zulip Parth karalkar (Mar 04 2026 at 19:43):

Does it make any difference??

view this post on Zulip Philip Durbin ๐Ÿš€ (Mar 04 2026 at 19:53):

Well, sure. I mean you could work on pyDataverse, for example. It's Python code that interacts with the Dataverse API.

view this post on Zulip Philip Durbin ๐Ÿš€ (Mar 04 2026 at 19:53):

You wouldn't have to run Dataverse. You could just point have your Python code interact with https://demo.dataverse.org

view this post on Zulip Philip Durbin ๐Ÿš€ (Mar 04 2026 at 20:15):

Does that make sense?

view this post on Zulip Parth karalkar (Mar 04 2026 at 20:23):

Iโ€™d be happy to contribute to that as well. I think we should bring this up during the developer meeting; we might find a solution there. Iโ€™ve also been thinking about how we can improve the documentation and better structure our developer section UI. Sounds good??

view this post on Zulip Philip Durbin ๐Ÿš€ (Mar 04 2026 at 20:24):

Yes! Absolutely! I do want to talk about this at our next container meeting. We had to push it out two weeks. Please see #containers > meetings.

view this post on Zulip Philip Durbin ๐Ÿš€ (Mar 04 2026 at 20:25):

And yes, absolutely, let's improve docs as well.

view this post on Zulip Philip Durbin ๐Ÿš€ (Mar 04 2026 at 20:26):

I just added #containers > help in dev @ ๐Ÿ’ฌ to the agenda for the next container meeting: https://docs.google.com/document/d/1mCgLpIP00BkDr1VFtD-2OgDSmi3We2BGpgiKYrZbRpM/edit?usp=sharing

view this post on Zulip Philip Durbin ๐Ÿš€ (Mar 04 2026 at 20:27):

@Parth karalkar I'll DM you about other stuff you might be able to work on

view this post on Zulip Parth karalkar (Mar 04 2026 at 20:27):

Sure Philip

view this post on Zulip Parth karalkar (Mar 04 2026 at 20:27):

Any work in doc??


Last updated: Apr 03 2026 at 06:08 UTC