For instance, add <jvm-options>-verbose:class</jvm-options>
(Just adding an command line parameters to the java started in bin/startserv doesn't to the trick; I suspect this is just a loader, which then starts the real VM that will host the server)
Glassfish key store password
By default, Glassfish sets the javax.net.ssl.keyStore property (in domain.xml) to point to its own key store, in config/keystore.jks
That key store has a password set on it, which is the same as the Glassfish master password, by default changeit
However, the default domain.xml doesn't set the javax.net.ssl.keyStorePassword property
As a result, when establishing an SSL connection, Java fails to key store, resulting in a java.security.UnrecoverableKeyException with the message Password must not be null
One way to solve this is to add a <jvm-options>-Djavax.net.ssl.keyStorePassword=changeit</jvm-options> in domain.xml
Co-founder of Orbeon, developing Orbeon Forms: web forms, open source, for the enterprise. Passionate about technology, and how it improves the world.
Orbeon
At Orbeon, we want to make complex forms easier to create and easier to use. We believe in web technologies, in standards, in open source, and in great customer support. Our product, Orbeon Forms, is open source, implements XForms (a W3C standard), enables you to create forms that can be used on all mainstream browsers. We develop and provide professional support for Orbeon Forms.
Books
Professional XML
A bible of XML, which covers some of the most important XML-related technologies, including XSLT, XPath, XML Schema, Relax NG, XSL-FO, XHTML, XQuery, Ajax, RSS, Atom, Web services, and many others.
Professional Web 2.0 Programming
You will find here an overview of the technologies that make Web 2.0 such a powerful platform, including XHTML, JavaScript, Ajax, HTTP.