java.lang.NullPointerException: Attempt to invoke virtual method 'void java.io.FileDescriptor.setInt$(int)...












0















I have integrated Facebook audience SDK




'com.facebook.android:audience-network-sdk:5.1.0'




in my project. Ad Showing properly in my device during debugging more but it crashing in the live version. Please note proguard is disable. A crash report is as per below.



java.lang.NullPointerException: Attempt to invoke virtual method 'void java.io.FileDescriptor.setInt$(int)' on a null object reference




java.lang.NullPointerException: Attempt to invoke virtual method
'void java.io.FileDescriptor.setInt$(int)' on a null object reference
java.net.PlainSocketImpl.accept(PlainSocketImpl.java:98)
java.net.ServerSocket.implAccept(ServerSocket.java:229)
java.net.ServerSocket.accept(ServerSocket.java:147)
com.facebook.ads.internal.v.b.f.a(Unknown Source)
com.facebook.ads.internal.v.b.f$e.run(Unknown Source)
java.lang.Thread.run(Thread.java:833)




I am getting this error in the Facebook Interstitial ad. How to resolve it?










share|improve this question























  • we cannot help you if you do not show us your code.

    – Tilman B. aka Nerdyyy
    Nov 24 '18 at 10:55











  • ok I will update my code here

    – Anand Savjani
    Nov 24 '18 at 11:44











  • @JonGoodwin I only got the crash report by Splunk Mint so not able to post logcat and signed apk downloaded from play store working fine in my device. Its random crashing issue in few devices.

    – Anand Savjani
    Feb 16 at 20:51











  • We need more description on how this situation. For instance I want to see the first line that started in Logcat. It has all the errors there.

    – Xenolion
    Feb 22 at 21:52
















0















I have integrated Facebook audience SDK




'com.facebook.android:audience-network-sdk:5.1.0'




in my project. Ad Showing properly in my device during debugging more but it crashing in the live version. Please note proguard is disable. A crash report is as per below.



java.lang.NullPointerException: Attempt to invoke virtual method 'void java.io.FileDescriptor.setInt$(int)' on a null object reference




java.lang.NullPointerException: Attempt to invoke virtual method
'void java.io.FileDescriptor.setInt$(int)' on a null object reference
java.net.PlainSocketImpl.accept(PlainSocketImpl.java:98)
java.net.ServerSocket.implAccept(ServerSocket.java:229)
java.net.ServerSocket.accept(ServerSocket.java:147)
com.facebook.ads.internal.v.b.f.a(Unknown Source)
com.facebook.ads.internal.v.b.f$e.run(Unknown Source)
java.lang.Thread.run(Thread.java:833)




I am getting this error in the Facebook Interstitial ad. How to resolve it?










share|improve this question























  • we cannot help you if you do not show us your code.

    – Tilman B. aka Nerdyyy
    Nov 24 '18 at 10:55











  • ok I will update my code here

    – Anand Savjani
    Nov 24 '18 at 11:44











  • @JonGoodwin I only got the crash report by Splunk Mint so not able to post logcat and signed apk downloaded from play store working fine in my device. Its random crashing issue in few devices.

    – Anand Savjani
    Feb 16 at 20:51











  • We need more description on how this situation. For instance I want to see the first line that started in Logcat. It has all the errors there.

    – Xenolion
    Feb 22 at 21:52














0












0








0








I have integrated Facebook audience SDK




'com.facebook.android:audience-network-sdk:5.1.0'




in my project. Ad Showing properly in my device during debugging more but it crashing in the live version. Please note proguard is disable. A crash report is as per below.



java.lang.NullPointerException: Attempt to invoke virtual method 'void java.io.FileDescriptor.setInt$(int)' on a null object reference




java.lang.NullPointerException: Attempt to invoke virtual method
'void java.io.FileDescriptor.setInt$(int)' on a null object reference
java.net.PlainSocketImpl.accept(PlainSocketImpl.java:98)
java.net.ServerSocket.implAccept(ServerSocket.java:229)
java.net.ServerSocket.accept(ServerSocket.java:147)
com.facebook.ads.internal.v.b.f.a(Unknown Source)
com.facebook.ads.internal.v.b.f$e.run(Unknown Source)
java.lang.Thread.run(Thread.java:833)




I am getting this error in the Facebook Interstitial ad. How to resolve it?










share|improve this question














I have integrated Facebook audience SDK




'com.facebook.android:audience-network-sdk:5.1.0'




in my project. Ad Showing properly in my device during debugging more but it crashing in the live version. Please note proguard is disable. A crash report is as per below.



java.lang.NullPointerException: Attempt to invoke virtual method 'void java.io.FileDescriptor.setInt$(int)' on a null object reference




java.lang.NullPointerException: Attempt to invoke virtual method
'void java.io.FileDescriptor.setInt$(int)' on a null object reference
java.net.PlainSocketImpl.accept(PlainSocketImpl.java:98)
java.net.ServerSocket.implAccept(ServerSocket.java:229)
java.net.ServerSocket.accept(ServerSocket.java:147)
com.facebook.ads.internal.v.b.f.a(Unknown Source)
com.facebook.ads.internal.v.b.f$e.run(Unknown Source)
java.lang.Thread.run(Thread.java:833)




I am getting this error in the Facebook Interstitial ad. How to resolve it?







java android facebook crash facebook-audience-network






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 24 '18 at 10:46









Anand SavjaniAnand Savjani

1,85021534




1,85021534













  • we cannot help you if you do not show us your code.

    – Tilman B. aka Nerdyyy
    Nov 24 '18 at 10:55











  • ok I will update my code here

    – Anand Savjani
    Nov 24 '18 at 11:44











  • @JonGoodwin I only got the crash report by Splunk Mint so not able to post logcat and signed apk downloaded from play store working fine in my device. Its random crashing issue in few devices.

    – Anand Savjani
    Feb 16 at 20:51











  • We need more description on how this situation. For instance I want to see the first line that started in Logcat. It has all the errors there.

    – Xenolion
    Feb 22 at 21:52



















  • we cannot help you if you do not show us your code.

    – Tilman B. aka Nerdyyy
    Nov 24 '18 at 10:55











  • ok I will update my code here

    – Anand Savjani
    Nov 24 '18 at 11:44











  • @JonGoodwin I only got the crash report by Splunk Mint so not able to post logcat and signed apk downloaded from play store working fine in my device. Its random crashing issue in few devices.

    – Anand Savjani
    Feb 16 at 20:51











  • We need more description on how this situation. For instance I want to see the first line that started in Logcat. It has all the errors there.

    – Xenolion
    Feb 22 at 21:52

















we cannot help you if you do not show us your code.

– Tilman B. aka Nerdyyy
Nov 24 '18 at 10:55





we cannot help you if you do not show us your code.

– Tilman B. aka Nerdyyy
Nov 24 '18 at 10:55













ok I will update my code here

– Anand Savjani
Nov 24 '18 at 11:44





ok I will update my code here

– Anand Savjani
Nov 24 '18 at 11:44













@JonGoodwin I only got the crash report by Splunk Mint so not able to post logcat and signed apk downloaded from play store working fine in my device. Its random crashing issue in few devices.

– Anand Savjani
Feb 16 at 20:51





@JonGoodwin I only got the crash report by Splunk Mint so not able to post logcat and signed apk downloaded from play store working fine in my device. Its random crashing issue in few devices.

– Anand Savjani
Feb 16 at 20:51













We need more description on how this situation. For instance I want to see the first line that started in Logcat. It has all the errors there.

– Xenolion
Feb 22 at 21:52





We need more description on how this situation. For instance I want to see the first line that started in Logcat. It has all the errors there.

– Xenolion
Feb 22 at 21:52












1 Answer
1






active

oldest

votes


















-1














This error is showed when you are trying to use an object that is not been initialized using a constructor. Maybe you have only decleared it without calling its constructor. In this case your object should be a FileInspector and you can't use method setInt(int) if constructor isn't called.






share|improve this answer
























  • But its facebook internal code structure so how can I change it?

    – Anand Savjani
    Nov 24 '18 at 11:45











  • @AnandSavjani are you sure that every object is initialized? Have you tried to create an empty project? Are you still having the same problem?

    – Eminent Emperor Penguin
    Nov 25 '18 at 8:52











  • Ad showing properly in my device during debugging and in live version also. It throws exception randomly not all time in different devices. So I think the code having no issue in the implementation

    – Anand Savjani
    Nov 25 '18 at 9:07











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53457348%2fjava-lang-nullpointerexception-attempt-to-invoke-virtual-method-void-java-io-f%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









-1














This error is showed when you are trying to use an object that is not been initialized using a constructor. Maybe you have only decleared it without calling its constructor. In this case your object should be a FileInspector and you can't use method setInt(int) if constructor isn't called.






share|improve this answer
























  • But its facebook internal code structure so how can I change it?

    – Anand Savjani
    Nov 24 '18 at 11:45











  • @AnandSavjani are you sure that every object is initialized? Have you tried to create an empty project? Are you still having the same problem?

    – Eminent Emperor Penguin
    Nov 25 '18 at 8:52











  • Ad showing properly in my device during debugging and in live version also. It throws exception randomly not all time in different devices. So I think the code having no issue in the implementation

    – Anand Savjani
    Nov 25 '18 at 9:07
















-1














This error is showed when you are trying to use an object that is not been initialized using a constructor. Maybe you have only decleared it without calling its constructor. In this case your object should be a FileInspector and you can't use method setInt(int) if constructor isn't called.






share|improve this answer
























  • But its facebook internal code structure so how can I change it?

    – Anand Savjani
    Nov 24 '18 at 11:45











  • @AnandSavjani are you sure that every object is initialized? Have you tried to create an empty project? Are you still having the same problem?

    – Eminent Emperor Penguin
    Nov 25 '18 at 8:52











  • Ad showing properly in my device during debugging and in live version also. It throws exception randomly not all time in different devices. So I think the code having no issue in the implementation

    – Anand Savjani
    Nov 25 '18 at 9:07














-1












-1








-1







This error is showed when you are trying to use an object that is not been initialized using a constructor. Maybe you have only decleared it without calling its constructor. In this case your object should be a FileInspector and you can't use method setInt(int) if constructor isn't called.






share|improve this answer













This error is showed when you are trying to use an object that is not been initialized using a constructor. Maybe you have only decleared it without calling its constructor. In this case your object should be a FileInspector and you can't use method setInt(int) if constructor isn't called.







share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 24 '18 at 11:31









Eminent Emperor PenguinEminent Emperor Penguin

1159




1159













  • But its facebook internal code structure so how can I change it?

    – Anand Savjani
    Nov 24 '18 at 11:45











  • @AnandSavjani are you sure that every object is initialized? Have you tried to create an empty project? Are you still having the same problem?

    – Eminent Emperor Penguin
    Nov 25 '18 at 8:52











  • Ad showing properly in my device during debugging and in live version also. It throws exception randomly not all time in different devices. So I think the code having no issue in the implementation

    – Anand Savjani
    Nov 25 '18 at 9:07



















  • But its facebook internal code structure so how can I change it?

    – Anand Savjani
    Nov 24 '18 at 11:45











  • @AnandSavjani are you sure that every object is initialized? Have you tried to create an empty project? Are you still having the same problem?

    – Eminent Emperor Penguin
    Nov 25 '18 at 8:52











  • Ad showing properly in my device during debugging and in live version also. It throws exception randomly not all time in different devices. So I think the code having no issue in the implementation

    – Anand Savjani
    Nov 25 '18 at 9:07

















But its facebook internal code structure so how can I change it?

– Anand Savjani
Nov 24 '18 at 11:45





But its facebook internal code structure so how can I change it?

– Anand Savjani
Nov 24 '18 at 11:45













@AnandSavjani are you sure that every object is initialized? Have you tried to create an empty project? Are you still having the same problem?

– Eminent Emperor Penguin
Nov 25 '18 at 8:52





@AnandSavjani are you sure that every object is initialized? Have you tried to create an empty project? Are you still having the same problem?

– Eminent Emperor Penguin
Nov 25 '18 at 8:52













Ad showing properly in my device during debugging and in live version also. It throws exception randomly not all time in different devices. So I think the code having no issue in the implementation

– Anand Savjani
Nov 25 '18 at 9:07





Ad showing properly in my device during debugging and in live version also. It throws exception randomly not all time in different devices. So I think the code having no issue in the implementation

– Anand Savjani
Nov 25 '18 at 9:07




















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53457348%2fjava-lang-nullpointerexception-attempt-to-invoke-virtual-method-void-java-io-f%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Create new schema in PostgreSQL using DBeaver

Deepest pit of an array with Javascript: test on Codility

Costa Masnaga