I am also getting the same error, this is on production too so pretty urgent.
Top of exception:
You can only work with a trial license on localhost and .local domains. at FergusonMoriyama.Pdf.Application.Module.PdfModule.ContextPostReleaseRequestState(Object sender, EventArgs e)
What tends to happen is that if someone requests your site on an unlicensed domain then the Umbraco Licensing invalidates the license for the duration of the app lifecycle - hence the need for a restart....
I guess a rewrite rule that prevented requests to the PDF URLs on any domain other than the licensed domain, but the licensing component was written by Umbraco and is closed source, so I don't know if one can somehow configure that to behave differently.
License file expiring each month.
Greetings,
each month we're getting this error, if we start/stop the site it works again, but the customer is getting annoyed about this...
Our domains ofcourse DO match the domains in the list. We have the FergusonMoriyamaPDFCreator.lic in the Bin folder.
As I said, each time we start and stop, it works again..
Also, is it possible to add / change domains for the license ? We've removed it from our test server and we'd like to add a second live dmoain to it.
This license is invalid. Please contact Umbraco on either e-mail: [email protected] or phone: DK +45 70 26 11 62 / US: 1.88.UMBRACO.1.
Your license has been approved for the following IPs/Domains:
Hi Ambert - can you email me the details of your license - to darren @ moriyama.co.uk so I can understand the version of PDF creator you are using.
Many Thanks.
I am also getting the same error, this is on production too so pretty urgent.
Top of exception:
What tends to happen is that if someone requests your site on an unlicensed domain then the Umbraco Licensing invalidates the license for the duration of the app lifecycle - hence the need for a restart....
Ah, so if say someone access www.mywebsite.com from www.i-redirect-to-mywebsite.com, this invalidates the license? Is there a way around this?
I guess a rewrite rule that prevented requests to the PDF URLs on any domain other than the licensed domain, but the licensing component was written by Umbraco and is closed source, so I don't know if one can somehow configure that to behave differently.
is working on a reply...