ERROR mojoPortal.Web.Global [(null)]

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.
10/17/2007 12:12:51 PM
Gravatar
Total Posts 7

ERROR mojoPortal.Web.Global [(null)]

Hi, i have got this error when i try login with admin@admin.com after instalation mojo. I am using PostgreSQL 8.1, Linux box with mono 1.2.5 (apache+mod_mono) grokthis hosting and MojoPortal 2.2.3.6.

The only one change that i made in the web.config was database string connection.

Somebody knows anything about this problem?

 

2007-10-17 13:02:16,914 [1090955616] ERROR mojoPortal.Web.Global [(null)] - System.Runtime.Remoting.RemotingException: Method 'Read' not found in type 'Mono.WebServer.BaseRequestBroker'

Server stack trace:
at System.Runtime.Remoting.Messaging.CADMethodCallMessage.GetMethod () [0x00000]
at System.Runtime.Remoting.Messaging.MethodCall..ctor (System.Runtime.Remoting.Messaging.CADMethodCallMessage msg) [0x00000]
at System.AppDomain.ProcessMessageInDomain (System.Byte[] arrRequest, System.Runtime.Remoting.Messaging.CADMethodCallMessage cadMsg, System.Byte[]& arrResponse, System.Runtime.Remoting.Messaging.CADMethodReturnMessage& cadMrm) [0x00000]
at (wrapper remoting-invoke-with-check) System.AppDomain:ProcessMessageInDomain (byte[],System.Runtime.Remoting.Messaging.CADMethodCallMessage,byte[]&,System.Runtime.Remoting.Messaging.CADMethodReturnMessage&)
at System.Runtime.Remoting.Channels.CrossAppDomainSink.ProcessMessageInDomain (System.Byte[] arrRequest, System.Runtime.Remoting.Messaging.CADMethodCallMessage cadMsg) [0x00000]

Exception rethrown at [0]:

at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke (System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg, System.Exception& exc, System.Object[]& out_args) [0x00000]

10/18/2007 3:37:49 PM
Gravatar
Total Posts 18439

Re: ERROR mojoPortal.Web.Global [(null)]

Hi Adriano,

Unfortunately I have not yet tested under Mono 1.2.5 myself, only on 1.2.4 and on mono from svn.

This looks like a mono bug to me.

Wish I had more help to offer.

Joe

10/19/2007 7:54:52 PM
Gravatar
Total Posts 7

Re: ERROR mojoPortal.Web.Global [(null)]

Hi Joe,

I sent to mono-list and i wait for now. Do you think that i shoud register a bug?

thanks,

 

10/20/2007 6:46:31 AM
Gravatar
Total Posts 18439

Re: ERROR mojoPortal.Web.Global [(null)]

Hi Adriano,

Filing a bug probably will have no effect unless a test case that produces the error is included. If there is abug in 1.2.5 it may already be fixed in svn.

The error seems very strange to me. I would not think that remoting would be involved in normal web operations. It could be a configuration issue.

I have a hosting account also at grokthis but its currently running and old 1.1 framework version of mojoPortal. I did not know that grokthis had upgraded to mono 1.2.5, but since they have I will try to get mojoPortal 2.3.6 running there. Hopefully this week.

I'm also having trouble running mojoPortal on mono from svn after upgrading to opensuse 10.3. A lot of major changes in MonoDevelop 0.16 too so hard to know if the problem is being cuased by the way MonoDevelop is compiling things.

I'm going to try with an older vm of opensuse 10.2 and see if it works with latest mono from svn today. If not then I can be sure the problem I'm having is a mono regression. I am not getting the same error as you though. I get an error about not finding the file or assembly App_GlobalResources on opensuse 10.3

I'll post again if I learn anything new.

Best,

Joe

10/22/2007 2:20:44 PM
Gravatar
Total Posts 18439

Re: ERROR mojoPortal.Web.Global [(null)]

Hi Adriano,

I upgraded my mono demo site to mojoortal 2.2.3.6 on grokthis.net and now I get the same error as you when I try to login.

http://mono.mojoportal.com

So Mono 1.2.5 definitely seems broken to me. I guess next step is to try mono 1.2.5.1

I'll see if I can test it here on a VM sometime in the next few days and if it works I'm sure we can talk Eric into upgrading the server.

Best,

Joe

10/22/2007 3:19:46 PM
Gravatar
Total Posts 7

Re: ERROR mojoPortal.Web.Global [(null)]

Hi, Joe

Thanks for your atention in this days, in this week i will trying in my Ubuntu box too. Is i get some news i post here.

Good look to us. :)

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