IBMStreams / streamsx.monitoring

The com.ibm.streamsx.monitoring toolkit provides capabilities to create applications that monitor IBM Streams and its applications.
https://ibmstreams.github.io/streamsx.monitoring/
Other
5 stars 5 forks source link

The following value must be specified as parameter or in the application configuration: user #122

Closed ddebrunner closed 6 years ago

ddebrunner commented 6 years ago

Using JMX operators I get this error:

The following value must be specified as parameter or in the application configuration: user

I'm using an application configuration with a single property IAMApiKey set.

user should not be required.

ddebrunner commented 6 years ago

The actual issue was I was using the style defined by the object storage toolkit, IAMApiKey while this toolkit uses iamApiKey.

Regardless, the error message should indicate that either iamApiKey or user is missing.