See this article on the ImageIO Tools:
The tools consist of two jars and (depending on the platform) one or more
native code extensions that provide access to native codecs on the
platform.
The CTP installer includes the jars (which are the same for all platforms)
plus the native code extensions for Windows.
When CTP starts, it looks to see if the tools are installed. If not, it
puts the jars on the classpath and (if running on a 32-bit Java on Windows) it
loads the DLLs.
There are no native code extensions for the Mac. The best you can do is to
run with the jars, which CTP will do for you without your having to install the
tools.
The jars give you access to some codecs, but for many DICOM images with
encapsulated pixel data, you need the native code extensions.
The log entry from the Configuration class is only indicating that the
tools are not installed. The log entry from the ImageIOTools class (which is in
the CTP util module, not in the ImageIO Tools) is saying that it loaded the jars
but not the native code extensions.
It sounds like your system is correctly configured to run the jars. If
there are images that don't work for you, then you might try running on a
Windows machine with a 32-bit Java.
JP