I got the following exception in my log today:

 

java.util.NoSuchElementException

            at java.util.AbstractList$Itr.next(Unknown Source)

            at java.util.AbstractList.removeRange(Unknown Source)

            at java.util.AbstractList.clear(Unknown Source)

            at com.recommind.annotation.controller.SearchController.getPublicSearchesMenu(SearchController.java:897)

            ...

           

SearchController:

public UISelectOne getPublicSearchesMenu() {

                        if (this.publicSearchesMenu==null){

                                    this.publicSearchesMenu = new HtmlSelectOneMenu();

                        }

             

                        this.publicSearchesMenu.getChildren().clear();    //***LINE 897***

             

Has anybody an idea why this is thrown?

 

Michael

Reply via email to