Internal error when rendering SFA -> Merge contacts and SFA->Merge Lead (Ofbiz Demo)
------------------------------------------------------------------------------------- Key: OFBIZ-3642 URL: https://issues.apache.org/jira/browse/OFBIZ-3642 Project: OFBiz Issue Type: Bug Components: marketing Affects Versions: SVN trunk Reporter: Blas Rodriguez Somoza Priority: Minor Fix For: SVN trunk When rendering "Merge contacts" and "Merge Lead" there are an internal error and the page don't finish rendering. CONTACTS log error: bsh.TokenMgrError: Lexical error at line 1, column 78. Encountered: <EOF> after : "\"${contact.partyId;" at bsh.ParserTokenManager.getNextToken(Unknown Source) The problem comes from /marketing/widget/sfa/forms/ContactForms.xml#MergeContacts fields: partyIdTo and partyIdFrom LEADS log error: bsh.TokenMgrError: Lexical error at line 1, column 75. Encountered: <EOF> after : "\"${lead.partyId;" at bsh.ParserTokenManager.getNextToken(Unknown Source) the problem comes from /marketing/widget/sfa/forms/LeadForms.xml#MergeLeads fields: partyIdTo and partyIdFrom -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-3642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3642: ----------------------------------------- Affects Version/s: Release Branch 9.04 Description: When rendering "Merge contacts" and "Merge Lead" there are an internal error and the page don't finish rendering. CONTACTS log error: bsh.TokenMgrError: Lexical error at line 1, column 78. Encountered: <EOF> after : "\"${contact.partyId;" at bsh.ParserTokenManager.getNextToken(Unknown Source) The problem comes from /marketing/widget/sfa/forms/ContactForms.xml#MergeContacts fields: partyIdTo and partyIdFrom LEADS log error: bsh.TokenMgrError: Lexical error at line 1, column 75. Encountered: <EOF> after : "\"${lead.partyId;" at bsh.ParserTokenManager.getNextToken(Unknown Source) the problem comes from /marketing/widget/sfa/forms/LeadForms.xml#MergeLeads fields: partyIdTo and partyIdFrom was: When rendering "Merge contacts" and "Merge Lead" there are an internal error and the page don't finish rendering. CONTACTS log error: bsh.TokenMgrError: Lexical error at line 1, column 78. Encountered: <EOF> after : "\"${contact.partyId;" at bsh.ParserTokenManager.getNextToken(Unknown Source) The problem comes from /marketing/widget/sfa/forms/ContactForms.xml#MergeContacts fields: partyIdTo and partyIdFrom LEADS log error: bsh.TokenMgrError: Lexical error at line 1, column 75. Encountered: <EOF> after : "\"${lead.partyId;" at bsh.ParserTokenManager.getNextToken(Unknown Source) the problem comes from /marketing/widget/sfa/forms/LeadForms.xml#MergeLeads fields: partyIdTo and partyIdFrom The problem comes from 9.04, it is in the 9.04 demo in the ofbiz site. I didn't test 10.04, but unless someone already solved it only in 10.04 it will be in 10.04. > Internal error when rendering SFA -> Merge contacts and SFA->Merge Lead (Ofbiz Demo) > ------------------------------------------------------------------------------------- > > Key: OFBIZ-3642 > URL: https://issues.apache.org/jira/browse/OFBIZ-3642 > Project: OFBiz > Issue Type: Bug > Components: marketing > Affects Versions: Release Branch 9.04, SVN trunk > Reporter: Blas Rodriguez Somoza > Priority: Minor > Fix For: SVN trunk > > > When rendering "Merge contacts" and "Merge Lead" there are an internal error and the page don't finish rendering. > CONTACTS > log error: > bsh.TokenMgrError: Lexical error at line 1, column 78. Encountered: <EOF> after : "\"${contact.partyId;" > at bsh.ParserTokenManager.getNextToken(Unknown Source) > The problem comes from > /marketing/widget/sfa/forms/ContactForms.xml#MergeContacts > fields: partyIdTo and partyIdFrom > LEADS > log error: > bsh.TokenMgrError: Lexical error at line 1, column 75. Encountered: <EOF> after : "\"${lead.partyId;" > at bsh.ParserTokenManager.getNextToken(Unknown Source) > the problem comes from > /marketing/widget/sfa/forms/LeadForms.xml#MergeLeads > fields: partyIdTo and partyIdFrom -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3642: ----------------------------------------- Attachment: OFBIZ-3642_marketing_sfa_merge.diff The problematic forms (MergeContacts and MergeLeads) didn't change since May 2008 when the two was added , so or it never works or the bsh parser has changed since this date making the form unusable. > Internal error when rendering SFA -> Merge contacts and SFA->Merge Lead (Ofbiz Demo) > ------------------------------------------------------------------------------------- > > Key: OFBIZ-3642 > URL: https://issues.apache.org/jira/browse/OFBIZ-3642 > Project: OFBiz > Issue Type: Bug > Components: marketing > Affects Versions: Release Branch 9.04, SVN trunk > Reporter: Blas Rodriguez Somoza > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3642_marketing_sfa_merge.diff > > > When rendering "Merge contacts" and "Merge Lead" there are an internal error and the page don't finish rendering. > CONTACTS > log error: > bsh.TokenMgrError: Lexical error at line 1, column 78. Encountered: <EOF> after : "\"${contact.partyId;" > at bsh.ParserTokenManager.getNextToken(Unknown Source) > The problem comes from > /marketing/widget/sfa/forms/ContactForms.xml#MergeContacts > fields: partyIdTo and partyIdFrom > LEADS > log error: > bsh.TokenMgrError: Lexical error at line 1, column 75. Encountered: <EOF> after : "\"${lead.partyId;" > at bsh.ParserTokenManager.getNextToken(Unknown Source) > the problem comes from > /marketing/widget/sfa/forms/LeadForms.xml#MergeLeads > fields: partyIdTo and partyIdFrom -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3642: ----------------------------------------- Fix Version/s: Release Branch 9.04 Release Candidate Branch 10.04 Affects Version/s: Release Candidate Branch 10.04 Contains also xhtml validation patches for MergeContacts.ftl Lines 38,45,51 : attribute width not allowed in tr Lines 40,41 : invalid b close without open Lines 43,56,97 : invalid br directly inside table Line 60 : tr close needed MergeLeads.ftl Lines 42,49,55 : attribute width not allowed in tr Lines 44,45 : invalid b close without open Lines 47,60,101 : invalid br directly inside table Line 64 : tr close needed > Internal error when rendering SFA -> Merge contacts and SFA->Merge Lead (Ofbiz Demo) > ------------------------------------------------------------------------------------- > > Key: OFBIZ-3642 > URL: https://issues.apache.org/jira/browse/OFBIZ-3642 > Project: OFBiz > Issue Type: Bug > Components: marketing > Affects Versions: Release Branch 9.04, Release Candidate Branch 10.04, SVN trunk > Reporter: Blas Rodriguez Somoza > Priority: Minor > Fix For: Release Branch 9.04, Release Candidate Branch 10.04, SVN trunk > > Attachments: OFBIZ-3642_marketing_sfa_merge.diff > > > When rendering "Merge contacts" and "Merge Lead" there are an internal error and the page don't finish rendering. > CONTACTS > log error: > bsh.TokenMgrError: Lexical error at line 1, column 78. Encountered: <EOF> after : "\"${contact.partyId;" > at bsh.ParserTokenManager.getNextToken(Unknown Source) > The problem comes from > /marketing/widget/sfa/forms/ContactForms.xml#MergeContacts > fields: partyIdTo and partyIdFrom > LEADS > log error: > bsh.TokenMgrError: Lexical error at line 1, column 75. Encountered: <EOF> after : "\"${lead.partyId;" > at bsh.ParserTokenManager.getNextToken(Unknown Source) > the problem comes from > /marketing/widget/sfa/forms/LeadForms.xml#MergeLeads > fields: partyIdTo and partyIdFrom -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12859128#action_12859128 ] Blas Rodriguez Somoza edited comment on OFBIZ-3642 at 4/20/10 8:09 PM: ----------------------------------------------------------------------- The problematic forms, MergeContacts and MergeLeads, didn't change since May 2008 when the two were added (revisions 658118 and 660128) So or it never work or the bsh parser has changed since this date making the form unusable. was (Author: brsomoza): The problematic forms (MergeContacts and MergeLeads) didn't change since May 2008 when the two was added , so or it never works or the bsh parser has changed since this date making the form unusable. > Internal error when rendering SFA -> Merge contacts and SFA->Merge Lead (Ofbiz Demo) > ------------------------------------------------------------------------------------- > > Key: OFBIZ-3642 > URL: https://issues.apache.org/jira/browse/OFBIZ-3642 > Project: OFBiz > Issue Type: Bug > Components: marketing > Affects Versions: Release Branch 9.04, Release Candidate Branch 10.04, SVN trunk > Reporter: Blas Rodriguez Somoza > Priority: Minor > Fix For: Release Branch 9.04, Release Candidate Branch 10.04, SVN trunk > > Attachments: OFBIZ-3642_marketing_sfa_merge.diff > > > When rendering "Merge contacts" and "Merge Lead" there are an internal error and the page don't finish rendering. > CONTACTS > log error: > bsh.TokenMgrError: Lexical error at line 1, column 78. Encountered: <EOF> after : "\"${contact.partyId;" > at bsh.ParserTokenManager.getNextToken(Unknown Source) > The problem comes from > /marketing/widget/sfa/forms/ContactForms.xml#MergeContacts > fields: partyIdTo and partyIdFrom > LEADS > log error: > bsh.TokenMgrError: Lexical error at line 1, column 75. Encountered: <EOF> after : "\"${lead.partyId;" > at bsh.ParserTokenManager.getNextToken(Unknown Source) > the problem comes from > /marketing/widget/sfa/forms/LeadForms.xml#MergeLeads > fields: partyIdTo and partyIdFrom -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-3642. ---------------------------------- Assignee: Jacques Le Roux Resolution: Fixed Thanks Blas, Your patch is in trunk at r941446 and r941440 (bugs fixes part) I have backported r941440 in R9.04 at r941442, R10.04 at r941444 > Internal error when rendering SFA -> Merge contacts and SFA->Merge Lead (Ofbiz Demo) > ------------------------------------------------------------------------------------- > > Key: OFBIZ-3642 > URL: https://issues.apache.org/jira/browse/OFBIZ-3642 > Project: OFBiz > Issue Type: Bug > Components: marketing > Affects Versions: Release Branch 09.04, Release Branch 10.04, SVN trunk > Reporter: Blas Rodriguez Somoza > Assignee: Jacques Le Roux > Priority: Minor > Fix For: Release Branch 09.04, Release Branch 10.04, SVN trunk > > Attachments: OFBIZ-3642_marketing_sfa_merge.diff > > > When rendering "Merge contacts" and "Merge Lead" there are an internal error and the page don't finish rendering. > CONTACTS > log error: > bsh.TokenMgrError: Lexical error at line 1, column 78. Encountered: <EOF> after : "\"${contact.partyId;" > at bsh.ParserTokenManager.getNextToken(Unknown Source) > The problem comes from > /marketing/widget/sfa/forms/ContactForms.xml#MergeContacts > fields: partyIdTo and partyIdFrom > LEADS > log error: > bsh.TokenMgrError: Lexical error at line 1, column 75. Encountered: <EOF> after : "\"${lead.partyId;" > at bsh.ParserTokenManager.getNextToken(Unknown Source) > the problem comes from > /marketing/widget/sfa/forms/LeadForms.xml#MergeLeads > fields: partyIdTo and partyIdFrom -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |