You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2026. It is now read-only.
May 13, 2020 9:53:26 AM com.wavefront.sdk.direct.ingestion.WavefrontDirectIngestionClient internalFlush
WARNING: Error reporting points, respStatus=406
May 13, 2020 9:56:25 AM com.wavefront.sdk.direct.ingestion.WavefrontDirectIngestionClient close
WARNING: error flushing buffer
java.io.IOException: attempt to flush closed sender
at com.wavefront.sdk.direct.ingestion.WavefrontDirectIngestionClient.flush(WavefrontDirectIngestionClient.java:357)
at com.wavefront.sdk.direct.ingestion.WavefrontDirectIngestionClient.close(WavefrontDirectIngestionClient.java:424)
at com.vmware.vropsexport.processors.WavefrontPusher.close(WavefrontPusher.java:96)
at com.vmware.vropsexport.Exporter.exportTo(Exporter.java:217)
at com.vmware.vropsexport.Main.main(Main.java:184)
I'm not sure why this is happening, but this happens everytime I try to run the exporter, in direct ingestion mode. Also, I randomly see 406 errors (which may not be related to the exporter itself), but want to know why that's happening in more details.
I'm not sure why this is happening, but this happens everytime I try to run the exporter, in direct ingestion mode. Also, I randomly see 406 errors (which may not be related to the exporter itself), but want to know why that's happening in more details.