on ‎2018 Mar 22 4:38 AM
I am trying to run ant modulegen, but it is failing while trying to convert files in temp folder.
java.util.regex.PatternSyntaxException: Illegal repetition near index 0
${YMODULE_TOKEN}(.*)
^
As ant build is failing, nothing appears in the custom folder. Hybris version is 6.6
Request clarification before answering.
Its an installation issue - just resolved that by unzipping Hybris zip on a new directory.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When you use the b2b_acc_plus installer recipe, the yacceleratorstorefront extension gets added to custom folder. This causes the following error to be generated when ‘ant modulegen’ command is run - java.util.regex.PatternSyntaxException: Illegal repetition near index 0 ${YMODULE_TOKEN}(.*) The fix seems to be to delete the yacceleratorstorefront from custom folder and also to remove it from localextensions.xml
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was also facing same issue. Now used ant modulegen -Dinput.module=b2baccelerator -Dinput.name=autoparts -Dinput.package=com.hybris.autoparts -Dinput.template=develop . Use b2baccelerator instead of accelerator for b2b installation. It solved my issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
after installing the B2B recipe , delete the extension name='yb2bacceleratorstorefront' in the localextensions.xml and in custom file it will work fine. By doing this
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For B2B stores you should start with the B2C recipe and add the B2B extensions, instructions here: https://help.hybris.com/6.7.0/hcd/8acc8a5a86691014a20781b3f738213e.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i'm also facing same issue in 6.7. Did u found the solution ??
Because i unzip another directory but still facing same issue .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think you are using 'b2baccelerator'. Use 'accelerator' to create your accelerator and then install b2b addon if you want b2b features.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.