AC> Hi. AC> AC> I can. Is there any visible effects? Any exception traces in AC> idea.log? AC>
I have the same problem. Here's the stacktrace from the log (no error reported in the UI, though).
Best, Andrei
2009-09-16 10:56:47,000 ERROR - com.intellij.ide.IdeEventQueue - Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(1499,122),absolute(1495,118),button=1,modifiers=Button1,clickCount=1] on frame0 java.lang.IllegalArgumentException: Argument 0 for @NotNull parameter of com/intellij/openapi/roots/impl/libraries/LibraryImpl.setName must not be null at com.intellij.openapi.roots.impl.libraries.LibraryImpl.setName(LibraryImpl.java) at com.intellij.javaee.module.view.dataSource.DatasourcePropertiesPanel.getLibrariesList(DatasourcePropertiesPanel.java:370) at com.intellij.javaee.module.view.dataSource.DatasourcePropertiesPanel.(DatasourcePropertiesPanel.java:128) at com.intellij.javaee.module.view.dataSource.DatasourcePropertiesPanel.showPropertiesDialog(DatasourcePropertiesPanel.java:95) at com.intellij.persistence.database.psi.DefaultDbPsiManager.editDataSource(DefaultDbPsiManager.java:87) at com.intellij.persistence.database.view.DatabaseView$PropertiesAction.actionPerformed(DatabaseView.java:386) at com.intellij.openapi.actionSystem.impl.ActionButton.a(ActionButton.java:134) at com.intellij.openapi.actionSystem.impl.ActionButton.a(ActionButton.java:22) at com.intellij.openapi.actionSystem.impl.ActionButton.processMouseEvent(ActionButton.java:110) at java.awt.Component.processEvent(Component.java:5981) at java.awt.Container.processEvent(Container.java:2041) at java.awt.Component.dispatchEventImpl(Component.java:4583) at java.awt.Container.dispatchEventImpl(Container.java:2099) at java.awt.Component.dispatchEvent(Component.java:4413) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4556) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4220) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4150) at java.awt.Container.dispatchEventImpl(Container.java:2085) at java.awt.Window.dispatchEventImpl(Window.java:2475) at java.awt.Component.dispatchEvent(Component.java:4413) at java.awt.EventQueue.dispatchEvent(EventQueue.java:599) at com.intellij.ide.IdeEventQueue.f(IdeEventQueue.java:265) at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:225) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:3) 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) 2009-09-16 10:56:47,000 ERROR - com.intellij.ide.IdeEventQueue - IntelliJ IDEA (Maia) #10762 Build #10762 2009-09-16 10:56:47,000 ERROR - com.intellij.ide.IdeEventQueue - JDK: 1.6.0_12 2009-09-16 10:56:47,000 ERROR - com.intellij.ide.IdeEventQueue - VM: Java HotSpot(TM) Client VM 2009-09-16 10:56:47,000 ERROR - com.intellij.ide.IdeEventQueue - Vendor: Sun Microsystems Inc. 2009-09-16 10:56:47,000 ERROR - com.intellij.ide.IdeEventQueue - OS: Windows XP
I have reproduce it. This happens, when not a library, but a single jar file is specified in the data source definition. I will add this to the issue (when the tracker will be available).
Hi.
I can. Is there any visible effects? Any exception traces in idea.log?
Alexander.
Hello Alexander,
AC> Hi.
AC>
AC> I can. Is there any visible effects? Any exception traces in
AC> idea.log?
AC>
I have the same problem. Here's the stacktrace from the log (no error reported
in the UI, though).
Best,
Andrei
2009-09-16 10:56:47,000 ERROR - com.intellij.ide.IdeEventQueue
- Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(1499,122),absolute(1495,118),button=1,modifiers=Button1,clickCount=1]
on frame0
java.lang.IllegalArgumentException: Argument 0 for @NotNull parameter of
com/intellij/openapi/roots/impl/libraries/LibraryImpl.setName must not be
null
at com.intellij.openapi.roots.impl.libraries.LibraryImpl.setName(LibraryImpl.java)
at com.intellij.javaee.module.view.dataSource.DatasourcePropertiesPanel.getLibrariesList(DatasourcePropertiesPanel.java:370)
at com.intellij.javaee.module.view.dataSource.DatasourcePropertiesPanel.(DatasourcePropertiesPanel.java:128)
at com.intellij.javaee.module.view.dataSource.DatasourcePropertiesPanel.showPropertiesDialog(DatasourcePropertiesPanel.java:95)
at com.intellij.persistence.database.psi.DefaultDbPsiManager.editDataSource(DefaultDbPsiManager.java:87)
at com.intellij.persistence.database.view.DatabaseView$PropertiesAction.actionPerformed(DatabaseView.java:386)
at com.intellij.openapi.actionSystem.impl.ActionButton.a(ActionButton.java:134)
at com.intellij.openapi.actionSystem.impl.ActionButton.a(ActionButton.java:22)
at com.intellij.openapi.actionSystem.impl.ActionButton.processMouseEvent(ActionButton.java:110)
at java.awt.Component.processEvent(Component.java:5981)
at java.awt.Container.processEvent(Container.java:2041)
at java.awt.Component.dispatchEventImpl(Component.java:4583)
at java.awt.Container.dispatchEventImpl(Container.java:2099)
at java.awt.Component.dispatchEvent(Component.java:4413)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4556)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4220)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4150)
at java.awt.Container.dispatchEventImpl(Container.java:2085)
at java.awt.Window.dispatchEventImpl(Window.java:2475)
at java.awt.Component.dispatchEvent(Component.java:4413)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at com.intellij.ide.IdeEventQueue.f(IdeEventQueue.java:265)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:225)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:3)
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)
2009-09-16 10:56:47,000 ERROR - com.intellij.ide.IdeEventQueue
- IntelliJ IDEA (Maia) #10762 Build #10762
2009-09-16 10:56:47,000 ERROR - com.intellij.ide.IdeEventQueue
- JDK: 1.6.0_12
2009-09-16 10:56:47,000 ERROR - com.intellij.ide.IdeEventQueue
- VM: Java HotSpot(TM) Client VM
2009-09-16 10:56:47,000 ERROR - com.intellij.ide.IdeEventQueue
- Vendor: Sun Microsystems Inc.
2009-09-16 10:56:47,000 ERROR - com.intellij.ide.IdeEventQueue
- OS: Windows XP
Thanks. Looks same to http://www.jetbrains.net/jira/browse/IDEA-24621?disableRedirect
I have reproduce it. This happens, when not a library, but a single jar file is specified in the data source definition. I will add this to the issue (when the tracker will be available).
Alexander.