Exception in running on V 6.10 login window

Hi
I tried to migrate my project to 6.10 and following error seems to me the problem is related grid without and column but didn’t see any GUI component this error attached to. Any clue about the reason and a solution?

2018-10-05 21:35:58.120 ERROR [http-nio-8080-exec-21] com.haulmont.cuba.web.AppUI - Unable to init ui com.haulmont.cuba.gui.GuiDevelopmentException: 'grid' element must contain 'columns' element at com.haulmont.cuba.gui.xml.layout.loaders.GridLayoutLoader.createComponent(GridLayoutLoader.java:42) ~[cuba-gui-6.10.0.jar:6.10.0] at com.haulmont.cuba.gui.xml.layout.LayoutLoader.createComponent(LayoutLoader.java:94) ~[cuba-gui-6.10.0.jar:6.10.0] at com.haulmont.cuba.gui.xml.layout.loaders.ContainerLoader.createSubComponents(ContainerLoader.java:69) ~[cuba-gui-6.10.0.jar:6.10.0] at com.haulmont.cuba.gui.xml.layout.loaders.VBoxLayoutLoader.createComponent(VBoxLayoutLoader.java:26) ~[cuba-gui-6.10.0.jar:6.10.0] at com.haulmont.cuba.gui.xml.layout.LayoutLoader.createComponent(LayoutLoader.java:94) ~[cuba-gui-6.10.0.jar:6.10.0] at com.haulmont.cuba.gui.xml.layout.loaders.ContainerLoader.createSubComponents(ContainerLoader.java:69) ~[cuba-gui-6.10.0.jar:6.10.0]

I used Studio to migrate, therefore, I suppose there is no manual migration of my code necessary. Accordingly I noticed that the build.gradle has been updated with the following automatically:

  entitiesEnhancing {
    main { enabled = true }
}

Thanks for any help.

I found the issue, it was in the login window, fixed it and now running.

regards

@mortozakhan

I’m not sure saying it is fixed classes as a solution.

Can you please share the actual solution.

Hi John
Please have a look at the breaking changes and for fixing log-in window, change as suggested here.
I hope it helps.

1 Like