Skip to content

ClassNotFoundException #1

Closed
Closed
@haiderpasha-mohammed-tfs

Description

Command python dlineage.py /t oracle /f test.sql /graph throws the below error. Any ideas what is missing here?

Traceback (most recent call last):
  File "ClassLoader.java", line 521, in java.lang.ClassLoader.loadClass
java.lang.ClassNotFoundException: <exception str() failed>

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "DataFlowAnalyzer.java", line 661, in gudusoft.gsqlparser.dlineage.DataFlowAnalyzer.generateDataFlow
Exception: Java Exception

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "dlineage.py", line 283, in <module>
    call_dataFlowAnalyzer(args)
  File "dlineage.py", line 194, in call_dataFlowAnalyzer
    result = dlineage.generateDataFlow()
java.lang.NoClassDefFoundError: <exception str() failed>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions