Running Mojoportal under Ubuntu 11.04 is proving a real challenge. Working with the with the mojoportal 2-3-7-0 download files for NET3.5 and a MySQL database, I have finally managed to install Monodevelop, Apache2, xsp2, xsp4 and mono-server, and after inserting many configuration settings, simple testpage .aspx files are working.
However when trying to access the /Setup/Default.aspx page in Apache an error is shown
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Apache/2.2.17 (Ubuntu) Server at 127.0.0.2 Port 80
If I manually start XSP2 or XSP4 and declare the root as /var/www/essexbp.com [which is the name I have used throughout all files and settings for the webserver] I get this error
xsp4 --root /var/www/essexbp.com
Exception during TraceManager initialization:
System.Xml.XmlException: a name did not start with a legal character 45 (-) Line 67, position 2.
Followed by many lines of errors with mono-server named and xml named over and over
If I use /var/www/essexbp.com/Setup as the root I get no errors but then using port 8080 to open /Setup/Default.aspx I get this error
Server Error in '/' Application
Parser Error
Description: Error parsing a resource required to service this request. Review your source file and modify it to fix this error.
Parser Error Message: Cannot find type mojoPortal.Web.UI.Pages.SetupHome
Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="false" EnableSessionState="False" CodeBehind="Default.aspx.cs" Inherits="mojoPortal.Web.UI.Pages.SetupHome" %>
Line 2:
Line 3:
Source File: /var/www/essexbp.com/Setup/Default.aspx Lines: 1, 1
Version information: Mono Runtime Version: 2.10.5 (Debian 2.10.5-1~dhx1~lucid1); ASP.NET Version: 4.0.30319.1
Does this identify any cause of the problem?
Running Mojoportal under Ubuntu is certainly not easy, although there are help pages on the internet where people claim to have succeeded, but none of their instructions have yet worked for me. Or is it simply that it is not possible to use Mojoportal under Ubuntu?
Regards
Tony Morton