Getting the below error and then when I click OK, the screen goes blank
Code: Select all
ease see server logs for details. (TypeError): Cannot read property 'com_google_gwt_user_client_ui_UIObject_element' of null stack: TypeError: Cannot read property 'com_google_gwt_user_client_ui_UIObject_element' of null at com_google_gwt_user_client_ui_AbsolutePanel_$add__Lcom_google_gwt_user_client_ui_AbsolutePanel_2Lcom_google_gwt_user_client_ui_Widget_2V (http://localhost:8081/admin/com.mycompany.gwt.mycompanyAdmin/22208D385AC349D8FE5D2519C51E9A5C.cache.html:7731:202) at org_broadleafcommerce_openadmin_client_BLCMain_finalizeCurrentState__Ljava_lang_String_2Ljava_lang_String_2V (http://localhost:8081/admin/com.mycompany.gwt.mycompanyAdmin/22208D385AC349D8FE5D2519C51E9A5C.cache.html:26000:3) at org_broadleafcommerce_openadmin_client_BLCMain$1_$complete__Lorg_broadleafcommerce_openadmin_client_BLCMain$1_2V (http://localhost:8081/admin/com.mycompany.gwt.mycompanyAdmin/22208D385AC349D8FE5D2519C51E9A5C.cache.html:26050:333) at org_broadleafcommerce_openadmin_client_setup_WorkflowEnabledPreProcessor$1_$onSuccess__Lorg_broadleafcommerce_openadmin_client_setup_WorkflowEnabledPreProcessor$1_2Ljava_lang_Boolean_2V (http://localhost:8081/admin/com.mycompany.gwt.mycompanyAdmin/22208D385AC349D8FE5D2519C51E9A5C.cache.html:33273:3) at Object.org_broadleafcommerce_openadmin_client_setup_WorkflowEnabledPreProcessor$1_onSuccess__Ljava_lang_Object_2V [as onSuccess__Ljava_lang_Object_2V] (http://localhost:8081/admin/com.mycompany.gwt.mycompanyAdmin/22208D385AC349D8FE5D2519C51E9A5C.cache.html:33290:3) at com_google_gwt_user_client_rpc_impl_RequestCallbackAdapter_$onResponseReceived__Lcom_google_gwt_user_client_rpc_impl_RequestCallbackAdapter_2Lcom_google_gwt_http_client_Request_2Lcom_google_gwt_http_client_Response_2V (http://localhost:8081/admin/com.mycompany.gwt.mycompanyAdmin/22208D385AC349D8FE5D2519C51E9A5C.cache.html:7110:93) at com_google_gwt_http_client_Request_$fireOnResponseReceived__Lcom_google_gwt_http_client_Request_2Lcom_google_gwt_http_client_RequestCallback_2V (http://localhost:8081/admin/com.mycompany.gwt.mycompanyAdmin/22208D385AC349D8FE5D2519C51E9A5C.cache.html:1953:5) at Object.com_google_gwt_http_client_RequestBuilder$1_onReadyStateChange__Lcom_google_gwt_xhr_client_XMLHttpRequest_2V [as onReadyStateChange__Lcom_google_gwt_xhr_client_XMLHttpRequest_2V] (http://localhost:8081/admin/com.mycompany.gwt.mycompanyAdmin/22208D385AC349D8FE5D2519C51E9A5C.cache.html:2223:5) at XMLHttpRequest. (http://localhost:8081/admin/com.mycompany.gwt.mycompanyAdmin/22208D385AC349D8FE5D2519C51E9A5C.cache.html:9363:13) at com_google_gwt_core_client_impl_Impl_apply__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2 (http://localhost:8081/admin/com.mycompany.gwt.mycompanyAdmin/22208D385AC349D8FE5D2519C51E9A5C.cache.html:637:21)
Please help me with this as I dont understand GWT. Please let me know what should I do to resolve this