<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.16945" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText39450 dir=ltr>
<DIV dir=ltr><FONT face="Times New Roman" color=#000000 size=3>ok,</FONT></DIV>
<DIV dir=ltr>are you using gvSIG 1.9 ?</DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr><FONT face="Times New Roman" color=#000000 size=3></FONT>&nbsp;</DIV></DIV>
<DIV id=idSignature62342 dir=ltr>
<DIV><FONT face="Courier New" size=2><FONT face="Times New Roman" size=3>Juan Lucas Domínguez Rubio<BR></FONT>---</FONT></DIV>
<DIV><FONT face="Courier New" size=2><FONT face="Courier New" size=2><FONT face="Courier New" size=2>Prodevelop SL, Valencia (España)</FONT></DIV>
<DIV>
<DIV><FONT face="Courier New" size=2>Tlf.: 96.351.06.12 -- Fax: 96.351.09.68<BR></FONT><A href="http://www.prodevelop.es/"><FONT face="Courier New" size=2>http://www.prodevelop.es</FONT></A><BR><FONT face="Courier New" size=2>---</FONT></DIV></FONT></DIV></FONT></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>De:</B> gvsig_usuarios-bounces@listserv.gva.es en nombre de giohappy<BR><B>Enviado el:</B> jue 14/01/2010 12:58<BR><B>Para:</B> gvsig_usuarios@listserv.gva.es<BR><B>Asunto:</B> Re: [Gvsig_usuarios] [Gvsig_english] oracle plugin crashes with point layers on oracle10.2<BR></FONT><BR></DIV>
<DIV>&gt; Ok, We'll do that. <BR><BR>thanks <BR>&gt; If a table called TABLE_NAME has a column called GEOMETRY_COLUMN with 3D points whose Z is null, you can convert them to 2D points with: <BR><BR>yes, I've made it in past projects, but this time we have to mantain <BR>our customer's original datatypes. <BR><BR>giovanni <BR><BR>PS: I had problems with the gvsig MLs, I couldn't neither send nor <BR>receive (I've answered you thorugh nabble2). Now I receive the digest <BR>again. Sorry for this confusion.... <BR><BR>
<DIV class=shrinkable-quote><BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; jldominguez wrote: <BR>&gt; &gt; <BR>&gt; &gt; Hello, Giovanni. <BR>&gt; &gt; <BR>&gt; &gt; The gtype 1003 is not for points as far as I know. Do you mean 3001? <BR>&gt; &gt; <BR>&gt; &gt; The error happens because gvSIG finds a NULL value in the Z, so maybe <BR>&gt; &gt; there is a contradiction in your data (the metadata says it is a 3D point <BR>&gt; &gt; but the Z is null). Do you have any application to access the database <BR>&gt; &gt; (for example SQLDeveloper)? If so, try to execute this: <BR>&gt; &gt; <BR>&gt; &gt; SELECT t.&lt;GEOMETRY_COLUMN&gt;.sdo_gtype, t.&lt;GEOMETRY_COLUMN&gt;.sdo_point FROM <BR>&gt; &gt; &lt;TABLE_NAME&gt; t WHERE ROWNUM &lt; 10 <BR>&gt; &gt; <BR>&gt; &gt; You have to replace &lt;GEOMETRY_COLUMN&gt; and &lt;TABLE_NAME&gt; with your values. <BR>&gt; &gt; What is the result? <BR>&gt; &gt; <BR>&gt; &gt; How did you create those geometries in the Oracle Database? Did you create <BR>&gt; &gt; them with gvSIG? <BR>&gt; &gt; <BR>&gt; &gt; Regards, <BR>&gt; &gt; <BR>&gt; &gt; Juan Lucas Domínguez Rubio <BR>&gt; &gt; --- <BR>&gt; &gt; Prodevelop SL, Valencia (España) <BR>&gt; &gt; Tlf.: 96.351.06.12 -- Fax: 96.351.09.68 <BR>&gt; &gt; <A href="http://www.prodevelop.es&nbsp;" target=_top rel=nofollow>http://www.prodevelop.es&nbsp;</A>&lt;<A href="http://www.prodevelop.es/" target=_top rel=nofollow>http://www.prodevelop.es/</A>&gt; &nbsp;&lt;<A href="http://www.prodevelop.es/" target=_top rel=nofollow>http://www.prodevelop.es/</A>&gt; <BR>&gt; &gt; --- <BR>&gt; &gt; <BR>&gt; &gt; ________________________________ <BR>&gt; &gt; <BR>&gt; &gt; De: [hidden email] en nombre de G. Allegri <BR>&gt; &gt; Enviado el: mié 13/01/2010 16:28 <BR>&gt; &gt; Para: Users and Developers mailing list; Lista de Usuarios de gvSIG <BR>&gt; &gt; Asunto: [Gvsig_english] oracle plugin crashes with point layers on <BR>&gt; &gt; oracle10.2 <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; I have a point layer (gtype 1003) in oracle, version 10.2 <BR>&gt; &gt; I'm using the ojdbc14.jar from oracle client. <BR>&gt; &gt; <BR>&gt; &gt; Linear and polygon layers load correctly, while points give <BR>&gt; &gt; NullPointerException for every point. <BR>&gt; &gt; Here is the &nbsp;expection (just on of the other similar thousands!) from log: <BR>&gt; &gt; <BR>&gt; &gt; java.lang.NullPointerException <BR>&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; at <BR>&gt; &gt; es.prodevelop.cit.gvsig.fmap.drivers.jdbc.oracle.OracleSpatialUtils.getFMapGeometrySdoPoint(OracleSpatialUtils.java:2633) <BR>&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; at <BR>&gt; &gt; es.prodevelop.cit.gvsig.fmap.drivers.jdbc.oracle.OracleSpatialUtils.getFMapGeometryPoint(OracleSpatialUtils.java:2583) <BR>&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; at <BR>&gt; &gt; es.prodevelop.cit.gvsig.fmap.drivers.jdbc.oracle.OracleSpatialDriver.getFMapGeometry(OracleSpatialDriver.java:587) <BR>&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; at <BR>&gt; &gt; es.prodevelop.cit.gvsig.fmap.drivers.jdbc.oracle.OracleSpatialDriver.getGeometryUsing(OracleSpatialDriver.java:538) <BR>&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; at <BR>&gt; &gt; es.prodevelop.cit.gvsig.fmap.drivers.jdbc.oracle.OracleSpatialFeatureIterator.next(OracleSpatialFeatureIterator.java:141) <BR>&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; at <BR>&gt; &gt; com.iver.cit.gvsig.fmap.drivers.featureiterators.ReprojectWrapperFeatureIterator.next(ReprojectWrapperFeatureIterator.java:92) <BR>&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; at <BR>&gt; &gt; com.iver.cit.gvsig.fmap.layers.FLyrVect._draw(FLyrVect.java:437) <BR>&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; at com.iver.cit.gvsig.fmap.layers.FLyrVect.draw(FLyrVect.java:631) <BR>&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; at <BR>&gt; &gt; com.iver.cit.gvsig.fmap.DefaultMapContextDrawer.draw(DefaultMapContextDrawer.java:209) <BR>&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; at <BR>&gt; &gt; com.iver.cit.gvsig.fmap.DefaultMapContextDrawer.draw(DefaultMapContextDrawer.java:175) <BR>&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; at com.iver.cit.gvsig.fmap.MapContext.draw(MapContext.java:1092) <BR>&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; at <BR>&gt; &gt; com.iver.cit.gvsig.fmap.MapControl$PaintingRequest.paint(MapControl.java:1043) <BR>&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; at <BR>&gt; &gt; com.iver.cit.gvsig.fmap.MapControl$Drawer2$Worker.run(MapControl.java:1234) <BR>&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; at java.lang.Thread.run(Unknown Source) <BR>&gt; &gt; <BR>&gt; &gt; giovanni <BR>&gt; &gt; _______________________________________________ <BR>&gt; &gt; Gvsig_internacional mailing list <BR>&gt; &gt; [hidden email] <BR>&gt; &gt; <A href="http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional" target=_top rel=nofollow>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional</A><BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; _______________________________________________ <BR>&gt; &gt; gvSIG_usuarios mailing list <BR>&gt; &gt; [hidden email] <BR>&gt; &gt; <BR>&gt; &gt; Para ver histórico de mensajes, editar sus preferencias de usuario o darse <BR>&gt; &gt; de baja en esta lista, acuda a la siguiente dirección: <BR>&gt; &gt; <BR>&gt; &gt; <A href="http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_usuarios" target=_top rel=nofollow>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_usuarios</A><BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; -- <BR>&gt; View this message in context: <A href="http://n2.nabble.com/oracle-plugin-crashes-with-point-layers-on-oracle-10-2-tp4352187p4391745.html" target=_top rel=nofollow>http://n2.nabble.com/oracle-plugin-crashes-with-point-layers-on-oracle-10-2-tp4352187p4391745.html</A><BR>&gt; Sent from the gvSIG usuarios mailing list archive at Nabble.com. <BR>&gt; _______________________________________________ <BR>&gt; gvSIG_usuarios mailing list <BR>&gt; [hidden email] <BR>&gt; <BR>&gt; Para ver histórico de mensajes, editar sus preferencias de usuario o darse de baja en esta lista, acuda a la siguiente dirección: <BR>&gt; <BR>&gt; <A href="http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_usuarios" target=_top rel=nofollow>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_usuarios</A><BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; _______________________________________________ <BR>&gt; gvSIG_usuarios mailing list <BR>&gt; [hidden email] <BR>&gt; <BR>&gt; Para ver histórico de mensajes, editar sus preferencias de usuario o darse de baja en esta lista, acuda a la siguiente dirección: <BR>&gt; <BR>&gt; <A href="http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_usuarios" target=_top rel=nofollow>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_usuarios</A><BR>&gt; <BR>&gt; winmail.dat (13K) Download Attachment <BR>&gt; <BR>&gt; ________________________________ <BR>&gt; View message @ <A href="http://n2.nabble.com/oracle-plugin-crashes-with-point-layers-on-oracle-10-2-tp4352187p4392028.html" target=_top rel=nofollow>http://n2.nabble.com/oracle-plugin-crashes-with-point-layers-on-oracle-10-2-tp4352187p4392028.html</A><BR>&gt; To unsubscribe from Re: [Gvsig_english] oracle plugin crashes with point layers on oracle10.2, click here. <BR></DIV><BR>
<HR align=left width=300>
View this message in context: <A href="http://n2.nabble.com/oracle-plugin-crashes-with-point-layers-on-oracle-10-2-tp4352187p4392097.html">Re: [Gvsig_usuarios] [Gvsig_english] oracle plugin crashes with point layers on oracle10.2</A><BR>Sent from the <A href="http://n2.nabble.com/gvSIG-usuarios-f2000052.html">gvSIG usuarios mailing list archive</A> at Nabble.com.<BR></DIV></BODY></HTML>