Client plugin org.eclipse.core.runtime.AssertionFailedExcept
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
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
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
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
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.
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?