I'm just starting with the Java SDK. I'm using OpenJDK 19.0.2. The map loads fine when running from the IDE. Once I build a standalone package using jlink, things start to act strangely. It works most of the times, but from time to time it fails to start and gives this error:
java.lang.IllegalArgumentException: Unable to instantiate ArcGISMap from this webMapUrl
at b4j/com.esri.arcgisruntime.mapping.ArcGISMap.<init>(Unknown Source)
... 28 more
Is there any way to get more information about the cause of failure?