Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] read multiple gzip files from folder and unzip error

I have created a workflow for reading all gzip files from a folder. Once done, i want to unzip those. I am getting error as follows



Starting job MyFirst at 08:55 22/03/2017.

[statistics] connecting to socket on port 3675
[statistics] connected
Exception in component tFileUnarchive_1
java.lang.NullPointerException
at local_project.myfirst_0_1.MyFirst.tFileUnarchive_1Process(MyFirst.java:535)
at local_project.myfirst_0_1.MyFirst.tFileList_1Process(MyFirst.java:451)
at local_project.myfirst_0_1.MyFirst.runJobInTOS(MyFirst.java:933)
at local_project.myfirst_0_1.MyFirst.main(MyFirst.java:790)
[statistics] disconnected
Job MyFirst ended at 08:55 22/03/2017. [exit code=1]


0683p000009MGS7.jpg0683p000009MGSC.jpg

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

I found the solution. I had to iterate the connection instead of doing run if ok.

View solution in original post

3 Replies
vapukov
Master II
Master II

please attache screenshots of Your Job design
Anonymous
Not applicable
Author

vapukov wrote:
please attache screenshots of Your Job design

I have added the screenshots
Anonymous
Not applicable
Author

I found the solution. I had to iterate the connection instead of doing run if ok.