You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the students found this error while running ALEX:
The word could not be executed. java.lang.Error: There is an incompatible JNA natice library installed on this system [...] To resolve this issue you may do one of the following: - remove or uninstall the offending library - set the system propery jna.nosys=true - set jna.boot.library.path to include the path to the version of the jnidispatch library included with the JNA jar file you are using.
He added -Djna.nosys=true when running ALEX. This seemed to fix it, and it worked well afterwards.
The text was updated successfully, but these errors were encountered:
We never had this kind of exception on any of our test machines. Because it is a JNA error, I assume it has something to do with Selenium and the web driver executable the student was using and the version of the JRE/JDK. Do you have any more information on that?
One of the students found this error while running ALEX:
He added
-Djna.nosys=true
when running ALEX. This seemed to fix it, and it worked well afterwards.The text was updated successfully, but these errors were encountered: