> Error on console when navigate to update party email address page
> -----------------------------------------------------------------
>
> Key: OFBIZ-7130
> URL:
https://issues.apache.org/jira/browse/OFBIZ-7130> Project: OFBiz
> Issue Type: Bug
> Components: framework, party
> Affects Versions: Release Branch 13.07, Release Branch 14.12, Trunk, Release Branch 15.12
> Reporter: Amardeep Singh Jhajj
> Assignee: Pranay Pandey
> Priority: Minor
> Fix For: 14.12.01, 15.12.01, 13.07.04
>
> Attachments: OFBIZ-7130-Releases.patch, OFBIZ-7130-trunk.patch
>
>
> Here is the error log:
> {code}
> [java] 2016-05-26 09:06:55,702 |http-nio-8443-exec-7 |ControlServlet |T| [[[editcontactmech(Domain:
https://localhost)] Request Done- total:1.114,since last([editcontactmech(...):1.114]]
> [java] 2016-05-26 09:06:55,752 |http-nio-8443-exec-9 |ControlServlet |T| [[[getAssociatedStateList(Domain:
https://localhost)] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]]
> [java] 2016-05-26 09:06:55,813 |http-nio-8443-exec-9 |UtilProperties |I| ResourceBundle ServiceErrorUiLabels (en_US) created in 0.045s with 34 properties
> [java] 2016-05-26 09:06:55,814 |http-nio-8443-exec-9 |ServiceDispatcher |E| Incoming context (in runSync : getAssociatedStateList) does not match expected requirements
> [java] org.ofbiz.service.ServiceValidationException: The following required parameter is missing: [getAssociatedStateList.countryGeoId]
> [java] at org.ofbiz.service.ModelService.validate(ModelService.java:557) ~[ofbiz-service.jar:?]
> [java] at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:376) [ofbiz-service.jar:?]
> [java] at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:227) [ofbiz-service.jar:?]
> {code}
> I will provide the patch soon.