ErrLookup › java-native-access/jna

java-native-access/jna

Java Native Access · Java · 694 source files

Analyzed at d036ad9781 on 2026-09-12. 325 documented errors.

Code / MessageTypeSeverityTags
JNA: Can't attach native thread to VM on unload
console warning jni, native, library-unload, jna, shutdown
JNA: could not detach thread on unload
console warning jni, native, library-unload, jna, shutdown, threading
Error looking up CallbackProxy.callback() method
exception critical jna, classpath, static-initializer, reflection, corrupt-jar
Callback argument <nativeParamTypes[i]> requires custom type
validation error jna, callback, type-mapping, native-marshalling
Callback method is inaccessible, make sure the interface is
validation error jna, callback, accessibility, reflection, security-manager
Unexpected registry type + lpType.getValue() + , expected RE
exception error windows-registry, type-mismatch, jna, reg-expand-sz
Unsupported type:
exception error windows-registry, unsupported-type, enumeration, jna
Win32Exception from native GetLastError on retry of GetVolum
error_code error win32, volume, retry, jna
Cannot get desktop names properties (_NET_DESKTOP_NAMES or _
exception error x11, window-manager, ewmh, property-missing
must be set from byte[]
validation error jna, windows-eventlog, type-mismatch, illegal-argument
Win32Exception from native GetLastError after ExpandEnvironm
error_code error win32, jna, windows, native-call, environment-strings
Win32Exception from native GetLastError after FindResource f
error_code error win32, jni, native, resources
Unsupported empty type:
exception error windows-registry, unsupported-type, reg-none, jna
Win32Exception (error code from Native.getLastError after Fi
error_code error wininet, windows, url-cache, race-condition
Error loading DLLCallback class
exception critical jna, classpath, class-not-found, windows, static-initializer
JNA: Unhandled result conversion: %d
console error jni, native, callback, type-mapping
Win32Exception from native GetLastError after GetPrivateProf
error_code error win32, ini, file-read, jna
LookupAccountNameW was expected to fail with ERROR_INSUFFICI
exception error windows, win32, jna, sid-lookup, internal-invariant
Unrecognized proxy handler: ih
exception error jna, proxy, invocation-handler, native-library
Win32Exception (error code from Native.getLastError after Fi
error_code error wininet, windows, url-cache, win32-exception
JNA: could not detach thread after callback init
console warning jni, jna, native, threads, callbacks
Unexpected registry type + lpType.getValue() + , expected RE
exception error windows, registry, jna, type-mismatch
Win32Exception (error code from GetLastError after EnumPrint
error_code error winspool, windows, printers, win32-exception
OPTIONS must be a public field of type java.util.Map (e): ma
exception error java, reflection, library-options, illegal-argument
Win32Exception (error code from GetLastError after OpenPrint
error_code error winspool, windows, openprinter, printer-not-found
Win32Exception (error code from Native.getLastError after Fi
error_code error wininet, windows, url-cache, win32-exception
NOT IMPLEMENTED: getValue(%s) (Array: %b, Count: %d)
exception warning jna, windows-eventlog, not-implemented, unsupported-operation
<type> is not derived from com.sun.jna.Callback
validation error jna, callback, type-mismatch, interface
Win32Exception from native GetLastError after SetPriorityCla
error_code error win32, jna, windows, background-mode, process-priority
Can't determine size of nested structure
exception error jna, structure, nested-structure, reflection, native-layout
Win32Exception from GetLastError after GetVolumePathNamesFor
error_code error win32, volume, jna
Win32Exception from native GetLastError after WritePrivatePr
error_code error win32, ini, file-write, jna
Property Accessor name must start with 'get', or set the ano
exception error java, com, jna, annotation, naming-convention
fieldName must be a public field of type resultClass.getName
exception error java, reflection, type-mismatch, library-options
JNA: callback object has been garbage collected
console error jni, jna, native, garbage-collection, callbacks
Structure array elements must use contiguous memory (bad bac
exception error jna, structure, memory-layout, contiguous-array
File URL url could not be properly decoded
exception error java, io, url-decode, file-not-found
Win32Exception (error code from Native.getLastError after Fi
error_code error wininet, windows, url-cache, win32-exception
OPTIONS must be a public field of type java.util.Map (<cause
validation error jna, options, type-mismatch, reflection
Instantiation of " + type + " (Pointer) not allowed, is it p
exception error jna, structure, reflection, access-modifier, constructor
Callback return type <returnType> requires custom type conve
validation error jna, callback, return-type, native-marshalling
Expected GetTokenInformation to fail with ERROR_INSUFFICIENT
exception error windows, win32, jna, token, internal-invariant
Can't instantiate " + type
exception error jna, structure, reflection, abstract-class, instantiation
Invalid type:
exception error windows, eventlog, enum-mapping, jna
ComThread executor has a problem.
exception error java, com, threading, executor, lifecycle
must be set from String/String[]
validation error windows-eventlog, jna, type-mismatch
Native library not initialized
exception critical jna, static-initializer, native-library, initialization
Win32Exception from native GetLastError after OpenProcess fa
error_code error win32, process, permissions, jna
Win32Exception from native GetLastError after LoadLibraryEx
error_code error win32, resources, dll, jna
Callback must implement a single public method, or one publi
validation error jna, callback, ambiguous-method, interface-design
UnsatisfiedLinkError(e.getMessage())
exception critical java, native-library, io, unsatisfied-link
Win32Exception from native GetLastError after QueryFullProce
error_code error win32, process, jna
getUnknownId: <formatMessageFromHR>
exception error com, windows, jni, hresult
JNA: could not detach thread on initial load
console warning jni, jna, native, initialization, threads, detach
Win32Exception from native GetLastError when GetPriorityClas
error_code error win32, jna, windows, process-priority, access-denied
Class type <paramTypes[i].getName()> not mapped to primitive
exception error java, com, reflection, events, type-mismatch
JNA: Out of memory: Can't allocate local frame
console error jni, jna, native, out-of-memory, callbacks
Method signature exceeds the maximum parameter count: <metho
validation error jna, callback, parameter-limit, signature
Callback type must be an interface
validation error jna, callback, interface, type-mismatch
java.io.UnsupportedEncodingException (wrapped)
exception error x11, encoding, utf8, jre
Native size for type "cls.getName()" is unknown
exception error jna, type-mapping, native-size, unsupported-type
SECURITY_DESCRIPTOR_RELATIVE does not contain owner
validation error windows, security-descriptor, null-check, jna
Unexpected registry type {}, expected REG_SZ
exception error windows-registry, type-mismatch, reg-multi-sz, jna
Failed to call addSuppressedMethod
exception warning windows, jna, reflection
JNA: extract_value: %s
console error jni, jna, native, type-mapping, arguments
Neither the StackWalker, nor the SecurityManager based getCa
exception error jna, register, stackwalker, jdk-compatibility
JNA: error handling callback exception, continuing
console warning jna, native, callback, uncaught-exception
JNA: error while handling callback exception, continuing
console error jni, callback, uncaught-exception
The given priority value is invalid!
validation error jna, windows, argument-validation, process-priority, illegal-argument
This method must be called from the static initializer of a
exception error jna, register, static-initializer, stack-inspection
Can't determine class with native methods from the current c
exception error jna, register, classloader, stack-inspection
JNA: could not detach thread after callback handling
console warning jni, jna, native, threads, callbacks, detach
JNA: Can't attach native thread to VM on load
console error jni, jna, native, initialization, threads, attach
Win32Exception from native GetLastError after GetPrivateProf
error_code error win32, ini, file-read, jna
ComInterface must define a value for iid
exception error com, annotation, iid, empty-value
Error occured when trying get Unknown Id
exception error com, windows, jni, wrapper
Native library (resourcePath) not found in resource path (pa
exception error java, classpath, resource-not-found, io
JNA: Can't attach native thread to VM for callback thread in
console error jni, attach, threading, callback
JNA: Problems loading core IDs: %s
console critical jni, jna, native, initialization, version-mismatch, classpath
Could not find JNA native support
exception critical java, native-library, classpath, resource-not-found
Error looking up function '<functionName>': <cause>
exception error jna, native, symbol-lookup, unsatisfied-link
JNA: error converting error message: %d
console warning windows, win32, error-formatting, encoding
Unexpected registry type {}, expected REG_BINARY
exception error windows-registry, type-mismatch, reg-binary, jna
errno: " + Native.getLastError()
exception error
The type "type.getName()" is not supported: e.getMessage()
exception error jna, type-mapping, unsupported-type, native-size
Cannot get number of desktops properties (_NET_NUMBER_OF_DES
exception error x11, window-manager, ewmh, property-missing
JNA: Problems loading callback IDs: %s
console critical jni, jna, native, initialization, callbacks, version-mismatch
destDir must be a directory.
validation error windows, efs, file-backup, validation, jna
advise: Interface must define a value for either iid via the
exception error com, annotation, config, iid
Insufficient memory to align to the requested boundary
validation error jna, native-memory, alignment, illegal-argument
Mismatched allocated (X) vs. received devices count (Y)
exception error win32, raw-input, race-condition
Unsupported argument type <argClassName> at parameter <index
validation error jna, native-binding, argument-type, type-mapping
Win32Exception from native GetLastError after SetThreadPrior
error_code error win32, jna, windows, background-mode, thread-priority
Bad volume GUID path format:
validation warning win32, volume, invalid-argument, jna
errno: {eno}
exception error io, linux, xattr, errno, filesystem
Property Mutator name must start with 'set', or set the anot
exception error java, com, jna, annotation, naming-convention
The SecurityManager implementation on this platform is broke
exception error jna, security-manager, register, jdk-compatibility
FFI types not initialized
exception critical jna, ffi, static-initializer, abi-mismatch
Win32Exception from native GetLastError after ExpandEnvironm
error_code error win32, jna, windows, buffer, race-condition
Cannot get client list properties (_NET_CLIENT_LIST or _WIN_
exception error x11, window-manager, ewmh, linux