Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

4 Answers

up vote 1 down vote accepted

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.

share|improve this answer
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 Jul 23 '09 at 12:45
I have also found the dbbrowser generally to be more responsive :) – Andrew Hare Jul 23 '09 at 13:21
sure, but the guy in tie can't use it, just the fancy "Content Manager":) – misnyo Jul 24 '09 at 10:18

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.

share|improve this answer

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!

share|improve this answer

It is possible to see the publishing queue on sitecorerocks - the visual studio sitecore plugin --> there is a job viewer that shows all the publishing task currently running plus the indexing task

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.