Results 1 to 2 of 2

Thread: icegridadmin java backtrace

  1. #1
    ctennis is offline Registered User
    Name: Caleb Tennis
    Organization: AEI
    Project: Project GINA
    Join Date
    Mar 2006
    Posts
    123

    icegridadmin java backtrace

    Here's another backtrace I've gotten when playing around with the icegridadmin GUI. I don't know what I did specifically to cause it to happen; I just noticed it.

    The program continues to run just fine and I haven't noticed any side effects, so it may just be a minor issue.

    Code:
    java.lang.NullPointerException
            at IceGridGUI.Coordinator.acquireExclusiveWriteAccess(Coordinator.java:997)
            at IceGridGUI.Application.Root.saveToRegistry(Root.java:724)
            at IceGridGUI.ApplicationPane.saveToRegistry(ApplicationPane.java:278)
            at IceGridGUI.Coordinator$19.actionPerformed(Coordinator.java:2070)
            at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
            at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
            at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
            at java.awt.Component.processMouseEvent(Unknown Source)
            at java.awt.Component.processEvent(Unknown Source)
            at java.awt.Container.processEvent(Unknown Source)
            at java.awt.Component.dispatchEventImpl(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Window.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.EventQueue.dispatchEvent(Unknown Source)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.run(Unknown Source)
    Caleb Tennis
    Analytical Engineering, Inc.
    http://www.aei-tech.com
    Project: Our facility infrastructure heavily utilizes Ice

    Gentoo ebuild maintainer for Ice, IceRuby, etc.

  2. #2
    bernard's Avatar
    bernard is offline ZeroC Staff
    Name: Bernard Normier
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Palm Beach Gardens, FL
    Posts
    1,294
    Hi Caleb,

    This shows an attempt to save an application to an IceGrid registry while you're not connected to any registry.

    Naturally, this should never happen: the corresponding menu / button should only be active when you're connected. And if you loose the connection while saving to the registry, you should not get a NullPointerException.

    Thanks for the bug report!

    Bernard
    Bernard Normier
    ZeroC, Inc.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. another icegridgui backtrace
    By ctennis in forum Bug Reports
    Replies: 0
    Last Post: 05-10-2007, 11:38 AM
  2. More than one IceGridAdmin: often gets confused
    By mefoster in forum Bug Reports
    Replies: 1
    Last Post: 04-20-2007, 10:42 AM
  3. IceGridAdmin exceptions
    By ctennis in forum Bug Reports
    Replies: 2
    Last Post: 04-09-2007, 11:37 AM
  4. icegridadmin interactive help
    By ctennis in forum Bug Reports
    Replies: 1
    Last Post: 03-21-2007, 09:34 AM
  5. icegridadmin bugs
    By hellocyf in forum Bug Reports
    Replies: 4
    Last Post: 08-01-2006, 10:07 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •