jnidispatch erorSolved

We just started seeing a curious error on some installations within TurboActivation. No product updates were installed, and from what we know, now OS patches or updated have been applied. also, nothing has changed as far as our product or TurboActivate configuration. We are using version 3.4.6.0 (4/20/2015).

When checking activation, we get:Failed to create temporary file for jnidispatch library: Access is denied

The user has full control access to their temp folder running under admin account.

Any ideas on what could be influencing this error on the Turboactivate side. We think it might be something related to a security policy or anit-virus policy.

Looks like a JNA bug. More information is need. First, though, try to use the latest version of JNA: https://github.com/java-native-access/jna

Also, unrelated to this particular error, you should also use the latest version of TurboActivate: https://wyday.com/limelm/api/#turboactivate

A ton of bug fixes and feature since 3.4.6.

Turns out a security policy was causing this. AV was blocking the creation of the dll file in the users AppData\Local\Temp\jna-(user id).

It might be possible to force the JVM to use another location using -Djava.io.tmpdir java option.

Getting to the update real soon.Thanks for the quick response!!