I have freshly installed IS version 7.1 & i have installed Wmflatfile packages.
but while running the service pub.flatfile.convertToValue is throwing error.
i am suspecting that it’s not a code level problem
May be some java or jvm or jar file is missing?
IS configuration:-
Java Version 1.5.0_12 (49.0)
Java VM Name Java HotSpot™ Server VM
Java Build Info 1.5.0_12-b04, mixed mode
Java Vendor Sun Microsystems Inc.
Java Home C:\webMethods71\jvm\win150\jre
Version 7.1.0.0
Updates None
Build Number 149
SSL Strong (128-bit)
WmFlatFile packages has been partially loaded.
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
Have a look on my server.bat file May be i am missing something
i have installed latest jdk 1.6 & change extended setting in Admin page restarted IS but still getting same error partially loaded with missing class files
add below setting
i have installed Wmflatfile Sample packages wch u can find in Advantage site sample utilities.
1 pub.flat.getfile (input nothing & output has document)
in pipeline set file name & loadas byte
2 pub.flatfile.convertToValue(map byte to ffdata)
set ffschema name validate true & return error both
i believe it not a code level issue some issue in jvm or java class file .
as i have told recently i have installled jdk 1.6 & set path in extend setting in admin page but still getting same error.