hey there. just noticed your post. i'm having similar issues. out of the
flash ide and on my testing server, all browsers successfully make remoting
calls to coldfusion -- and then coldfusion inserts it into my database. but
as soon as i post it on my production server, gecko-based browsers continue to
make the remoting calls but don't make the insertions into the database. you
know what the weird thing is.....i first fixed it by reinstalling the flash
player, if you can believe that. but now that solution that worked for me a
week ago isn't working anymore. have you made any progress? thanks. - fumeng.
Hi I tracked down my problam, i don't know if it will help you though CF
described the error as : .....details: 'java.lang.IndexOutOfBoundsException:
Index: 25, Size: 25 which in my case meant that it expected an array of 31
items and got 25.... see - in my function (that insert form field values) is
one argumnt of an array type, the number of fields that are actualy in the
query are 31 and the array I passed it was 25 items long.... so there you have
it hope that helped....
fu-meng - 27 Jan 2005 22:56 GMT
hi. thanks for replying to my post. i don't think you and i are having the
same problem after all, but i am glad that you figured yours out. with mine,
i'm not passing an array, it just appears that the flash client on gecko
browsers is somehow losing connection to my coldfusion service.... it's
strange because i can build simple apps that make remoting calls to my
coldfusion service and they do work on gecko browsers...not sure what's
happening. the stranger thing is that when this problem first appeared i
reinstalled the flash player and everything was working magically again. but
since then the same problem has reappeared. so that begs the question -- what
would reinstalling the flash playerd do that would solve my problem?? can't
really say because that solution isn't working anymore. sorry for the long
post. congrats on finding a solution. best, fumeng.