Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Visitor
bellevue
Posts: 1
Registered: ‎12-16-2012
My Carrier: Vodafone

App error 104 Nullpointer Exception

[ Edited ]

Trying to test an app I keep getting App error 104 Uncaught: Nullpointer Exception

Works fine in coder's computer but not when I run it on my own Eclipse on my own computer.

 

 

Read advise on changing the language under computer's configuration, tried but didn't work.

Got advised it might be the firewall, turned it off and didn't work either.

 

Who's got a better suggestion?

Please use plain text.
New Contributor
Gapz69
Posts: 5
Registered: ‎12-14-2012
My Carrier: AppDev

Re: App error 104 Nullpointer Exception

Some Values was null. I think you could Debug the application. it will tell you what Variable was null. and check it.

Please use plain text.
Trusted Contributor
milanvishal
Posts: 171
Registered: ‎12-17-2010

Re: App error 104 Nullpointer Exception

Hi,

In coder's computer , For which OS you were testing ?

And in your computer for which Os you were testing ?

Did coder put loading image when starting the app ?

 

 

Regards,

Milan

Please use plain text.
Developer
peter_strange
Posts: 17,630
Registered: ‎07-14-2008

Re: App error 104 Nullpointer Exception

If an app fails in this way and the coder can't debug the problem remotely, that does not look good for when the app goes live does it?  What if you were a real user on a real Blackberry.  What would you expect to do?

 

In my opinion, the application should be keeping some sort of log that you can send the coder.  This would help identify the problem. 

 

In addition to the other questions you have been asked, can you describe what you have done with the app and what it should be doing at the point it fails. 

Please use plain text.