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
Copy file name to clipboardExpand all lines: python/sphinx/source/restrictions.rst
+12-3
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,19 @@
2
2
Restrictions and known bugs
3
3
###########################
4
4
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::
7
7
8
-
To update the IoT toolkit on the CP4D buildservice to version 1.3.0, follow these steps:
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:
9
18
10
19
- 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>`_
11
20
from the `toolkits release page <https://github.com/IBMStreams/streamsx.iot/releases/>`_ on GitHub.
0 commit comments