Installation problem on Mono 1.1.12.1_0

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
1/6/2006 9:31:42 AM
Gravatar
Total Posts 6
Antoine

Installation problem on Mono 1.1.12.1_0

i have a problem on xsp2 when connecting to mojo

the xsp2 logs :

 WARNING **: Missing me mber Sort in type Array, assembly /home/agsd/mono-1.1.12.1/lib/mono/2.0/mscorlib.dll

=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

Stacktrace:

in <0xffffffff> log4net.Core.DefaultRepositorySelector:CreateRepository (System. Reflection.Assembly,System.Type,string,bool)
in <0x2cb> log4net.Core.DefaultRepositorySelector:CreateRepository (System.Refle ction.Assembly,System.Type,string,bool)
in <0x17> log4net.Core.DefaultRepositorySelector:CreateRepository (System.Reflec tion.Assembly,System.Type)
in <0x18> log4net.Core.DefaultRepositorySelector:GetRepository (System.Reflectio n.Assembly)
in <0x2d> log4net.Core.LoggerManager:GetLogger (System.Reflection.Assembly,strin g)
in <0xe> log4net.LogManager:GetLogger (System.Reflection.Assembly,string)
in <0x26> log4net.LogManager:GetLogger (System.Type)
in <0xf> mojoPortal.Web.Global:.cctor ()
in <0x51aaa90f> (wrapper runtime-invoke) System.Object:runtime_invoke_void (obje ct,intptr,intptr,intptr)
in <0xffffffff> ASP.Global_asax:.ctor ()
in <0xb> ASP.Global_asax:.ctor ()
in <0x51aaaa97> (wrapper runtime-invoke) System.Object:runtime_invoke_void (obje ct,intptr,intptr,intptr)
in <0x4> (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvok e (object,object[])
in <0xfffffdbd> (wrapper managed-to-native) System.Reflection.MonoCMethod:Intern alInvoke (object,object[])
in <0x8d> System.Reflection.MonoCMethod:Invoke (object,System.Reflection.Binding Flags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
in <0x1c> System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,S ystem.Reflection.Binder,object[],System.Globalization.CultureInfo)
in <0x35> System.Reflection.ConstructorInfo:Invoke (object[])
in <0x116> System.Activator:CreateInstance (System.Type,bool)
in <0x20> System.Web.HttpApplicationFactory:FireOnAppStart (System.Web.HttpConte xt)
in <0xee> System.Web.HttpApplicationFactory:GetApplication (System.Web.HttpConte xt)
in <0x83> System.Web.HttpRuntime:RealProcessRequest (object)
in <0x2c> System.Web.HttpRuntime:ProcessRequest (System.Web.HttpWorkerRequest)
in <0xa> Mono.WebServer.MonoWorkerRequest:ProcessRequest ()
in <0x43> Mono.WebServer.BaseApplicationHost:ProcessRequest (Mono.WebServer.Mono WorkerRequest)
in <0x37f> Mono.WebServer.XSPApplicationHost:ProcessRequest (int,long,int,long,i nt,string,string,string,string,byte[],string,intptr,Mono.WebServer.SslInformatio ns)
in <0xfffffa6c> (wrapper remoting-invoke-with-check) Mono.WebServer.XSPApplicati onHost:ProcessRequest (int,long,int,long,int,string,string,string,string,byte[], string,intptr,Mono.WebServer.SslInformations)
in <0x2339b> (wrapper xdomain-dispatch) Mono.WebServer.XSPApplicationHost:Proces sRequest (object,byte[]&,byte[]&,int,long,int,long,int,string,string,string,stri ng,byte[],string)
in <0xffffff3d> (wrapper xdomain-invoke) Mono.WebServer.XSPApplicationHost:Proce ssRequest (int,long,int,long,int,string,string,string,string,byte[],string,intpt r,Mono.WebServer.SslInformations)
in <0x2e9173> (wrapper remoting-invoke-with-check) Mono.WebServer.XSPApplication Host:ProcessRequest (int,long,int,long,int,string,string,string,string,byte[],st ring,intptr,Mono.WebServer.SslInformations)
in <0x563> Mono.WebServer.XSPWorker:InnerRun (object)
in <0x22> Mono.WebServer.XSPWorker:Run (object)
in <0xffffff95> (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_o bject (object)
in <0x5120927f> (wrapper runtime-invoke) System.Object:runtime_invoke_void_objec t (object,intptr,intptr,intpt

thx
1/6/2006 10:03:23 AM
Gravatar
Total Posts 18439

Re: Installation problem on Mono 1.1.12.1_0

Yikes! That looks like a mono bug to me. I haven't tested on the latest releases of mono, I have tested on the latest svn code. Since you are using xsp2 I hope you are using the 2.0 version of mojoportal since the 1.0 mojoportal is not compiled against the 2.0 runtime and therefore is not compatible with xsp2.

You didn't mention what OS.

Keep in mind that the 2.0 version of mojoportal still has errors on mono even from svn though most pages do work in my testing.

mojoportal 1.0 does work on mono with no known errors as long as you are not using the 2.0  features of mono like xsp2.

The error is happening in log4net so you might try setting the loglevel to OFF in the log4net.config file in the root of the web.

Hope it helps,

Joe
1/6/2006 10:57:37 AM
Gravatar
Total Posts 6
Antoine

Re: Installation problem on Mono 1.1.12.1_0

thanks for your help

i've tried setting the loglevel to off and i've always the same pb.

i'm using ubuntu like OS, xsp2 and mojoportal 2.0
this binaries works fine under IIs, i'm going to try under apache2 and mod_mono

Agsd
1/6/2006 12:40:56 PM
Gravatar
Total Posts 6
Antoine

Re: Installation problem on Mono 1.1.12.1_0

i've tried with mod_mono and i have still the same problem.
1/6/2006 12:57:09 PM
Gravatar
Total Posts 18439

Re: Installation problem on Mono 1.1.12.1_0

Did you make the Data folder under the web and all its children writeable? The error you are getting is different than the permissions error I would expect if you did not but maybe...

Other than that I don't really have any more ideas. My site at http://demo.mojoportal.com is running using mojoportal 2.0 on Suse 10 but with mono built from svn and it works but with a few errors on a couple pages.

I'm not really recommending people to use mojoportal 2.0 on mono in general yet, I put it out there mainly to keep the windows users happy. I'm still running my production sites like this site on mojoportal 1.0 and not using the 2.0 mono runtime. I think it will be towards the end of the year before all the 2.0 stuff is implemented in mono.

Joe
1/6/2006 3:21:30 PM
Gravatar
Total Posts 18439

Re: Installation problem on Mono 1.1.12.1_0

Another idea, you could try building mono from source code and see if it works any better. Its not that hard to build the parts you need for asp.net. I have a tutorial here http://www.joeaudette.com/buildingmonoforaspnet for Suse 10 but the same steps should work on Ubuntu.

Cheers,

Joe
You must sign in to post in the forums. This thread is closed to new posts.