Spectrum Technology Platform - Latest

Spectrum Technology Platform Release Notes

Product type
Software
Portfolio
Integrate
Enrich
Locate
Verify
Product family
Spectrum™ software
Product
Spectrum™ software > Spatial > Spectrum Spatial Analyst
Spectrum™ software > Quality > Addressing
Spectrum™ software > Spatial > Spectrum Spatial Insights
Spectrum™ software > Quality > Context Graph
Spectrum™ software > Web Services
Spectrum™ software > Quality > Spectrum Quality
Spectrum™ software > Geo Addressing > Global Geocoding
Spectrum™ software > Geo Addressing > Enterprise Tax
Spectrum™ software > Spatial > Spectrum Spatial
Spectrum™ software > Discovery
Spectrum™ software > Data Integration
Spectrum™ software > Dataflow Designer
Spectrum™ software > Spectrum™ Platform
Spectrum™ software > GeoEnrichment
Version
Latest
ft:locale
en-US
Product name
Spectrum Technology Platform
ft:title
Spectrum Technology Platform Release Notes
Copyright
2024
First publish date
2007
ft:lastEdition
2025-02-24
ft:lastPublication
2025-02-24T16:48:25.200000
  • (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:
    1. Under the directory, find the file <your Spectrum install root>/Uninstall/Uninstall_LES/Uninstall_LES.lax.
    2. 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:
    1. Under the directory, find the file <your Spectrum install root>/Uninstall/Uninstall_SpectrumProductCode/Uninstall_SpectrumProductCode.lax.
    2. 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".