|
|
Rank: Enthusiast
Joined: 1/7/2008 Posts: 38
|
Hi, I faced with this problem - changing images in the rich editor and further publishing cause periodical fail of the portal (showing just Service Unavailable). I wonder if anyone see the same error. Tnx.
|
|
 Rank: Addict
Joined: 7/19/2006 Posts: 649 Location: Preston, UK
|
deny,
What version of umbraco are you using?
Regards
Ismial
Level 2 certified. If it aint broke dont fix.
|
|
Rank: Enthusiast
Joined: 1/7/2008 Posts: 38
|
3.0.3
|
|
 Rank: Aficionado
Joined: 7/19/2006 Posts: 164
|
DeNY wrote:Hi, I faced with this problem - changing images in the rich editor and further publishing cause periodical fail of the portal (showing just Service Unavailable). I wonder if anyone see the same error. Tnx.
Have you checked the log (in the database or via the log package) for exceptions? 5 exceptions in 5 min. gives a Service Unavailable.
CPalm, www.cpalm.dk
|
|
Rank: Enthusiast
Joined: 1/7/2008 Posts: 38
|
cpalm wrote:DeNY wrote:Hi, I faced with this problem - changing images in the rich editor and further publishing cause periodical fail of the portal (showing just Service Unavailable). I wonder if anyone see the same error. Tnx.
Have you checked the log (in the database or via the log package) for exceptions? 5 exceptions in 5 min. gives a Service Unavailable. You was right. I m having much exceptions per minute like: Error adding stylesheet to tinymce (id: 1049). System.ArgumentException: No node exists with id '1049' at umbraco.cms.businesslogic.CMSNode.setupNode() at umbraco.cms.businesslogic.web.StyleSheet..ctor(Int32 id) at umbraco.editorControls.tinymce.TinyMCE..ctor(IData Data, String Configuration)Is this condition of 5 exceptions is set at umbraco core?
|
|
 Rank: Aficionado
Joined: 7/19/2006 Posts: 164
|
DeNY wrote:Is this condition of 5 exceptions is set at umbraco core? No, this is the default setting on the IIS (webserver) You should correct the error, so that the exception do not get thrown. Mayby you have a reference to a styleshet that have been deleted on the rich text editor datatype
CPalm, www.cpalm.dk
|
|
Rank: Enthusiast
Joined: 1/7/2008 Posts: 38
|
cpalm wrote:DeNY wrote:Is this condition of 5 exceptions is set at umbraco core? No, this is the default setting on the IIS (webserver) You should correct the error, so that the exception do not get thrown. Mayby you have a reference to a styleshet that have been deleted on the rich text editor datatype Tnx for advice - it was very helpfull. Will be fix this error.
|
|
Rank: Enthusiast
Joined: 4/6/2008 Posts: 30 Location: Atlanta, GA
|
Ok, so how do you fix the error???
I have the same issue, there is no style sheets referenced that do not exist, this causes my environment to rebuild ever few seconds and takes 5:20 to complete every time.
Any help would be greatly appreciated.
|
|
Rank: Enthusiast
Joined: 1/7/2008 Posts: 38
|
Actually i didnt succeed in solving this problem. I fixed all errors which were thrown in tinymce but still had service not available message while publishing any node(just saving worked well). So i had to reinstall current installation.
|
|
|
Guest |