03-23-2009 06:25 AM
Hello.
Every time I click on the Blackberry Messenger icon I get a warning saying "Uncaught excpetion: java.lang,NullPointerException"
The techie blurb in the lglg log shows:
Name: NullPointerException
GUID: 9c3cd62e3320b498
Time: Mar 23, 2009 09:50:42
No detail message
net_rim_bb_qm_peer-2
PeerConversation
paint
0x792A
net_rim_bb_qm_peer-3
UiCollection
drawListRow
0x900A
net_rim_cldc-10
ListField
paint
0x5421
net_rim_cldc-7
Field
paintSelf
0x2539
net_rim_cldc-8
Manager
paintChild
0x4D6C
net_rim_cldc-11
VerticalFieldManager
subpaint
0xC82D
net_rim_cldc-8
Manager
paint
0x4D45
net_rim_cldc-7
Field
paintSelf
0x2539
net_rim_cldc-8
Manager
paintSelf
0x4D90
net_rim_cldc-8
Manager
paintChild
0x4D6C
net_rim_cldc-8
Manager
subpaint
0x4FA6
net_rim_cldc-8
Manager
paint
0x4D45
net_rim_cldc-7
Field
paintSelf
0x2539
net_rim_cldc-8
Manager
paintSelf
0x4D90
net_rim_cldc-8
Manager
paintChild
0x4D6C
net_rim_cldc-8
Screen
paint
0x95C7
net_rim_cldc-7
Field
paintSelf
0x2539
net_rim_cldc-8
Manager
paintSelf
0x4D90
net_rim_cldc-8
Screen
doPaint0
0x81E8
net_rim_cldc-9
UiEngineImpl
0xB5D8
net_rim_cldc-9
UiEngineImpl
doPainting
0x9478
net_rim_cldc-9
UiEngineImpl
repaint
0xA558
net_rim_cldc-9
UiEngineImpl
processMessage
0x9FA7
net_rim_cldc-6
Application
enterEventDispatcher
0x5AF
net_rim_bb_qm_peer-1
PeerEntry
start
0x6E52
net_rim_bb_qm_peer-1
Entry
run
0x1C30
net_rim_bb_qm_peer-1
PeerEntry
main
0x70B6
I have tried many battery pulls and soft reboots, and even an upgrade to a later version of Blackberry Messenger.
If anyone has the foggiest idea how to cure this and is prepared to share it with me, I'd be your friend for life.
Kind regards,
Jonathan
PS The forum parser seems to have played with my text before allowing me to submit it - so I hope the data is still valid...
Solved! Go to Solution.
03-23-2009 06:53 AM
03-23-2009 07:39 AM
André,
Backup and restore solved the problem.
Massive respect.
Very many thanks and kind regards,
Jonathan
03-23-2009 08:54 AM
05-29-2010 04:14 PM - edited 05-29-2010 04:15 PM
I'm having the exact same issue. But When i tried the restore, i got a message saying that one database was not restored, and it was precisely the Messenger database.
i also tried using the 'Clear Data' and it fails to complete asking to try it again, which fails as well...
I've tried uninstalling the messenger but it doesn't uninstall...
Anything I can do to force clearing or uninstalling, or better yet, fix the issue?
I also get the NPE when restarting the device, I'm assuming it is about the same thing.
This started happenning after an upgrade to 5.x
Please advise!
Thanks!
06-27-2010 05:40 PM - edited 06-27-2010 05:41 PM
Hi, i have the same problem, always I click my black berry messenger appear the following exception: "java.lang.nullpointerexception" it occurs after I update the operative system to the new version 5.0.0.592....could some body help me...
thanks!!!!
06-27-2010 05:51 PM
carlalmo wrote:Hi, i have the same problem, always I click my black berry messenger appear the following exception: "java.lang.nullpointerexception" it occurs after I update the operative system to the new version 5.0.0.592....could some body help me...
thanks!!!!
Hi and Welcome to the Forums!!
There's pretty much no diagnosing those -- they are the equivalent of the random errors in Windows for which tracing the root cause is fruitless. Basically, these are the last out in the programming code -- some event occurred for which there is no handler in the code. The fix is a code update that handles the event...but, again, knowing what the event is is pretty much impossible. So, there are a few things to try:
Sometimes, the code simply becomes corrupt and needs to be refreshed -- just like a reboot:
There might be an updated code set from the carrier -- check them via this portal:
The toughest possible cause is a badly behaving app. To find it, there are a couple of options. One is to see if you can read the log file:
Go to the home screen. Hold down the key and type 'lglg'. (You will not see anything while you type).This will bring up the log file. Scroll down (probably many pages) untill you see a line that says 'uncaught execption'. Click on this line. The name of the app will be in the info.
The other method is to remove apps one at a time, waiting a while in between (I usually recommend a week), until the problem ceases...thereby discovering the offending app.
Good luck and let us know!
| |||||||
10-25-2010 03:59 AM
Thank you very much for your posting here.
I was not optimistic about being able to solve this by myself but your solution did the trick for me!
05-24-2011 10:29 PM