RootCauseunvalidated
not making a specific "keystore.load" call — most keystore files are being opened (and then not closed) during inbound API calls to the application. Tension: I'm specifically wondering: Is it at all likely my issue is caused by EAP 7.4 not closing the inputStream returned by getClass().getClassLoader().getResourceAsStream(keystoreLocation)? Outcome: JBoss was no longer keeping the keystore file handle open long enough for me to capture via watch.
fb0ae899-47ba-4c1f-b93e-1c33fb567666
not making a specific "keystore.load" call — most keystore files are being opened (and then not closed) during inbound API calls to the application. Tension: I'm specifically wondering: Is it at all likely my issue is caused by EAP 7.4 not closing the inputStream returned by getClass().getClassLoader().getResourceAsStream(keystoreLocation)? Outcome: JBoss was no longer keeping the keystore file handle open long enough for me to capture via watch.