MojoPortal Setup Error

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
8/10/2011 2:51:22 PM
Gravatar
Total Posts 18409

Re: MojoPortal Setup Error

Actually I think that extra backslash is correct, that is the example in user.config, but you don't really have to specify the path if keeping it under the default location /Data/sqlitedb you can just put

<add key="SqliteConnectionString" value="defaultdblocation" />

what he posted with a path is in comments and not used, or if it is not in comments and is exactly like this:

<add key="SqliteConnectionString" value="version=3,URI=file:C:\\Websites\Domain Name\Data\sqlitedb\mojoportal.db" />


  <add key="SqliteConnectionString" value="defaultdblocation" />

the bottom one wins

Best,

Joe

8/10/2011 2:55:27 PM
Gravatar
Total Posts 18409

Re: MojoPortal Setup Error

looking back at the error again, I would suggest make sure you are using an Integrated App pool not Classic

Hope that helps,

Joe

8/10/2011 2:57:04 PM
Gravatar
Total Posts 22

Re: MojoPortal Setup Error

The content that belongs here is too complex to display securely.
8/10/2011 2:59:07 PM
Gravatar
Total Posts 18409

Re: MojoPortal Setup Error

The database talk was just side discussion it is not the cause of this error

Config Source
1091:     <!-- Handlers for IIS 7.0 Integrated mode -->
1092:     <handlers>
1093:       <remove name="WebServiceHandlerFactory-Integrated"/>

make sure you are using an Integrated Application pool

8/10/2011 2:59:56 PM
Gravatar
Total Posts 18409

Re: MojoPortal Setup Error

what is the structure of your url?

8/10/2011 3:09:49 PM
Gravatar
Total Posts 22

Re: MojoPortal Setup Error

Integrated is by default, and it is set as integrated.

By Structure do you mean path?

C:\Websites\Domain

The domain folder is where I dumped the contents of the mojoportal WWWRoot folder.

8/10/2011 3:16:46 PM
Gravatar
Total Posts 18409

Re: MojoPortal Setup Error

Are you actually accessing the site with http://www.Domain.com or some other url? 

Is it a root level site pointed directly at the C:\Websites\Domain folder?

Or does the url have another segment in it?

Or is it not a root site but under Default Web Site/some folder?

Is there another Web.config file in the C:\Websites folder? or in C:\?

8/10/2011 3:34:14 PM
Gravatar
Total Posts 22

Re: MojoPortal Setup Error

http://www.domain.com is how I am accessing the site in the browser.

The path for the website is C:\websites\Domain

The path in IIS 7.5 for the website is C:\websites\Domain

The contents copied from the WWWRoot folder from Mojoportal was copied into the C:\Websites\Domain folder.

I am running ASP.NET 3.5 SP1

 

There is only one web.config in the C:\websites\domain folder. 

I should note also that this is a virtual server, and that at one time I had mojo working here fine (older version)  The disk was formatted and OS reinstalled.  Datacenter 2008.

8/10/2011 3:58:06 PM
Gravatar
Total Posts 18409

Re: MojoPortal Setup Error

So you're using a hosts file entry to test with that domain I guess?

DataCenter 2008 seems a strange os for a single VM. Is it a cluster or web farm?

Is the machine part of a  windows domain where configurations could be pushed down by active directory and group policy rules?

8/10/2011 4:04:36 PM
Gravatar
Total Posts 22

Re: MojoPortal Setup Error

Its not a single VM...Data Center 2008 is typically used on ESXI servers "VMware" because it keeps costs low.  I have about 8 virtual servers.  The issue isn't virtualization.  I have other webservices running on other VMs just fine.

And I am not using a host file.  I believe I followed mojo installation instructions to a "T" albeit for a novice with websites, there could have been some more detail....kinda like mojo portal for dummies.  :-)

8/10/2011 4:10:25 PM
Gravatar
Total Posts 18409

Re: MojoPortal Setup Error

so you actually own the domain name http://www.domain.com? that is why I asked about a hosts file to see if you were spoofing the domain for testing

ok not just one vm but is it a cluster or web farm where a particular web request could hit any node? or is it single vm running the site?

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