question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NullPointerException in FirebaseMessagingService

See original GitHub issue

I got this crash today. First day in production. The crash report is from Crashalytics.

Fatal Exception: java.lang.NullPointerException
       at com.google.firebase.messaging.FirebaseMessagingService.zzT(Unknown Source)
       at com.google.firebase.messaging.FirebaseMessagingService.zzn(Unknown Source)
       at com.google.firebase.messaging.FirebaseMessagingService.zzm(Unknown Source)
       at com.google.firebase.iid.zzb$2.run(Unknown Source)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
       at java.lang.Thread.run(Thread.java:856)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:6
  • Comments:58 (17 by maintainers)

github_iconTop GitHub Comments

6reactions
justincpollardcommented, Sep 13, 2016

Another similar crash:

Device: Batmobile XT320 Android v4.3.1 Rooted Firebase 9.4.0

Fatal Exception: java.lang.NullPointerException
       at com.google.firebase.messaging.FirebaseMessagingService.zzo(Unknown Source)
       at com.google.firebase.messaging.FirebaseMessagingService.zzn(Unknown Source)
       at com.google.firebase.messaging.FirebaseMessagingService.zzm(Unknown Source)
       at com.google.firebase.iid.zzb$2.run(Unknown Source)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
       at java.lang.Thread.run(Thread.java:841)
6reactions
andytriboletticommented, May 29, 2016

I also got this crash report from Crashlytics:

Fatal Exception: java.lang.NullPointerException at com.google.firebase.messaging.FirebaseMessagingService.zzT(Unknown Source) at com.google.firebase.messaging.FirebaseMessagingService.zzn(Unknown Source) at com.google.firebase.messaging.FirebaseMessagingService.zzm(Unknown Source) at com.google.firebase.iid.zzb$2.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569) at java.lang.Thread.run(Thread.java:856)

Device: GI-I9500_TMMARS OS: 4.1.1 ROOTED: Yes

I’m not checking for Google Play Services.

Read more comments on GitHub >

github_iconTop Results From Across the Web

NullPointerException on FirebaseMessagingService.zzo ...
This problem is discussed as an issue for the Quick Start project. Comments there from the Firebase support team indicate the problem is...
Read more >
NullPointerException in FirebaseMessagingService - - Bountysource
I got this crash today. First day in production. The crash report is from Crashalytics. Fatal Exception: java.lang.NullPointerException at ...
Read more >
FirebaseMessagingService - Google
Stay organized with collections Save and categorize content based on your preferences. Dismiss Got it. public class FirebaseMessagingService extends Service ...
Read more >
NullPointerException in com.pushwoosh ...
I have an exception in the pushwoosh android SDK 5.5.2: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean...
Read more >
[Solved] Android app crash when one signal notification sent
It crashes because of the. java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found