Skip to content

Couldn't solve jpype error #9

@thbeh

Description

@thbeh

Hi, I just started testing dlineage on my Mac Mini running Tahoe with AdoptJDK8 and couldn't figure out how to resolve the issue. The error stack is as follows. Please advice. Thanks

python dlineage.py /t oracle /f test.sql /graph
Traceback (most recent call last):
  File "ClassLoader.java", line 526, in java.lang.ClassLoader.loadClass
java.lang.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 "/Users/thbeh/python_data_lineage/dlineage.py", line 283, in <module>
    call_dataFlowAnalyzer(args)
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "/Users/thbeh/python_data_lineage/dlineage.py", line 194, in call_dataFlowAnalyzer
    result = dlineage.generateDataFlow()
java.lang.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