It's all about the answers!

Ask a question

Client plugin org.eclipse.core.runtime.AssertionFailedExcept


Baris Erdemir (1812819) | asked Dec 23 '10, 9:36 a.m.
Hi,

I have a client plugin that is collecting workitem type, workitem state and build information. It is a part of a pre-condition.

It used to work before but now, when I click on the advisor, I am now having an exception:

"org.eclipse.core.runtime.AssertionFailedException"

Which log file will help me to find out what the problem is?

Thank you

3 answers



permanent link
Baris Erdemir (1812819) | answered Dec 28 '10, 7:20 a.m.
when I change the size of the window, I see the ui (3 combo boxes).
But the combo boxes are empty.
Thanks,

permanent link
Philippe Krief (561155) | answered Jan 03 '11, 4:21 a.m.
JAZZ DEVELOPER
Hi Baris,
Happy New Year!

Did you try to run your client in a debug mode and catch the AssertionFailedException?
It should help you?

Now, if this code runs on the client side, you could check the .log file located in <YourEclipseWorkSpace>/.metadata/.log

If the code runs on the server side and if your server is a tomcat server you should find the stack trace in the file: <RTCRoot>/jazz/server/logs/jazz.log

permanent link
Baris Erdemir (1812819) | answered Jan 03 '11, 11:45 a.m.
Thank you Philippe, happy new year!
I moved clientside configuration to server. So now I do not need that plugin anymore.
I wonder what the problem is. I'll debug it and tell you what had happened.



Did you try to run your client in a debug mode and catch the AssertionFailedException?
It should help you?

Your answer


Register or to post your answer.