facebook

Cannot add Web project capability [Closed]

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #215445 Reply

    volodyav
    Member

    I am using Eclipse 3.0 and MyEclipse 3.8.1.

    When I try to add Web Project capability to an existing project it prompts me with MyEclipse Web Capabilities dialog. After I specify parameters (web root, etc) and click Finish it briefly (I cannot even read anything) flashes some message box and returns me to the same dialog. The only way to escape from it – to click “Cancel” …

    Any help will be appreciated…

    #215447

    volodyav
    Member

    Sorry, forgot to include the content of the log:

    !SESSION Sep 17, 2004 12:39:25.697 ———————————————
    java.version=1.4.2_04
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    !ENTRY org.eclipse.osgi Sep 17, 2004 12:39:25.697
    !MESSAGE Bundle reference:file:C:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.webdesigner_3.8.1 [50] was not resolved
    !ENTRY org.eclipse.osgi Sep 17, 2004 12:39:25.707
    !MESSAGE Bundle reference:file:C:/Program Files/MyEclipse/eclipse/plugins/com.ibm.sse.editor.jsp_13.8.1 [96] was not resolved
    !ENTRY org.eclipse.osgi Sep 17, 2004 12:39:25.707
    !MESSAGE Bundle reference:file:C:/Program Files/MyEclipse/eclipse/plugins/com.ibm.xsdeditor_13.8.1 [121] was not resolved
    !ENTRY org.eclipse.osgi Sep 17, 2004 12:39:25.707
    !MESSAGE Bundle reference:file:C:/Program Files/MyEclipse/eclipse/plugins/com.ibm.xtools.common.ui.properties_13.8.1 [122] was not resolved
    !ENTRY com.genuitec.eclipse.j2eedt.core 1 1 Sep 17, 2004 12:39:56.101
    !MESSAGE Error
    !STACK 0
    java.lang.reflect.InvocationTargetException
    at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:315)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252)
    at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:394)
    at com.genuitec.eclipse.j2eedt.ui.wizard.WebProjectConversionWizard.performFinish(Unknown Source)
    at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:608)
    at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:321)
    at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:402)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2348)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2029)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:647)
    at org.eclipse.jface.window.Window.open(Window.java:627)
    at com.genuitec.eclipse.j2eedt.ui.action.WebProjectConversionActionDelegate.basicRun(Unknown Source)
    at com.genuitec.eclipse.j2eedt.ui.action.WebProjectConversionActionDelegate.run(Unknown Source)
    at com.genuitec.eclipse.core.ui.action.LicenseValidatingActionDelegate.runWithEvent(Unknown Source)
    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:263)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:536)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2348)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2029)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1550)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1526)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:265)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:257)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:104)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:279)
    at org.eclipse.core.launcher.Main.run(Main.java:742)
    at org.eclipse.core.launcher.Main.main(Main.java:581)
    Caused by: java.lang.NoSuchMethodError: org.eclipse.jdt.internal.core.ClasspathEntry.<init>(IILorg/eclipse/core/runtime/IPath;[Lorg/eclipse/core/runtime/IPath;[Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;Z)V
    at com.genuitec.eclipse.j2eedt.core.builder.WebProjectConverter.basicConvert(Unknown Source)
    at com.genuitec.eclipse.j2eedt.core.builder.WebProjectConverter.convert(Unknown Source)
    at com.genuitec.eclipse.j2eedt.ui.wizard.WebProjectConversionWizard$1.run(Unknown Source)
    at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302)
    … 38 more

    #215450

    Scott Anderson
    Participant

    !ENTRY org.eclipse.osgi Sep 17, 2004 12:39:25.697
    !MESSAGE Bundle reference:file:C:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.webdesigner_3.8.1 [50] was not resolved
    !ENTRY org.eclipse.osgi Sep 17, 2004 12:39:25.707
    !MESSAGE Bundle reference:file:C:/Program Files/MyEclipse/eclipse/plugins/com.ibm.sse.editor.jsp_13.8.1 [96] was not resolved
    !ENTRY org.eclipse.osgi Sep 17, 2004 12:39:25.707
    !MESSAGE Bundle reference:file:C:/Program Files/MyEclipse/eclipse/plugins/com.ibm.xsdeditor_13.8.1 [121] was not resolved
    !ENTRY org.eclipse.osgi Sep 17, 2004 12:39:25.707
    !MESSAGE Bundle reference:file:C:/Program Files/MyEclipse/eclipse/plugins/com.ibm.xtools.common.ui.properties_13.8.1 [122] was not resolved

    Given the above, it looks like an installation problem as these plugins should be present and resolvable. I’d suggest deleting the log, restarting
    eclipse with the -clean option, and then rechecking the log to see if the errors are gone. If so, try to create your web project again.

    If that doesn’t work, can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.

    #215464

    volodyav
    Member

    Scott,

    I resolved the issue. It was related to the fact that I used version Eclipse 3.0 prior to 6/25/04 release. As soon as I installed right Eclipse 3.0 version – it worked.

    Thanks,
    volodyav.

    #215465

    Scott Anderson
    Participant

    Excellent news. There were lots of API changes right up to the end, so it’s not surprising. 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Cannot add Web project capability [Closed]

You must be logged in to post in the forum log in