Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-116) NullPointerException while importing a shapefile

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/UDIG-116

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: UDIG-116
    Summary: NullPointerException while importing a shapefile
       Type: Bug

     Status: Open
   Priority: Blocker

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: uDIG
 Components: 
             catalog
   Fix Fors:
             UDIG 0.6
   Versions:
             UDIG 0.6

   Assignee: Jody Garnett
   Reporter: Richard Gould

    Created: Mon, 6 Dec 2004 2:20 PM
    Updated: Mon, 6 Dec 2004 2:20 PM

Description:
Adding c:\lakes.shp using import shapefile wizard throws:

!ENTRY org.eclipse.ui 4 0 Dec 06, 2004 11:08:05.265
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
	at java.net.URLClassLoader$1.run(URLClassLoader.java:191)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
	at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:87)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
	at net.refractions.udig.catalog.internal.ServiceFactoryImpl$1.process(ServiceFactoryImpl.java:70)
	at net.refractions.udig.core.internal.ExtensionPointUtil.process(ExtensionPointUtil.java:60)
	at net.refractions.udig.catalog.internal.ServiceFactoryImpl.aquire(ServiceFactoryImpl.java:58)
	at net.refractions.udig.catalog.internal.ServiceFactoryImpl.aquire(ServiceFactoryImpl.java:112)
	at net.refractions.udig.catalog.internal.ui.datastore.DataStoreWizard.performFinish(DataStoreWizard.java:76)
	at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:670)
	at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:342)
	at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:538)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2783)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2442)
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:706)
	at org.eclipse.jface.window.Window.open(Window.java:684)
	at org.eclipse.ui.actions.ImportResourcesAction.run(ImportResourcesAction.java:149)
	at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:167)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:555)
	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:505)
	at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:419)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2783)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2442)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1443)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1414)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:271)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144)
	at net.refractions.udig.internal.ui.UDIGApplication.run(UDIGApplication.java:31)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
	at org.eclipse.core.launcher.Main.run(Main.java:704)
	at org.eclipse.core.launcher.Main.main(Main.java:688)


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



Back to the top