We've tried to install Umbraco on our server but get a 503 server error.
I've logged on to the server and the error log shows the following.
An unhandled exception occurred and the process was terminated. Application ID:
DefaultDomain Process ID: 732 Exception:
System.Runtime.Serialization.SerializationException Message: Type
'umbraco.DataLayer.SqlHelperException' in Assembly 'umbraco.DataLayer,
Version=0.3.0.0, Culture=neutral, PublicKeyToken=null' is not marked as
serializable. StackTrace: at
System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitSerialize(Object
obj, ISurrogateSelector surrogateSelector, StreamingContext context,
SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter
objectWriter) at
System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.Serialize(Object
obj, ISurrogateSelector surrogateSelector, StreamingContext context,
SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter
objectWriter) at
System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Serialize(Object
graph, Header[] inHeaders, __BinaryWriter serWriter, Boolean fCheck) at
System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(Stream
serializationStream, Object graph, Header[] headers, Boolean fCheck) at
System.Runtime.Remoting.Channels.CrossAppDomainSerializer.SerializeObject(Object
obj, MemoryStream stm) at System.AppDomain.Serialize(Object o) at
System.AppDomain.MarshalObject(Object o)
Error on install
Hi,
We've tried to install Umbraco on our server but get a 503 server error.
I've logged on to the server and the error log shows the following.
An unhandled exception occurred and the process was terminated. Application ID: DefaultDomain Process ID: 732 Exception: System.Runtime.Serialization.SerializationException Message: Type 'umbraco.DataLayer.SqlHelperException' in Assembly 'umbraco.DataLayer, Version=0.3.0.0, Culture=neutral, PublicKeyToken=null' is not marked as serializable. StackTrace: at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitSerialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter) at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.Serialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter) at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Serialize(Object graph, Header[] inHeaders, __BinaryWriter serWriter, Boolean fCheck) at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(Stream serializationStream, Object graph, Header[] headers, Boolean fCheck) at System.Runtime.Remoting.Channels.CrossAppDomainSerializer.SerializeObject(Object obj, MemoryStream stm) at System.AppDomain.Serialize(Object o) at System.AppDomain.MarshalObject(Object o)
Does anyone know whats causing this?
Thanks
Hi, Matt, and welcome to umbraco!
Sorry you've had a bad time of installing umbraco. From your error I suspect the database connection string is not correct.
Here's some background... http://our.umbraco.org/forum/ourumb-dev-forum/bugs/4360-umbracoDataLayerSqlHelperException
Let us know what you find out.
cheers,
doug.
is working on a reply...