Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-76) Exception while creating a new map (in wizard)

Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: UDIG-76
    Summary: Exception while creating a new map (in wizard)
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: uDIG
 Components: 
             map
   Fix Fors:
             UDIG 0.5
   Versions:
             UDIG 0.5

   Assignee: Jody Garnett
   Reporter: Richard Gould

    Created: Fri, 22 Oct 2004 12:18 PM
    Updated: Fri, 22 Oct 2004 12:18 PM

Description:


found metadata = file:/C:/Documents and Settings/Richard Gould/streams.shp.xml
22-Oct-2004 9:13:12 AM org.geotools.data.shapefile.ShapefileDataStore createMetadata
WARNING: Could not parse file:/C:/Documents and Settings/Richard Gould/streams.shp.xml:C:\Documents and Settings\Richard Gould\streams.shp.xml (The system cannot find the file specified)
java.lang.NullPointerException
	at org.geotools.data.crs.CRSService.cs(CRSService.java:232)
	at org.geotools.data.crs.CRSService.reproject(CRSService.java:243)
	at org.geotools.data.crs.CRSService.toGeographic(CRSService.java:383)
	at org.geotools.data.DefaultTypeEntry.createBounds(DefaultTypeEntry.java:219)
	at org.geotools.data.shapefile.ShapefileDataStore$1.createBounds(ShapefileDataStore.java:192)
	at org.geotools.data.DefaultTypeEntry.getBounds(DefaultTypeEntry.java:199)
	at net.refractions.udig.project.LayerFactory.createDataStoreLayerRef(LayerFactory.java:129)
	at net.refractions.udig.project.LayerFactory.getLayers(LayerFactory.java:78)
	at net.refractions.udig.project.internal.ui.NewMapWizard.getNextPage(NewMapWizard.java:81)
	at org.eclipse.jface.wizard.WizardPage.getNextPage(WizardPage.java:168)
	at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:741)
	at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:338)
	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.NewWizardAction.run(NewWizardAction.java:172)
	at org.eclipse.jface.action.Action.runWithEvent(Action.java:988)
	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