Got excetion when click on Report in main menu

I got this message when i tried to run Report from Menu bar:


java.lang.NullPointerException
	at com.haulmont.cuba.gui.xml.layout.loaders.WindowLoader.loadDialogOptions(WindowLoader.java:98)
	at com.haulmont.cuba.gui.xml.layout.loaders.WindowLoader.loadComponent(WindowLoader.java:58)
	at com.haulmont.cuba.gui.WindowManager.createWindow(WindowManager.java:417)
	at com.haulmont.cuba.gui.WindowManager.openWindow(WindowManager.java:591)
	at com.haulmont.cuba.web.WebWindowManager.openWindow(WebWindowManager.java:137)
	at com.haulmont.cuba.gui.config.MenuCommand.execute(MenuCommand.java:100)
	at com.haulmont.cuba.web.sys.MenuBuilder$1.menuSelected(MenuBuilder.java:173)

Can’t start Report.

Hi,

have you overwritten theme properties in your project? Could you provide a sample?

Yes, I have overwritten a few properties.
I solved this issue by creating a new project
and copied all files from old project.
When I started the new project everything worked a’s expect.

It seems that you have missed some @include instruction in your theme properties or something like that. Unfortunately, I cannot say what is wrong without a sample.