Error in running ant run-install

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Error in running ant run-install

Sumit Pandit-3

Hello Devs,

While running ant run-install I am getting sequence of following error,

2008-12-25 11:07:06,532 (http-0.0.0.0-8443-2) [ UtilXml.java:660:ERROR] XmlFileLoader: File filebackup/sumit/ofbiz_dev/survey/framework/common/script/org/ofbiz/common/CommonServices.xml process error. Line: 225. Error message: cvc-complex-type.4: Attribute 'field' must appear on element 'field-to-result'.

XmlFileLoader: File filebackup/sumit/ofbiz_dev/survey/framework/common/script/org/ofbiz/common/CommonServices.xml process error. Line: 185. Error message: cvc-complex-type.4: Attribute 'obj-field' must appear on element 'call-object-method'.

2008-12-25 11:07:06,514 (http-0.0.0.0-8443-2) [ UtilXml.java:660:ERROR] XmlFileLoader: File filebackup/sumit/ofbiz_dev/survey/framework/common/script/org/ofbiz/common/CommonServices.xml process error. Line: 113. Error message: cvc-complex-type.4: Attribute 'entry' must appear on element 'first-from-list'.


Is any one else getting the same ? Can any one guess what should be the reason.


--

Thanks And Regards
Sumit Pandit
Reply | Threaded
Open this post in threaded view
|

Re: Error in running ant run-install

Jacques Le Roux
Administrator
This comes from a David's recent cleanup effort
http://docs.ofbiz.org/display/OFBTECH/Simple+Method+Cleanup+Effort

Locally I have commented out the line 660 for now ;o)

Jacques


From: "Sumit Pandit" <[hidden email]>
Hello Devs,

While running ant run-install I am getting sequence of following error,

2008-12-25 11:07:06,532 (http-0.0.0.0-8443-2) [ UtilXml.java:660:ERROR] XmlFileLoader: File
filebackup/sumit/ofbiz_dev/survey/framework/common/script/org/ofbiz/common/CommonServices.xml process error. Line: 225. Error
message: cvc-complex-type.4: Attribute 'field' must appear on element 'field-to-result'.

XmlFileLoader: File filebackup/sumit/ofbiz_dev/survey/framework/common/script/org/ofbiz/common/CommonServices.xml process error.
Line: 185. Error message: cvc-complex-type.4: Attribute 'obj-field' must appear on element 'call-object-method'.

2008-12-25 11:07:06,514 (http-0.0.0.0-8443-2) [ UtilXml.java:660:ERROR] XmlFileLoader: File
filebackup/sumit/ofbiz_dev/survey/framework/common/script/org/ofbiz/common/CommonServices.xml process error. Line: 113. Error
message: cvc-complex-type.4: Attribute 'entry' must appear on element 'first-from-list'.


Is any one else getting the same ? Can any one guess what should be the reason.


--

Thanks And Regards
Sumit Pandit

Reply | Threaded
Open this post in threaded view
|

Re: Error in running ant run-install

Sumit Pandit-3
In reply to this post by Sumit Pandit-3
Thanks Jacques,

I'll try this.

--
Sumit Pandit


----- "Jacques Le Roux" <[hidden email]> wrote:

| This comes from a David's recent cleanup effort
| http://docs.ofbiz.org/display/OFBTECH/Simple+Method+Cleanup+Effort
|
| Locally I have commented out the line 660 for now ;o)
|
| Jacques
|
|
| From: "Sumit Pandit" <[hidden email]>
| Hello Devs,
|
| While running ant run-install I am getting sequence of following
| error,
|
| 2008-12-25 11:07:06,532 (http-0.0.0.0-8443-2) [
| UtilXml.java:660:ERROR] XmlFileLoader: File
| filebackup/sumit/ofbiz_dev/survey/framework/common/script/org/ofbiz/common/CommonServices.xml
| process error. Line: 225. Error
| message: cvc-complex-type.4: Attribute 'field' must appear on element
| 'field-to-result'.
|
| XmlFileLoader: File
| filebackup/sumit/ofbiz_dev/survey/framework/common/script/org/ofbiz/common/CommonServices.xml
| process error.
| Line: 185. Error message: cvc-complex-type.4: Attribute 'obj-field'
| must appear on element 'call-object-method'.
|
| 2008-12-25 11:07:06,514 (http-0.0.0.0-8443-2) [
| UtilXml.java:660:ERROR] XmlFileLoader: File
| filebackup/sumit/ofbiz_dev/survey/framework/common/script/org/ofbiz/common/CommonServices.xml
| process error. Line: 113. Error
| message: cvc-complex-type.4: Attribute 'entry' must appear on element
| 'first-from-list'.
|
|
| Is any one else getting the same ? Can any one guess what should be
| the reason.
|
|
| --
|
| Thanks And Regards
| Sumit Pandit

--