Troubleshooting PXE server issues
This topic helps you to investigate and troubleshoot PXE server issues.
Issue | Solution/Workaround |
|---|---|
After installing a stand-alone PXE server on a Windows computer, the service fails to start, and you see the following error message in the pxesrvr.log file: [main] [ERROR] [::] [] Error installing to Start: name=bladelogic.service.management.ServerSocketFactory state=Create com.bladelogic.om.infra.app.service.ServiceInitializationException: java.io.IOException at com.bladelogic.om.infra.app.service.client.ServerSocketFactory.start(ServerSocketFactory.java:85) ~[blas-1.4.0.jar:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] ... 30 more Caused by: com.bladelogic.om.infra.mfw.util.BlException: Failed to load the file bladelogic.keystore. at com.bladelogic.om.infra.app.util.AppServerUtil.loadKeyStoreFile(AppServerUtil.java:435) ~[blas-1.4.0.jar:?] at com.bladelogic.security.cert.AppServerKeyStore.getInstance(AppServerKeyStore.java:211) ~[blas-1.4.0.jar:?] ... 30 more | Copy the bladelogic.keystore file from the <installationDirectory>\br\deployments directory of the central Application Server to the br\deployments directory on the PXE server. |