No new Frameworks, no new Components

From: Christian von wedel (christian.vonwede..ediaclick.de)
Date: Thu Aug 24 2006 - 04:26:28 EDT

  • Next message: Marc Guenther: "Re: No new Frameworks, no new Components"

    Moin moin List,

    yesterday i discovered some problems in the build 3055. I can't create
    new Frameworks or new Components. I used the new update URL for stable
    releases, as Mike announced earlier this month. To verify the problem i
    installed a completely fresh eclipse with an empty workspace.

    my system:
    Windows XP professional
    Eclipse 3.2.0 (Callisto)
    WOLips 2.0.0.3055

    The following two errors occurred in my log file. The first one
    occurred, when i tried to create a new component, the second one when i
    tried to create a framework.

    eclipse.buildId=M20060629-1905
    java.version=1.5.0_06
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
    Command-line arguments: -os win32 -ws win32 -arch x86
     
    Error
    Thu Aug 24 09:33:54 CEST 2006
    Internal Error
     
    java.lang.NoClassDefFoundError:
    org/objectstyle/wolips/templateengine/ComponentEngine
    at
    org.objectstyle.wolips.wizards.WOComponentCreator.createWOComponent(WOComponentCreator.java:169)

    at
    org.objectstyle.wolips.wizards.WOComponentCreator.run(WOComponentCreator.java:118)

    at
    org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:68)

    at
    org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:101)

    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737)
    at
    org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:113)

    at
    org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369)

    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313)
    at
    org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:479)

    at
    org.objectstyle.wolips.wizards.WizardNewWOResourcePage.createResourceOperation(WizardNewWOResourcePage.java:118)

    at
    org.objectstyle.wolips.wizards.WOComponentCreationPage.createComponent(WOComponentCreationPage.java:218)

    at
    org.objectstyle.wolips.wizards.WOComponentCreationWizard.performFinish(WOComponentCreationWizard.java:86)

    at
    org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:680)
    at
    org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:355)
    at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
    at org.eclipse.jface.window.Window.open(Window.java:796)
    at
    org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:110)

    at org.eclipse.jface.action.Action.runWithEvent(Action.java:499)
    at
    org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)

    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:928)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
    at
    org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
    at
    org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)

    at
    org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)

    at
    org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)

    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)

    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)

    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.invokeFramework(Main.java:336)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
    at org.eclipse.core.launcher.Main.run(Main.java:977)
    at org.eclipse.core.launcher.Main.main(Main.java:952)
     
    -----------------------------------------------------------------------
    eclipse.buildId=M20060629-1905
    java.version=1.5.0_06
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
    Command-line arguments: -os win32 -ws win32 -arch x86
     
    Error
    Thu Aug 24 09:28:07 CEST 2006
    org/objectstyle/wolips/templateengine/TemplateEngine
     
    java.lang.NoClassDefFoundError:
    org/objectstyle/wolips/templateengine/TemplateEngine
    at
    org.objectstyle.wolips.wizards.WOFrameworkWizard$Operation.execute(WOFrameworkWizard.java:112)

    at
    org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:101)

    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737)
    at
    org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:113)

    at
    org.objectstyle.wolips.wizards.WOFrameworkWizard.performFinish(WOFrameworkWizard.java:177)

    at
    org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:680)
    at
    org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:355)
    at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
    at org.eclipse.jface.window.Window.open(Window.java:796)
    at
    org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:110)

    at org.eclipse.jface.action.Action.runWithEvent(Action.java:499)
    at
    org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)

    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:928)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
    at
    org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
    at
    org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)

    at
    org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)

    at
    org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)

    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)

    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)

    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.invokeFramework(Main.java:336)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
    at org.eclipse.core.launcher.Main.run(Main.java:977)
    at org.eclipse.core.launcher.Main.main(Main.java:952)
     

    Best regards
    Christian von Wedel



    This archive was generated by hypermail 2.0.0 : Thu Aug 24 2006 - 04:26:06 EDT