search
cancel
Search
Errors setting up VNA Aggregator
book
Article ID: 127206
calendar_today
Updated On:
Products
Spectrum
Show More
Show Less
Issue/Introduction
The following error is seen when trying to setup the VNA Aggregator:
com.fasterxml.jackson.databind.JsonMappingException: Unexpected character ('"' (code 34)): was expecting comma to separate OBJECT entries at [Source: io.undertow.servlet.spec.ServletInputStreamImpl@3b93dd90; line: 7, column: 12] at [Source: io.undertow.servlet.spec.ServletInputStreamImpl@3b93dd90; line: 5, column: 23] (through reference chain: java.util.ArrayList[0])
Environment
Release:
Component: SPCCSS
Cause
This is a syntax error
Resolution
Commas are missing in the syntax.
It should look like the following:
[ { "VNA_HOST": "1.2.3.4", "VNA_PORT": 8080 }, { "VNA_HOST": "5.6.7.8", "VNA_PORT": 8080 } ]
Feedback
thumb_up
Yes
thumb_down
No