Menu

Create JDO metadata Wizard start fails

Help
2004-11-25
2012-12-26
  • Nobody/Anonymous

    I'm running Eclipse 3.01 and everything worked fine from your tutorial until i tried to create the metadata file. When i clicked the action nothing happened. When looking into Error log, the followong error will be produced:

    Unresolved compilation problems:
        The import net.sourceforge.devtool.jdosupport.wizards cannot be resolved
        The import net.sourceforge.devtool.jdosupport.wizards cannot be resolved
        The import net.sourceforge.devtool.jdosupport.wizards cannot be resolved
        The import net.sourceforge.devtool.jdosupport.wizards cannot be resolved
        The import net.sourceforge.devtool.jdosupport.wizards cannot be resolved
        The import net.sourceforge.devtool.jdosupport.wizards cannot be resolved
        IJDOExtentionBuilder cannot be resolved or is not a valid superinterface
        IJDOClassDescription cannot be resolved (or is not a valid type) for the parameter jdoClass of the method setJDOClassDescription
        IJDOClassPartDescriptor cannot be resolved (or is not a valid type) for the parameter classPart of the method addClassExtention
        IJDOField cannot be resolved (or is not a valid type) for the parameter jdoField of the method addFieldExtention
        JDOClassModel cannot be resolved (or is not a valid type) for the parameter classModel of the method addClassExtention
        JDOFieldModel cannot be resolved (or is not a valid type) for the parameter fieldModel of the method addFieldExtention

    Here is the trace:

    java.lang.Error: Unresolved compilation problems:
        The import net.sourceforge.devtool.jdosupport.wizards cannot be resolved
        The import net.sourceforge.devtool.jdosupport.wizards cannot be resolved
        The import net.sourceforge.devtool.jdosupport.wizards cannot be resolved
        The import net.sourceforge.devtool.jdosupport.wizards cannot be resolved
        The import net.sourceforge.devtool.jdosupport.wizards cannot be resolved
        The import net.sourceforge.devtool.jdosupport.wizards cannot be resolved
        IJDOExtentionBuilder cannot be resolved or is not a valid superinterface
        IJDOClassDescription cannot be resolved (or is not a valid type) for the parameter jdoClass of the method setJDOClassDescription
        IJDOClassPartDescriptor cannot be resolved (or is not a valid type) for the parameter classPart of the method addClassExtention
        IJDOField cannot be resolved (or is not a valid type) for the parameter jdoField of the method addFieldExtention
        JDOClassModel cannot be resolved (or is not a valid type) for the parameter classModel of the method addClassExtention
        JDOFieldModel cannot be resolved (or is not a valid type) for the parameter fieldModel of the method addFieldExtention

        at net.sourceforge.devtool.jdosupport.tjdo.TJDOExtentionBuilder.<init>(TJDOExtentionBuilder.java:6)

        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)

        at java.lang.reflect.Constructor.newInstance(Unknown Source)

        at java.lang.Class.newInstance0(Unknown Source)

        at java.lang.Class.newInstance(Unknown Source)

        at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:141)

        at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:124)

        at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:113)

        at net.sourceforge.devtool.jdosupport.wizards.pages.IdentityHandlingPage.addExtentionBuilders(IdentityHandlingPage.java:179)

        at net.sourceforge.devtool.jdosupport.wizards.pages.IdentityHandlingPage.<init>(IdentityHandlingPage.java:150)

        at net.sourceforge.devtool.jdosupport.wizards.wizards.NewJDODescriptorWizard.addPages(NewJDODescriptorWizard.java:89)

        at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:448)

        at org.eclipse.jface.window.Window.create(Window.java:348)

        at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:925)

        at org.eclipse.jface.window.Window.open(Window.java:637)

        at net.sourceforge.devtool.jdosupport.wizards.actions.CreateJDODescriptor.run(CreateJDODescriptor.java:79)

        at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:276)

        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:915)

        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:866)

        at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:785)

        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)

        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)

        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772)

        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431)

        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)

        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)

        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)

        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)

        at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)

        at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)

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

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

        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:185)

        at org.eclipse.core.launcher.Main.run(Main.java:704)

        at org.eclipse.core.launcher.Main.main(Main.java:688)

    Any Idea?

    greets
    Sebastian (s.bischoff@gmx.org)

     
    • Huluvu424242

      Huluvu424242 - 2004-11-25

      Hi Sebastian,

      very thanks for your feedback. Please give me a hint wich version of devtools do you have installed?
      1) using eclipse update manager (in this case wich date)
      2) using sourceforge.net download site

      I'will be debug at the weekend.

      Thank you very much, Thomas.

       
    • Sebastian

      Sebastian - 2004-11-26

      I installed devtools using the Eclipse Update Manager. Date was 25.11.2004 16:04:10.

      Greets,
      Sebastian

       
    • Huluvu424242

      Huluvu424242 - 2004-11-28

      Hi Sebastian,

      now a new version of update site is installed. I hope this  works better. The old version had nested features - now the update site has a flat hierarchy.

      I think the best way to install is:
      1) Remove the jdo nature from current projects. (context menu)
      2) Uninstall Project Development Features in Help/Mangage Configuration - right side
      3) close eclipse
      4) remove all direcetories wich are named :
          ECLIPSE_HOME\plugins\net.sourceforge.devtool.*
          ECLIPSE_HOME\features\net.sourceforge.devtool.*
      5) start eclipse
      6) install devtool with eclipse update manager
      7) check jdo preference page values
      8) add jdo nature to your projects
      9) try to work with devtool
      ..
      if you find a bug or anything else please submit a bug request to tracker or post a message to this forum.

      Thank you very much for your interest and for your feedback.

      Bye Thomas

       
    • Sebastian

      Sebastian - 2004-11-28

      hey that works! thx you very much.
      i was searching for an easy to use tool for our uni project and most of jdo projects don't really works, or aren't easy to use.

      greets,
      Sebastian

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.