Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Zend Framework project Wizard error(org.eclipse.ui - Unhandled event loop exception)
Zend Framework project Wizard error [message #694623] Sat, 09 July 2011 02:21 Go to next message
Wayne  is currently offline Wayne Friend
Messages: 1
Registered: July 2011
Junior Member
Has anybody had similar experience? Any help is appreciated.

My OS, and other environment:
ubuntu 10.4
eclipse.buildId=I20100608-0911
java.version=1.6.0_24
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments: -product org.eclipse.epp.package.php.product
Command-line arguments: -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.php.product

New installation
1. I have installed a fresh copy of eclipse PDT, which I downloaded from zend.com
2. I then go to help -> Install Software and install Zend Studio plugins from zend:
zend Studio CE - downloads.zend.com/studio-eclipse/updates/8_0/
installed "Zend Studio Features"
3. after restart eclipse, go to File -> New -> Projct ... , select a wizard pop up,
select PHP -> Zend framwork Project, then click "Next" button at the bottom of the pop-up.

Problem
no project is created, in Error log, I have found the following error:
Unhandled event loop eexception in plug-in "org.eclipse.ui"
zoom in to that error, here are the details

java.lang.NoClassDefFoundError: org/eclipse/php/internal/ui/wizards/NameGroup
at org.zend.php.framework.ui.wizards.ZendFrameworkProjectWizardBasePage.createControl(ZendFrameworkProjectWizardBasePage.java)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
at org.zend.php.framework.ui.wizards.ZendFrameworkBasicProjectCreationWizard.createPageControls(ZendFrameworkBasicProjectCreationWizard.java)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:734)
at org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:1162)
at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1221)
at org.eclipse.jface.wizard.WizardDialog.access$4(WizardDialog.java:1218)
at org.eclipse.jface.wizard.WizardDialog$6.run(WizardDialog.java:1207)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1205)
at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:894)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:426)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3552)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3171)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ui.internal.handlers.WizardHandler$New.executeHandler(WizardHandler.java:254)
at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:274)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3552)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3171)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
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:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)


Re: Zend Framework project Wizard error [message #696145 is a reply to message #694623] Wed, 13 July 2011 11:00 Go to previous messageGo to next message
dominik is currently offline dominikFriend
Messages: 122
Registered: July 2009
Senior Member
On 2011-07-09 04:21, Wayne wrote:
> Has anybody had similar experience? Any help is appreciated.

This seems to be zend studio specific issue, You should report it at zend site
becuase probably they maintain that part of code for specific ZF projects.

best regards

/dmc
Re: Zend Framework project Wizard error [message #754178 is a reply to message #694623] Tue, 01 November 2011 08:26 Go to previous message
Srujan Chaitanya is currently offline Srujan ChaitanyaFriend
Messages: 1
Registered: November 2011
Junior Member
@Wayne I had the exact same issue I have tried hell a lot of combinations. with eclipse build and zend. But one that worked perfectly is Eclipse 3.7 . Google for "vanilla Eclipse " find a result from "polarion" site that gives you a plain vanilla eclipse 3.7.1. This works perfectly fine Smile
Previous Topic:Xdebug
Next Topic:Is xdebug debugger should suspend on error
Goto Forum:
  


Current Time: Fri Mar 29 09:54:43 GMT 2024

Powered by FUDForum. Page generated in 0.02078 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top