It's all about the answers!

Ask a question

unable to drag work items to Iteration plan


Tony Chen (3121) | asked Oct 10 '07, 10:06 a.m.
Both version of teamserver and teamclient is 0.6M3_win32.

I operate following the article 'The Jazz Tutorial', the article link is https://jazz.net/learn/LearnItem.jsp?href=content/docs/client-tour/index.html.

In step 3 of section 'Editing the Planned Items', when I drag and drop work items from Work Item View to iteration plan, I find that I can't add work item to the appropriate owner on the iteration plan, wherever I move the mouse, the icon is still a fork.

Can anyone tell me how to solve this problem? Or how to operate correctly?

Thanks.

6 answers



permanent link
yu wang (4886245) | answered Feb 15 '08, 1:42 a.m.
The question are reproduced on my WINDOW 2000 env .I think it's window 2000 question .

permanent link
yu wang (4886245) | answered Feb 06 '08, 9:42 a.m.
I think it is not about step.I have some machines which can't reprodue.but I can provide IBM IP to reproduce the question.
I am out of office before Feb 15.
after Feb 15,you can ping me.

permanent link
Dirk Baeumer (4811) | answered Feb 04 '08, 10:58 a.m.
JAZZ DEVELOPER
Can you provide steps to reproduce ? Is there anything in the error log.

Dirk
Agile Planning Team

openeis wrote:
I am 1.0Beta2a .
I can reproduce the question.

permanent link
yu wang (4886245) | answered Feb 01 '08, 1:43 a.m.
I am 1.0Beta2a .
I can reproduce the question.

permanent link
Tony Chen (3121) | answered Oct 14 '07, 12:01 a.m.
Dirk,

I just follow the tutorial step by step. I also dig in this problem, and find that when I drag the work item to the owner on iteration plan, there has an error raised at the Error Log view. And I also find that the error when I switch from the tab 'Overview' to the tab 'Planned Items'.

So I think this maybe because there hasn't the package in installation package of JAZZ client because I install JAZZSERVER and JAZZCLIENT in a clean vmware.

Tony


eclipse.buildId=I20071006-1336
java.fullversion=J2RE 1.5.0 IBM J9 2.3 Windows 2000 x86-32 j9vmwi3223-20070426 (JIT enabled)
J9VM - 20070420_12448_lHdSMR
JIT - 20070419_1806_r8
GC - 200704_19
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CN
Command-line arguments: -os win32 -ws win32 -arch x86

Error
Sat Oct 13 23:54:34 EDT 2007
Unhandled event loop exception

org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTException: Unable to load graphics library (java.lang.NoClassDefFoundError: org.eclipse.swt.internal.gdip.GdiplusStartupInput (initialization failure)))
at org.eclipse.swt.SWT.error(SWT.java:3563)
at org.eclipse.swt.SWT.error(SWT.java:3481)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443)
at org.eclipse.equinox.launcher.Main.run(Main.java:1169)
Caused by: org.eclipse.swt.SWTException: Unable to load graphics library (java.lang.NoClassDefFoundError: org.eclipse.swt.internal.gdip.GdiplusStartupInput (initialization failure))
at org.eclipse.swt.SWT.error(SWT.java:3563)
at org.eclipse.swt.graphics.Device.checkGDIP(Device.java:176)
at org.eclipse.swt.graphics.GC.initGdip(GC.java:3541)
at org.eclipse.swt.graphics.GC.setAlpha(GC.java:3854)
at com.ibm.team.apt.internal.ide.ui.util.Contributors.createLargeImage(Contributors.java:41)
at com.ibm.team.apt.internal.ide.ui.common.PlanOutlineResources$1$1.run(PlanOutlineResources.java:232)
at org.eclipse.ui.internal.UILockListener.doPendingWork(UILockListener.java:155)
at org.eclipse.ui.internal.UISynchronizer$2.run(UISynchronizer.java:126)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
... 22 more
Caused by: java.lang.NoClassDefFoundError: org.eclipse.swt.internal.gdip.GdiplusStartupInput (initialization failure)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:130)
at org.eclipse.swt.graphics.Device.checkGDIP(Device.java:170)
... 30 more

permanent link
Dirk Baeumer (4811) | answered Oct 12 '07, 11:35 a.m.
JAZZ DEVELOPER
Hi,

the issue is tracked in 29994: Can no longer drag and drop a work item
onto a person on a plan.

However we aren't able to reproduce the problem. Do you have any special
steps to reproduce it. Is there anything special with the work item you
are dropping onto the plan.

Dirk

chenguow wrote:
Both version of teamserver and teamclient is 0.6M3_win32.

I operate following the article 'The Jazz Tutorial', the article link
is
https://jazz.net/learn/LearnItem.jsp?href=content/docs/client-tour/index.html.


In step 3 of section 'Editing the Planned Items', when I drag and drop
work items from Work Item View to iteration plan, I find that I can't
add work item to the appropriate owner on the iteration plan,
wherever I move the mouse, the icon is still a fork.

Can anyone tell me how to solve this problem? Or how to operate
correctly?

Thanks.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.