Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] NullpointerException On Postgis SQL tab

I had thought that I had disabled the SQL tab.  It is not implemented at all.



On Mon, Apr 6, 2009 at 5:31 AM, Jody Garnett <jody.garnett@xxxxxxxxx> wrote:
The SQL tab I think is an experiment of Jesse's I have not tired it
until he tells me it is ready. To add a new jira issue you will need
to register; instructions for how to report issues are here:
- http://udig.refractions.net/users/

Cheers;
Jody

On Mon, Apr 6, 2009 at 6:24 AM, Alessandro Sferrazza
<sferrazza.alessandro@xxxxxxxxx> wrote:
> Hi all,
> I downloaded uDig 1.2.M3 and I'm starting to test it, and I found an error.
> When I try to import data from a PostGIS db all works fine, when I put
> a sql (like: ‘where property = xxx’ or only ‘property = xxx’)
> something go wrong, udig says nothing but does not allow me to go to
> next page. Logs tells me that there is a NullPointerException. This is
> the trace:
>
> !ENTRY org.eclipse.ui 4 0 2009-03-28 14:18:04.739
> !MESSAGE Unhandled event loop exception
> !STACK 0
> java.lang.NullPointerException
>                at
> net.refractions.udig.catalog.service.database.DataConnectionPage.getParams(DataConnectionPage.java:85)
>                at
> net.refractions.udig.catalog.ui.AbstractUDIGImportPage.getServices(AbstractUDIGImportPage.java:127)
>                at
> net.refractions.udig.catalog.internal.ui.ConnectionPageDecorator.leavingPage(ConnectionPageDecorator.java:129)
>                at
> net.refractions.udig.catalog.ui.workflow.WorkflowWizardDialog.nextPressed(WorkflowWizardDialog.java:57)
>                at
> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:369)
>                at
> org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
>                at
> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
>                at
> org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
>                at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
>                at
> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
>                at
> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
>                at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
>                at org.eclipse.jface.window.Window.open(Window.java:801)
>                at
> net.refractions.udig.catalog.ui.workflow.WorkflowWizardDialog.open(WorkflowWizardDialog.java:209)
>                at
> net.refractions.udig.project.ui.internal.actions.AddLayersAction.runWithEvent(AddLayersAction.java:51)
>                at
> org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:241)
>                at
> org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
>                at
> org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
>                at
> org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
>                at
> org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
>                at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
>                at
> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
>                at
> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
>                at
> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
>                at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
>                at
> org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
>                at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
>                at
> org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
>                at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
>                at
> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
>                at
> net.refractions.udig.internal.ui.UDIGApplication.start(UDIGApplication.java:124)
>                at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
>                at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
>                at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
>                at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
>                at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
>                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>                at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>                at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>                at java.lang.reflect.Method.invoke(Unknown Source)
>                at
> org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
>                at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
>                at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
>
> Looking jira I did not find any reporting on this issue.
> I would like to open a new issue on jira, but I do not know how do it.
>
> Congratulations for the product.
>
> Thanks
>
> _______________________________________________
> User-friendly Desktop Internet GIS (uDig)
> http://udig.refractions.net
> http://lists.refractions.net/mailman/listinfo/udig-devel
>
>
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel


Back to the top