Giter Club home page Giter Club logo

tableau's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

tableau's Issues

Test failures and build fail

Hi,

I can't seem to build the project. Log:

[tableau-jlmorton] mvn install                                                                                                                                                                                                        master
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------< net.jlmorton:tableau >------------------------
[INFO] Building tableau 1.2.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tableau ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ tableau ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tableau ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ tableau ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.21.0:test (default-test) @ tableau ---
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running net.jlmorton.tableau.CsvInputSourceTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in net.jlmorton.tableau.CsvInputSourceTest
[INFO] Running net.jlmorton.tableau.MultiThreadedExtractWriterTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.674 s <<< FAILURE! - in net.jlmorton.tableau.MultiThreadedExtractWriterTest
[ERROR] testCreateExtract(net.jlmorton.tableau.MultiThreadedExtractWriterTest)  Time elapsed: 0.674 s  <<< ERROR!
java.lang.UnsatisfiedLinkError: Unable to load library 'TableauCommon': dlopen(libTableauCommon.dylib, 9): image not found
	at net.jlmorton.tableau.MultiThreadedExtractWriterTest.testCreateExtract(MultiThreadedExtractWriterTest.java:16)

[INFO] Running net.jlmorton.tableau.RowWriterTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 s <<< FAILURE! - in net.jlmorton.tableau.RowWriterTest
[ERROR] testCreateRow(net.jlmorton.tableau.RowWriterTest)  Time elapsed: 0 s  <<< ERROR!
java.lang.UnsatisfiedLinkError: Unable to load library '/Library/Frameworks/TableauExtract.framework/TableauExtract': dlopen(/Library/Frameworks/TableauExtract.framework/TableauExtract, 9): image not found
	at net.jlmorton.tableau.RowWriterTest.testCreateRow(RowWriterTest.java:13)

[INFO] Running net.jlmorton.tableau.SchemaTest
[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in net.jlmorton.tableau.SchemaTest
[ERROR] testColumnOrdering(net.jlmorton.tableau.SchemaTest)  Time elapsed: 0 s  <<< ERROR!
java.lang.UnsatisfiedLinkError: Unable to load library '/Library/Frameworks/TableauExtract.framework/TableauExtract': dlopen(/Library/Frameworks/TableauExtract.framework/TableauExtract, 9): image not found
	at net.jlmorton.tableau.SchemaTest.setUp(SchemaTest.java:16)

[ERROR] testReadFromJson(net.jlmorton.tableau.SchemaTest)  Time elapsed: 0 s  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.tableausoftware.extract.Extract
	at net.jlmorton.tableau.SchemaTest.setUp(SchemaTest.java:16)

[INFO] Running net.jlmorton.tableau.utilities.BooleanParserTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in net.jlmorton.tableau.utilities.BooleanParserTest
[INFO] Running net.jlmorton.tableau.utilities.DateParserTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in net.jlmorton.tableau.utilities.DateParserTest
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR]   MultiThreadedExtractWriterTest.testCreateExtract:16 » UnsatisfiedLink Unable t...
[ERROR]   RowWriterTest.testCreateRow:13 » UnsatisfiedLink Unable to load library '/Libr...
[ERROR]   SchemaTest.setUp:16 » UnsatisfiedLink Unable to load library '/Library/Framewo...
[ERROR]   SchemaTest.setUp:16 NoClassDefFound Could not initialize class com.tableausoft...
[INFO]
[ERROR] Tests run: 10, Failures: 0, Errors: 4, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.916 s
[INFO] Finished at: 2019-05-13T10:55:25+07:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.21.0:test (default-test) on project tableau: There are test failures.
[ERROR]
[ERROR] Please refer to /Users/dansmith/Downloads/tableau-jlmorton/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

publish error

I run the following command with my own tde file, tableau server address and account
./bin/publish.sh -e MyExtract.tde -u https://my-tableau-server -n username -x password -s tableau-site-name -p project-name -d datasource-name
But failed.
It says:

/opt/tableau-sdk-wrapper/bin/publish.sh: illegal option -- u
Usage: /opt/tableau-sdk-wrapper/bin/publish.sh -e <extract path> -s <site name> -d <datasource name>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.