You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Pierre Smits (JIRA)" <ji...@apache.org> on 2015/04/16 21:33:58 UTC

[jira] [Updated] (OFBIZ-6256) Anonymous account creation doesn't work anymore

     [ https://issues.apache.org/jira/browse/OFBIZ-6256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre Smits updated OFBIZ-6256:
--------------------------------
    Description: 
When registering a new account for ecommerce (as an anonymous user) the process doesn't run to succes in http://demo-trunk-ofbiz.apache.org/ecommerce/control/createcustomer, but results in:

{code}
ERROR: Could not complete the Create Customer [file:/home/ofbizDemo/trunk/specialpurpose/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml#createCustomer] process [problem invoking the [createPartyRole] service with the map named [partyRoleContext] containing [{roleTypeId=CUSTOMER, partyId=10002, locale=en_US, userLogin=[GenericEntity:UserLogin][createdStamp,2015-04-16 19:25:33.325(java.sql.Timestamp)][createdTxStamp,2015-04-16 19:25:33.229(java.sql.Timestamp)][currentPassword,$SHA$bY.7$RUKs-4-SsK3eNQOrTh8EoyEXnJI(java.lang.String)][disabledDateTime,null()][enabled,null()][externalAuthId,null()][hasLoggedOut,null()][isSystem,null()][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,null()][lastUpdatedStamp,2015-04-16 19:25:33.325(java.sql.Timestamp)][lastUpdatedTxStamp,2015-04-16 19:25:33.229(java.sql.Timestamp)][partyId,10002(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,tester(java.lang.String)]}]: You must be logged in to complete the [Party role permission logic] process.]
{code}

  was:
When registering a new account for ecommerce (as an anonymous user) the process doesn't run to succes, but results in:

{code}
ERROR: Could not complete the Create Customer [file:/home/ofbizDemo/trunk/specialpurpose/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml#createCustomer] process [problem invoking the [createPartyRole] service with the map named [partyRoleContext] containing [{roleTypeId=CUSTOMER, partyId=10002, locale=en_US, userLogin=[GenericEntity:UserLogin][createdStamp,2015-04-16 19:25:33.325(java.sql.Timestamp)][createdTxStamp,2015-04-16 19:25:33.229(java.sql.Timestamp)][currentPassword,$SHA$bY.7$RUKs-4-SsK3eNQOrTh8EoyEXnJI(java.lang.String)][disabledDateTime,null()][enabled,null()][externalAuthId,null()][hasLoggedOut,null()][isSystem,null()][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,null()][lastUpdatedStamp,2015-04-16 19:25:33.325(java.sql.Timestamp)][lastUpdatedTxStamp,2015-04-16 19:25:33.229(java.sql.Timestamp)][partyId,10002(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,tester(java.lang.String)]}]: You must be logged in to complete the [Party role permission logic] process.]
{code}


> Anonymous account creation doesn't work anymore
> -----------------------------------------------
>
>                 Key: OFBIZ-6256
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6256
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: Trunk
>            Reporter: Pierre Smits
>            Priority: Blocker
>              Labels: registration
>
> When registering a new account for ecommerce (as an anonymous user) the process doesn't run to succes in http://demo-trunk-ofbiz.apache.org/ecommerce/control/createcustomer, but results in:
> {code}
> ERROR: Could not complete the Create Customer [file:/home/ofbizDemo/trunk/specialpurpose/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml#createCustomer] process [problem invoking the [createPartyRole] service with the map named [partyRoleContext] containing [{roleTypeId=CUSTOMER, partyId=10002, locale=en_US, userLogin=[GenericEntity:UserLogin][createdStamp,2015-04-16 19:25:33.325(java.sql.Timestamp)][createdTxStamp,2015-04-16 19:25:33.229(java.sql.Timestamp)][currentPassword,$SHA$bY.7$RUKs-4-SsK3eNQOrTh8EoyEXnJI(java.lang.String)][disabledDateTime,null()][enabled,null()][externalAuthId,null()][hasLoggedOut,null()][isSystem,null()][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,null()][lastUpdatedStamp,2015-04-16 19:25:33.325(java.sql.Timestamp)][lastUpdatedTxStamp,2015-04-16 19:25:33.229(java.sql.Timestamp)][partyId,10002(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,tester(java.lang.String)]}]: You must be logged in to complete the [Party role permission logic] process.]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Re: [jira] [Updated] (OFBIZ-6256) Anonymous account creation doesn't work anymore

Posted by Heidi Dehaes <in...@gmail.com>.
Pierre,

What is the userid of the last registered user?

Eric
Olagos bvba
Heidi Dehaes
Kerkstraat 34
2570 Duffel
Belgium
Tel. :     015/31 53 04
GSM :    0485/22 35 80
E-mail : info.olagos@gmail.com
http://www.olagos.eu
http://www.olagos.com
http://www.olagos.be
http://www.olagos.nl




2015-04-16 21:33 GMT+02:00 Pierre Smits (JIRA) <ji...@apache.org>:
>
>      [ https://issues.apache.org/jira/browse/OFBIZ-6256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Pierre Smits updated OFBIZ-6256:
> --------------------------------
>     Description:
> When registering a new account for ecommerce (as an anonymous user) the process doesn't run to succes in http://demo-trunk-ofbiz.apache.org/ecommerce/control/createcustomer, but results in:
>
> {code}
> ERROR: Could not complete the Create Customer [file:/home/ofbizDemo/trunk/specialpurpose/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml#createCustomer] process [problem invoking the [createPartyRole] service with the map named [partyRoleContext] containing [{roleTypeId=CUSTOMER, partyId=10002, locale=en_US, userLogin=[GenericEntity:UserLogin][createdStamp,2015-04-16 19:25:33.325(java.sql.Timestamp)][createdTxStamp,2015-04-16 19:25:33.229(java.sql.Timestamp)][currentPassword,$SHA$bY.7$RUKs-4-SsK3eNQOrTh8EoyEXnJI(java.lang.String)][disabledDateTime,null()][enabled,null()][externalAuthId,null()][hasLoggedOut,null()][isSystem,null()][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,null()][lastUpdatedStamp,2015-04-16 19:25:33.325(java.sql.Timestamp)][lastUpdatedTxStamp,2015-04-16 19:25:33.229(java.sql.Timestamp)][partyId,10002(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,tester(java.lang.String)]}]: You must be logged in to complete the [Party role permission logic] process.]
> {code}
>
>   was:
> When registering a new account for ecommerce (as an anonymous user) the process doesn't run to succes, but results in:
>
> {code}
> ERROR: Could not complete the Create Customer [file:/home/ofbizDemo/trunk/specialpurpose/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml#createCustomer] process [problem invoking the [createPartyRole] service with the map named [partyRoleContext] containing [{roleTypeId=CUSTOMER, partyId=10002, locale=en_US, userLogin=[GenericEntity:UserLogin][createdStamp,2015-04-16 19:25:33.325(java.sql.Timestamp)][createdTxStamp,2015-04-16 19:25:33.229(java.sql.Timestamp)][currentPassword,$SHA$bY.7$RUKs-4-SsK3eNQOrTh8EoyEXnJI(java.lang.String)][disabledDateTime,null()][enabled,null()][externalAuthId,null()][hasLoggedOut,null()][isSystem,null()][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,null()][lastUpdatedStamp,2015-04-16 19:25:33.325(java.sql.Timestamp)][lastUpdatedTxStamp,2015-04-16 19:25:33.229(java.sql.Timestamp)][partyId,10002(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,tester(java.lang.String)]}]: You must be logged in to complete the [Party role permission logic] process.]
> {code}
>
>
>> Anonymous account creation doesn't work anymore
>> -----------------------------------------------
>>
>>                 Key: OFBIZ-6256
>>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6256
>>             Project: OFBiz
>>          Issue Type: Bug
>>          Components: specialpurpose/ecommerce
>>    Affects Versions: Trunk
>>            Reporter: Pierre Smits
>>            Priority: Blocker
>>              Labels: registration
>>
>> When registering a new account for ecommerce (as an anonymous user) the process doesn't run to succes in http://demo-trunk-ofbiz.apache.org/ecommerce/control/createcustomer, but results in:
>> {code}
>> ERROR: Could not complete the Create Customer [file:/home/ofbizDemo/trunk/specialpurpose/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml#createCustomer] process [problem invoking the [createPartyRole] service with the map named [partyRoleContext] containing [{roleTypeId=CUSTOMER, partyId=10002, locale=en_US, userLogin=[GenericEntity:UserLogin][createdStamp,2015-04-16 19:25:33.325(java.sql.Timestamp)][createdTxStamp,2015-04-16 19:25:33.229(java.sql.Timestamp)][currentPassword,$SHA$bY.7$RUKs-4-SsK3eNQOrTh8EoyEXnJI(java.lang.String)][disabledDateTime,null()][enabled,null()][externalAuthId,null()][hasLoggedOut,null()][isSystem,null()][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,null()][lastUpdatedStamp,2015-04-16 19:25:33.325(java.sql.Timestamp)][lastUpdatedTxStamp,2015-04-16 19:25:33.229(java.sql.Timestamp)][partyId,10002(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,tester(java.lang.String)]}]: You must be logged in to complete the [Party role permission logic] process.]
>> {code}
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)