Migrating our app from 10gR2 on Windows to 11g on Linux. We have a function to upload user-selected files from the client to the application server, using webutil_file_transfer.client_to_as_with_progress. The problem we're having right now is we recieve "WUT-100: Bad file information string" errors, both in the Java console AND also on the application. However, after acknowledging the error the file transfer proceeds and completes successfully! We don't want to be having the errors however, and though I could probably suppress them I think we'd rather find the root-cause and solve it there.
I run on 64-bit Windows 7 desktop. I downloaded the latest and greatest "jacob" distribution, the DLL that is downloaded is jacob-1.17-M2-x64.dll, and I'm using the latest JAR, latest webutil jar/pll, etc. Any help for debugging this is much appreciated.