Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jars, fix link rot #41

Merged
merged 2 commits into from Jan 28, 2018
Merged

Update jars, fix link rot #41

merged 2 commits into from Jan 28, 2018

Conversation

randyzwitch
Copy link
Contributor

Update jars to the newest ones online, fix documentation where
DataFrames moved to JuliaData.

Update jars to the newest ones online, fix documentation where
DataFrames moved to JuliaData.
@randyzwitch randyzwitch changed the title Update jars, fix link rot [WIP] Update jars, fix link rot Jan 28, 2018
@randyzwitch
Copy link
Contributor Author

During local Pkg.test(), there are starting to be warnings. The current JBIG2ImageReader is GPLv2 (though its moving to ASF). For the other, bundling sqlite jdbc doesn't make sense.

julia> Pkg.test("Taro")
INFO: Testing Taro
Loaded /Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home/jre/lib/server/libjvm.dylib

signal (11): Segmentation fault: 11
while loading /Users/randyzwitch/.julia/v0.6/Taro/test/runtests.jl, in expression starting on line 5
unknown function (ip: 0x12cb922b3)
Allocations: 7883915 (Pool: 7882279; Big: 1636); GC: 13
Jan 27, 2018 7:40:09 PM org.apache.tika.config.InitializableProblemHandler$3 handleInitializableProblem
WARNING: JBIG2ImageReader not loaded. jbig2 files will be ignored
See https://pdfbox.apache.org/2.0/dependencies.html#jai-image-io
for optional dependencies.
TIFFImageWriter not loaded. tiff files will not be processed
See https://pdfbox.apache.org/2.0/dependencies.html#jai-image-io
for optional dependencies.
J2KImageReader not loaded. JPEG2000 files will not be processed.
See https://pdfbox.apache.org/2.0/dependencies.html#jai-image-io
for optional dependencies.

Jan 27, 2018 7:40:09 PM org.apache.tika.config.InitializableProblemHandler$3 handleInitializableProblem
WARNING: org.xerial's sqlite-jdbc is not loaded.
Please provide the jar on your classpath to parse sqlite files.
See tika-parsers/pom.xml for the correct version.

signal (11): Segmentation fault: 11
while loading /Users/randyzwitch/.julia/v0.6/Taro/test/runtests.jl, in expression starting on line 7
unknown function (ip: 0x12cdb3ffa)
Allocations: 8445403 (Pool: 8443756; Big: 1647); GC: 14

signal (11): Segmentation fault: 11
while loading /Users/randyzwitch/.julia/v0.6/Taro/test/runtests.jl, in expression starting on line 16
unknown function (ip: 0x12cffdebc)
Allocations: 8979067 (Pool: 8977386; Big: 1681); GC: 15
INFO: adding t1 sheet ...
INFO: adding t2 sheet ...
INFO: wrote all dataframes to /Users/randyzwitch/.julia/v0.6/Taro/test/df-test-writexl.xlsx.
INFO: adding df1 sheet ...
INFO: adding df2 sheet ...
INFO: wrote all dataframes to /Users/randyzwitch/.julia/v0.6/Taro/test/df-test-writexl.xlsx.
INFO  Rendered page #1.
INFO: Taro tests passed

@randyzwitch randyzwitch changed the title [WIP] Update jars, fix link rot Update jars, fix link rot Jan 28, 2018
@randyzwitch
Copy link
Contributor Author

appveyor fails again for the same reason as #38, but Travis passes tests. Ready to merge.

@aviks
Copy link
Owner

aviks commented Jan 28, 2018

Yeah, these warnings are annoying, and not terribly useful after you have seen them for a hundred times. Maybe there is some env variable to turn them off?

Thanks for this.

@aviks aviks merged commit 1d11fbe into aviks:master Jan 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants