tableau / TabMigrate

A lightweight tool for moving Tableau content between multiple Tableau Server environments
MIT License
118 stars 59 forks source link

Tabjolt - Error loading jvm.dll #43

Open sdasgupta-18 opened 5 years ago

sdasgupta-18 commented 5 years ago

We have performed the below steps to install TabJolt at a client site. We are stuck and need help to take it forward. We have tried our best to solve the error but no luck.

mad3lin3 commented 4 years ago

@sdasgupta-18 Did you resolve this issue? I am experiencing the same behavior in my effort to run a test in TabJolt. Thanks for any help you can provide given your previous experience with this.

rahul149386 commented 4 years ago

Did you resolve this issue? I am also facing same behavior.

sdasgupta-18 commented 4 years ago

No, we could not resolve this error. I remember our team had to get a new machine.

PWalsh9000 commented 4 years ago

I am having a similar issue. Has anyone resolved it? The tabjolt is running on my desktop, but attempts to run it on an azure image fail with a simple message that 'c:\TabJolt>jre\bin\java.exe -cp "lib\ext*" com.tableausoftware.test.tools.TabjoltUI.TabjoltUI Error: loading: c:\TabJolt\jre\bin\server\jvm.dll'. There is nothing in the event viewer that sheds light on this problem.

gijo404 commented 3 years ago

To fix this, update go.bat/config.bat to use java.exe of an external jdk(java 8 worked for me), by default it tries to pick java which reside inside Tabjolt folder and fail. Pasting content of config.bat (working one) "D:\jdk\8x64-latest\bin\java.exe" -cp "lib\ext*" com.tableausoftware.test.tools.TabjoltUI.TabjoltUI