Error on MyCommunications for 9.04

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

Error on MyCommunications for 9.04

John Lammin
Hello Everyone

I'm fairly new to OFBiz but I've just been doing some testing on the 9.04 online demo (version 781712) and got the following error message:

org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://party/widget/partymgr/CommunicationScreens.xml#MyCommunicationEvents]: java.lang.RuntimeException: Error rendering included form named [ListMyUnknownPartyEmails] at location [component://party/webapp/partymgr/communication/CommForms.xml]: org.xml.sax.SAXParseException: The element type "field" must be terminated by the matching end-tag "". (Error rendering included form named [ListMyUnknownPartyEmails] at location [component://party/webapp/partymgr/communication/CommForms.xml]: org.xml.sax.SAXParseException: The element type "field" must be terminated by the matching end-tag "".)

Steps to duplicate are as follows:

1. Login as admin
2. Go to Party Manager
3. Click on the 'My Communications' or 'Communications'  sub menus

Just as a comparison - I've taken a look at the online trunk version 782537 and it's working fine there.

Regards
John
Reply | Threaded
Open this post in threaded view
|

Re: Error on MyCommunications for 9.04

BJ Freeman
works on my 9.04 production.
not sure if you updated from svn
if so you might want to
ant clean
then
ant run-install (if you loading demo)
or
ant run

John - L sent the following on 6/8/2009 3:19 PM:

> Hello Everyone
>
> I'm fairly new to OFBiz but I've just been doing some testing on the 9.04
> online demo (version 781712) and got the following error message:
>
> org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen
> [component://party/widget/partymgr/CommunicationScreens.xml#MyCommunicationEvents]:
> java.lang.RuntimeException: Error rendering included form named
> [ListMyUnknownPartyEmails] at location
> [component://party/webapp/partymgr/communication/CommForms.xml]:
> org.xml.sax.SAXParseException: The element type "field" must be terminated
> by the matching end-tag "". (Error rendering included form named
> [ListMyUnknownPartyEmails] at location
> [component://party/webapp/partymgr/communication/CommForms.xml]:
> org.xml.sax.SAXParseException: The element type "field" must be terminated
> by the matching end-tag "".)
>
> Steps to duplicate are as follows:
>
> 1. Login as admin
> 2. Go to Party Manager
> 3. Click on the 'My Communications' or 'Communications'  sub menus
>
> Just as a comparison - I've taken a look at the online trunk version 782537
> and it's working fine there.
>
> Regards
> John

--
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems Integrator.

Reply | Threaded
Open this post in threaded view
|

Re: Error on MyCommunications for 9.04

John Lammin
Hi BJ

Thanks for replying.

The problem I've found is on the Hotwax Demo online version of 9.04. That's why I reported it. I've included a link to it below.

https://demo904.ofbiz.org/partymgr/control/MyCommunicationEvents

You can login as admin and try it for yourself.

Regards
John

BJ Freeman wrote
works on my 9.04 production.
not sure if you updated from svn
if so you might want to
ant clean
then
ant run-install (if you loading demo)
or
ant run

John - L sent the following on 6/8/2009 3:19 PM:
> Hello Everyone
>
> I'm fairly new to OFBiz but I've just been doing some testing on the 9.04
> online demo (version 781712) and got the following error message:
>
> org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen
> [component://party/widget/partymgr/CommunicationScreens.xml#MyCommunicationEvents]:
> java.lang.RuntimeException: Error rendering included form named
> [ListMyUnknownPartyEmails] at location
> [component://party/webapp/partymgr/communication/CommForms.xml]:
> org.xml.sax.SAXParseException: The element type "field" must be terminated
> by the matching end-tag "". (Error rendering included form named
> [ListMyUnknownPartyEmails] at location
> [component://party/webapp/partymgr/communication/CommForms.xml]:
> org.xml.sax.SAXParseException: The element type "field" must be terminated
> by the matching end-tag "".)
>
> Steps to duplicate are as follows:
>
> 1. Login as admin
> 2. Go to Party Manager
> 3. Click on the 'My Communications' or 'Communications'  sub menus
>
> Just as a comparison - I've taken a look at the online trunk version 782537
> and it's working fine there.
>
> Regards
> John

--
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems Integrator.
Reply | Threaded
Open this post in threaded view
|

Re: Error on MyCommunications for 9.04

BJ Freeman
In reply to this post by BJ Freeman
yup must be something in the updates I have not done on my site.
hans made some change at the end of last month.
look like line 221 is the culprit.
        <field name="contactListId"
use-when="communicationEvent.get(&quot;contactListId&quot;)!=null"><display/></field>



John - L sent the following on 6/8/2009 7:00 PM:

> Hi BJ
>
> Thanks for replying.
>
> The problem I've found is on the Hotwax Demo online version of 9.04. That's
> why I reported it. I've included a link to it below.
>
> https://demo904.ofbiz.org/partymgr/control/MyCommunicationEvents
>
> You can login as admin and try it for yourself.
>
> Regards
> John
>
>
> BJ Freeman wrote:
>> works on my 9.04 production.
>> not sure if you updated from svn
>> if so you might want to
>> ant clean
>> then
>> ant run-install (if you loading demo)
>> or
>> ant run
>>
>> John - L sent the following on 6/8/2009 3:19 PM:
>>> Hello Everyone
>>>
>>> I'm fairly new to OFBiz but I've just been doing some testing on the 9.04
>>> online demo (version 781712) and got the following error message:
>>>
>>> org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen
>>> [component://party/widget/partymgr/CommunicationScreens.xml#MyCommunicationEvents]:
>>> java.lang.RuntimeException: Error rendering included form named
>>> [ListMyUnknownPartyEmails] at location
>>> [component://party/webapp/partymgr/communication/CommForms.xml]:
>>> org.xml.sax.SAXParseException: The element type "field" must be
>>> terminated
>>> by the matching end-tag "". (Error rendering included form named
>>> [ListMyUnknownPartyEmails] at location
>>> [component://party/webapp/partymgr/communication/CommForms.xml]:
>>> org.xml.sax.SAXParseException: The element type "field" must be
>>> terminated
>>> by the matching end-tag "".)
>>>
>>> Steps to duplicate are as follows:
>>>
>>> 1. Login as admin
>>> 2. Go to Party Manager
>>> 3. Click on the 'My Communications' or 'Communications'  sub menus
>>>
>>> Just as a comparison - I've taken a look at the online trunk version
>>> 782537
>>> and it's working fine there.
>>>
>>> Regards
>>> John
>> --
>> BJ Freeman
>> http://www.businessesnetwork.com/automation
>> http://bjfreeman.elance.com
>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
>> Systems Integrator.
>>
>>
>>
>

--
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems Integrator.

Reply | Threaded
Open this post in threaded view
|

Re: Error on MyCommunications for 9.04

hans_bakker
In reply to this post by John Lammin
Hi John,

thanks for reporting, it is fixed in revision 782912

Regards,
Hans

On Mon, 2009-06-08 at 15:19 -0700, John - L wrote:

> Hello Everyone
>
> I'm fairly new to OFBiz but I've just been doing some testing on the 9.04
> online demo (version 781712) and got the following error message:
>
> org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen
> [component://party/widget/partymgr/CommunicationScreens.xml#MyCommunicationEvents]:
> java.lang.RuntimeException: Error rendering included form named
> [ListMyUnknownPartyEmails] at location
> [component://party/webapp/partymgr/communication/CommForms.xml]:
> org.xml.sax.SAXParseException: The element type "field" must be terminated
> by the matching end-tag "". (Error rendering included form named
> [ListMyUnknownPartyEmails] at location
> [component://party/webapp/partymgr/communication/CommForms.xml]:
> org.xml.sax.SAXParseException: The element type "field" must be terminated
> by the matching end-tag "".)
>
> Steps to duplicate are as follows:
>
> 1. Login as admin
> 2. Go to Party Manager
> 3. Click on the 'My Communications' or 'Communications'  sub menus
>
> Just as a comparison - I've taken a look at the online trunk version 782537
> and it's working fine there.
>
> Regards
> John
--
Antwebsystems.com: Quality OFBiz services for competitive rates