Uploaded image for project: 'NEURE'
  1. NEURE
  2. NEURE-65

Error in adding a subject

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.5.2
    • None
    • Subject Client
    • None
    • Mac Leopard, J2SE 5.0

      Adding a subject to a group. Give login, pssw, forename, lasname and press Create. The pop-up window does not disappear, the new subject is not created and the following error message appears in the console.
      ---------------------
      workingPath was changed but not for this tree
      GRP 9229 Assignments loading :37
      Expanding path in assignments tree
      1.9.2008 12:41:31 com.caucho.hessian.io.SerializerFactory getDeserializer
      WARNING: Hessian/Burlap: 'javax.ejb.TransactionRolledbackLocalException' is an unknown class in sun.plugin.security.PluginClassLoader@40afb9:
      java.lang.ClassNotFoundException: javax.ejb.TransactionRolledbackLocalException
      1.9.2008 12:41:31 com.caucho.hessian.io.SerializerFactory getDeserializer
      WARNING: Hessian/Burlap: 'javax.ejb.EJBException' is an unknown class in sun.plugin.security.PluginClassLoader@40afb9:
      java.lang.ClassNotFoundException: javax.ejb.EJBException
      1.9.2008 12:41:31 com.caucho.hessian.io.SerializerFactory getDeserializer
      WARNING: Hessian/Burlap: 'javax.ejb.DuplicateKeyException' is an unknown class in sun.plugin.security.PluginClassLoader@40afb9:
      java.lang.ClassNotFoundException: javax.ejb.DuplicateKeyException
      REMOTE EXCEPTION !!!
      java.lang.reflect.UndeclaredThrowableException
      at $Proxy1.createPupil(Unknown Source)
      at fi.nmi.neure.subjectManager.SubjectManagerDataController.createPupil(SubjectManagerDataController.java:116)
      at fi.nmi.neure.subjectManager.models.SubjectManagerModel.createPupil(SubjectManagerModel.java:204)
      at fi.nmi.neure.subjectManager.gui.dialogs.CreatePupilDialog.ok(CreatePupilDialog.java:40)
      at fi.nmi.neure.commons.dialogs.AbstractConfirmationDialog$3.actionPerformed(AbstractConfirmationDialog.java:172)
      at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1882)
      at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2202)
      at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
      at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
      at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
      at java.awt.Component.processMouseEvent(Component.java:5602)
      at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
      at java.awt.Component.processEvent(Component.java:5367)
      at java.awt.Container.processEvent(Container.java:2010)
      at java.awt.Component.dispatchEventImpl(Component.java:4068)
      at java.awt.Container.dispatchEventImpl(Container.java:2068)
      at java.awt.Component.dispatchEvent(Component.java:3903)
      at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
      at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
      at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
      at java.awt.Container.dispatchEventImpl(Container.java:2054)
      at java.awt.Window.dispatchEventImpl(Window.java:1791)
      at java.awt.Component.dispatchEvent(Component.java:3903)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:180)
      at java.awt.Dialog$1.run(Dialog.java:535)
      at java.awt.Dialog$2.run(Dialog.java:563)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.awt.Dialog.show(Dialog.java:561)
      at java.awt.Component.show(Component.java:1302)
      at java.awt.Component.setVisible(Component.java:1255)
      at fi.nmi.neure.subjectManager.gui.dialogs.CreatePupilDialog.setVisible(CreatePupilDialog.java:63)
      at fi.nmi.neure.subjectManager.SubjectManagerControllersManager$9.actionPerformed(SubjectManagerControllersManager.java:345)
      at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1882)
      at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2202)
      at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
      at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
      at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
      at java.awt.Component.processMouseEvent(Component.java:5602)
      at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
      at java.awt.Component.processEvent(Component.java:5367)
      at java.awt.Container.processEvent(Container.java:2010)
      at java.awt.Component.dispatchEventImpl(Component.java:4068)
      at java.awt.Container.dispatchEventImpl(Container.java:2068)
      at java.awt.Component.dispatchEvent(Component.java:3903)
      at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
      at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
      at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
      at java.awt.Container.dispatchEventImpl(Container.java:2054)
      at java.awt.Component.dispatchEvent(Component.java:3903)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
      Caused by: com.caucho.hessian.io.HessianServiceException: null; CausedByException is:
      Entity with primary key 13959 already exists; CausedByException is:
      null; CausedByException is:
      Entity with primary key 13959 already exists
      at com.caucho.hessian.io.Hessian2Input.prepareFault(Hessian2Input.java:449)
      at com.caucho.hessian.io.Hessian2Input.startReply(Hessian2Input.java:417)
      at com.caucho.hessian.client.HessianProxy.invoke(HessianProxy.java:218)
      ... 58 more
      1.9.2008 12:41:31 com.caucho.hessian.io.SerializerFactory getDeserializer
      WARNING: Hessian/Burlap: 'javax.ejb.TransactionRolledbackLocalException' is an unknown class in sun.plugin.security.PluginClassLoader@40afb9:
      java.lang.ClassNotFoundException: javax.ejb.TransactionRolledbackLocalException
      1.9.2008 12:41:31 com.caucho.hessian.io.SerializerFactory getDeserializer
      WARNING: Hessian/Burlap: 'javax.ejb.EJBException' is an unknown class in sun.plugin.security.PluginClassLoader@40afb9:
      java.lang.ClassNotFoundException: javax.ejb.EJBException
      1.9.2008 12:41:31 com.caucho.hessian.io.SerializerFactory getDeserializer
      WARNING: Hessian/Burlap: 'javax.ejb.DuplicateKeyException' is an unknown class in sun.plugin.security.PluginClassLoader@40afb9:
      java.lang.ClassNotFoundException: javax.ejb.DuplicateKeyException
      REMOTE EXCEPTION !!!
      java.lang.reflect.UndeclaredThrowableException
      at $Proxy1.createPupil(Unknown Source)
      at fi.nmi.neure.subjectManager.SubjectManagerDataController.createPupil(SubjectManagerDataController.java:116)
      at fi.nmi.neure.subjectManager.models.SubjectManagerModel.createPupil(SubjectManagerModel.java:204)
      at fi.nmi.neure.subjectManager.gui.dialogs.CreatePupilDialog.ok(CreatePupilDialog.java:40)
      at fi.nmi.neure.commons.dialogs.AbstractConfirmationDialog$3.actionPerformed(AbstractConfirmationDialog.java:172)
      at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1882)
      at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2202)
      at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
      at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
      at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
      at java.awt.Component.processMouseEvent(Component.java:5602)
      at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
      at java.awt.Component.processEvent(Component.java:5367)
      at java.awt.Container.processEvent(Container.java:2010)
      at java.awt.Component.dispatchEventImpl(Component.java:4068)
      at java.awt.Container.dispatchEventImpl(Container.java:2068)
      at java.awt.Component.dispatchEvent(Component.java:3903)
      at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
      at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
      at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
      at java.awt.Container.dispatchEventImpl(Container.java:2054)
      at java.awt.Window.dispatchEventImpl(Window.java:1791)
      at java.awt.Component.dispatchEvent(Component.java:3903)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:180)
      at java.awt.Dialog$1.run(Dialog.java:535)
      at java.awt.Dialog$2.run(Dialog.java:563)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.awt.Dialog.show(Dialog.java:561)
      at java.awt.Component.show(Component.java:1302)
      at java.awt.Component.setVisible(Component.java:1255)
      at fi.nmi.neure.subjectManager.gui.dialogs.CreatePupilDialog.setVisible(CreatePupilDialog.java:63)
      at fi.nmi.neure.subjectManager.SubjectManagerControllersManager$9.actionPerformed(SubjectManagerControllersManager.java:345)
      at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1882)
      at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2202)
      at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
      at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
      at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
      at java.awt.Component.processMouseEvent(Component.java:5602)
      at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
      at java.awt.Component.processEvent(Component.java:5367)
      at java.awt.Container.processEvent(Container.java:2010)
      at java.awt.Component.dispatchEventImpl(Component.java:4068)
      at java.awt.Container.dispatchEventImpl(Container.java:2068)
      at java.awt.Component.dispatchEvent(Component.java:3903)
      at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
      at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
      at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
      at java.awt.Container.dispatchEventImpl(Container.java:2054)
      at java.awt.Component.dispatchEvent(Component.java:3903)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
      Caused by: com.caucho.hessian.io.HessianServiceException: null; CausedByException is:
      Entity with primary key 13959 already exists; CausedByException is:
      null; CausedByException is:
      Entity with primary key 13959 already exists
      at com.caucho.hessian.io.Hessian2Input.prepareFault(Hessian2Input.java:449)
      at com.caucho.hessian.io.Hessian2Input.startReply(Hessian2Input.java:417)
      at com.caucho.hessian.client.HessianProxy.invoke(HessianProxy.java:218)
      ... 58 more
      1.9.2008 12:41:32 com.caucho.hessian.io.SerializerFactory getDeserializer
      WARNING: Hessian/Burlap: 'javax.ejb.TransactionRolledbackLocalException' is an unknown class in sun.plugin.security.PluginClassLoader@40afb9:
      java.lang.ClassNotFoundException: javax.ejb.TransactionRolledbackLocalException
      1.9.2008 12:41:32 com.caucho.hessian.io.SerializerFactory getDeserializer
      WARNING: Hessian/Burlap: 'javax.ejb.EJBException' is an unknown class in sun.plugin.security.PluginClassLoader@40afb9:
      java.lang.ClassNotFoundException: javax.ejb.EJBException
      1.9.2008 12:41:32 com.caucho.hessian.io.SerializerFactory getDeserializer
      WARNING: Hessian/Burlap: 'javax.ejb.DuplicateKeyException' is an unknown class in sun.plugin.security.PluginClassLoader@40afb9:
      java.lang.ClassNotFoundException: javax.ejb.DuplicateKeyException
      REMOTE EXCEPTION !!!
      java.lang.reflect.UndeclaredThrowableException
      at $Proxy1.createPupil(Unknown Source)
      at fi.nmi.neure.subjectManager.SubjectManagerDataController.createPupil(SubjectManagerDataController.java:116)
      at fi.nmi.neure.subjectManager.models.SubjectManagerModel.createPupil(SubjectManagerModel.java:204)
      at fi.nmi.neure.subjectManager.gui.dialogs.CreatePupilDialog.ok(CreatePupilDialog.java:40)
      at fi.nmi.neure.commons.dialogs.AbstractConfirmationDialog$3.actionPerformed(AbstractConfirmationDialog.java:172)
      at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1882)
      at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2202)
      at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
      at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
      at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
      at java.awt.Component.processMouseEvent(Component.java:5602)
      at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
      at java.awt.Component.processEvent(Component.java:5367)
      at java.awt.Container.processEvent(Container.java:2010)
      at java.awt.Component.dispatchEventImpl(Component.java:4068)
      at java.awt.Container.dispatchEventImpl(Container.java:2068)
      at java.awt.Component.dispatchEvent(Component.java:3903)
      at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
      at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
      at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
      at java.awt.Container.dispatchEventImpl(Container.java:2054)
      at java.awt.Window.dispatchEventImpl(Window.java:1791)
      at java.awt.Component.dispatchEvent(Component.java:3903)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:180)
      at java.awt.Dialog$1.run(Dialog.java:535)
      at java.awt.Dialog$2.run(Dialog.java:563)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.awt.Dialog.show(Dialog.java:561)
      at java.awt.Component.show(Component.java:1302)
      at java.awt.Component.setVisible(Component.java:1255)
      at fi.nmi.neure.subjectManager.gui.dialogs.CreatePupilDialog.setVisible(CreatePupilDialog.java:63)
      at fi.nmi.neure.subjectManager.SubjectManagerControllersManager$9.actionPerformed(SubjectManagerControllersManager.java:345)
      at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1882)
      at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2202)
      at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
      at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
      at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
      at java.awt.Component.processMouseEvent(Component.java:5602)
      at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
      at java.awt.Component.processEvent(Component.java:5367)
      at java.awt.Container.processEvent(Container.java:2010)
      at java.awt.Component.dispatchEventImpl(Component.java:4068)
      at java.awt.Container.dispatchEventImpl(Container.java:2068)
      at java.awt.Component.dispatchEvent(Component.java:3903)
      at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
      at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
      at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
      at java.awt.Container.dispatchEventImpl(Container.java:2054)
      at java.awt.Component.dispatchEvent(Component.java:3903)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
      Caused by: com.caucho.hessian.io.HessianServiceException: null; CausedByException is:
      Entity with primary key 13959 already exists; CausedByException is:
      null; CausedByException is:
      Entity with primary key 13959 already exists
      at com.caucho.hessian.io.Hessian2Input.prepareFault(Hessian2Input.java:449)
      at com.caucho.hessian.io.Hessian2Input.startReply(Hessian2Input.java:417)
      at com.caucho.hessian.client.HessianProxy.invoke(HessianProxy.java:218)
      ... 58 more
      Exception in thread "AWT-EventQueue-3" java.lang.NullPointerException
      at fi.nmi.neure.subjectManager.models.SubjectManagerModel.createPupil(SubjectManagerModel.java:217)
      at fi.nmi.neure.subjectManager.gui.dialogs.CreatePupilDialog.ok(CreatePupilDialog.java:40)
      at fi.nmi.neure.commons.dialogs.AbstractConfirmationDialog$3.actionPerformed(AbstractConfirmationDialog.java:172)
      at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1882)
      at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2202)
      at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
      at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
      at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
      at java.awt.Component.processMouseEvent(Component.java:5602)
      at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
      at java.awt.Component.processEvent(Component.java:5367)
      at java.awt.Container.processEvent(Container.java:2010)
      at java.awt.Component.dispatchEventImpl(Component.java:4068)
      at java.awt.Container.dispatchEventImpl(Container.java:2068)
      at java.awt.Component.dispatchEvent(Component.java:3903)
      at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
      at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
      at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
      at java.awt.Container.dispatchEventImpl(Container.java:2054)
      at java.awt.Window.dispatchEventImpl(Window.java:1791)
      at java.awt.Component.dispatchEvent(Component.java:3903)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:180)
      at java.awt.Dialog$1.run(Dialog.java:535)
      at java.awt.Dialog$2.run(Dialog.java:563)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.awt.Dialog.show(Dialog.java:561)
      at java.awt.Component.show(Component.java:1302)
      at java.awt.Component.setVisible(Component.java:1255)
      at fi.nmi.neure.subjectManager.gui.dialogs.CreatePupilDialog.setVisible(CreatePupilDialog.java:63)
      at fi.nmi.neure.subjectManager.SubjectManagerControllersManager$9.actionPerformed(SubjectManagerControllersManager.java:345)
      at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1882)
      at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2202)
      at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
      at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
      at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
      at java.awt.Component.processMouseEvent(Component.java:5602)
      at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
      at java.awt.Component.processEvent(Component.java:5367)
      at java.awt.Container.processEvent(Container.java:2010)
      at java.awt.Component.dispatchEventImpl(Component.java:4068)
      at java.awt.Container.dispatchEventImpl(Container.java:2068)
      at java.awt.Component.dispatchEvent(Component.java:3903)
      at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
      at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
      at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
      at java.awt.Container.dispatchEventImpl(Container.java:2054)
      at java.awt.Component.dispatchEvent(Component.java:3903)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

            olmasl Oleksandr Maslov
            pra Pekka Räsänen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: