[jira] Commented: (GERONIMODEVTOOLS-334) "Download and Install" fails, and hoses eclipse for plugin development

2008-07-12 Thread Ted Kirby (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613127#action_12613127
 ] 

Ted Kirby commented on GERONIMODEVTOOLS-334:


Thanks Tim.  Looks good to me.  Let's move on! :-)

> "Download and Install" fails, and hoses eclipse for plugin development
> --
>
> Key: GERONIMODEVTOOLS-334
> URL: 
> https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-334
> Project: Geronimo-Devtools
>  Issue Type: Bug
>  Components: eclipse-plugin
>Affects Versions: 2.1.0
> Environment: windows
>Reporter: Ted Kirby
>Assignee: Tim McConnell
> Fix For: 2.1.1
>
> Attachments: download21problem.txt
>
>
> Following instructions for 
> http://geronimo.apache.org/developing-the-geronimo-eclipse-plugin-in-eclipse.html,
> I launched the plugin, defined a server, and used the download and install 
> button to download the server.  
> In the launching eclipse, I got these messages:
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.jetty.21
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531 -<- Done loading 
> .installableRuntimes extension point -<-
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531 ->- Loading 
> .installableRuntimes extension point ->-
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.tomcat.20
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.jetty.20
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.tomcat.21
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.jetty.21
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531 -<- Done loading 
> .installableRuntimes extension point -<-
> Featureorg.apache.geronimo.installableruntime.tomcat.feature 2.1.0has 
> successfully been installed
> org.eclipse.wst.server.core CONFIG22/04/08 12:18.09.468 -<- 
> Server UI plugin stop -<-
> org.eclipse.wst.server.core LISTENERS 22/04/08 12:18.09.468 Removing server 
> lifecycle listener [EMAIL PROTECTED] from Server resource manager
> org.eclipse.wst.server.core LISTENERS 22/04/08 12:18.09.515 Removing runtime 
> lifecycle listener [EMAIL PROTECTED] from Server resource manager
> org.eclipse.wst.server.core CONFIG22/04/08 12:18.09.640 -<- 
> Server Core plugin shutdown -<-
> org.eclipse.wst.server.core LISTENERS 22/04/08 12:18.09.640 Removing server 
> lifecycle listener [EMAIL PROTECTED] from Server resource manager
> Unhandled event loop exception during blocked modal context.
> org.eclipse.swt.SWTException: Failed to execute runnable 
> (java.lang.NullPointerException)
>   at org.eclipse.swt.SWT.error(SWT.java:3563)
>   at org.eclipse.swt.SWT.error(SWT.java:3481)
>   at 
> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
>   at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
>   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
>   at 
> org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:158)
>   at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:326)
>   at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:934)
>   at 
> org.eclipse.wst.server.ui.internal.wizard.TaskWizardPage.run(TaskWizardPage.java:108)
>   at 
> org.apache.geronimo.st.ui.internal.GeronimoRuntimeWizardFragment$1.widgetSelected(GeronimoRuntimeWizardFragment.java:209)
>   at 
> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
>   at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
>   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
>   at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
>   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
>   at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
>   at org.eclipse.jface.window.Window.open(Window.java:796)
>   at 
> org.eclipse.wst.server.ui.internal.actions.LaunchWizardAction.run(LaunchWizardAction.java:57)
>   at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
>   at 
> org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
>   at 
> org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
>   at 
> org.eclipse.jface.action.ActionContributionItem$5.handleEv

[jira] Commented: (GERONIMODEVTOOLS-334) "Download and Install" fails, and hoses eclipse for plugin development

2008-04-28 Thread Tim McConnell (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592867#action_12592867
 ] 

Tim McConnell commented on GERONIMODEVTOOLS-334:


Hi Ted, thanks for your patience and help. I've finally been able to reproduce 
the problem. I'll proivde a fix in trunk sometime today

> "Download and Install" fails, and hoses eclipse for plugin development
> --
>
> Key: GERONIMODEVTOOLS-334
> URL: 
> https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-334
> Project: Geronimo-Devtools
>  Issue Type: Bug
>  Components: eclipse-plugin
>Affects Versions: 2.1.0
> Environment: windows
>Reporter: Ted Kirby
>Assignee: Tim McConnell
> Fix For: 2.1.0
>
> Attachments: download21problem.txt
>
>
> Following instructions for 
> http://geronimo.apache.org/developing-the-geronimo-eclipse-plugin-in-eclipse.html,
> I launched the plugin, defined a server, and used the download and install 
> button to download the server.  
> In the launching eclipse, I got these messages:
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.jetty.21
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531 -<- Done loading 
> .installableRuntimes extension point -<-
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531 ->- Loading 
> .installableRuntimes extension point ->-
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.tomcat.20
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.jetty.20
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.tomcat.21
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.jetty.21
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531 -<- Done loading 
> .installableRuntimes extension point -<-
> Featureorg.apache.geronimo.installableruntime.tomcat.feature 2.1.0has 
> successfully been installed
> org.eclipse.wst.server.core CONFIG22/04/08 12:18.09.468 -<- 
> Server UI plugin stop -<-
> org.eclipse.wst.server.core LISTENERS 22/04/08 12:18.09.468 Removing server 
> lifecycle listener [EMAIL PROTECTED] from Server resource manager
> org.eclipse.wst.server.core LISTENERS 22/04/08 12:18.09.515 Removing runtime 
> lifecycle listener [EMAIL PROTECTED] from Server resource manager
> org.eclipse.wst.server.core CONFIG22/04/08 12:18.09.640 -<- 
> Server Core plugin shutdown -<-
> org.eclipse.wst.server.core LISTENERS 22/04/08 12:18.09.640 Removing server 
> lifecycle listener [EMAIL PROTECTED] from Server resource manager
> Unhandled event loop exception during blocked modal context.
> org.eclipse.swt.SWTException: Failed to execute runnable 
> (java.lang.NullPointerException)
>   at org.eclipse.swt.SWT.error(SWT.java:3563)
>   at org.eclipse.swt.SWT.error(SWT.java:3481)
>   at 
> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
>   at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
>   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
>   at 
> org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:158)
>   at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:326)
>   at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:934)
>   at 
> org.eclipse.wst.server.ui.internal.wizard.TaskWizardPage.run(TaskWizardPage.java:108)
>   at 
> org.apache.geronimo.st.ui.internal.GeronimoRuntimeWizardFragment$1.widgetSelected(GeronimoRuntimeWizardFragment.java:209)
>   at 
> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
>   at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
>   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
>   at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
>   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
>   at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
>   at org.eclipse.jface.window.Window.open(Window.java:796)
>   at 
> org.eclipse.wst.server.ui.internal.actions.LaunchWizardAction.run(LaunchWizardAction.java:57)
>   at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
>   at 
> org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
>   at 
> org.eclipse.jface.action.ActionContributionItem.access$2(ActionCo

[jira] Commented: (GERONIMODEVTOOLS-334) "Download and Install" fails, and hoses eclipse for plugin development

2008-04-27 Thread Ted Kirby (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592722#action_12592722
 ] 

Ted Kirby commented on GERONIMODEVTOOLS-334:


I follow the instructions from
http://geronimo.apache.org/developing-the-geronimo-eclipse-plugin-in-eclipse.html
to install and run the plugin in eclipse.  I define a server, and use
the download and install button to download the server.  Separately, I
used the staging site to download and install the plugin, and download
and install worked for me to get the server.



> "Download and Install" fails, and hoses eclipse for plugin development
> --
>
> Key: GERONIMODEVTOOLS-334
> URL: 
> https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-334
> Project: Geronimo-Devtools
>  Issue Type: Bug
>  Components: eclipse-plugin
>Affects Versions: 2.1.0
> Environment: windows
>Reporter: Ted Kirby
>Assignee: Tim McConnell
> Fix For: 2.1.0
>
> Attachments: download21problem.txt
>
>
> Following instructions for 
> http://geronimo.apache.org/developing-the-geronimo-eclipse-plugin-in-eclipse.html,
> I launched the plugin, defined a server, and used the download and install 
> button to download the server.  
> In the launching eclipse, I got these messages:
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.jetty.21
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531 -<- Done loading 
> .installableRuntimes extension point -<-
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531 ->- Loading 
> .installableRuntimes extension point ->-
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.tomcat.20
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.jetty.20
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.tomcat.21
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.jetty.21
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531 -<- Done loading 
> .installableRuntimes extension point -<-
> Featureorg.apache.geronimo.installableruntime.tomcat.feature 2.1.0has 
> successfully been installed
> org.eclipse.wst.server.core CONFIG22/04/08 12:18.09.468 -<- 
> Server UI plugin stop -<-
> org.eclipse.wst.server.core LISTENERS 22/04/08 12:18.09.468 Removing server 
> lifecycle listener [EMAIL PROTECTED] from Server resource manager
> org.eclipse.wst.server.core LISTENERS 22/04/08 12:18.09.515 Removing runtime 
> lifecycle listener [EMAIL PROTECTED] from Server resource manager
> org.eclipse.wst.server.core CONFIG22/04/08 12:18.09.640 -<- 
> Server Core plugin shutdown -<-
> org.eclipse.wst.server.core LISTENERS 22/04/08 12:18.09.640 Removing server 
> lifecycle listener [EMAIL PROTECTED] from Server resource manager
> Unhandled event loop exception during blocked modal context.
> org.eclipse.swt.SWTException: Failed to execute runnable 
> (java.lang.NullPointerException)
>   at org.eclipse.swt.SWT.error(SWT.java:3563)
>   at org.eclipse.swt.SWT.error(SWT.java:3481)
>   at 
> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
>   at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
>   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
>   at 
> org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:158)
>   at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:326)
>   at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:934)
>   at 
> org.eclipse.wst.server.ui.internal.wizard.TaskWizardPage.run(TaskWizardPage.java:108)
>   at 
> org.apache.geronimo.st.ui.internal.GeronimoRuntimeWizardFragment$1.widgetSelected(GeronimoRuntimeWizardFragment.java:209)
>   at 
> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
>   at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
>   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
>   at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
>   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
>   at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
>   at org.eclipse.jface.window.Window.open(Window.java:796)
>   at 
> org.eclipse.wst.server.ui.internal.actions.LaunchWizardAction.run(LaunchWizardAction.java:57)
>   at org.eclipse.jface.action.Action.ru

[jira] Commented: (GERONIMODEVTOOLS-334) "Download and Install" fails, and hoses eclipse for plugin development

2008-04-27 Thread Tim McConnell (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592649#action_12592649
 ] 

Tim McConnell commented on GERONIMODEVTOOLS-334:


Hi Ted, I'm a little confused about this scenario. If I understand it correctly 
and you're using the staging site to download the server that would imply that 
you've also used the staging site to download the GEP itself. If that is the 
case, then your Eclipse installation already has the GEP installed, and you 
then try to import the code for GEP. It seems like the Eclipse installation 
might be getting confused as well with two instances of the GEP, and I'm not 
sure this is or can be supported. I would recommend that you first start with a 
clean Eclipse installation (i.e., WTP prereq via the ant script), then import 
the GEP plugins in development mode to get the plugin code, then finally use 
the update site to download the server. That scenario will certainly work. 

> "Download and Install" fails, and hoses eclipse for plugin development
> --
>
> Key: GERONIMODEVTOOLS-334
> URL: 
> https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-334
> Project: Geronimo-Devtools
>  Issue Type: Bug
>  Components: eclipse-plugin
>Affects Versions: 2.1.0
> Environment: windows
>Reporter: Ted Kirby
>Assignee: Tim McConnell
> Fix For: 2.1.0
>
> Attachments: download21problem.txt
>
>
> Following instructions for 
> http://geronimo.apache.org/developing-the-geronimo-eclipse-plugin-in-eclipse.html,
> I launched the plugin, defined a server, and used the download and install 
> button to download the server.  
> In the launching eclipse, I got these messages:
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.jetty.21
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531 -<- Done loading 
> .installableRuntimes extension point -<-
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531 ->- Loading 
> .installableRuntimes extension point ->-
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.tomcat.20
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.jetty.20
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.tomcat.21
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.jetty.21
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531 -<- Done loading 
> .installableRuntimes extension point -<-
> Featureorg.apache.geronimo.installableruntime.tomcat.feature 2.1.0has 
> successfully been installed
> org.eclipse.wst.server.core CONFIG22/04/08 12:18.09.468 -<- 
> Server UI plugin stop -<-
> org.eclipse.wst.server.core LISTENERS 22/04/08 12:18.09.468 Removing server 
> lifecycle listener [EMAIL PROTECTED] from Server resource manager
> org.eclipse.wst.server.core LISTENERS 22/04/08 12:18.09.515 Removing runtime 
> lifecycle listener [EMAIL PROTECTED] from Server resource manager
> org.eclipse.wst.server.core CONFIG22/04/08 12:18.09.640 -<- 
> Server Core plugin shutdown -<-
> org.eclipse.wst.server.core LISTENERS 22/04/08 12:18.09.640 Removing server 
> lifecycle listener [EMAIL PROTECTED] from Server resource manager
> Unhandled event loop exception during blocked modal context.
> org.eclipse.swt.SWTException: Failed to execute runnable 
> (java.lang.NullPointerException)
>   at org.eclipse.swt.SWT.error(SWT.java:3563)
>   at org.eclipse.swt.SWT.error(SWT.java:3481)
>   at 
> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
>   at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
>   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
>   at 
> org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:158)
>   at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:326)
>   at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:934)
>   at 
> org.eclipse.wst.server.ui.internal.wizard.TaskWizardPage.run(TaskWizardPage.java:108)
>   at 
> org.apache.geronimo.st.ui.internal.GeronimoRuntimeWizardFragment$1.widgetSelected(GeronimoRuntimeWizardFragment.java:209)
>   at 
> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
>   at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
>   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
>   at org.eclipse.swt.w

[jira] Commented: (GERONIMODEVTOOLS-334) "Download and Install" fails, and hoses eclipse for plugin development

2008-04-22 Thread Ted Kirby (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591412#action_12591412
 ] 

Ted Kirby commented on GERONIMODEVTOOLS-334:


After a reboot, I even removed my .m2 repo, and did an mvn clean install, and 
redid the steps, and that did not fix the problem either. :-(

> "Download and Install" fails, and hoses eclipse for plugin development
> --
>
> Key: GERONIMODEVTOOLS-334
> URL: 
> https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-334
> Project: Geronimo-Devtools
>  Issue Type: Bug
>  Components: eclipse-plugin
>Affects Versions: 2.1.0
> Environment: windows
>Reporter: Ted Kirby
>Assignee: Tim McConnell
> Fix For: 2.1.0
>
> Attachments: download21problem.txt
>
>
> Following instructions for 
> http://geronimo.apache.org/developing-the-geronimo-eclipse-plugin-in-eclipse.html,
> I launched the plugin, defined a server, and used the download and install 
> button to download the server.  
> In the launching eclipse, I got these messages:
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.jetty.21
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531 -<- Done loading 
> .installableRuntimes extension point -<-
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531 ->- Loading 
> .installableRuntimes extension point ->-
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.tomcat.20
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.jetty.20
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.tomcat.21
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531   Loaded 
> installableRuntime: org.apache.geronimo.runtime.jetty.21
> org.eclipse.wst.server.core EXTENSION 22/04/08 12:13.18.531 -<- Done loading 
> .installableRuntimes extension point -<-
> Featureorg.apache.geronimo.installableruntime.tomcat.feature 2.1.0has 
> successfully been installed
> org.eclipse.wst.server.core CONFIG22/04/08 12:18.09.468 -<- 
> Server UI plugin stop -<-
> org.eclipse.wst.server.core LISTENERS 22/04/08 12:18.09.468 Removing server 
> lifecycle listener [EMAIL PROTECTED] from Server resource manager
> org.eclipse.wst.server.core LISTENERS 22/04/08 12:18.09.515 Removing runtime 
> lifecycle listener [EMAIL PROTECTED] from Server resource manager
> org.eclipse.wst.server.core CONFIG22/04/08 12:18.09.640 -<- 
> Server Core plugin shutdown -<-
> org.eclipse.wst.server.core LISTENERS 22/04/08 12:18.09.640 Removing server 
> lifecycle listener [EMAIL PROTECTED] from Server resource manager
> Unhandled event loop exception during blocked modal context.
> org.eclipse.swt.SWTException: Failed to execute runnable 
> (java.lang.NullPointerException)
>   at org.eclipse.swt.SWT.error(SWT.java:3563)
>   at org.eclipse.swt.SWT.error(SWT.java:3481)
>   at 
> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
>   at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
>   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
>   at 
> org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:158)
>   at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:326)
>   at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:934)
>   at 
> org.eclipse.wst.server.ui.internal.wizard.TaskWizardPage.run(TaskWizardPage.java:108)
>   at 
> org.apache.geronimo.st.ui.internal.GeronimoRuntimeWizardFragment$1.widgetSelected(GeronimoRuntimeWizardFragment.java:209)
>   at 
> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
>   at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
>   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
>   at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
>   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
>   at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
>   at org.eclipse.jface.window.Window.open(Window.java:796)
>   at 
> org.eclipse.wst.server.ui.internal.actions.LaunchWizardAction.run(LaunchWizardAction.java:57)
>   at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
>   at 
> org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
>   at 
> org.eclipse.jface.action.ActionContributionItem.access$2(ActionContribut