Giovanni,
I found where was the problem! When I was "playing" with SEXTANTE
settings and setups, I have actived R algorithms and this caused the
error in gvSIG. I'm sure of this because I have disactivated manually in
sextante.setting (RActivate=false) and gvSIG works again! ;)

Cheers,
Antonio

Il 15/06/2011 10.35, G. Allegri ha scritto:
> Hi Antonio,
> could you share your sextante.settings? I would like to have a look at
> the problem you reported. What settings did you change to cause the errors?
>
> giovanni
>
> 2011/6/15 Antonio Falciano <afalci...@yahoo.it <mailto:afalci...@yahoo.it>>
>
>     This is the part of gvSIG.log about SEXTANTE when I try to restart
>     gvSIG:
>
>     DEBUG AWT-EventQueue-1 com.iver.andami.Launcher - Initializing
>     extensions from es.unex.sextante
>     INFO AWT-EventQueue-1 com.iver.andami.Launcher - Initializing
>     es.unex.sextante.gvsig.extensions.SextanteAboutExtension...
>     INFO AWT-EventQueue-1 com.iver.andami.Launcher - Initializing
>     es.unex.sextante.gvsig.extensions.SextantePointCollectorExtension...
>     INFO AWT-EventQueue-1 com.iver.andami.Launcher - Initializing
>     es.unex.sextante.gvsig.extensions.SextanteHelpExtension...
>     INFO AWT-EventQueue-1 com.iver.andami.Launcher - Initializing
>     es.unex.sextante.gvsig.extensions.SextanteDataExplorerExtension...
>     INFO AWT-EventQueue-1 com.iver.andami.Launcher - Initializing
>     es.unex.sextante.gvsig.extensions.SextanteAboutExtension...
>     INFO AWT-EventQueue-1 com.iver.andami.Launcher - Initializing
>     es.unex.sextante.gvsig.extensions.SextanteAdditionalResultsExtension...
>     INFO AWT-EventQueue-1 com.iver.andami.Launcher - Initializing
>     es.unex.sextante.gvsig.extensions.SextanteCommandLineExtension...
>     INFO AWT-EventQueue-1 com.iver.andami.Launcher - Initializing
>     es.unex.sextante.gvsig.extensions.SextanteHistoryExtension...
>     INFO AWT-EventQueue-1 com.iver.andami.Launcher - Initializing
>     es.unex.sextante.gvsig.extensions.SextanteModelerExtension...
>     INFO AWT-EventQueue-1 com.iver.andami.Launcher - Initializing
>     es.unex.sextante.gvsig.extensions.SextanteToolboxExtension...
>     ERROR main com.iver.andami.Launcher - excepción al arrancar
>     java.lang.reflect.InvocationTargetException
>     Â  Â  Â  Â at java.awt.EventQueue.invokeAndWait(Unknown Source)
>     Â  Â  Â  Â at javax.swing.SwingUtilities.invokeAndWait(Unknown Source)
>     Â  Â  Â  Â at com.iver.andami.Launcher.main(Launcher.java:390)
>     Caused by: java.lang.NullPointerException
>     Â  Â  Â  Â at
>     es.unex.sextante.gui.core.SextanteGUI._initialize(SextanteGUI.java:284)
>     Â  Â  Â  Â at
>     es.unex.sextante.gui.core.SextanteGUI.initialize(SextanteGUI.java:238)
>     Â  Â  Â  Â at
>     
> es.unex.sextante.gvsig.extensions.SextanteToolboxExtension.initialize(SextanteToolboxExtension.java:33)
>     Â  Â  Â  Â at
>     com.iver.andami.Launcher.initializeExtensions(Launcher.java:880)
>     Â  Â  Â  Â at com.iver.andami.Launcher.access$100(Launcher.java:168)
>     Â  Â  Â  Â at com.iver.andami.Launcher$3.run(Launcher.java:392)
>     Â  Â  Â  Â at java.awt.event.InvocationEvent.dispatch(Unknown Source)
>     Â  Â  Â  Â at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
>     Â  Â  Â  Â at java.awt.EventQueue.access$000(Unknown Source)
>     Â  Â  Â  Â at java.awt.EventQueue$1.run(Unknown Source)
>     Â  Â  Â  Â at java.awt.EventQueue$1.run(Unknown Source)
>     Â  Â  Â  Â at java.security.AccessController.doPrivileged(Native Method)
>     Â  Â  Â  Â at
>     java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
>     Source)
>     Â  Â  Â  Â at java.awt.EventQueue.dispatchEvent(Unknown Source)
>     Â  Â  Â  Â at
>     
> com.iver.andami.ui.AndamiEventQueue.dispatchEvent(AndamiEventQueue.java:58)
>     Â  Â  Â  Â 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)
>
>     Il 15/06/2011 10.22, Antonio Falciano ha scritto:
>      > Hi all,
>      > SEXTANTE trunk actually allows me to install 187 GRASS modules (GRASS
>      > GIS 6.4.1) and 272 SAGA algorithm (SAGA 2.0.6). However, playing
>     a bit
>      > with the SEXTANTE settings (and setups), gvSIG returns me the
>     following
>      > error and then it's not possible to execute it again, as Piotr
>     reported
>      > before.
>      >
>      > java.lang.NullPointerException
>      > Â  Â  Â  at
>      >
>     es.unex.sextante.core.Sextante.getAlgorithmProviderName(Sextante.java:373)
>      > Â  Â  Â  at
>      >
>     
> es.unex.sextante.gui.core.SextanteGUI.getAlgorithmIcon(SextanteGUI.java:658)
>      > Â  Â  Â  at
>      >
>     
> es.unex.sextante.gui.toolbox.AlgorithmTreeCellRenderer.getCustomIcon(AlgorithmTreeCellRenderer.java:44)
>      > Â  Â  Â  at
>      >
>     
> es.unex.sextante.gui.toolbox.AlgorithmTreeCellRenderer.getTreeCellRendererComponent(AlgorithmTreeCellRenderer.java:73)
>      > Â  Â  Â  at javax.swing.plaf.basic.BasicTreeUI.paintRow(Unknown
>     Source)
>      > Â  Â  Â  at javax.swing.plaf.basic.BasicTreeUI.paint(Unknown Source)
>      > Â  Â  Â  at javax.swing.plaf.ComponentUI.update(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent.paintComponent(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent.paint(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent.paintChildren(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent.paint(Unknown Source)
>      > Â  Â  Â  at javax.swing.JViewport.paint(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent.paintChildren(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent.paint(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent.paintChildren(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent.paint(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent.paintChildren(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent.paint(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent.paintChildren(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent.paint(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent.paintChildren(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent.paint(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent.paintChildren(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent.paint(Unknown Source)
>      > Â  Â  Â  at javax.swing.JLayeredPane.paint(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent.paintChildren(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent.paint(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent.paintChildren(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent.paint(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent.paintChildren(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent.paint(Unknown Source)
>      > Â  Â  Â  at javax.swing.JLayeredPane.paint(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent.paintToOffscreen(Unknown Source)
>      > Â  Â  Â  at
>     javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown
>      > Source)
>      > Â  Â  Â  at javax.swing.RepaintManager$PaintManager.paint(Unknown
>     Source)
>      > Â  Â  Â  at javax.swing.RepaintManager.paint(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent._paintImmediately(Unknown Source)
>      > Â  Â  Â  at javax.swing.JComponent.paintImmediately(Unknown Source)
>      > Â  Â  Â  at javax.swing.RepaintManager.paintDirtyRegions(Unknown
>     Source)
>      > Â  Â  Â  at javax.swing.RepaintManager.paintDirtyRegions(Unknown
>     Source)
>      > Â  Â  Â  at
>     javax.swing.RepaintManager.seqPaintDirtyRegions(Unknown Source)
>      > Â  Â  Â  at
>      >
>     javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown
>      > Source)
>      > Â  Â  Â  at java.awt.event.InvocationEvent.dispatch(Unknown Source)
>      > Â  Â  Â  at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
>      > Â  Â  Â  at java.awt.EventQueue.access$000(Unknown Source)
>      > Â  Â  Â  at java.awt.EventQueue$1.run(Unknown Source)
>      > Â  Â  Â  at java.awt.EventQueue$1.run(Unknown Source)
>      > Â  Â  Â  at java.security.AccessController.doPrivileged(Native
>     Method)
>      > Â  Â  Â  at
>     java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
>      > Source)
>      > Â  Â  Â  at java.awt.EventQueue.dispatchEvent(Unknown Source)
>      > Â  Â  Â  at
>      >
>     
> com.iver.andami.ui.AndamiEventQueue.dispatchEvent(AndamiEventQueue.java:58)
>      > Â  Â  Â  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)
>      > DEBUG AWT-EventQueue-1 com.iver.core.mdiManager.NewSkin - Activando
>      > Console di informazione
>      > INFO AWT-EventQueue-1
>      >
>     
> com.iver.cit.gvsig.fmap.drivers.db.utils.SingleVectorialDBConnectionManager
>      > - Successfully closed all connections.
>      >
>      > Cheers,
>      > Antonio
>      >
>      > Il 15/06/2011 9.44, Victor Olaya ha scritto:
>      >> Piotr
>      >>
>      >> coould you send us the gvSIG log and the SEXTANTE so we can find out
>      >> what is going on and try to solve it?
>      >>
>      >> thanks in advance
>      >>
>      >> Victor
>      >>
>      >>
>      >> 2011/6/15 Piotr Pach�ᅵ�³�ᅵï¿�<piotrpac...@gmail.com
>     <mailto:piotrpac...@gmail.com>>:
>      >>> Hello,
>      >>> I checked new version from nightly build.
>      >>> After first lauching of gvSIG with sextante The same error
>     occured: "Error
>      >>> instalando SAGA"
>      >>> After nexts launching of gvSIG occured an error of gvSIG
>     launcher and gvSIG
>      >>> couldn't start.
>      >>> When I delete directory �ᅵ es.unex.sextante (with new
>     nightly build) from
>      >>> extensions or replace directory with older files gvSIG starts ...
>      >>> Something wrong in compilation?
>      >>>
>      >>> Regards,
>      >>> Piotr
>      >>>
>      >>>
>      >>>
>      >>> W dniu 2011-06-14 09:09, Victor Olaya pisze:
>      >>>>
>      >>>> ooops. It seems that the automated task I created was wrong and it
>      >>>> wasn't working. You can check now and you will find the most
>     recent
>      >>>> version in the nightly build. �ᅵ And hopefully SAGA
>     integration will
>      >>>> work fine :-)
>      >>>>
>      >>>> Thanks for helping us testing SEXTANTE!
>      >>>>
>      >>>> Victor
>      >>>>
>      >>>> 2011/6/13 Antonio Falciano<afalci...@yahoo.it
>     <mailto:afalci...@yahoo.it>>:
>      >>>>>
>      >>>>> Hi Piotr,
>      >>>>> the available nightly build is dated 1st of June, so it could not
>      >>>>> probably contain the latest improvements about SAGA
>     integration. So,
>      >>>>> stay tuned for the next update or build SEXTANTE directly
>     from trunk.
>      >>>>>
>      >>>>> Cheers,
>      >>>>> Antonio
>      >>>>>
>      >>>>> Il 13/06/2011 15.36, Piotr Pach�ᅵ�³�ᅵï¿� ha scritto:
>      >>>>>>
>      >>>>>> Hello,
>      >>>>>> I am afraid it is not a problem of space in Saga install path.
>      >>>>>> I have installed SAGA directly in "C:\SAGA-GIS" and the same
>     error
>      >>>>>> occured: "Error instalando SAGA"
>      >>>>>> Besides Grass is instaled in "Program Files" directory (it
>     means with
>      >>>>>> space in install path)
>      >>>>>> and I could install Grass algorithms in Sextante.
>      >>>>>>
>      >>>>>> Regards,
>      >>>>>> Piotr
>      >>>>>>
>      >>>>>> W dniu 2011-06-13 10:01, Antonio Falciano pisze:
>      >>>>>>>
>      >>>>>>> Il 12/06/2011 22.46, Piotr Pach�ᅵ�³�ᅵï¿� ha scritto:
>      >>>>>>>>
>      >>>>>>>> Hello,
>      >>>>>>>> Thanks for reply. I followed your instructions.
>      >>>>>>>> I installed Grass algorithms in Sextante but I couldn't
>     install Saga
>      >>>>>>>> algorithms in Sextante.
>      >>>>>>>> I indicated directory: "C:\Program Files\SAGA-GIS" and
>     pressed button
>      >>>>>>>> "Configure SAGA"
>      >>>>>>>> An error occured: "Error instalando SAGA"
>      >>>>>>>
>      >>>>>>> Hi Piotr,
>      >>>>>>> I'm not sure, but this error could be due to space in SAGA
>     install
>      >>>>>>> path.
>      >>>>>>> I have installed SAGA directly in "C:\SAGA-GIS" and it
>     seems to be well
>      >>>>>>> configured, even if I don't have tested deeply its
>     algorithms yet.
>      >>>>>>> Hope this helps!
>      >>>>>>>
>      >>>>>>> Cheers,
>      >>>>>>> Antonio
>      >>>
>      >>>
>      >>
>      >
>
>     --
>     Antonio Falciano
>     http://www.linkedin.com/in/antoniofalciano
>     _______________________________________________
>     Sextante-users mailing list
>     Sextante-users@lists.forge.osor.eu
>     <mailto:Sextante-users@lists.forge.osor.eu>
>     https://lists.forge.osor.eu/listinfo/sextante-users
>
>

-- 
Antonio Falciano
http://www.linkedin.com/in/antoniofalciano
_______________________________________________
Sextante-users mailing list
Sextante-users@lists.forge.osor.eu
https://lists.forge.osor.eu/listinfo/sextante-users

Responder a