Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6730933
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T10:28:05+00:00 2026-05-26T10:28:05+00:00

I am running a piece of code that is throwing an error in eclipse.

  • 0

I am running a piece of code that is throwing an error in eclipse. The strange thing is that the logcat shows that after the error is thrown the program keeps running, furthermore the block of code is performing it’s task correctly, and I am unable to catch the error. Is it possible that this is an eclipse bug? I have included my logcat below.

10-26 22:38:13.300: INFO/System.out(844):  Proxy Main Triggered URL:     http://api.discogs.com/master/39614
10-26 22:38:13.300: INFO/System.out(844): 1Proxy Main Triggered
10-26 22:38:13.300: INFO/System.out(844): 2Proxy Main Triggered
10-26 22:38:13.310: INFO/System.out(844): 3Proxy Main Triggered
10-26 22:38:13.310: INFO/System.out(844): 4Proxy Main Triggered
10-26 22:38:13.310: INFO/System.out(844): 5Proxy Main Triggered
10-26 22:38:13.320: DEBUG/AndroidRuntime(844): Shutting down VM
10-26 22:38:13.320: WARN/dalvikvm(844): threadid=3: thread exiting with uncaught exception (group=0x4001da28)
10-26 22:38:13.320: ERROR/AndroidRuntime(844): Uncaught handler: thread main exiting due to uncaught exception
10-26 22:38:13.330: ERROR/AndroidRuntime(844): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.discog10/com.discog10.popUpActivity}:     java.lang.NullPointerException
10-26 22:38:13.330: ERROR/AndroidRuntime(844):     at     android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2401)
10-26 22:38:13.330: ERROR/AndroidRuntime(844):     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2417)
10-26 22:38:13.330: ERROR/AndroidRuntime(844):     at android.app.ActivityThread.access$2100(ActivityThread.java:116)
10-26 22:38:13.330: ERROR/AndroidRuntime(844):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1794)
10-26 22:38:13.330: ERROR/AndroidRuntime(844):     at android.os.Handler.dispatchMessage(Handler.java:99)
10-26 22:38:13.330: ERROR/AndroidRuntime(844):     at android.os.Looper.loop(Looper.java:123)
10-26 22:38:13.330: ERROR/AndroidRuntime(844):     at android.app.ActivityThread.main(ActivityThread.java:4203)
10-26 22:38:13.330: ERROR/AndroidRuntime(844):     at java.lang.reflect.Method.invokeNative(Native Method)
10-26 22:38:13.330: ERROR/AndroidRuntime(844):     at java.lang.reflect.Method.invoke(Method.java:521)
10-26 22:38:13.330: ERROR/AndroidRuntime(844):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
10-26 22:38:13.330: ERROR/AndroidRuntime(844):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:549)
10-26 22:38:13.330: ERROR/AndroidRuntime(844):     at dalvik.system.NativeStart.main(Native Method)
10-26 22:38:13.330: ERROR/AndroidRuntime(844): Caused by: java.lang.NullPointerException
10-26 22:38:13.330: ERROR/AndroidRuntime(844):     at com.discog10.popUpActivity.onCreate(popUpActivity.java:82)
10-26 22:38:13.330: ERROR/AndroidRuntime(844):     at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1123)
10-26 22:38:13.330: ERROR/AndroidRuntime(844):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2364)
10-26 22:38:13.330: ERROR/AndroidRuntime(844):     ... 11 more
10-26 22:38:13.340: INFO/Process(90): Sending signal. PID: 844 SIG: 3
10-26 22:38:13.350: INFO/dalvikvm(844): threadid=7: reacting to signal 3
10-26 22:38:13.350: ERROR/dalvikvm(844): Unable to open stack trace file '/data/anr/traces.txt': Permission denied
10-26 22:38:13.640: INFO/System.out(844): 6Proxy Main Triggered
10-26 22:38:13.650: INFO/global(844): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
10-26 22:38:13.650: INFO/System.out(844): 7Proxy Main Triggered
10-26 22:38:13.650: INFO/System.out(844): Proxy Main Complete
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T10:28:06+00:00Added an answer on May 26, 2026 at 10:28 am

    Try to fix the code which causes the NullPointerException at this line (or post it as part of your question):

    com.discog10.popUpActivity.onCreate(popUpActivity.java:82)
    

    Do you run several threads? IMHO It’s highly unlikely that it is an bug in Eclipse.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm running my unit tests on a piece of code that does the following
I'm running a piece of code within a web page that queries the IIS
I get this problem in IE7 when running a piece of code that uses
While running through a piece of code for performance tuning, i noticed that the
I'm running AQTime on this piece of code, I found that .IndexOf takes 16%
I'm trying to execute a long-running piece of code in a background thread and
Running the static analyzer on this piece of code: - (id) readForeignPref { CFPropertyListRef
Running into a problem where on certain servers we get an error that the
Running ipconfig /all shows a Teredo Tunneling Pseudo-Interface. What is that? Does this have
The following piece of code works as expected when running in a local install

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.