UIM 20.3 cabi deploy fails right away with SevenZFile in the log
search cancel

UIM 20.3 cabi deploy fails right away with SevenZFile in the log

book

Article ID: 203159

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

cabi deploy fails, and right after the cabi probe shows up in the console it goes red. 

deactivate activate and it goes red right away again. 

Environment

Release : 20.3

Component : UIM - CABI

Cause

During the deployment of cabi the writing to disk of this file is interrupted resulting in it being too small. 

$\Nimsoft\probes\service\cabi\uim-cabi-bundle-7.5.0-u2.7z

In the folder it should show up as 693,224 KB in size. 

File properties shows:

Resolution

Disable the virus scanner or ideally have the security team configure it to exclude the \Nimsoft directory tree. 

Alternative is to get a good copy of the file for which a support case will be needed. 

Additional Information

Log entry:

Nov 11 14:35:20:411 [main, cabi] end: postInstallStepsForOracleDriver ... done
Nov 11 14:35:20:412 [main, cabi] java.io.EOFException
    at java.io.RandomAccessFile.readFully(RandomAccessFile.java:438)
    at java.io.RandomAccessFile.readFully(RandomAccessFile.java:416)
    at org.apache.commons.compress.archivers.sevenz.SevenZFile.readHeaders(SevenZFile.java:201)
    at org.apache.commons.compress.archivers.sevenz.SevenZFile.<init>(SevenZFile.java:100)
    at org.apache.commons.compress.archivers.sevenz.SevenZFile.<init>(SevenZFile.java:122)
    at com.ca.cabi4uim.common.SevenZipExtractor.extract(SevenZipExtractor.java:85)
    at com.ca.cabi4uim.installer.CabiInstaller.unzipCabiInstaller(CabiInstaller.java:260)
    at com.ca.cabi4uim.Probe.doConfigAndRunCabiInstaller(Probe.java:437)
    at com.ca.cabi4uim.Probe.setupCabiInBundledMode(Probe.java:388)
    at com.ca.cabi4uim.Probe.setupcabi(Probe.java:354)
    at com.ca.cabi4uim.Probe.initOnTimer(Probe.java:702)
    at com.nimsoft.nimbus.NimProbe.doForever(NimProbe.java:418)
    at com.ca.cabi4uim.Probe.run(Probe.java:894)
    at com.ca.cabi4uim.Probe.main(Probe.java:123)