Hi, this is fixed in 6.2.3: https://www.canoo.com/jira/browse/UBA-7413 (the link also shows a workaround for earlier version)
David Frank -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Eugene Coelho Gesendet: Freitag, 14. November 2008 07:14 An: [EMAIL PROTECTED] Betreff: [ULC-developer] UIScrollPane + JRE version 1.6.0_10-rc Hi, While working with the application (built using ulc 6.1) using Java Plug-in 1.6.0_10-rc Using JRE version 1.6.0_10-rc Java HotSpot(TM) Client VM on windows xp i got the following error. The bug can be reproduced even with the following snippet ULCRootPane frame = createRootPane(); frame.add(new ULCScrollPane(new ULCTable())); using JRE1.6u10 How can i fix this error ? Is this a bug with the new jre itself ? Are there any known issues ? 1 14.11.2008 10:43:45.141 1,000 SEVERE Thread[AWT-EventQueue-3,4,http://localhost:8080/login/lib/-threadGroup] com.ulcjava.base.client.UISession b got exception while processing [com.ulcjava.base.shared.internal.IllegalArgumentException: invalid corner key at com.ulcjava.base.client.UIScrollPane$BasicScrollPane.setCorner(UIScrollPane.java:42) at javax.swing.JTable.configureEnclosingScrollPaneUI(Unknown Source) at javax.swing.JTable.configureEnclosingScrollPane(Unknown Source) at javax.swing.JTable.addNotify(Unknown Source) at java.awt.Container.addNotify(Unknown Source) at javax.swing.JComponent.addNotify(Unknown Source) at java.awt.Container.addNotify(Unknown Source) at javax.swing.JComponent.addNotify(Unknown Source) at java.awt.Container.addNotify(Unknown Source) at javax.swing.JComponent.addNotify(Unknown Source) at java.awt.Container.addNotify(Unknown Source) at javax.swing.JComponent.addNotify(Unknown Source) at java.awt.Container.addNotify(Unknown Source) at javax.swing.JComponent.addNotify(Unknown Source) at java.awt.Container.addNotify(Unknown Source) at javax.swing.JComponent.addNotify(Unknown Source) at java.awt.Container.addImpl(Unknown Source) at javax.swing.JViewport.setView(Unknown Source) at javax.swing.JScrollPane.setViewportView(Unknown Source) at com.ulcjava.base.client.UIScrollPane.a(UIScrollPane.java:42) at com.ulcjava.base.client.UIScrollPane.addComponent(UIScrollPane.java:56) at com.ulcjava.base.client.UIContainer.addChildComponent(UIContainer.java:17) at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.ulcjava.base.client.UIProxy.a(UIProxy.java:217) at com.ulcjava.base.client.UIProxy.b(UIProxy.java:71) at com.ulcjava.base.client.UIProxy.handleRequest(UIProxy.java:2) at com.ulcjava.base.client.UISession.b(UISession.java:204) at com.ulcjava.base.client.UISession.access$1600(UISession.java:67) at com.ulcjava.base.client.UISession$1.run(UISession$1.java:0) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.ulcjava.base.client.FilteringEventQueue.dispatchEvent(FilteringEventQueue.java:26) 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) ] 2 14.11.2008 10:43:45.172 1,000 SEVERE Thread[AWT-EventQueue-3,4,http://localhost:8080/login/lib/-threadGroup] com.ulcjava.base.client.UISession b got exception while processing [com.ulcjava.base.shared.internal.IllegalArgumentException: invalid corner key at com.ulcjava.base.client.UIScrollPane$BasicScrollPane.setCorner(UIScrollPane.java:42) at javax.swing.JTable.configureEnclosingScrollPaneUI(Unknown Source) at javax.swing.JTable.configureEnclosingScrollPane(Unknown Source) at javax.swing.JTable.addNotify(Unknown Source) at java.awt.Container.addNotify(Unknown Source) at javax.swing.JComponent.addNotify(Unknown Source) at java.awt.Container.addNotify(Unknown Source) at javax.swing.JComponent.addNotify(Unknown Source) at java.awt.Container.addNotify(Unknown Source) at javax.swing.JComponent.addNotify(Unknown Source) at java.awt.Container.addNotify(Unknown Source) at javax.swing.JComponent.addNotify(Unknown Source) at java.awt.Container.addNotify(Unknown Source) at javax.swing.JComponent.addNotify(Unknown Source) at java.awt.Container.addNotify(Unknown Source) at javax.swing.JComponent.addNotify(Unknown Source) at java.awt.Container.addImpl(Unknown Source) at javax.swing.JViewport.setView(Unknown Source) at javax.swing.JScrollPane.setViewportView(Unknown Source) at com.ulcjava.base.client.UIScrollPane.a(UIScrollPane.java:42) at com.ulcjava.base.client.UIScrollPane.addComponent(UIScrollPane.java:56) at com.ulcjava.base.client.UIContainer.addChildComponent(UIContainer.java:17) at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.ulcjava.base.client.UIProxy.a(UIProxy.java:217) at com.ulcjava.base.client.UIProxy.b(UIProxy.java:71) at com.ulcjava.base.client.UIProxy.handleRequest(UIProxy.java:2) at com.ulcjava.base.client.UISession.b(UISession.java:204) at com.ulcjava.base.client.UISession.access$1600(UISession.java:67) at com.ulcjava.base.client.UISession$1.run(UISession$1.java:0) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.ulcjava.base.client.FilteringEventQueue.dispatchEvent(FilteringEventQueue.java:26) 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) ] Thanks, Eugene Coelho _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
