You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampipes.apache.org by "Dominik Riemer (Jira)" <ji...@apache.org> on 2022/11/17 17:30:00 UTC

[jira] [Updated] (STREAMPIPES-261) Error when using RuntimeResolvableStaticProperty in an alternative

     [ https://issues.apache.org/jira/browse/STREAMPIPES-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dominik Riemer updated STREAMPIPES-261:
---------------------------------------
    Fix Version/s: 1.0.0
                       (was: 0.90.0)

> Error when using RuntimeResolvableStaticProperty in an alternative
> ------------------------------------------------------------------
>
>                 Key: STREAMPIPES-261
>                 URL: https://issues.apache.org/jira/browse/STREAMPIPES-261
>             Project: StreamPipes
>          Issue Type: Bug
>          Components: Backend, Pipeline Elements, UI
>            Reporter: Philipp Zehnder
>            Priority: Major
>              Labels: suggestion-done
>             Fix For: 1.0.0
>
>
> When adding the this code to the declareModel:
> Alternatives.from(Labels.withId(ENABLE_GROUPING),
>  StaticProperties.group(Labels.withId(GROUP_CONFIG),
>  StaticProperties.singleValueSelectionFromContainer(Labels.withId(GROUP_ID_STREAM_1)),
>  StaticProperties.singleValueSelectionFromContainer(Labels.withId(GROUP_ID_STREAM_2)))))
>  
> the following error occurs when the UI tries to resolve the options:
> Caused by: org.apache.http.ProtocolException: Target host is not specifiedCaused by: org.apache.http.ProtocolException: Target host is not specified at org.apache.http.impl.conn.DefaultRoutePlanner.determineRoute(DefaultRoutePlanner.java:71) at org.apache.http.impl.client.InternalHttpClient.determineRoute(InternalHttpClient.java:125) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) ... 80 moreorg.apache.http.client.ClientProtocolException at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:187)
>  
> It seems that the variable this.pipelineElement in BaseRuntimeResolvableInput in the ui is not initialized correctly.
> All values of of the REST request in fetchRemoteOptionsForPipelineElement are undefined.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)