I keep gettthing this error and I have thought I set it up correct in the domain.xml but I must be way wrong. Here is the error and below I will copy my domain.xml
#|2010-06-16T11:20:50.835-0600|SEVERE|glassfishv3.0|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=29;_ThreadName=Thread-1;|Failed to load keystore type JKS with path /home/webadm/certs/godaddy/wjbradley.com.keystore due to Keystore was tampered with, or password was incorrect
java.io.IOException: Keystore was tampered with, or password was incorrect
at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:771)
at sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:38)
at java.security.KeyStore.load(KeyStore.java:1185)
at com.sun.grizzly.util.net.jsse.JSSESocketFactory.getStore(JSSESocketFactory.java:328)
at com.sun.grizzly.util.net.jsse.JSSESocketFactory.getKeystore(JSSESocketFactory.java:266)
at com.sun.grizzly.util.net.jsse.JSSE14SocketFactory.getKeyManagers(JSSE14SocketFactory.java:198)
at com.sun.grizzly.util.net.jsse.JSSE14SocketFactory.init(JSSE14SocketFactory.java:162)
at com.sun.grizzly.config.SSLConfigHolder.initializeSSL(SSLConfigHolder.java:347)
at com.sun.grizzly.config.SSLConfigHolder.configureSSL(SSLConfigHolder.java:307)
at com.sun.grizzly.config.GrizzlyEmbeddedHttps$LazySSLInitializationFilter.execute(GrizzlyEmbeddedHttps.java:171)
at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:135)
at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:102)
at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:88)
at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53)
at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57)
at com.sun.grizzly.ContextTask.run(ContextTask.java:69)
at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:330)
at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:309)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.security.UnrecoverableKeyException: Password verification failed
at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:769)
... 19 more
<network-config>
<protocols>
<protocol security-enabled="true" name="http-listener-1">
<http max-connections="250" default-virtual-server="server" server-name="">
<file-cache enabled="false" />
</http>
<ssl key-store="/home/webadm/certs/godaddy/wjbradley.com.keystore" cert-nickname="mykey" trust-algorithm="-1" keypass="******" />
</protocol>
<protocol security-enabled="true" name="http-listener-2">
<http max-connections="250" default-virtual-server="server" server-name="">
<file-cache enabled="false" />
</http>
<ssl key-store="/home/webadm/certs/godaddy/wjbradley.com.keystore" cert-nickname="mykey" keypass="********" />
</protocol>
<protocol name="admin-listener">
<http max-connections="250" default-virtual-server="__asadmin" server-name="">
<file-cache enabled="false" />
</http>
</protocol>
</protocols>
<network-listeners>
<network-listener port="8444" protocol="http-listener-1" transport="tcp" name="http-listener-1" thread-pool="http-thread-pool" />
<network-listener port="8544" protocol="http-listener-2" transport="tcp" name="http-listener-2" thread-pool="http-thread-pool" />
<network-listener port="4848" protocol="admin-listener" transport="tcp" name="admin-listener" thread-pool="http-thread-pool" />
</network-listeners>
<transports>
<transport name="tcp" />
</transports>
</network-config>
Any help would be great as this is our final piece of setup so we can move to glassfish vs jboss and tomcat.
Thanks, in advance.
[Message sent by forum member 'rbreault73']
http://forums.java.net/jive/thread.jspa?messageID=474543