Description

This page provide solution to the error mentioned below which is encountered while running extraction
com.castsoftware.util.logger.exceptions.LogException:
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:-2)

Observed in CAST AIP
Release
Yes/No
8.0.x (tick)
7.3.x(tick)
7.2.x(tick)
7.0.x(error)
Observed on RDBMS
This section is not applicable for this page(DMT)

 

RDBMS
Yes/No
Oracle ServerNA
Microsoft SQL ServerNA
CSS2NA
CSS1NA
Step by Step Scenario
  1. Run extraction in DMT using .castextraction file
  2. Error in the log :

    com.castsoftware.util.logger.exceptions.LogException:
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:-2)

Action Plan

The .castextraction file which was created with the CastAIP version before 7.0.8 cannot be used with the version >7.0.8 as there is a change in the character set. To use the .castextraction file we need to create the delivery output using the tool

  1. Open the CASTDBGUI.jar in the installation folder of the SAME CastAIP using which the extraction was performed
  2. Uncheck the option extraction
  3. give the extraction file path till the filename with out extension folder in options tab
  4. Give the Delivery folder path in the target tab
  5. Then click on run application
  6. Use the delivery output in the target folder and discover using the DMT

Create the delivery output using the CASTDBGUI.jar and use the cast delivery output

Impact on Analysis Results and Dashboard

Use To be Decided (TBD) in case you don't know about the impact.

Notes/comments

CASTDBGUI.jar Following is the CASTDBGUI.jar for the version 7.0.8

Related Pages