2025-12-25 17:30:04
Publishing a #Java-based database tool on MacAppStore (MAS)
https://tanin.nanakorn.com/publishing-a-java-based-database-tool-on-mac-app-store-mas/
Publishing a #Java-based database tool on MacAppStore (MAS)
https://tanin.nanakorn.com/publishing-a-java-based-database-tool-on-mac-app-store-mas/
There absolutely must be SOME way to detect WHY a #Java #Tomcat server would suddenly, after 6 years operation, spontaneously exit after 25-50 seconds of perfectly functional uptime and yet leave no #JVM hs_err crash file.
In catalina.sh debug, it logs the startup, sits idle, then the debugger reports 'disconnected'. This suggests it self-destructs, rather than an external kill - 9?
here's an Apache #Tomcat #Java thing I'd never heard before and although a tech gave it as an excuse, I do wonder if it is true. Apparently, if a Tomcat app receives an HTTPS request and it cannot decrypt the keystore, the entire JVM crashes. I've been using Tomcat since its debut and Java since it was Oak, and I ain't never heard of THIS one before. True?
Tomcat9 on Java8 if that matters.
I am guessing no one here can confirm or deny this #java #JVM crash-on-keystore-decrypt which, if true, is a VERY SERIOUS BUG that could not be trusted in a production environment, and then has gone unfixed for decades? That does not seem very likely, does it?
As it is, keytool says there is nothing wrong with my keystore or its password, and watching the process launch I see after the init, it sits, idle, a few seconds later its Time value in top only increments the millisecs, and within a minute, it is gone, voom, not a trace in any logs as to why.
I do, truly, LOATH this technology. It is so fucking fragile; a life-sentence for the sr developers and sysadmins in production systems (that's why they often don't get holidays)
The State of #Java on #Kubernetes 2026: Why Defaults are Killing Your #Performance
"Integrity by Design" through Ensuring "Illegal States are Unrepresentable"
#Java
#Java "Magic" types: The ones you can't name (non-denotable types)
https://www.linkedin.com/pulse/java-magic-types-ones-you-cant-n…
How #Java #VirtualThreads Broke #Netflix
Today, a great guest blog post:
Rediscovering #Java #ServiceLoader: Beyond Plugins and Into Capabilities
https://…