WmFlatFile partially loaded (Potential bug??)

Hello everyone,

I have a partially loaded WmFlatFile package with the following Load Errors:

pub.flatFile:getSupportedEncodings
java.lang.VerifyError: (class: pub/flatFileImpl, method: convertToValues signature: (Lcom/wm/data/IData; )V) Incompatible argument to function

pub.flatFile:convertToValues
java.lang.VerifyError: (class: pub/flatFileImpl, method: convertToValues signature: (Lcom/wm/data/IData; )V) Incompatible argument to function

pub.flatFile:convertToString
java.lang.VerifyError: (class: pub/flatFileImpl, method: convertToValues signature: (Lcom/wm/data/IData; )V) Incompatible argument to function

Therefore I can’t use any of those reported services as result.

Since this is a wm’s own package, I don’t have the sources to recompile them nor I could step through them to check what exactly goes wrong.

May I ask for any possible direction I should go to solve the issue?

Server:

Product: webMethods Integration Server
Version: 6.5
Updates: None
Build Number: 395
Java Version: 1.4.2_07 (48.0)
Java Data Model: 32-bit
Java Vendor: Sun Microsystems Inc.
OS: Windows XP SP2

Regards,
v8mirage

Problem sovled, it was missing service pack 1. Typical human mistakes :stuck_out_tongue:

Regards,
v8mirage

So do you mean IS6.5 SP1 or WmFlatFile Adapter fix??

-RMG

It was fixed after IS6.5 SP1 installed.

Cheers,
v8mirage