Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Server Application Unavailable

web-app

After installation I get this error when trying to go to /gemini

Server Application Unavailable

The web application you are attempting to access on this web server is currently unavailable.  Please hit the "Refresh" button in your web browser to retry your request.

Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.


The event log has these two errors for each time the page is loaded:

Failed to initialize the AppDomain:/LM/w3svc/747/Root/Gemini

Exception: System.IO.FileLoadException
Message: Could not load file or assembly 'System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Access is denied.
StackTrace:    at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
   at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
   at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
   at System.Activator.CreateInstance(String assemblyName, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityInfo, StackCrawlMark& stackMark)
   at System.Activator.CreateInstance(String assemblyName, String typeName)
   at System.AppDomain.CreateInstance(String assemblyName, String typeName)
   at System.AppDomain.CreateInstance(String assemblyName, String typeName)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmentAndReportErrors(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Failed to execute request because the App-Domain could not be created. Error: 0x80070005 Access is denied. 

I'm guessing it's some kind of permissions issue, but don't know more than that.


iandunn
· 1
iandunn
Replies (5)
helpful
0
not helpful

Also, after the installation completed it opened up a web browser to http://localhost/Gemini and that just gave a 404 'page not found' error. I saw that some other people had that and fixed it by running 'update Geminiappsettings ...' but my server isn't 64-bit


iandunn
· 1
iandunn
helpful
0
not helpful

Please make sure that Gemini runs under its own app pool and is using .NET 2.0.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

It is. We added frontpage support and enabled authoring and now it works


iandunn
· 1
iandunn
helpful
0
not helpful

Thanks for sharing your solution with us.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

I'm troubled with same error message and found this thread.

But I can't understand your solution. What "frontpage support" means?

Please show me details of your solution.


mshibuya
· 1
mshibuya