This error message is produced by converting double values to string (defined in FloatingDecimal.java). It seems to be java bug, you can find it in Sun’s bug db here.
Can you reproduce the method where this error occurs? Seems it would be triggered for specific numerical values only.
I looked at the error on Sun’s page and here’s what it said:
This bug has been seen on multiple Win2K machines running:
JDK 1.4.1_03
JDK 1.4.1-rc-b19
It does not occur on these machines when we run using:
JDK 1.4.0_03-b04
Also it doesn’t appear to occur under Linux.
I’m using Servoy through Citrix. The about box says it’s JRE 1.4.1_02.
Under the Advanced Tab it’s set to Use Java Default Plug-in, but I can select 1.4.1_02 or 1.5.0_06.
Do you recommend selecting it this way or just doing and uninstall and clean re-install.
Also, when you say:
Can you reproduce the method where this error occurs?
Do you mean post the method? Or do you mean, do I get the same error each time for the parameters (date range, etc) set when I run it?
Providence1:
Wow! Bruno, thanks for the quick reply.
I’m using Servoy through Citrix. The about box says it’s JRE 1.4.1_02.
Under the Advanced Tab it’s set to Use Java Default Plug-in, but I can select 1.4.1_02 or 1.5.0_06.
Do you recommend selecting it this way or just doing and uninstall and clean re-install.
Selecting the proper (higher) Java version should do. Of course, you have to restart Servoy server after change (or even better, the comp if possible).
Providence1:
Also, when you say:
Do you mean post the method? Or do you mean, do I get the same error each time for the parameters (date range, etc) set when I run it?
No, your method works under developer and you are using same method in client, right ?
I meant if you get the same error using exact same parameters in developer and client. Btw., which Java version are you using on your developer?