An error has occurred. See error log for more details.
Cannot invoke “org.eclipse.ui.IEditorPart.getEditorSite()” because “editor” is null
An error has occurred. See error log for more details.
Cannot invoke “org.eclipse.ui.IEditorPart.getEditorSite()” because “editor” is null
Hi there,
Thank you very much for your topic! It may take a little while before Katalon team member or others forum members respond to you.
In the meantime, you can double-check your post to see if you can add any extra information i.e. error logs, HTML codes, screenshots, etc. Check out this posting guide to help us help you better!
Thanks!
Katalon Community team
Hi @bhushan.chavan,
Welcome to our forum!
Can you help to attach your error log in the thread as well?
Thanks,
Albert
can you replication steps ?
This error message indicates that there is an attempt to call the method getEditorSite()
on an object that is null, specifically on an “editor” object. In this context, the error is occurring because the variable “editor” is not pointing to an instance of an editor object, hence the inability to invoke the method on a null object.