Re: [JPP-Devel] understand error

2010-06-24 Thread Sunburned Surveyor
Thanks for posting your solution for others Luca. The Sunburned Surveyor On Fri, Jun 18, 2010 at 6:24 AM, luca marletta wrote: > Hi all, > actually the error mentioned above is related to clipboard as Larry suggests. > I write here for someone that will face it in future. > > Maybe as Michaud su

Re: [JPP-Devel] understand error

2010-06-18 Thread luca marletta
Hi all, actually the error mentioned above is related to clipboard as Larry suggests. I write here for someone that will face it in future. Maybe as Michaud suggest is just for Linux box but when you encounter this error and clear the clipboard in some way it immediately disappear. It starts just

Re: [JPP-Devel] understand error

2010-06-14 Thread Michaël Michaud
Hi, Wonder if it is a jvm problem particular to linux platform. This reported bug is not exacly the same, but it may be related : http://bugs.sun.com/bugdatabase/view_bug.do;jsessionid=d0c23d11772fdacf47f110e0668e0?bug_id=6936006 Michaël luca marletta a écrit : > Hi Larry I got more det

Re: [JPP-Devel] understand error

2010-06-14 Thread luca marletta
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 wrote: > Hi Luca, >

Re: [JPP-Devel] understand error

2010-06-14 Thread Larry Becker
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 wrote: > Hi Larry I got more details. > > 1 - layer that start trouble it is a postgis layer > 2 - this lay

Re: [JPP-Devel] understand error

2010-06-14 Thread luca marletta
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

Re: [JPP-Devel] understand error

2010-06-14 Thread luca marletta
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.

Re: [JPP-Devel] understand error

2010-06-14 Thread Larry Becker
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.vividsolu