BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Forums

 
  Forum  Support  General Support  Help !!! Project Summary links cause Application Error - /BugNET/Bugs/BugList.aspx
Previous Previous
 
Next Next
New Post 5/26/2008 8:32 AM
User is offline admin
621 posts
bugnetproject.com
1st Level Poster




Re: Help !!! Project Summary links cause Application Error - /BugNET/Bugs/BugList.aspx 

BugNET does not support sql server for the state server currently.  It tries to serialize some classes that are currently not serializable.  If you change bugnet to run on inprocess it should resolve this.


Davin Dubeau
BugNET - Core Developer

 
New Post 5/28/2008 12:51 AM
User is offline smoss
91 posts
www.orbitsolutions.co.za
No Ranking


Re: Help !!! Project Summary links cause Application Error - /BugNET/Bugs/BugList.aspx 

Hi,

Here is where to change it.

(Davin, I had to store this image in a sub folder of the WIKI documentation images) I dont have forum rights to upload images.

 
New Post 9/15/2008 8:51 AM
User is offline dchristiansen
2 posts
No Ranking


Re: Help !!! Project Summary links cause Application Error - /BugNET/Bugs/BugList.aspx 

I am getting the same error. I actually have my app located in a folder called tracker. Does the app need to be in a folder called BugNET to work properly? My version is Powered by BugNET 0.7.921.0

Application Error - /tracker/Bugs/BugList.aspx

An error has occured in processing your request.

Please try again.

 

 
New Post 9/15/2008 8:56 AM
User is offline dchristiansen
2 posts
No Ranking


Re: Help !!! Project Summary links cause Application Error - /BugNET/Bugs/BugList.aspx 

This is the error I am being emailed:

2008-09-15 11:53:43,638 [1] ERROR BugNET.Global [(null)] - Application Error

 

 

System.Web.HttpException: Unable to serialize the session state. In 'StateServer' and 'SQLServer' mode, ASP.NET will serialize the session state objects, and as a result non-serializable objects or MarshalByRef objects are not permitted. The same restriction applies if similar serialization is done by the custom session state store in 'Custom' mode. ---> System.Runtime.Serialization.SerializationException: Type 'BugNET.BusinessLogicLayer.BugCollection' in Assembly 'BugNET, Version=0.7.921.0, Culture=neutral, PublicKeyToken=null' is not marked as serializable.

   at System.Runtime.Serialization.FormatterServices.InternalGetSerializableMembers(RuntimeType type)

   at System.Runtime.Serialization.FormatterServices.GetSerializableMembers(Type type, StreamingContext context)

   at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitMemberInfo()

   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.Web.Util.AltSerialization.WriteValueToStream(Object value, BinaryWriter writer)

   --- End of inner exception stack trace ---

   at System.Web.Util.AltSerialization.WriteValueToStream(Object value, BinaryWriter writer)

   at System.Web.SessionState.SessionStateItemCollection.WriteValueToStreamWithAssert(Object value, BinaryWriter writer)

   at System.Web.SessionState.SessionStateItemCollection.Serialize(BinaryWriter writer)

   at System.Web.SessionState.SessionStateUtility.Serialize(SessionStateStoreData item, Stream stream)

   at System.Web.SessionState.SessionStateUtility.SerializeStoreData(SessionStateStoreData item, Int32 initialStreamSize, Byte[]& buf, Int32& length)

   at System.Web.SessionState.OutOfProcSessionStateStore.SetAndReleaseItemExclusive(HttpContext context, String id, SessionStateStoreData item, Object lockId, Boolean newItem)

   at System.Web.SessionState.SessionStateModule.OnReleaseState(Object source, EventArgs eventArgs)

   at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

 
New Post 9/16/2008 6:56 AM
User is offline smoss
91 posts
www.orbitsolutions.co.za
No Ranking


Re: Help !!! Project Summary links cause Application Error - /BugNET/Bugs/BugList.aspx 

Hi DChristiansen,

Did you see my previous post to this thread which showed how to change the BugNET application to run "in process" (InProc) ??

 
Previous Previous
 
Next Next
  Forum  Support  General Support  Help !!! Project Summary links cause Application Error - /BugNET/Bugs/BugList.aspx

Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.