-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid serial number for shell descriptor Error #6426
Comments
Which version? Can you share the recipe you used? Looks like something went wrong in a recipe step Would need more infos, a more complete satck trace Do you have some errors logged under |
Hey jtkech, I was running a custom recipe. I haven't confirmed but I am pretty sure I was forgetting to set my database prefix string which resulted in a conflict. Thanks for pointing me in the right direction |
@JoshLefebvre Cool then ;) |
InvalidOperationException: Invalid serial number for shell descriptor I am facing the same issue how do we resolve it ? |
@nikeshmhrzn I think you need to restart the site. |
I saw your comment on gitter
Which version are you using? Did you just enable a new theme? OR run its recipe through the admin UI? OR by selecting its recipe on a new fresh setup? E.g. if you delete a tenant folder, then re-do a setup but pointing to a database where a shell descriptor already exists and with a different serial number |
I've seen this happening but have no idea how to reproduce it; the exception itself tells that the shell' state (like which features are on/off) is out of sync between the DB and what's loaded into memory in the app. In any case, an app restart should solve it. |
I did setup and remove tenant with same name multiple times to test the Custom Recipe and dump into 'Invalid serial number for shell descriptor' error. The issue was that I was trying to use the same name of tenant, but when you name it differently - everything is fine.
Now create your tenant gain. |
I am constantly getting the following error when trying to setup a new tenant:
I am not familiar with the terminology used here and therefore don't know where to look in order to further debug. Where exactly is this serial number getting generated ?
When I look at priorSerialNumber it is set to 0, while serialNumber is set to 3 ?
The text was updated successfully, but these errors were encountered: