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.




Error after upgrade

web-app

I just went through the upgrade to 2.2 from 1.9.1 and am experiencing problems.

1.9.1 was working fine.  I followed the instructions for install from the pdf manual and now when I try to access Gemini, I get the following error:

aspnet_wp.exe could not be started. The error code for the failure is 80004005. This error can be caused when the worker process account has insufficient rights to read the .NET Framework files. Please ensure that the .NET Framework is correctly installed and that the ACLs on the installation directory allow access to the configured account.

Nothing has been changed and as I said, Gemini was working perfectly right before the upgrade... can you help?

Thanks

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

What version of IIS are you running and on what OS?

We have seen this before whereby Gemini needs to run under FULL TRUST(due to an issue with the NHIBERNATE library that we use -- has been fixed by NHIBERNATE team and will be in Gemini next release due next week). 

http://msdn2.microsoft.com/en-us/library/tkscy493.aspx

<trust level="Full" originUrl="" /> 

 

 

 


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

IIS 6 / Windows 2003 Server (IIS 5 Isolation mode).

Where do I go to set this param?

 


mhopkins
· 1
mhopkins
helpful
0
not helpful

Just checked my root web.config and it does have

<trust level="Full" originUrl="" />

In it... any other ideas?

Thanks in advance

 


mhopkins
· 1
mhopkins
helpful
0
not helpful

Some ideas...(!)...

1. Is your aspnet NT account locked out by any chance (http://weblogs.asp.net/jambrose/archive/2004/09/01/224226.aspx)

2. Re-register aspnet with IIS (http://www.issociate.de/board/goto/555022/ServerApplicationUnavailable.html).  Look at steps half way down ("%windir%\Microsoft.NET\Framework\version\aspnet_regiis.exe" -i)

Hope this helps. Let us know how you get on.

 


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

OK resolved in the end - nightmare process, simple solution - my ASP.NET web service extension was "prohibited".

Thanks for your help.


mhopkins
· 1
mhopkins