sorry Larry I bad explain my self

postgis doesn't matter

the point is the integer field with null value

that is because if I put 0 as value the problem doesn't appear

thanks for time anyway

luca

luca marletta
www.beopen.it



On Mon, Jun 14, 2010 at 4:55 PM, Larry Becker <becker.la...@gmail.com> wrote:
> Hi Luca,
>
>   I don't see how a postgis layer relates to an error reading the clibboard
> unless maybe you are using copy and paste on it?
>
> Larry
>
> On Mon, Jun 14, 2010 at 9:17 AM, luca marletta <lucama...@gmail.com> wrote:
>>
>> Hi Larry I got more details.
>>
>> 1 - layer that start trouble it is a postgis layer
>> 2 - this layer has 1 integer field and even if there is no "not null"
>> constrain on this field if I leave it NULL when I retrieve it from
>> postgis and make it editable I encounter this error.
>>
>> I think it is a bug because there is no reason for such behaviors
>>
>> do these details help you to better understand it?
>>
>> luca
>>
>>
>>
>>
>> luca marletta
>> www.beopen.it
>>
>>
>>
>> On Mon, Jun 14, 2010 at 4:05 PM, luca marletta <lucama...@gmail.com>
>> wrote:
>> > Hi Larry, thanks for help.
>> >
>> > Yes, after OJ restart (did you mean oj restart not my linux box?)I
>> > reload the same project and it all normal since I make editable a
>> > layer and from this point all layer give such error.
>> >
>> > The layer that make error start is a norma polygon layer without any
>> > geometry error.
>> >
>> > it's some months I encounter such error.
>> >
>> > luca
>> >
>> > luca marletta
>> > www.beopen.it
>> >
>> >
>> >
>> > On Mon, Jun 14, 2010 at 3:36 PM, Larry Becker <becker.la...@gmail.com>
>> > wrote:
>> >> It seems that Java is choking on the clipboard data.  OJ has to read
>> >> the
>> >> clipboard in order to enable or disable the paste options.
>> >>
>> >> These two lines:
>> >>
>> >>        at com.vividsolutions.jump.
>> >>>
>> >>>
>> >>>
>> >>> workbench.ui.TreeLayerNamePanel.tree_mouseReleased(TreeLayerNamePanel.java:461)
>> >>>        at
>> >>>
>> >>> com.vividsolutions.jump.workbench.ui.TreeLayerNamePanel$9.mouseReleased(TreeLayerNamePanel.java:416)
>> >>
>> >>  are the only OJ routines in the trace.  It looks like OJ is responding
>> >> to a
>> >> layer selection change event.
>> >>
>> >> Can you reproduce this error after a system restart?
>> >>
>> >> Larry
>> >>
>> >>
>> >> On Mon, Jun 14, 2010 at 6:41 AM, luca marletta <lucama...@gmail.com>
>> >> wrote:
>> >>>
>> >>> Hi, in last period I often get this error below on right mouse
>> >>> clicking on layers.
>> >>> And so I cannot anymore save because no possibility to right click
>> >>> correctly.
>> >>> I use nightly build.
>> >>>
>> >>> Owner failed to convert data (IO Exception)
>> >>>
>> >>> java.io.IOException: Owner failed to convert data
>> >>>        at
>> >>> sun.awt.X11.XSelection.validateDataGetter(XSelection.java:486)
>> >>>        at sun.awt.X11.XSelection.getData(XSelection.java:350)
>> >>>        at sun.awt.X11.XClipboard.getClipboardData(XClipboard.java:98)
>> >>>        at
>> >>>
>> >>> sun.awt.datatransfer.ClipboardTransferable.fetchOneFlavor(ClipboardTransferable.java:101)
>> >>>        at
>> >>>
>> >>> sun.awt.datatransfer.ClipboardTransferable.<init>(ClipboardTransferable.java:80)
>> >>>        at sun.awt.X11.XClipboard.getContents(XClipboard.java:84)
>> >>>        at
>> >>>
>> >>> com.vividsolutions.jump.workbench.ui.GUIUtil.getContents(GUIUtil.java:678)
>> >>>        at
>> >>>
>> >>> com.vividsolutions.jump.workbench.ui.plugin.clipboard.PasteItemsPlugIn$2.check(PasteItemsPlugIn.java:216)
>> >>>        at
>> >>>
>> >>> com.vividsolutions.jump.workbench.plugin.MultiEnableCheck.check(MultiEnableCheck.java:60)
>> >>>        at
>> >>>
>> >>> org.openjump.core.ui.swing.listener.EnableCheckMenuItemShownListener.menuItemShown(EnableCheckMenuItemShownListener.java:60)
>> >>>        at
>> >>>
>> >>> com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller$2.popupMenuWillBecomeVisible(FeatureInstaller.java:471)
>> >>>        at
>> >>>
>> >>> javax.swing.JPopupMenu.firePopupMenuWillBecomeVisible(JPopupMenu.java:632)
>> >>>        at javax.swing.JPopupMenu.setVisible(JPopupMenu.java:739)
>> >>>        at javax.swing.JPopupMenu.show(JPopupMenu.java:913)
>> >>>        at
>> >>>
>> >>> com.vividsolutions.jump.workbench.ui.TreeLayerNamePanel.tree_mouseReleased(TreeLayerNamePanel.java:461)
>> >>>        at
>> >>>
>> >>> com.vividsolutions.jump.workbench.ui.TreeLayerNamePanel$9.mouseReleased(TreeLayerNamePanel.java:416)
>> >>>        at
>> >>>
>> >>> java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)
>> >>>        at
>> >>>
>> >>> java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
>> >>>        at
>> >>>
>> >>> java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
>> >>>        at
>> >>>
>> >>> java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
>> >>>        at java.awt.Component.processMouseEvent(Component.java:6216)
>> >>>        at
>> >>> javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
>> >>>        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
>> >>>
>> >>> 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)
>> >>>
>> >>> could someone suggests a solution?
>> >>>
>> >>> luca
>> >>>
>> >>> luca marletta
>> >>> www.beopen.it
>> >>>
>> >>>
>> >>>
>> >>> ------------------------------------------------------------------------------
>> >>> ThinkGeek and WIRED's GeekDad team up for the Ultimate
>> >>> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
>> >>> lucky parental unit.  See the prize list and enter to win:
>> >>> http://p.sf.net/sfu/thinkgeek-promo
>> >>> _______________________________________________
>> >>> Jump-pilot-devel mailing list
>> >>> Jump-pilot-devel@lists.sourceforge.net
>> >>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> ThinkGeek and WIRED's GeekDad team up for the Ultimate
>> >> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
>> >> lucky parental unit.  See the prize list and enter to win:
>> >> http://p.sf.net/sfu/thinkgeek-promo
>> >> _______________________________________________
>> >> Jump-pilot-devel mailing list
>> >> Jump-pilot-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>> >>
>> >>
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> ThinkGeek and WIRED's GeekDad team up for the Ultimate
>> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
>> lucky parental unit.  See the prize list and enter to win:
>> http://p.sf.net/sfu/thinkgeek-promo
>> _______________________________________________
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
> lucky parental unit.  See the prize list and enter to win:
> http://p.sf.net/sfu/thinkgeek-promo
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to