You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. download manager 0.8.0
2. launch it (java -jar xxx.jar)
3. connect to my server (also 0.8.0) (https://82.232.237.150:9443/ you can use the
guest/guest account to test)
What is the expected output? What do you see instead?
GUI hangs up, exception in the console
What version of the product are you using? On what operating system?
0.8.0, Win XP
Please provide any additional information below.
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at javax.swing.ImageIcon.<init>(ImageIcon.java:138)
at com.gitblit.client.HeaderPanel.<init>(HeaderPanel.java:57)
at com.gitblit.client.TeamsPanel.initialize(TeamsPanel.java:174)
at com.gitblit.client.TeamsPanel.<init>(TeamsPanel.java:73)
at com.gitblit.client.GitblitPanel$5.<init>(GitblitPanel.java:131)
at com.gitblit.client.GitblitPanel.createTeamsPanel(GitblitPanel.java:13
1)
at com.gitblit.client.GitblitPanel.<init>(GitblitPanel.java:67)
at com.gitblit.client.GitblitManager.login(GitblitManager.java:223)
at com.gitblit.client.RegistrationsDialog.login(RegistrationsDialog.java
:183)
at com.gitblit.client.RegistrationsDialog.access$000(RegistrationsDialog
.java:48)
at com.gitblit.client.RegistrationsDialog$2.mouseClicked(RegistrationsDi
alog.java:104)
at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:25
3)
at java.awt.Component.processMouseEvent(Component.java:6041)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3260)
at java.awt.Component.processEvent(Component.java:5803)
at java.awt.Container.processEvent(Container.java:2058)
at java.awt.Component.dispatchEventImpl(Component.java:4410)
at java.awt.Container.dispatchEventImpl(Container.java:2116)
at java.awt.Component.dispatchEvent(Component.java:4240)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322
)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3995)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
at java.awt.Container.dispatchEventImpl(Container.java:2102)
at java.awt.Window.dispatchEventImpl(Window.java:2429)
at java.awt.Component.dispatchEvent(Component.java:4240)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
ad.java:273)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
java:183)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:173)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
C:\Users\tyrcho\Desktop\manager>java -jar manager-0.8.0.jar
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at javax.swing.ImageIcon.<init>(ImageIcon.java:138)
at com.gitblit.client.HeaderPanel.<init>(HeaderPanel.java:57)
at com.gitblit.client.TeamsPanel.initialize(TeamsPanel.java:174)
at com.gitblit.client.TeamsPanel.<init>(TeamsPanel.java:73)
at com.gitblit.client.GitblitPanel$5.<init>(GitblitPanel.java:131)
at com.gitblit.client.GitblitPanel.createTeamsPanel(GitblitPanel.java:13
1)
at com.gitblit.client.GitblitPanel.<init>(GitblitPanel.java:67)
at com.gitblit.client.GitblitManager.login(GitblitManager.java:223)
at com.gitblit.client.RegistrationsDialog.login(RegistrationsDialog.java
:183)
at com.gitblit.client.RegistrationsDialog.access$000(RegistrationsDialog
.java:48)
at com.gitblit.client.RegistrationsDialog$4.actionPerformed(Registration
sDialog.java:120)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:19
95)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.jav
a:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel
.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242
)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonL
istener.java:236)
at java.awt.Component.processMouseEvent(Component.java:6038)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3260)
at java.awt.Component.processEvent(Component.java:5803)
at java.awt.Container.processEvent(Container.java:2058)
at java.awt.Component.dispatchEventImpl(Component.java:4410)
at java.awt.Container.dispatchEventImpl(Container.java:2116)
at java.awt.Component.dispatchEvent(Component.java:4240)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322
)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
at java.awt.Container.dispatchEventImpl(Container.java:2102)
at java.awt.Window.dispatchEventImpl(Window.java:2429)
at java.awt.Component.dispatchEvent(Component.java:4240)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
ad.java:273)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
java:183)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:173)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Reported by mdaviot on 2012-01-11 23:29:57
The text was updated successfully, but these errors were encountered:
Originally reported on Google Code with ID 40
Reported by
mdaviot
on 2012-01-11 23:29:57The text was updated successfully, but these errors were encountered: