[Mc4j-development] [ mc4j-Bugs-3004193 ] A java.lang.NullPointerException exception has occurred.
Brought to you by:
ghinkl
From: SourceForge.net <no...@so...> - 2010-05-19 17:18:05
|
Bugs item #3004193, was opened at 2010-05-19 19:18 Message generated for change (Tracker Item Submitted) made by sfaxianovic You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=3004193&group_id=60228 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Connections Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: sfaxi (sfaxianovic) Assigned to: Nobody/Anonymous (nobody) Summary: A java.lang.NullPointerException exception has occurred. Initial Comment: while creating a new connection i get this error : java.lang.NullPointerException at org.mc4j.console.connection.wizard.ConnectionVisualPanel.isValid(ConnectionVisualPanel.java:188) at java.awt.Component.invalidateIfValid(Component.java:2787) at java.awt.Component.setLocale(Component.java:1857) at javax.swing.JComponent.<init>(JComponent.java:584) at javax.swing.JPanel.<init>(JPanel.java:65) at javax.swing.JPanel.<init>(JPanel.java:92) at javax.swing.JPanel.<init>(JPanel.java:100) at org.mc4j.console.swing.ComponentBorder.<init>(ComponentBorder.java:76) at org.mc4j.console.connection.wizard.ConnectionVisualPanel.<init>(ConnectionVisualPanel.java:69) at org.mc4j.console.connection.wizard.ConnectionIterator.createPanels(ConnectionIterator.java:49) at org.mc4j.console.connection.wizard.ConnectionIterator.getPanels(ConnectionIterator.java:80) at org.mc4j.console.connection.wizard.ConnectionIterator.current(ConnectionIterator.java:147) at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:517) at org.mc4j.console.connection.wizard.ConnectionDescriptor.updateState(ConnectionDescriptor.java:91) at org.openide.WizardDescriptor.initialize(WizardDescriptor.java:323) at org.openide.NotifyDescriptor.getterCalled(NotifyDescriptor.java:205) at org.openide.DialogDescriptor.isModal(DialogDescriptor.java:248) at org.netbeans.core.windows.services.NbDialog.<init>(NbDialog.java:36) at org.netbeans.core.windows.services.DialogDisplayerImpl$1.run(DialogDisplayerImpl.java:68) at org.openide.util.Mutex$1.run(Mutex.java:1058) [catch] at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=3004193&group_id=60228 |