dionnejkelly / parrot-im

Automatically exported from code.google.com/p/parrot-im
0 stars 0 forks source link

Critical Alert: Database needs to be fixed #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Whenever you open a "Parrot Preference Menu" in the buddylist.

What is the expected output? What do you see instead?
An error message saying: 
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at view.options.modelstub.model.<init>(model.java:19)

Original issue reported on code.google.com by littletomato89@gmail.com on 16 Jul 2009 at 5:21

GoogleCodeExporter commented 8 years ago
Also, an error occured upon "Signing" out the buddy list.

An error message saying: 
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    at model.Model.clearAllConversations(Model.java:317)
    at view.styles.ChatWindowListener.windowClosed(ChatWindowListener.java:48)
    at java.awt.Window.processWindowEvent(Unknown Source)

Original comment by littletomato89@gmail.com on 16 Jul 2009 at 5:34

GoogleCodeExporter commented 8 years ago
Critical Alert: Chatlog searching does not work. This needs to be fixed before 
the 
beta release.

An error message is displayed saying: 
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    at view.chatLog.ChatLogPanel$searchListener.mousePressed
(ChatLogPanel.java:296)

This is one of the essential feature in the Beta Version.

Original comment by littletomato89@gmail.com on 16 Jul 2009 at 6:00

GoogleCodeExporter commented 8 years ago
chatlog shows NO LOGS if you sign in using 2 accounts..

(oh no)

Original comment by shichan....@gmail.com on 16 Jul 2009 at 7:08

GoogleCodeExporter commented 8 years ago
chatlog was fixed, db = new DatabaseFunctions(); was not put in the right place

Original comment by shad...@gmail.com on 16 Jul 2009 at 6:27

GoogleCodeExporter commented 8 years ago
Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: For 
input
string: ""
    at java.lang.NumberFormatException.forInputString(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at model.DatabaseFunctions.getStatus(DatabaseFunctions.java:558)
    at model.Model.getStatus(Model.java:1188)
    at view.buddylist.AccountInfo.<init>(AccountInfo.java:172)
    at view.buddylist.BuddyList.<init>(BuddyList.java:107)
    at view.mainwindow.SignInPanel.profileSignIn(SignInPanel.java:291)
    at view.mainwindow.SignInPanel.access$0(SignInPanel.java:281)
    at
view.mainwindow.SignInPanel$signInButtonActionListener.actionPerformed(SignInPan
el.java:342)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.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.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.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.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(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)

Original comment by shichan....@gmail.com on 17 Jul 2009 at 3:01

GoogleCodeExporter commented 8 years ago

Original comment by shichan....@gmail.com on 25 Jul 2009 at 6:48