views:

275

answers:

3

Problem is that I use a 5.2 Sitecore, and when I start to publish something, it only shows the publishing window and a "Queued" message. There is a chance that some people full published several times(that means 15000 items and 4 slaves), and the publishing queue is stuck. The restart of the webserver/app pool is not an option. Any experiences in sitecore publishing errors? something like this

+1  A: 

If several full publishes are queued then you will have to either wait and see if things finish or recycle the AppPool to start over. Try checking your Sitecore logs to see if there is any information in there that will tell you if publishing is actually locked up or if it is just taking a while to finish.

In my experience it is possible to see that locked up publishing dialog and still have the publishing queue clear itself. Unfortunately though you will most likely have to recycle the AppPool to fix this issue.

Andrew Hare
Somehow i figured out that not the publishing queue is the reason, because with the db browser(/sitecore/admin/dbbrowser.aspx) I can publish. Now I haven't got any idea.
misnyo
I have also found the dbbrowser generally to be more responsive :)
Andrew Hare
sure, but the guy in tie can't use it, just the fancy "Content Manager":)
misnyo
A: 

When this happens to me, I normaly wait until the publishing is done. But the problem is that noone knows how long time it will take. Sometimes a reboot of the server accually does the trick, because the publish then dies. You could try to restart the server (if you have that opportunity of course) and then see if it helps. Otherwise ou have to be patient and wait until the publish queue is empty again.

Kim Andersen
A: 

So the final "solution" was to be the AppPool restart. Shame that the full publish stuck the sitecore shell, but the db browser could publish. Whatever, think I should contact to some sitecore support guy. BTW thanks Andrew&Kim!

misnyo