Skip to content

Commit 1a85912

Browse files
author
Rolef Heinrich
authored
Merge pull request #2633 from RolefH/develop
update CHANGELOG and restrictions
2 parents c6ccd60 + 3173039 commit 1a85912

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

com.ibm.streamsx.topology/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changes
22
==========
33

4-
## develop branch latest
4+
## v2.0.0
55
* [#2627](https://github.com/IBMStreams/streamsx.topology/issues/2627) `streamsx-streamtool lstoolkits` should show the toolkit-ID
66
* [#2609](https://github.com/IBMStreams/streamsx.topology/issues/2609) CPD3.5: "invalid platform token" error
77

python/sphinx/source/restrictions.rst

+12-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@
22
Restrictions and known bugs
33
###########################
44

5-
* *streamsx* versions 2.0 and higher are incompatible with Cloud Pak for Data equal or less than version 3.5.0.0
6-
* For use of *streamsx* 2.0, the `com.ibm.streamsx.iot` toolkit must be updated to minimum version 1.3.0 on the build service or a local Streams installation. Otherwise dependency errors will occur when the application is compiled.
5+
* *streamsx* versions 2.0 and higher are incompatible with Cloud Pak for Data less than version 3.5.0.0
6+
* For use of *streamsx* 2.0, the `com.ibm.streamsx.iot` toolkit must be updated to minimum version 1.3.0 on the build service or a local Streams installation. Otherwise dependency errors will occur when the application is compiled::
77

8-
To update the IoT toolkit on the CP4D buildservice to version 1.3.0, follow these steps:
8+
/opt/ibm/streams/bin/sc -M `cat main_composite.txt` ...
9+
CDISP0384E ERROR: The <application> toolkit requires version 2.0.0 of the com.ibm.streamsx.topology toolkit, but version 1.17.0 of the required toolkit is currently installed.
10+
CDISP0884W WARNING: Errors occurred while the toolkits were loading.
11+
12+
CDISP0092E ERROR: Because of previous compilation errors, the compile process cannot continue.
13+
make: *** [all] Error 1
14+
Exception in thread "main" java.lang.IllegalStateException: Error submitting archive for build: <build-ID>
15+
16+
When this error occurs, the IOT-Toolkit must be updated or added to the toolkit path (for example environment variable STREAMS_SPLPATH). To update the IoT toolkit on the
17+
CP4D buildservice to version 1.3.0, follow these steps:
918

1019
- download the `toolkit version 1.3.0 tarball <https://github.com/IBMStreams/streamsx.iot/releases/download/v1.3.0/streamsx.iot.toolkits-1.3.0-20201208-1147.tgz>`_
1120
from the `toolkits release page <https://github.com/IBMStreams/streamsx.iot/releases/>`_ on GitHub.

0 commit comments

Comments
 (0)