You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Sachin Patel <sp...@gmail.com> on 2006/06/28 15:42:06 UTC

Geronimo Eclipse Plugin v1.1 RC1 available

All,

I have posted an RC1 candidate driver available for download at...

http://people.apache.org/dist/geronimo/eclipse/unstable/g-eclipse- 
plugin-1.1-RC1.zip

-sachin



Re: Geronimo Eclipse Plugin v1.1 RC1 available

Posted by Mario Rübsam <mr...@coderesearch.com>.
Hi Sachin,

got it, RC2 is working.

Thanks,
Mario


Sachin Patel wrote:
> Try the RC2 driver that I posted yesterday.  I found some problems with 
> the rc1 driver which I fixed yesterday.  If you're going to overwrite 
> the new zip on top of the old be sure to relaunch eclipse with -clean.
> 
> On Jun 30, 2006, at 7:36 AM, Mario Rübsam wrote:
> 
>> Hi,
>>
>> I still have problems with the 1.1rc1 plugin and Eclipse 3.1.2 WTP 1.0.1
>> when I try to add a server using the "Define a New Server"
>> Dialog from the "Server" view I get a NPE before the dialog opens.
>> The same NPE appears when selecting the "Apache Geronimo v1.1 Server"
>> node in the dialogs tree.
>>
>> Suggestions?
>>
>> Thanks,
>> Mario
>>
>>
>> Sachin Patel wrote:
>>> All,
>>> I have posted an RC1 candidate driver available for download at...
>>> http://people.apache.org/dist/geronimo/eclipse/unstable/g-eclipse-plugin-1.1-RC1.zip 
>>> -sachin
>> !ENTRY org.eclipse.jface 4 2 2006-06-30 13:00:31.359
>> !MESSAGE Problems occurred when invoking code from plug-in: 
>> "org.eclipse.jface".
>> !STACK 0
>> java.lang.NullPointerException
>>     at 
>> org.eclipse.wst.server.ui.internal.wizard.page.NewManualServerComposite.updateRuntimeCombo(NewManualServerComposite.java:335) 
>>
>>     at 
>> org.eclipse.wst.server.ui.internal.wizard.page.NewManualServerComposite.handleTypeSelection(NewManualServerComposite.java:390) 
>>
>>     at 
>> org.eclipse.wst.server.ui.internal.wizard.page.NewManualServerComposite$1.serverTypeSelected(NewManualServerComposite.java:118) 
>>
>>     at 
>> org.eclipse.wst.server.ui.internal.viewers.ServerTypeComposite$1.selectionChanged(ServerTypeComposite.java:65) 
>>
>>     at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
>>     at 
>> org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) 
>>
>>     at org.eclipse.core.runtime.Platform.run(Platform.java:783)
>>     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.Viewer.fireSelectionChanged(Viewer.java:160)
>>     at 
>> org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:1784) 
>>
>>     at 
>> org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1452) 
>>
>>     at 
>> org.eclipse.wst.server.ui.internal.viewers.ServerTypeComposite.setVisible(ServerTypeComposite.java:77) 
>>
>>     at 
>> org.eclipse.wst.server.ui.internal.wizard.page.NewManualServerComposite.setVisible(NewManualServerComposite.java:412) 
>>
>>     at 
>> org.eclipse.wst.server.ui.internal.wizard.page.NewServerComposite.createControl(NewServerComposite.java:213) 
>>
>>     at 
>> org.eclipse.wst.server.ui.internal.wizard.page.NewServerComposite.<init>(NewServerComposite.java:98) 
>>
>>     at 
>> org.eclipse.wst.server.ui.internal.wizard.fragment.NewServerWizardFragment.createComposite(NewServerWizardFragment.java:63) 
>>
>>     at 
>> org.eclipse.wst.server.ui.internal.wizard.TaskWizardPage.createControl(TaskWizardPage.java:42) 
>>
>>     at 
>> org.eclipse.wst.server.ui.internal.wizard.TaskWizard.createPageControls(TaskWizard.java:396) 
>>
>>     at 
>> org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:611) 
>>
>>     at 
>> org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:502) 
>>
>>     at org.eclipse.jface.window.Window.create(Window.java:418)
>>     at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:996)
>>     at org.eclipse.jface.window.Window.open(Window.java:776)
>>     at 
>> org.eclipse.wst.server.ui.internal.actions.LaunchWizardAction.run(LaunchWizardAction.java:57) 
>>
>>     at org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
>>     at 
>> org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538) 
>>
>>     at 
>> org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) 
>>
>>     at 
>> org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) 
>>
>>     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
>>     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
>>     at 
>> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
>>     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
>>     at 
>> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
>>     at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
>>     at 
>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) 
>>
>>     at 
>> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
>>     at 
>> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
>>     at 
>> org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) 
>>
>>     at 
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) 
>>
>>     at 
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) 
>>
>>     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:324)
>>     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)
> 
> 
> -sachin
> 
> 
> 

Re: Geronimo Eclipse Plugin v1.1 RC1 available

Posted by Sachin Patel <sp...@gmail.com>.
Try the RC2 driver that I posted yesterday.  I found some problems  
with the rc1 driver which I fixed yesterday.  If you're going to  
overwrite the new zip on top of the old be sure to relaunch eclipse  
with -clean.

On Jun 30, 2006, at 7:36 AM, Mario Rübsam wrote:

> Hi,
>
> I still have problems with the 1.1rc1 plugin and Eclipse 3.1.2 WTP  
> 1.0.1
> when I try to add a server using the "Define a New Server"
> Dialog from the "Server" view I get a NPE before the dialog opens.
> The same NPE appears when selecting the "Apache Geronimo v1.1 Server"
> node in the dialogs tree.
>
> Suggestions?
>
> Thanks,
> Mario
>
>
> Sachin Patel wrote:
>> All,
>> I have posted an RC1 candidate driver available for download at...
>> http://people.apache.org/dist/geronimo/eclipse/unstable/g-eclipse- 
>> plugin-1.1-RC1.zip -sachin
> !ENTRY org.eclipse.jface 4 2 2006-06-30 13:00:31.359
> !MESSAGE Problems occurred when invoking code from plug-in:  
> "org.eclipse.jface".
> !STACK 0
> java.lang.NullPointerException
> 	at  
> org.eclipse.wst.server.ui.internal.wizard.page.NewManualServerComposit 
> e.updateRuntimeCombo(NewManualServerComposite.java:335)
> 	at  
> org.eclipse.wst.server.ui.internal.wizard.page.NewManualServerComposit 
> e.handleTypeSelection(NewManualServerComposite.java:390)
> 	at  
> org.eclipse.wst.server.ui.internal.wizard.page.NewManualServerComposit 
> e$1.serverTypeSelected(NewManualServerComposite.java:118)
> 	at org.eclipse.wst.server.ui.internal.viewers.ServerTypeComposite 
> $1.selectionChanged(ServerTypeComposite.java:65)
> 	at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
> 	at org.eclipse.core.internal.runtime.InternalPlatform.run 
> (InternalPlatform.java:1044)
> 	at org.eclipse.core.runtime.Platform.run(Platform.java:783)
> 	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.Viewer.fireSelectionChanged 
> (Viewer.java:160)
> 	at org.eclipse.jface.viewers.StructuredViewer.updateSelection 
> (StructuredViewer.java:1784)
> 	at org.eclipse.jface.viewers.StructuredViewer.setSelection 
> (StructuredViewer.java:1452)
> 	at  
> org.eclipse.wst.server.ui.internal.viewers.ServerTypeComposite.setVisi 
> ble(ServerTypeComposite.java:77)
> 	at  
> org.eclipse.wst.server.ui.internal.wizard.page.NewManualServerComposit 
> e.setVisible(NewManualServerComposite.java:412)
> 	at  
> org.eclipse.wst.server.ui.internal.wizard.page.NewServerComposite.crea 
> teControl(NewServerComposite.java:213)
> 	at  
> org.eclipse.wst.server.ui.internal.wizard.page.NewServerComposite.<ini 
> t>(NewServerComposite.java:98)
> 	at  
> org.eclipse.wst.server.ui.internal.wizard.fragment.NewServerWizardFrag 
> ment.createComposite(NewServerWizardFragment.java:63)
> 	at  
> org.eclipse.wst.server.ui.internal.wizard.TaskWizardPage.createControl 
> (TaskWizardPage.java:42)
> 	at  
> org.eclipse.wst.server.ui.internal.wizard.TaskWizard.createPageControl 
> s(TaskWizard.java:396)
> 	at org.eclipse.jface.wizard.WizardDialog.createPageControls 
> (WizardDialog.java:611)
> 	at org.eclipse.jface.wizard.WizardDialog.createContents 
> (WizardDialog.java:502)
> 	at org.eclipse.jface.window.Window.create(Window.java:418)
> 	at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:996)
> 	at org.eclipse.jface.window.Window.open(Window.java:776)
> 	at  
> org.eclipse.wst.server.ui.internal.actions.LaunchWizardAction.run 
> (LaunchWizardAction.java:57)
> 	at org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
> 	at  
> org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection( 
> ActionContributionItem.java:538)
> 	at org.eclipse.jface.action.ActionContributionItem.access$2 
> (ActionContributionItem.java:488)
> 	at org.eclipse.jface.action.ActionContributionItem$5.handleEvent 
> (ActionContributionItem.java:400)
> 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
> 	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java: 
> 3125)
> 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
> 	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java: 
> 1699)
> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench 
> (Workbench.java:367)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java: 
> 143)
> 	at org.eclipse.ui.internal.ide.IDEApplication.run 
> (IDEApplication.java:103)
> 	at org.eclipse.core.internal.runtime.PlatformActivator$1.run 
> (PlatformActivator.java:226)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run 
> (EclipseStarter.java:376)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run 
> (EclipseStarter.java:163)
> 	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:324)
> 	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)


-sachin



Re: Geronimo Eclipse Plugin v1.1 RC1 available

Posted by Mario Rübsam <mr...@coderesearch.com>.
Hi,

I still have problems with the 1.1rc1 plugin and Eclipse 3.1.2 WTP 1.0.1
when I try to add a server using the "Define a New Server"
Dialog from the "Server" view I get a NPE before the dialog opens.
The same NPE appears when selecting the "Apache Geronimo v1.1 Server"
node in the dialogs tree.

Suggestions?

Thanks,
Mario


Sachin Patel wrote:
> All,
> 
> I have posted an RC1 candidate driver available for download at...
> 
> http://people.apache.org/dist/geronimo/eclipse/unstable/g-eclipse-plugin-1.1-RC1.zip 
> 
> 
> -sachin
> 
> 
>