-
(CDQE-98301) Server will not start with old Elastic Search index settings.
If you have upgraded from Spectrum 18.2 to any Spectrum version based on the documented upgrade paths, the Spectrum 23.1 server will not start due to an index port 9200 error.
The issue is due to an incorrect setting in the server/conf/spectrum-container.properties file. If you see this error in the spectrum-server.log file, change the line below in the properties file. Make sure spectrum java processes are shut down and then restart the server.
Spectrum index settings
Old value: spectrum.index.addresses=localhost:9200
New value: spectrum.index.addresses=127.0.0.1
- (CDQE-100869) Spectrum throws error -Dos.name=Windows while trying to uninstall it on Linux.
when you try to uninstall Spectrum on Linux, it can not find or load main class -Dos.name=Windows.
Workaround:
As a workaround, use one of these two options to uninstall Spectrum on Linux:
Option 1:- Under the directory, find the file <your Spectrum install root>/Uninstall/Uninstall_LES/Uninstall_LES.lax.
- Edit Uninstall_LES.lax by finding this line and commenting it out using #
lax.nl.java.option.additional=-Dsun.java2d.uiScale.enabled=1 "-Dos.name=Windows 10"
Option 2: After stopping the server, delete the entire Spectrum directory manually to uninstall it.
To uninstall individual modules, do these steps:- Under the directory, find the file <your Spectrum install root>/Uninstall/Uninstall_SpectrumProductCode/Uninstall_SpectrumProductCode.lax.
Edit Uninstall_SpectrumProductCode.lax by finding this line and commenting it out using #
lax.nl.java.option.additional=-Dsun.java2d.uiScale=1 "-Dos.name=Windows 10".