Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-471) Wizards do not work until Catalog view has been displayed

Wizards do not work until Catalog view has been displayed
---------------------------------------------------------

         Key: UDIG-471
         URL: http://jira.codehaus.org/browse/UDIG-471
     Project: uDIG
        Type: Bug
  Components: layer  
    Versions: UDIG 1.0.RC6    
    Reporter: Richard Gould
     Fix For: UDIG 1.0.RC6


Run uDig with a clean workspace.
Before closing the Welcome view, go layers->add.

Open the WMS wizard (most other wizards do not work as well).

Exception:


!ENTRY org.eclipse.jface 4 2 2005-06-08 11:56:13.415
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".
!STACK 0
java.lang.NullPointerException
	at net.refractions.udig.catalog.internal.wms.ui.WMSWizardPage.toParams(WMSWizardPage.java:118)
	at net.refractions.udig.catalog.internal.wms.ui.WMSWizardPage.defaultParams(WMSWizardPage.java:114)
	at net.refractions.udig.catalog.internal.wms.ui.WMSWizardPage.createControl(WMSWizardPage.java:214)
	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)
	at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:720)
	at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1038)
	at org.eclipse.core.runtime.Platform.run(Platform.java:775)
	at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
	at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
	at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:718)
	at org.eclipse.jface.viewers.StructuredViewer.handleDoubleSelect(StructuredViewer.java:950)
	at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1057)
	at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:219)
	at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:216)
	at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:275)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1016)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2825)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2530)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1694)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1658)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:366)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
	at net.refractions.udig.internal.ui.UDIGApplication.run(UDIGApplication.java:27)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:375)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:162)
	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.invokeFramework(Main.java:334)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
	at org.eclipse.core.launcher.Main.run(Main.java:973)
	at org.eclipse.core.launcher.Main.main(Main.java:948)


-- 
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