Start the Server1 exception with the following information:
[Email protected] bin]#/startserver.sh Server1
Admu0116i:tool information is being logged in file
/app/websphere/appserver/profiles/appsrv01/logs/server1/startserver.log
Admu3100i:reading Configuration for Server:server1
Admu3200i:server launched. Waiting for initialization status.
Admu3011e:server launched but failed initialization. StartServer.log,
SystemOut.log (or job log in ZOS) and other log files under
/app/websphere/appserver/profiles/appsrv01/logs/server1 should
Contain failure information.
Entering the/app/websphere/appserver/profiles/appsrv01/logs/server1 directory, SystemOut.log displays the following error:
Com.ibm.ws.exception.ConfigurationError:com.ibm.websphere.ssl.SSLException:com.ibm.websphere.ssl.SSLException: Cmiecmceprd02:cmiecmceprd02
At Com.ibm.ws.ssl.core.SSLComponentImpl.initialize (sslcomponentimpl.java:208)
At Com.ibm.ws.runtime.component.ContainerHelper.initWsComponent (containerhelper.java:1166)
At Com.ibm.ws.runtime.component.ContainerHelper.initializeComponent (containerhelper.java:1073)
At Com.ibm.ws.runtime.component.ContainerHelper.initializeComponents (containerhelper.java:874)
At Com.ibm.ws.runtime.component.ContainerImpl.initializeComponents (containerimpl.java:780)
At Com.ibm.ws.runtime.component.ContainerImpl.initializeComponents (containerimpl.java:754)
At Com.ibm.ws.runtime.component.ServerImpl.initialize (serverimpl.java:350)
At Com.ibm.ws.runtime.WsServerImpl.bootServerContainer (wsserverimpl.java:280)
At Com.ibm.ws.runtime.WsServerImpl.start (wsserverimpl.java:214)
At Com.ibm.ws.runtime.WsServerImpl.main (wsserverimpl.java:666)
At Com.ibm.ws.runtime.WsServer.main (wsserver.java:59)
At Sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
At Sun.reflect.NativeMethodAccessorImpl.invoke (nativemethodaccessorimpl.java:45)
At Sun.reflect.DelegatingMethodAccessorImpl.invoke (delegatingmethodaccessorimpl.java:37)
At Java.lang.reflect.Method.invoke (method.java:599)
At Com.ibm.wsspi.bootstrap.WSLauncher.launchMain (wslauncher.java:213)
At Com.ibm.wsspi.bootstrap.WSLauncher.main (wslauncher.java:93)
At Com.ibm.wsspi.bootstrap.WSLauncher.run (wslauncher.java:74)
At Org.eclipse.core.internal.runtime.platformactivator$1.run (platformactivator.java:78)
At Org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication (eclipseapplauncher.java:92)
At Org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start (eclipseapplauncher.java:68)
At Org.eclipse.core.runtime.adaptor.EclipseStarter.run (eclipsestarter.java:400)
At Org.eclipse.core.runtime.adaptor.EclipseStarter.run (eclipsestarter.java:177)
At Sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
At Sun.reflect.NativeMethodAccessorImpl.invoke (nativemethodaccessorimpl.java:45)
At Sun.reflect.DelegatingMethodAccessorImpl.invoke (delegatingmethodaccessorimpl.java:37)
At Java.lang.reflect.Method.invoke (method.java:599)
At Org.eclipse.core.launcher.Main.invokeFramework (main.java:340)
At Org.eclipse.core.launcher.Main.basicRun (main.java:282)
At Org.eclipse.core.launcher.Main.run (main.java:981)
At Com.ibm.wsspi.bootstrap.WSPreLauncher.launchEclipse (wsprelauncher.java:330)
At Com.ibm.wsspi.bootstrap.WSPreLauncher.main (wsprelauncher.java:108)
caused by:com.ibm.websphere.ssl.SSLException:com.ibm.websphere.ssl.SSLException:cmiecmceprd02:cmiecmceprd02
At Com.ibm.ws.ssl.config.SSLConfigManager.initializeServerSSL (sslconfigmanager.java:322)
At Com.ibm.ws.ssl.core.SSLComponentImpl.initialize (sslcomponentimpl.java:145)
... More
caused by:com.ibm.websphere.ssl.SSLException:cmiecmceprd02:cmiecmceprd02
At Com.ibm.ws.ssl.config.KeyStoreManager.checkIfKeyStoreExistsAndCreateIfNot (keystoremanager.java:1592)
At Com.ibm.ws.ssl.config.SSLConfigManager.parseSecureSocketLayer1 (sslconfigmanager.java:1131)
At Com.ibm.ws.ssl.config.SSLConfigManager.parseSSLConfig (sslconfigmanager.java:667)
At Com.ibm.ws.ssl.config.SSLConfigManager.initializeServerSSL (sslconfigmanager.java:234)
... More
caused by:java.net.UnknownHostException:cmiecmceprd02:cmiecmceprd02
At Java.net.InetAddress.getLocalHost (inetaddress.java:1380)
At Com.ibm.ws.ssl.config.CertificateManager.chainedCertificateCreate (certificatemanager.java:341)
At Com.ibm.ws.ssl.config.KeyStoreManager.checkIfKeyStoreExistsAndCreateIfNot (keystoremanager.java:1580)
... More
Solution:
Add machine name to/etc/hosts
127.0.0.1 HOSTNAME
Linux WAS7 Boot exception