Uploaded image for project: 'Medici'
  1. Medici
  2. MMDB-425

exception with empty context

XMLWordPrintableJSON

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 0.3
    • None
    • Desktop client
    • None

      Feb 2, 2010 3:11:17 PM edu.illinois.ncsa.bard.BardFrame setContext
      INFO: Frame context now: org.tupeloproject.kernel.UnionContext@15c929a
      2010-02-02 15:11:18.413 [main] ERROR org.eclipse.ui.statushandlers.WorkbenchErrorHandler.handle(WorkbenchErrorHandler.java:78) - Unable to create view ID edu.illinois.ncsa.mmdb.desktop.ui.views.CollectionListView: Error: no suitable mapping found. Tried with rdf type="null", class name ="null"
      java.lang.IllegalArgumentException: Error: no suitable mapping found. Tried with rdf type="null", class name ="null"
      at org.tupeloproject.kernel.beans.things.NewBeanStrategy.resolve(NewBeanStrategy.java:71)
      at org.tupeloproject.kernel.beans.things.BeanThing.getActiveMapping(BeanThing.java:380)
      at org.tupeloproject.kernel.beans.BeanSessionImpl.updateRegister(BeanSessionImpl.java:1114)
      at org.tupeloproject.kernel.beans.BeanSessionImpl.fetchBean(BeanSessionImpl.java:621)
      at edu.illinois.ncsa.bard.BardFrame.getBean(BardFrame.java:113)
      at edu.illinois.ncsa.mmdb.desktop.ui.views.CollectionListView.refresh(CollectionListView.java:86)
      at edu.illinois.ncsa.mmdb.desktop.ui.views.CollectionListView.wrappedCreatePartControl(CollectionListView.java:155)
      at edu.illinois.ncsa.bard.ui.views.BardFrameView.createPartControl(BardFrameView.java:54)
      at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:367)
      at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:226)
      at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
      at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313)
      at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:529)
      at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180)
      at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:270)
      at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
      at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:473)
      at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256)
      at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:668)
      at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:576)
      at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:568)
      at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:272)
      at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:982)
      at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2626)
      at org.eclipse.ui.internal.WorkbenchWindow$27.run(WorkbenchWindow.java:2965)
      at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
      at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2946)
      at org.eclipse.ui.internal.WorkbenchWindow$21.runWithException(WorkbenchWindow.java:2263)
      at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
      at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
      at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
      at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3855)
      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3476)
      at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
      at org.eclipse.ui.internal.Workbench$28.runWithException(Workbench.java:1384)
      at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
      at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
      at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
      at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3855)
      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3476)
      at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2316)
      at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
      at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
      at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
      at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
      at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
      at edu.illinois.ncsa.mmdb.desktop.rcp.Application.start(Application.java:15)
      at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
      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:368)
      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:559)
      at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
      at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
      at org.eclipse.equinox.launcher.Main.main(Main.java:1287)

              shawn Shawn Hampton
              kooper Rob Kooper
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: