mojoportal on Debian GNU Linux 5?

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.
4/14/2010 4:39:58 PM
Gravatar
Total Posts 5

mojoportal on Debian GNU Linux 5?

Hello List

I am using almost Liferay but for this little project it's to big and havy.

A friend of mine has got suggested me MojoPortal as an lightwight solution there for Users should be easy to use

Currently i'm trying to setup MojoPortal on a VMwarebox with Debian 5 and PostgreSQL. I'm complete new to Mono

Apache with Mono is installed and seems running.

<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/mono
ErrorLog /var/log/apache2/error.log
CustomLog /var/log/apache2/access.log combined
MonoPath default "/usr/bin"
MonoServerPath default /usr/bin/mod-mono-server2
AddMonoApplications default "/:/var/www/mono
<Location />
MonoSetServerAlias default
SetHandler mono
</Location>
<Directory /var/www/mono>
Options +Indexes
Order Allow,Deny
Allow from all
AllowOverride None
</Directory>
</Virtualhost>

I have got installed Mono 1.9.1

System.Configuration.ConfigurationErrorsException: Unrecognized configuration section <serviceHostingEnvironment> () (/etc/mono/2.0/machine.config line 988)
at System.Configuration.ConfigInfo.ThrowException (System.String text, System.Xml.XmlTextReader reader) [0x00000]
at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlTextReader reader, System.Configuration.Configuration config, Boolean overrideAllowed, Boolean root) [0x00000]
at System.Configuration.SectionGroupInfo.ReadData (System.Configuration.Configuration config, System.Xml.XmlTextReader reader, Boolean overrideAllowed) [0x00000]
at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlTextReader reader, System.Configuration.Configuration config, Boolean overrideAllowed, Boolean root) [0x00000]
at System.Configuration.SectionGroupInfo.ReadRootData (System.Xml.XmlTextReader reader, System.Configuration.Configuration config, Boolean overrideAllowed) [0x00000]
at System.Configuration.Configuration.ReadConfigFile (System.Xml.XmlTextReader reader, System.String fileName) [0x00000]
at System.Configuration.Configuration.Load () [0x00000]
at System.Configuration.Configuration.Init (IConfigSystem system, System.String configPath, System.Configuration.Configuration parent) [0x00000]
at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00000]
at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00000]
at System.Configuration.InternalConfigurationFactory.Create (System.Type typeConfigHost, System.Object[] hostInitConfigurationParams) [0x00000]
at System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration (System.String path, System.String site, System.String locationSubPath, System.String server, System.String userName, System.String password) [0x00000]

 

any suggestions to fix them?

best regards

Darko

 

4/14/2010 7:36:59 PM
Gravatar
Total Posts 5

Re: mojoportal on Debian GNU Linux 5?

After an Upgrade 2 Mono 2.4 the Installer has runs successfully.

But after all i get a Errorpage only. No entry's about a Error in my logfiles of apache

 


 

We're sorry but a server error has occurred while trying to process your request.

The error has been logged and will be reviewed by our staff as soon as possible. It is possible that the error was just a momentary hiccup and you may wish to use the back button and try again or go back to the home page.

4/15/2010 6:33:15 AM
Gravatar
Total Posts 18439

Re: mojoportal on Debian GNU Linux 5?

Hi,

I only test the latest mojoPortal using the latest Mono OpenSuse VMWare image, which currently has Mono 2.6.3 and it works ok but has some issues. You may possibly have better luck using an older version of mojoPortal on the version of Mono you have, but it can be hit or miss.

Most discussions about mojoPortal on Mono are in our Linux/Mono forum.

Best,

Joe

4/15/2010 10:46:56 AM
Gravatar
Total Posts 5

Re: mojoportal on Debian GNU Linux 5?

Hello Joe!

Thank you for your respond. Can you tell me where i can download the Image for VMware?

Maybe it will helps me to understand whats going wrong. Tomorrow i will begin to create some RPM's with Mono vor Redhat Enterprise Linux 5.

We are running the Clone Scientificlinux on our Servers.

 

best regards

Darko

4/15/2010 3:44:09 PM
Gravatar
Total Posts 18439

Re: mojoportal on Debian GNU Linux 5?

Hi,

You can get it from the Mono download page

http://www.go-mono.com/mono-downloads/download.html

Hope it helps,

Joe

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