[jira] [Created] (OFBIZ-9649) Unable to create Customer

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

[jira] [Created] (OFBIZ-9649) Unable to create Customer

Nicolas Malin (Jira)
Ayushi Rathod created OFBIZ-9649:
------------------------------------

             Summary: Unable to create Customer
                 Key: OFBIZ-9649
                 URL: https://issues.apache.org/jira/browse/OFBIZ-9649
             Project: OFBiz
          Issue Type: Bug
          Components: party
    Affects Versions: Trunk
            Reporter: Ayushi Rathod


Steps to regenerate:
1. Go to Party Component (https://demo-trunk-ofbiz.apache.org:8443/partymgr/control/main)
2. Create on *Create Customer* sub-menu (https://demo-trunk-ofbiz.apache.org:8443/partymgr/control/NewCustomer)
3. Fill all the required fields and click on save button

Expected result: Customer should be created successfully.

Actual result: An error is thrown
{code}
The Following Errors Occurred:
Error running the simple-method: Error running groovy script [<br/> boolean useEncryption = "true".equals(org.apache.ofbiz.entity.util.EntityUtilProperties.getPropertyValue("security", "password.encrypt", delegator))<br/> if (useEncryption) { newUserLogin.set("currentPassword", org.apache.ofbiz.base.crypto.HashCrypt.getDigestHash((String) newUserLogin.get("currentPassword"))) }<br/> ]: javax.script.ScriptException: groovy.lang.MissingMethodException: No signature of method: static org.apache.ofbiz.base.crypto.HashCrypt.getDigestHash() is applicable for argument types: (java.lang.String) values: [ofbiz]<br/>Possible solutions: digestHash(java.lang.String, [B) Method = createUser, File = file:/home/ofbizDemo/trunk/applications/party/minilang/user/UserEvents.xml, Element = <script>, Line 316null
{code}





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)