I know this is not j2ee related, but maybe someone here has faced the
same problem.
We have a j2me application which works fine on most java-enabled mobile
phones, but for a limited number of old mobile phones like Motorola L7
and Motorola V3i (surperisingly Motorola V3 does not have this issue!)
we face the "Can't get FileName" error message after running the
application on the mobile phone. I know this is a RecordStore related
issue and it happens exactly on the RecordStore.openRecordStore
("SOMENAME", true) method call, but haven't find any solution for it
yet. Has anyone here faced this issue and what is the solution?