After i have set my custom errors to on in the web.config - i get this error:
Service Unavailable HTTP Error 503. The service is unavailable.
and according to unoeuro.com it is this error:
Application: w3wp.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: Lucene.Net.Index.MergePolicy+MergeException Stack: at Lucene.Net.Index.ConcurrentMergeScheduler.HandleMergeException(System.Exception) at Lucene.Net.Index.ConcurrentMergeScheduler+MergeThread.Run() at System.Threading.ThreadHelper.ThreadStart_Context(System.Object) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) at System.Threading.ThreadHelper.ThreadStart()
Just got the full error description from unoeuro ...
Application: w3wp.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: Lucene.Net.Index.MergePolicy+MergeException Stack: at Lucene.Net.Index.ConcurrentMergeScheduler.HandleMergeException(System.Exception) at Lucene.Net.Index.ConcurrentMergeScheduler+MergeThread.Run() at System.Threading.ThreadHelper.ThreadStart_Context(System.Object) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) at System.Threading.ThreadHelper.ThreadStart()
Message: Unable to find assembly 'Lucene.Net, Version=2.9.2.2, Culture=neutral, PublicKeyToken=null'.
StackTrace: at System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo.GetAssembly() at System.Runtime.Serialization.Formatters.Binary.ObjectReader.GetType(BinaryAssemblyInfo assemblyInfo, String name) at System.Runtime.Serialization.Formatters.Binary.ObjectMap..ctor(String objectName, String[] memberNames, BinaryTypeEnum[] binaryTypeEnumA, Object[] typeInformationA, Int32[] memberAssemIds, ObjectReader objectReader, Int32 objectId, BinaryAssemblyInfo assemblyInfo, SizedArray assemIdToAssemblyTable) at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWithMapTyped(BinaryObjectWithMapTyped record) at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWithMapTyped(BinaryHeaderEnum binaryHeaderEnum) at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run() at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) at System.Runtime.Remoting.Channels.CrossAppDomainSerializer.DeserializeObject(MemoryStream stm) at System.AppDomain.Deserialize(Byte[] blob) at System.AppDomain.UnmarshalObject(Byte[] blob)
And this is something that happens when i am inside umbraco publishing pages, etc. - but i do not know if this is something that happens automaticly after some time, or what happens ..
After having looked inside the datbase, and umbraco's log table, i found out that it could be a combination of
1 - too little space on the webhotel ..
2 - a node that was in the trashbin with the same name as a node that was not in the trashbin, that provoced an error when i tried to publish the real node..
Error adding to SiteMapProvider: System.InvalidOperationException: Multiple nodes with the same URL '/' were found. XmlSiteMapProvider requires that sitemap nodes have unique URLs.
at System.Web.StaticSiteMapProvider.AddNode(SiteMapNode node, SiteMapNode parentNode)
at umbraco.presentation.nodeFactory.UmbracoSiteMapProvider.loadNodes(String parentId, SiteMapNode parentNode)
Though - i also found this error in the same table in the database:
[UmbracoExamine] Error optimizing Lucene index,background merge hit exception: _14:c35 _15:c1 _16:c1 _17:c1 into _1g [optimize] [mergeDocStores], IndexSet: InternalIndexSet
Which i do not know what could be ..
I do not know if i am on to something here, of the above, but it could be a bid on what it could be ..
If any of you smart umbraco-heads out there (which is not at codegarden) has an offer of what it could be, please comment here .. :)
Please keep your anwers in english since there might be other people from others countries, that might be able to help you but will probably let go of it, when they see you're writing in your native tounge. There are many others benefits with keeping it in english as well so let's keep it clean, right? :-)
Have you tried to contact the unoeuro support about this? They usually respond very fast and it might be an issue with the server setup.
If support can't help you then please let us know.
The above with the space and cleaning the trashbin seems to have solved the issues for now .. will monitor database for errors and contact unoeuro if further errors occur .. if no help there - then i'll post in here again .. :)
umbraco 4.7 on unoeuro
Hi
After i have set my custom errors to on in the web.config - i get this error:
and according to unoeuro.com it is this error:
any help would be appreciated
Hi Jonas
When does this happen? And have you been in contact with the unoeuro support?
/Jan
Just got the full error description from unoeuro ...
Application: w3wp.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: Lucene.Net.Index.MergePolicy+MergeException
Stack:
at Lucene.Net.Index.ConcurrentMergeScheduler.HandleMergeException(System.Exception)
at Lucene.Net.Index.ConcurrentMergeScheduler+MergeThread.Run()
at System.Threading.ThreadHelper.ThreadStart_Context(System.Object)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Threading.ThreadHelper.ThreadStart()
---
Faulting application name: w3wp.exe, version: 7.5.7600.16385, time stamp: 0x4a5bcd2b
Faulting module name: KERNELBASE.dll, version: 6.1.7600.16385, time stamp: 0x4a5bdbdf
Exception code: 0xe0434352
Fault offset: 0x0000b727
Faulting process id: 0x113bc
Faulting application start time: 0x01cc2cc5a567c765
Faulting application path: C:\Windows\SysWOW64\inetsrv\w3wp.exe
Faulting module path: C:\Windows\syswow64\KERNELBASE.dll
Report Id: e631bf41-98b8-11e0-8e56-5c260afc8bfe
---
An unhandled exception occurred and the process was terminated.
Application ID: DefaultDomain
Process ID: 53548
Exception: System.Runtime.Serialization.SerializationException
Message: Unable to find assembly 'Lucene.Net, Version=2.9.2.2, Culture=neutral, PublicKeyToken=null'.
StackTrace: at System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo.GetAssembly()
at System.Runtime.Serialization.Formatters.Binary.ObjectReader.GetType(BinaryAssemblyInfo assemblyInfo, String name)
at System.Runtime.Serialization.Formatters.Binary.ObjectMap..ctor(String objectName, String[] memberNames, BinaryTypeEnum[] binaryTypeEnumA, Object[] typeInformationA, Int32[] memberAssemIds, ObjectReader objectReader, Int32 objectId, BinaryAssemblyInfo assemblyInfo, SizedArray assemIdToAssemblyTable)
at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWithMapTyped(BinaryObjectWithMapTyped record)
at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWithMapTyped(BinaryHeaderEnum binaryHeaderEnum)
at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run()
at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
at System.Runtime.Remoting.Channels.CrossAppDomainSerializer.DeserializeObject(MemoryStream stm)
at System.AppDomain.Deserialize(Byte[] blob)
at System.AppDomain.UnmarshalObject(Byte[] blob)
And this is something that happens when i am inside umbraco publishing pages, etc. - but i do not know if this is something that happens automaticly after some time, or what happens ..
After having looked inside the datbase, and umbraco's log table, i found out that it could be a combination of
1 - too little space on the webhotel ..
2 - a node that was in the trashbin with the same name as a node that was not in the trashbin, that provoced an error when i tried to publish the real node..
Though - i also found this error in the same table in the database:
Which i do not know what could be ..
I do not know if i am on to something here, of the above, but it could be a bid on what it could be ..
If any of you smart umbraco-heads out there (which is not at codegarden) has an offer of what it could be, please comment here .. :)
Hi Jonas
Please keep your anwers in english since there might be other people from others countries, that might be able to help you but will probably let go of it, when they see you're writing in your native tounge. There are many others benefits with keeping it in english as well so let's keep it clean, right? :-)
Have you tried to contact the unoeuro support about this? They usually respond very fast and it might be an issue with the server setup.
If support can't help you then please let us know.
/Jan
translated it .. :) ..
The above with the space and cleaning the trashbin seems to have solved the issues for now .. will monitor database for errors and contact unoeuro if further errors occur .. if no help there - then i'll post in here again .. :)
is working on a reply...