Member since
07-04-2017
3
Posts
0
Kudos Received
0
Solutions
11-12-2019
05:32 AM
hello ,
I want to migrate nifi-websocket-processors-nar-1.9.2.nar to nifi 1.2.0 and i got this error
java.util.ServiceConfigurationError: org.apache.nifi.controller.ControllerService: Provider org.apache.nifi.websocket.jetty.JettyWebSocketServercould not be instantiated
I need your help
... View more
Labels:
07-05-2017
12:22 PM
hello ,
I have an error with ExecuteSQL processor.
My request is select * from hed My table look like this
COLUMN_NAME
COL_001
COL_002
COL_003
COL_004
COL_005
COL_006
COL_007
COL_008
DATA_TYPE
NVARCHAR2(20 CHAR)
NVARCHAR2(100 CHAR)
NVARCHAR2(100 CHAR)
NVARCHAR2(20 CHAR)
NVARCHAR2(25 CHAR)
TIMESTAMP(6) WITH LOCAL TIME
NVARCHAR2(25 CHAR)
NUMBER(1,0)
find the error below Thank you
... View more