When trying to access a MySQL database from a jakarta RESTful web service Resource file I get this error:
Cannot open file:/home/tom/glassfish-7.0.12/glassfish7/glassfish/domains/domain1/config/keystore.jks [Keystore was tampered with, or password was incorrect]|#]
When I put the same database access code into a different source file without jakarta / jersey it is working.
What could be the problem? How can I fix this?
Cannot open file:/home/tom/glassfish-7.0.12/glassfish7/glassfish/domains/domain1/config/keystore.jks [Keystore was tampered with, or password was incorrect]|#]
When I put the same database access code into a different source file without jakarta / jersey it is working.
What could be the problem? How can I fix this?