Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-464) OpenFilePage fails on welcome screen

OpenFilePage fails on welcome screen
------------------------------------

         Key: UDIG-464
         URL: http://jira.codehaus.org/browse/UDIG-464
     Project: uDIG
        Type: Bug
  Components: catalog  
    Versions: UDIG 1.0.RC6    
 Environment: Windows XP
    Reporter: Jody Garnett
 Assigned to: Amr A. Alam 
    Priority: Minor
     Fix For: UDIG 1.0


When udig first starts up, choose add Layer > Files, you will get a happy error dialog and be unable to proceed.

Shut down the welcome screen and eveything is cool.

java.lang.NullPointerException
	at net.refractions.udig.catalog.ui.OpenFilePage.checkDND(OpenFilePage.java:270)
	at net.refractions.udig.catalog.ui.OpenFilePage.openFileDialog(OpenFilePage.java:302)
	at net.refractions.udig.catalog.ui.OpenFilePage.createControl(OpenFilePage.java:258)
	at net.refractions.udig.catalog.internal.ui.ConnectionPage.createControl(ConnectionPage.java:54)
	at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1020)
	at org.eclipse.jface.wizard.WizardDialog.access$2(WizardDialog.java:1013)
	at org.eclipse.jface.wizard.WizardDialog$4.run(WizardDialog.java:1003)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
	at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1001)
	at net.refractions.udig.catalog.ui.DataSourceSelectionPage$2.doubleClick(DataSourceSelectionPage.java:189)

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



Back to the top