error during installating (relation "mp_taskqueue" does not exist)

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

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.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
2/5/2010 11:08:06 AM
Gravatar
Total Posts 13

error during installating (relation "mp_taskqueue" does not exist)

There're many error during installation mojoPortal (3-3-x) on openSUSE 11.2 machine with mono 2.4, 2.6. I've tried all of there versions and got problems. Please help.

Npgsql.NpgsqlException:
relation "mp_taskqueue" does not exist
Severity: ERROR
Code: 42P01
at Npgsql.NpgsqlConnector.CheckErrors () [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnector.CheckErrorsAndNotifications () [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlCommand.ExecuteCommand () [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlCommand.ExecuteNonQuery () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) Npgsql.NpgsqlCommand:ExecuteNonQuery ()
at mojoPortal.Data.NpgsqlHelper.ExecuteNonQuery (System.String connectionString, CommandType commandType, System.String commandText, Npgsql.NpgsqlParameter[] commandParameters) [0x00000] in <filename unknown>:0
at mojoPortal.Data.DBTaskQueue.DeleteCompleted () [0x00000] in <filename unknown>:0
at mojoPortal.Business.TaskQueue.DeleteCompleted () [0x00000] in <filename unknown>:0
at mojoPortal.Web.WebTaskManager.StartOrResumeTasks (Boolean appWasRestarted) [0x00000] in <filename unknown>:0
at mojoPortal.Web.Global.StartOrResumeTasks () [0x00000] in <filename unknown>:0
at mojoPortal.Web.Global.Application_Start (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0

2/5/2010 11:55:19 AM
Gravatar
Total Posts 18439

Re: error during installating (relation "mp_taskqueue" does not exist)

Hi,

Make sure you use mojoportal-2-3-3-6-pgsql-deploymentfiles-for-mono.zip

Did you visit /Setup/Default.aspx to run the db installation scripts?

If this error prevents it from running the setup page I would try change this to true in Web.config

<add key="DisableTaskQueue" value="false" />

but after setup finishes you should set it back to false.

Hope it helps,

Joe

2/5/2010 12:25:00 PM
Gravatar
Total Posts 13

Re: error during installating (relation "mp_taskqueue" does not exist)

I'm sure in using the right files. In openSUSE 11.2 I have /srv/www/ht-docs as a directory for websites. I unpack wwwroot folder, so I get /srv/www/ht-docs/portal as a portal root directory (e.g. I have /srv/www/ht-docs/portal/Web.config file). I properly edit user.config.sample->user.config and Web.config files for the use with mono. I create mojoportal database with mojo owner checking permissions and ability to login. Everything is allright. I have the newest apache with mod_mono properly configured (mod_mono 2.4.x) with autohosting enabled. I "chown wwwrun:www -R /srv/www/ht-docs/portal" to let web server process access rights to the portal content. Then I enter portal http://localhost/portal/ and get no errors on the installation page. I get them in system log when I login as admin with "admin" password and press "system log" link. There errors tell me that I cannot edit any content, I cannot add forum web control without errors and so on. Every action rises tons of exceptions.

2/5/2010 1:23:05 PM
Gravatar
Total Posts 18439

Re: error during installating (relation "mp_taskqueue" does not exist)

Ok, I just tested using Mono 2.6.1 VMWare image and I have to agree, it can run setup, you can login, but try to create a page and it is utterly broken.

The thing is these are Mono bugs, the stack trace points to runtime code not mojoPortal code, it works correctly on .NET on Windows and I don't see any indication it is bugs in mojoPortal.

I will email my friends on the Mono team, and see if they can help.

Best,

Joe

2/5/2010 2:25:19 PM
Gravatar
Total Posts 13

Re: error during installating (relation "mp_taskqueue" does not exist)

Didn't worked even on mono 2.4. Here's the system log after I wanted to add forum web control.

------------------------------------

2010-02-05 23:10:36,984 INFO mojoPortal.Web.Global - Application Started.
2010-02-05 23:10:37,677 ERROR mojoPortal.Web.BannedIPBlockingHttpModule - handled exception:
Npgsql.NpgsqlException:
relation "mp_bannedipaddresses" does not exist
Severity: ERROR
Code: 42P01
at Npgsql.NpgsqlState+<ProcessBackendResponses_Ver_3>c__Iterator1.MoveNext () [0x00000]
at Npgsql.ForwardsOnlyDataReader.GetNextResponseObject () [0x00000]
2010-02-05 23:10:48,362 ERROR mojoPortal.Business.WebHelpers.CacheHelper - Error trying to obtain siteSettings
Npgsql.NpgsqlException:
function mp_sites_selectonebyhostv2(text) does not exist
Severity: ERROR
Code: 42883
Hint: No function matches the given name and argument types. You might need to add explicit type casts.
at Npgsql.NpgsqlState+<ProcessBackendResponses_Ver_3>c__Iterator1.MoveNext () [0x00000]
at Npgsql.ForwardsOnlyDataReader.GetNextResponseObject () [0x00000]
2010-02-05 23:10:48,465 ERROR mojoPortal.Business.WebHelpers.CacheHelper - Error trying to obtain siteSettings
Npgsql.NpgsqlException:
function mp_sites_selectonebyhostv2(text) does not exist
Severity: ERROR
Code: 42883
Hint: No function matches the given name and argument types. You might need to add explicit type casts.
at Npgsql.NpgsqlState+<ProcessBackendResponses_Ver_3>c__Iterator1.MoveNext () [0x00000]
at Npgsql.ForwardsOnlyDataReader.GetNextResponseObject () [0x00000]
2010-02-05 23:10:48,494 ERROR mojoPortal.Business.WebHelpers.CacheHelper - Error trying to obtain siteSettings
Npgsql.NpgsqlException:
function mp_sites_selectonebyhostv2(text) does not exist
Severity: ERROR
Code: 42883
Hint: No function matches the given name and argument types. You might need to add explicit type casts.
at Npgsql.NpgsqlState+<ProcessBackendResponses_Ver_3>c__Iterator1.MoveNext () [0x00000]
at Npgsql.ForwardsOnlyDataReader.GetNextResponseObject () [0x00000]
2010-02-05 23:10:48,796 ERROR mojoPortal.Web.BannedIPBlockingHttpModule - handled exception:
Npgsql.NpgsqlException:
relation "mp_bannedipaddresses" does not exist
Severity: ERROR
Code: 42P01
at Npgsql.NpgsqlState+<ProcessBackendResponses_Ver_3>c__Iterator1.MoveNext () [0x00000]
at Npgsql.ForwardsOnlyDataReader.GetNextResponseObject () [0x00000]
2010-02-05 23:10:48,806 ERROR mojoPortal.Business.WebHelpers.CacheHelper - Error trying to obtain siteSettings
Npgsql.NpgsqlException:
function mp_sites_selectonebyhostv2(text) does not exist
Severity: ERROR
Code: 42883
Hint: No function matches the given name and argument types. You might need to add explicit type casts.
at Npgsql.NpgsqlState+<ProcessBackendResponses_Ver_3>c__Iterator1.MoveNext () [0x00000]
at Npgsql.ForwardsOnlyDataReader.GetNextResponseObject () [0x00000]
2010-02-05 23:10:48,807 ERROR mojoPortal.Web.UrlRewriter - System.NullReferenceException: Object reference not set to an instance of an object
at mojoPortal.Web.UrlRewriter.GetRedirectUrl (System.String targetUrl) [0x00000]
at mojoPortal.Web.UrlRewriter.RewriteUrl (System.Web.HttpApplication app) [0x00000]
2010-02-05 23:10:48,814 ERROR mojoPortal.Business.WebHelpers.CacheHelper - Error trying to obtain siteSettings
Npgsql.NpgsqlException:
function mp_sites_selectonebyhostv2(text) does not exist
Severity: ERROR
Code: 42883
Hint: No function matches the given name and argument types. You might need to add explicit type casts.
at Npgsql.NpgsqlState+<ProcessBackendResponses_Ver_3>c__Iterator1.MoveNext () [0x00000]
at Npgsql.ForwardsOnlyDataReader.GetNextResponseObject () [0x00000]
2010-02-05 23:11:23,350 INFO mojoPortal.Business.SiteSettings - SiteSettings expandoProperties was null so nothing was saved
2010-02-05 23:11:39,427 ERROR mojoPortal.Web.mojoSetup - Npgsql.NpgsqlException:
duplicate key value violates unique constraint "mp_sitemoduledefinitions_pkey"
Severity: ERROR
Code: 23505
at Npgsql.NpgsqlState+<ProcessBackendResponses_Ver_3>c__Iterator1.MoveNext () [0x00000]
at Npgsql.ForwardsOnlyDataReader.GetNextResponseObject () [0x00000]
2010-02-05 23:13:25,136 INFO mojoPortal.Web.Global - Global.asax.cs Application_End
2010-02-05 23:16:35,409 INFO mojoPortal.Web.Global - Application Started.
2010-02-05 23:18:52,123 INFO mojoPortal.Web.Global - Global.asax.cs Application_End
2010-02-05 23:20:12,681 INFO mojoPortal.Web.Global - Application Started.
2010-02-05 23:21:27,526 ERROR mojoPortal.Web.mojoBasePage - 192.168.1.2-ru-RU - /portal/Admin/PageLayout.aspx?pageid=1
System.NullReferenceException: Object reference not set to an instance of an object
at mojoPortal.Web.AdminUI.PageLayout.btnCreateNewContent_Click (System.Object sender, System.EventArgs e) [0x00000]
at System.Web.UI.WebControls.Button.OnClick (System.EventArgs e) [0x00000]
at System.Web.UI.WebControls.Button.RaisePostBackEvent (System.String eventArgument) [0x00000]
at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent (System.String eventArgument) [0x00000]
at System.Web.UI.Page.RaisePostBackEvent (IPostBackEventHandler sourceControl, System.String eventArgument) [0x00000]
at System.Web.UI.Page.RaisePostBackEvents () [0x00000]
at System.Web.UI.Page.ProcessRaiseEvents () [0x00000]
at System.Web.UI.Page.InternalProcessRequest () [0x00000]
at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000]
2010-02-05 23:21:27,611 ERROR mojoPortal.Web.Global - 192.168.1.2-ru-RU - /portal/Admin/PageLayout.aspx?pageid=1
System.NullReferenceException: Object reference not set to an instance of an object
at mojoPortal.Web.AdminUI.PageLayout.btnCreateNewContent_Click (System.Object sender, System.EventArgs e) [0x00000]
at System.Web.UI.WebControls.Button.OnClick (System.EventArgs e) [0x00000]
at System.Web.UI.WebControls.Button.RaisePostBackEvent (System.String eventArgument) [0x00000]
at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent (System.String eventArgument) [0x00000]
at System.Web.UI.Page.RaisePostBackEvent (IPostBackEventHandler sourceControl, System.String eventArgument) [0x00000]
at System.Web.UI.Page.RaisePostBackEvents () [0x00000]
at System.Web.UI.Page.ProcessRaiseEvents () [0x00000]
at System.Web.UI.Page.InternalProcessRequest () [0x00000]
at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000]
 

2/5/2010 2:37:04 PM
Gravatar
Total Posts 13

file manager didn't worked

Also file manager admin facility didn't worked. Generally, a lot of features aren't available on mono. Maybe it will be possilbe to make some tests on mono before making releases. I thought that mojoportal have to work on Linux under mono. It's well known fact that mono and .net aren't identical at all. They differ in some aspects.

------------------------------------------------

2010-02-05 23:32:40,434 ERROR mojoPortal.Web.Global - 192.168.1.2-ru-RU - /portal/Dialog/FileManagerDialog.aspx
System.TypeInitializationException: An exception was thrown by the type initializer for System.Web.Script.Serialization.JavaScriptSerializer ---> System.InvalidCastException: Cannot cast from source type to destination type.
at System.Web.Script.Serialization.JavaScriptSerializer..ctor (System.Web.Script.Serialization.JavaScriptTypeResolver resolver) [0x00000]
at System.Web.Script.Serialization.JavaScriptSerializer..ctor () [0x00000]
at System.Web.Script.Serialization.JavaScriptSerializer..cctor () [0x00000]
--- End of inner exception stack trace ---
at mojoPortal.Web.Framework.StringHelper.ToJsonString (System.Object jsonObj) [0x00000]
at ASP.admin_controls_advfilemanager_ascx.__Render_pnlFile (System.Web.UI.HtmlTextWriter __output, System.Web.UI.Control parameterContainer) [0x00000]
at System.Web.UI.Control.RenderChildren (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.Control.Render (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.WebControls.WebControl.RenderContents (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.WebControls.WebControl.Render (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.Control.RenderControl (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.Control.RenderChildren (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.Control.Render (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.Control.RenderControl (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.Control.RenderChildren (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.HtmlControls.HtmlForm.RenderChildren (System.Web.UI.HtmlTextWriter w) [0x00000]
at System.Web.UI.HtmlControls.HtmlContainerControl.Render (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.HtmlControls.HtmlForm.Render (System.Web.UI.HtmlTextWriter w) [0x00000]
at System.Web.UI.Control.RenderControl (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.HtmlControls.HtmlForm.RenderControl (System.Web.UI.HtmlTextWriter w) [0x00000]
at System.Web.UI.Control.RenderChildren (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.Control.Render (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.Page.Render (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.Control.RenderControl (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.Page.RenderPage () [0x00000]
at System.Web.UI.Page.InternalProcessRequest () [0x00000]
at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000]
2010-02-05 23:32:51,696 ERROR mojoPortal.Web.Global - 192.168.1.2-ru-RU - /portal/Dialog/FileManagerDialog.aspx
System.TypeInitializationException: An exception was thrown by the type initializer for System.Web.Script.Serialization.JavaScriptSerializer ---> System.InvalidCastException: Cannot cast from source type to destination type.
at System.Web.Script.Serialization.JavaScriptSerializer..ctor (System.Web.Script.Serialization.JavaScriptTypeResolver resolver) [0x00000]
at System.Web.Script.Serialization.JavaScriptSerializer..ctor () [0x00000]
at System.Web.Script.Serialization.JavaScriptSerializer..cctor () [0x00000]
--- End of inner exception stack trace ---
at mojoPortal.Web.Framework.StringHelper.ToJsonString (System.Object jsonObj) [0x00000]
at ASP.admin_controls_advfilemanager_ascx.__Render_pnlFile (System.Web.UI.HtmlTextWriter __output, System.Web.UI.Control parameterContainer) [0x00000]
at System.Web.UI.Control.RenderChildren (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.Control.Render (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.WebControls.WebControl.RenderContents (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.WebControls.WebControl.Render (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.Control.RenderControl (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.Control.RenderChildren (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.Control.Render (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.Control.RenderControl (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.Control.RenderChildren (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.HtmlControls.HtmlForm.RenderChildren (System.Web.UI.HtmlTextWriter w) [0x00000]
at System.Web.UI.HtmlControls.HtmlContainerControl.Render (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.HtmlControls.HtmlForm.Render (System.Web.UI.HtmlTextWriter w) [0x00000]
at System.Web.UI.Control.RenderControl (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.HtmlControls.HtmlForm.RenderControl (System.Web.UI.HtmlTextWriter w) [0x00000]
at System.Web.UI.Control.RenderChildren (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.Control.Render (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.Page.Render (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.Control.RenderControl (System.Web.UI.HtmlTextWriter writer) [0x00000]
at System.Web.UI.Page.RenderPage () [0x00000]
at System.Web.UI.Page.InternalProcessRequest () [0x00000]
at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000]
 

2/5/2010 2:47:24 PM
Gravatar
Total Posts 13

Re: error during installating (relation "mp_taskqueue" does not exist)

Here it is http://87.117.174.99/portal/. You cannot even enter a forum without getting errors. :((((

2/5/2010 6:02:51 PM
Gravatar
Total Posts 13

Re: error during installating (relation "mp_taskqueue" does not exist)

I've created a the admin profile having deleted the old one with "Admin" name. But after something about half hour of working the mojo portal refused to login me. I have configured remote mail server. But the password restoration machanism refused to work too. Also, I have a question. Why it shows that we use ASP.NET Version: 2.0.50727.1433 when ASP.NET 3.5 should be used for this portal version? Can it be the root of the numerous problems I have met?

----------------------------------------------------

Invalid length.

Description: HTTP 500. Error processing request.

Stack Trace:

System.FormatException: Invalid length.
at (wrapper managed-to-native) System.Convert:InternalFromBase64String (string,bool)
at System.Convert.FromBase64String (System.String s) [0x00000] in <filename unknown>:0
at mojoPortal.Web.mojoMembershipProvider.UnencodePassword (System.String pass, MembershipPasswordFormat passwordFormat) [0x00000] in <filename unknown>:0
at mojoPortal.Web.mojoMembershipProvider.GetPassword (System.String userName, System.String passwordAnswer) [0x00000] in <filename unknown>:0
at System.Web.UI.WebControls.PasswordRecovery.GenerateAndSendEmail () [0x00000] in <filename unknown>:0
at System.Web.UI.WebControls.PasswordRecovery.ProcessUserAnswer () [0x00000] in <filename unknown>:0
at System.Web.UI.WebControls.PasswordRecovery.ProcessCommand (System.Web.UI.WebControls.CommandEventArgs args) [0x00000] in <filename unknown>:0
at System.Web.UI.WebControls.PasswordRecovery.OnBubbleEvent (System.Object source, System.EventArgs e) [0x00000] in <filename unknown>:0
at System.Web.UI.Control.RaiseBubbleEvent (System.Object source, System.EventArgs args) [0x00000] in <filename unknown>:0
at System.Web.UI.WebControls.Button.OnCommand (System.Web.UI.WebControls.CommandEventArgs e) [0x00000] in <filename unknown>:0
at System.Web.UI.WebControls.Button.RaisePostBackEvent (System.String eventArgument) [0x00000] in <filename unknown>:0
at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent (System.String eventArgument) [0x00000] in <filename unknown>:0
at System.Web.UI.Page.RaisePostBackEvent (IPostBackEventHandler sourceControl, System.String eventArgument) [0x00000] in <filename unknown>:0
at System.Web.UI.Page.RaisePostBackEvents () [0x00000] in <filename unknown>:0
at System.Web.UI.Page.ProcessRaiseEvents () [0x00000] in <filename unknown>:0
at System.Web.UI.Page.InternalProcessRequest () [0x00000] in <filename unknown>:0
at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000] in <filename unknown>:0

Version information: Mono Runtime Version: 2.6.1 (tarball Thu Dec 17 17:24:22 UTC 2009); ASP.NET Version: 2.0.50727.1433

2/6/2010 7:00:33 AM
Gravatar
Total Posts 18439

Re: error during installating (relation "mp_taskqueue" does not exist)

Hi,

It's well known fact that mono and .net aren't identical at all. They differ in some aspects.

As far as I know the goal of the Mono project is to be compatible and it is not a goal of the Mono project that I should have to code things differently for Mono. Other than watching out for not yet implemented things, the only care I have ever had to take since working with Mono from 2004 is being mindful of case sensitive urls and using Path.DirectorySeparator instead of hard coding paths in windows syntax. Other than that pretty much every issue we have ever had with mojoPortal on Mono is bugs in Mono. I cannot control that. In my experience there are often regressions in new releases of Mono. I do not feel ASP.NET WebForms on Mono has ever been dogfooded well enough, no big sites I know of are really using Mono for production deployment of important sites that really run on ASP.NET WebForms. People point out GovTrac but that site uses only xml/xslt as far as I know it does not use any asp.net controls. People point to MindTouch deki wiki but it really only uses some .NET web services and the UI is all built on PHP. There are no major hosting companies providing Mono hosting because they can't support it with all the bugs. Back in 2004 mojoportal.com ran on Mono for a year and it was touch and go dodgy, when 2.0 .NET came out I had to move the project forward so I switched to Windows hosting.

 

 

Maybe it will be possilbe to make some tests on mono before making releases. I thought that mojoportal have to work on Linux under mono. 

Being cross platform is a goal for mojoPortal and we depend on Mono for that possibility and our ability to achieve the goal is dependent on the quality of Mono's implementation of .NET. I only do cursory testing on Mono, I am one person and I do not have time to do exhaustive testing on Mono especially given that the vast majority of my customers are using Windows.  I cannot let my project be held back by issues with Mono or I will never achieve my goals. Frankly, since dealing with these issues since 2004 I grow weary of concern for Mono, it provides the dream for cross platform web apps, but that dream always seems to be just out of reach, it never is quite stable enough for real production use. I don't give up on the dream, but I cannot let myself get derailed from the larger goals of the project and my own goal to try and make a living.

Yes mojoPortal can work on Mono, but your mileage may vary and I cannot promise no bugs. You can always try older versions of mojoPortal from Codeplex.

I tried the latest mojoportal from svn this morning on the Mono 2.4.2.3 VMWare image and I am able to create a page (the same code that blows up on 2.6.1). I can add a blog to a page and make a blog post. I tried the file manager and yes it gave an error do to some json serialization not working well on Mono. You could go back a few version of mojoportal and use the older file manager.

I have emailed my friend at Novell about the major errors on 2.6.1. That is about all I can do, it is not a bug in mojoPortal, it is bugs in Mono.

Please instead of posting issues about using mojoPortal on Mono in the bug forum, please post in the forums specifically for Mono.

Best,

Joe

2/6/2010 7:35:13 AM
Gravatar
Total Posts 13

Re: error during installating (relation "mp_taskqueue" does not exist)

Thank you. I really appreciate your feedback.

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