What means this error

Exception occurred during event dispatching:
java.lang.NullPointerException
     at ticks.paint(ticks.java:211)
     at sun.awt.RepaintArea.paint(RepaintArea.java:293)
     at sun.awt.windows.WComponentPeer.handleEvent(WComponentPeer.java:191)
     at java.awt.Component.dispatchEventImpl(Component.java:2658)
     at java.awt.Container.dispatchEventImpl(Container.java:1208)
     at java.awt.Component.dispatchEvent(Component.java:2492)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:334)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:126)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:93)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:88)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:80)

This means that you try to call a method of an object which was declared but not instatiated.
Example:
Object example;
example.toString();
this will return an error since the object example was not instantiated.
In order to let this code work. You have to do the following.
Object example;
example = new Object();
example.toString();
This will work.
Exception occurred during event dispatching:
the rest of the line represent the error stack which shows where the error occurs.
As I can see from those lines.
You will have forgotten to instatiated some awt object somewhere in your application.
Tip: check out the forum archive before posting your question.
In your case the qeustion has already been asked a million times.

Similar Messages

  • What does this error mean? There was an error in the App Store. Please try again later. (100)

    what does this error mean? There was an error in the App Store. Please try again later. (100)

    I have the same problem and thought it might be related to moving to Denmark. My app store account was set up for USA and then the error number in parentasis was (13). After changing the profile to Denmark the number changed to (100), like yours

  • While importing a CD into my iTunes library I kept getting the following error message- iTunes library cannot be saved- An unknown error occurred (-54).  What does this error mean and what can I do about it??

    While importing a CD into my iTunes library I kept getting the following error message- iTunes cannot be saved- An unknown error occurred (-54).  what does this error mean and what can I do about it??

    The CD I imported (in the above post) is now not in my iTunes library. Any help would be appreciated .

  • We are using the Azure server for our web services. Server is generating an error "Unable to connect to the remote server". What is this error means

    We are using the Azure server for our web services. Server is generating an error "Unable to connect to the remote server". What is this error means  

    Hello,
    Did you means that you use the Windows Azure Virtual Machine DNS name as the server name in the Reporting Server Web Services URL?
    For example:
    Report server:http://uebi.cloudapp.net/reportserver
    Report manager:http://uebi.cloudapp.net/reports
    If you want to connect to Report Manager on the virtual machine from a remote computer, you should create a  virtual machine TCP Endpoint and open the port in the virtual machine’s firewall. By default, the report server listens for HTTP requests
    on port 80.
    Reference:http://msdn.microsoft.com/en-us/library/jj992719.aspx#bkmk_ssrs_connect_2_remote_RM
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • What does this error message mean and how do I solve it? "Sorry, one or more of the following command-line tools was not found:  /usr/bin/lsbom, /bin/pax, /bin/mkdir, /bin/chmod, or /usr/bin/update_prebinding."

    When I try to open up this program, Pacifist, I receive this error message. Here's a screenshot. http://i.imgur.com/v717w.jpg What does this error message mean and how do I solve it?

    It sounds like some of the Unix Executable commands were removed (or the permissions to those were modified) out of the /usr/bin/ folder.  You can try opening disk utility and repairing permissions on Macintosh HD or you can reboot your computer and holding down option-r when it comes back up to reinstall Lion again.  This will not delete your personal information or applications you have installed but it would be best to back it up to Time Machine before you do.  The article on how to do this is here. (http://www.apple.com/macosx/recovery/)  I have had to do this before and it works like a charm.  It should fix your issue but grab a cup of coffee because its going to take about 35 - 40 minutes depending on how fast your computer is.

  • What does this error message mean? disc recording not found

    What does this error message mean? disc recording not found

    Often it suggests issues with device filters in your registry. But it's probably best to check the situation more closely.
    Could you post your diagnostics for us please?
    In iTunes, go "Help > Run Diagnostics". Uncheck the boxes other than DVD/CD tests, as per the following screenshot:
    ... and click "Next".
    When you get through to the final screen:
    ... click the "Copy to Clipboard" button and paste the diagnostics into a reply here.

  • When synchig my iphone to my itunes, I get an error message at the end with code 1150.  What is this error code and what does it mean?

    When synching my iphone to my itunes, I get an error message at the end with code 1150.  What is this error code and what does it mean?

    try uninstalling and reinstalling itunes on your computer. here is a link for that http://support.apple.com/kb/HT1925

  • What does this error message when I try to do updates mean? And how can I fix it? Thanks.   The operation couldn't be completed. (NSURLErrorDomain error -1012.)

    What does this error message when I try to do updates mean? And how can I fix it? Thanks.   (The operation couldn’t be completed. (NSURLErrorDomain error -1012.)
    James
    maverick 10.9.1

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you boot, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • What does this error means? "Line 20 column 57: character content of element "language" invalid; must be a string with length equal to 3 (actual length was 7) at XPath /package/book/metadata/languages/language" "

    Hi there.
    I am about to publish a book in English and Chinese.
    What does this error means?
    Line 20 column 57: character content of element "language" invalid; must be a string with length equal to 3 (actual length was 7) at XPath /package/book/metadata/languages/language"
    And where is line 20, column 57?
    Thanks folks!

    Go into iTunes Producer and select from the dropdown, don't type.
    cs
    iBooks Author Guide

  • TS1846 What does this error message mean?

    What does this error message mean? I am trying to burn a project to DVD...
    Formatting was not successful.  Layer 0 exceeds the maximum layer size allowed.  Please choose a suitable marker location that will support this condition.

    The project is 1:22:30  - 1080P HD (4.9GB)...I am using the share drop down and hitting DVD...I am using a DVD+R Dual Layer 8.5GB...It processes for about an hour and a half the status bar gets almost done and then the error message comes up...thanks for any help you can give me

  • TS1702 0xE8000004-what does this error message mean?

    0xE8000004-what does this error message mean?  I get it when trying to sync my Garmin USA app.

    See http://support.apple.com/kb/TS3221.

  • What does this error means "Could not create Entity EJB"

    This error occurs when i tried to run my entitybean example, so may i know what does this error means? How can i resolve it?
    I am connecting to an Oracle8 DB, but it seems tat i have problem connecting to it and retrieving record from the database. Can anyone help me how to establish a connection to my Oracle DB??
    Need help urgently. thanx.!

    have you tried simple jdbc connection?
    Driver drv = Class.forName("oracle.jdbc.driver.OracleDriver");
    Connection conn = DriverManager.getConnection(oracle:jdbc:thin:@myhost:1521:instance, "usrname", "password");
    If this works you're able to connect! so check that your oracel datasource is well specified in your deploiement descriptor and that your bean references this datasource.
    hope it helps

  • E61 - Latest Firmware - What does this error mean ...

    What does this error mean?
    Profiles in same realm must have same user name
    I am trying to setup a PBXes.com account and since I upgraded firmware I get this message now, when trying to save a profile.
    There were no other profiles in the same prior, is this somethign stuck from an old configuration.
    Rae

    Actually I just fixed it by deleting the profile and entering it as new. I saved it after each step of the profile creation process and was able to reproduce the problem when I entered a password on the proxy settings but not yet on the registry settings. Once I entered the same user name and password on both proxy and registry, I was able to save the profile again. So I guess I must have mistyped the password in one of the settings before.

  • Error -54 when synching iPad with iTunes.... what does this error mean?

    error -54 when synching iPad with iTunes on laptop.... what does this error mean?

    Hey MacFromManila,
    It's a different method of backing up your iPhone 4s.  This article covers the differences between the two and may actually be able to help you choose between them:
    Choosing an iOS backup method (Should I use iTunes or iCloud to back up my iOS device?)
    http://support.apple.com/kb/HT5262
    Cheers,
    - Ari

  • What does this error message mean?  MFMessageErrorDomain error 1028.

    What does this error message mean? 
    MFMessageErrorDomain error 1028.
    I can't seem to delete a message from my mailbox.  The above error message comes up every time and the message then reappears in my inbox.

    Back up all data. Rebuild the mailbox. Try to delete the message again. If you still can't, continue.
    From the Mail menu bar, select
    Mail > Preferences > Accounts > Advanced
    From the menu labeled
    Keep copies of messages for offline viewing
    choose
    Don't keep copies of any messages
    Close the window and save the change. Relaunch Mail and test.

Maybe you are looking for

  • Report for GR/IR line items - with PO details - profit center wise

    Hi My client uploaded stock and instead of using MIRO, directly passed the journal entry Consumption To Vendor Now, the original entry of Stock To GR/IR remains. How can I make the GR/IR account nil and also remove the open items in the corresponding

  • Runtime exception for configurable products

    Hi Gurus, I am getting a runtime exception for configurable products on clicking the link You can select more product options in CRM 7 b2c application . But when i login with a registered user and click the same link , it opens up and takes to the pa

  • Can I use all the tunes purchased with itunes if I buy a new ipod?

    Thinking of upgrading 60G model to 60G model with video. Would I be able to add my current library straight onto the new ipod?

  • Exploring Objects In xCode

    Hi there, I've been coding for a little while and am running into questions. There's stuff I'd like to to do in xCode but couldn't find anything on that subject. I know I can po in (gdb), and get some info, but here's what I don't know how to do in t

  • N82 problems... anyone else having them?

    I love this phone to death (I only wish it had a slightly bigger screen with touchscreen capability but oh well) but am having some issues: *Almost every time I play a video using Smart Movie Player the phone freezes completely, requiring taking the