[Ikvm-developers] Exception and date/time
Brought to you by:
jfrijters
|
From: Brian S. <bs...@bb...> - 2003-03-15 03:48:45
|
Hello, In trying to execute a program compiled with PERCobol, a Cobol for Java compiler, I was pleasantly surprised to find that it actually does mostly execute in IKVM. At the end of the program, there was an exception output included below. Also, it looks like the underlying Java date/time functions are not operating properly for date/time calculations and locale output. (Note, the locale is being modified on the fly to German.) The source code is Cobol, so unfortunately it wouldn't be meaningful for inclusion here. At the end of execution, the following exception was output: ****** Exception during finishing ****** System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: Sequence number must be greater than zero. at System.Reflection.Emit.MethodBuilder.DefineParameter(Int32 position, ParameterAttributes attributes, String strParamName) at JavaTypeImpl.GenerateMethod(Int32 index) at JavaTypeImpl.Finish() java version "1.4.0_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03) Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode) The IKVM version is current, just downloaded. Regards, Brian Sullivan |