"Domain Name '4' Does not exists" umbraco crashing.
Umbraco 7.3.4
Server unpredictivly crashes and needs reboot to function again.
Crash can not be forced.
Solution consists of Umcraco and Ucommerce, hosted in an Azure enviroment.
Sorry to dredge up an old thread but I have just stumbled across this in trying to resolve an issue I have.
On my local I have nwn.local (which includes ucommerce instance) and then I also have blog.nwn.local.
In the header of the site I have a mini basket with a counter of products in the basket. When on the blog.nwn.local sub site the basket doesn't work.
I have set the hostnames in Umbraco / Content.
I have set the domain in Ucommerce / Stores.
However when setting the domain in Ucommerce I get an error of "No product catalog group supporting the url "https://blog.nwn.local:443/" found." When leaving the Ucommerce domain to default, there is no error.
So I have tried to implement the above domain service, but it hasn't made any difference.
I have put break points on all the methods in the class file but nothing gets "hit".
I have added the following config in /umbraco/ucommerce/configuration
"Domain Name '4' Does not exists" umbraco crashing.
Umbraco 7.3.4
Server unpredictivly crashes and needs reboot to function again. Crash can not be forced. Solution consists of Umcraco and Ucommerce, hosted in an Azure enviroment.
Anyone with an idea?
Hi Jesper
Can I persuade you to elaborate on when this error occurs and if you have done any customization to the domain service?
Which version of Ucommerce are you using?
Regards Mads
Our Version is :Umbraco version 7.3.4 assembly: 1.0.5820.25371.
No customization done to the domain service?
Comment author was deleted
Looks like ucommerce is crashing, did you add a domain with the alias "4"?
Hi Jesper,
I can see that we have updated our impl of GetUmbracoDomains(...) in Ucommerce 7.7.0 to use Umbraco api's for getting the domains.
Therefore, I would recommend an update of Ucommerce to fix this.
However, you can apply below workaround if an upgrade isn't possible: 1. Create a new impl of IDomainService (see below) 2. Register the new impl as a component in the IOC (id="DomainService") https://docs.ucommerce.net/ucommerce/v7.16/extending-ucommerce/register-a-component.html
Please let me know if you need me to elaborate and how it turns out:)
Regards Mads
This is how our UmbracoDomainService looks today:
Hi Mads
Sorry to dredge up an old thread but I have just stumbled across this in trying to resolve an issue I have.
On my local I have nwn.local (which includes ucommerce instance) and then I also have blog.nwn.local.
In the header of the site I have a mini basket with a counter of products in the basket. When on the blog.nwn.local sub site the basket doesn't work.
I have set the hostnames in Umbraco / Content.
I have set the domain in Ucommerce / Stores.
However when setting the domain in Ucommerce I get an error of "No product catalog group supporting the url "https://blog.nwn.local:443/" found." When leaving the Ucommerce domain to default, there is no error.
So I have tried to implement the above domain service, but it hasn't made any difference.
I have put break points on all the methods in the class file but nothing gets "hit".
I have added the following config in /umbraco/ucommerce/configuration
Is there anything you can see / suggest please ?
Thanks
Nigel
Seems that it solved, thx a lot.
is working on a reply...