[Logicmail-devel] lockup issue with 1.9.0 builds
Brought to you by:
octorian
|
From: Chris S. <cl...@se...> - 2009-09-01 07:40:42
|
Has anyone else managed to get 1.9.0 to lock up their BB hard? I was
giving it a test run last week to see if the new APIs would allow me to
get passed my MS Exchange SSL/TLS problem.
The first problem I saw was that LogicMail refused to get a list of
folders from my personal Courier-Imap server. I suspect that the
problem has to do with either the number of folders (100+) or that the
names of some folders are longer than the token 8 or 15 chars. I run
the same version of Courier-Imap at work with just a dozen folders and
LogicMail had no problem getting a directory listing for that one.
When attempting to send mail via the Exchange server, I received the
exception message:
Unable to switch to TLS mode: (null)
I'm not sure which condition in Connection.java startTLS() that I'm hitting.
At some point, I tried repeatedly to connect to my personal imap server
and send via Exchange/SSL and then the BlackBerry locked up. I had to
pull the battery to reset it. Now, whenever I try to start up LogicMail
1.9.0 (any build from the past week), it appears to return to the same
spot. Occasionally, it will throw up a dialog box:
Uncaught exception: Module with handle [1823]
and index [0] has no application entry point
[OK]
I've tried downgrading to 1.1.x, which works. But after re-upgrading to
1.9.0, the broken behavior persists.
I purchased the signing keys and was able to build my own trunk version,
sign it and install it but it behaves the same way. I tried renaming
the local build to LogicMail-1.9 via the project.properties file and the
problem still persists.
I used 'JavaLoader erase' to forcibly remove the bad modules from the
device but when I load 1.9.0 again, it pops up the same dialog box with
a different handle number.
- cls
|