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.




Access is denied to 'NHibernate' and 'NVelocity'

web-app

I have just installed Gemini and that went ok but now I have an error. I can create users/projects/versions etc just fine but when I try to create an issue I get an error (in the log) telling me "Access is denied: 'NVelocity'". Then I can see that an issue has been created. So I guess the error is linked to sending the email. When I then click to see the issues I get the error: Access is denied: 'NHibernate' (see log below).

I'm sure I need to do something with permissions, so can you tell me exactly what?

Cheers

 

Thread was being aborted. at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse) at Gemini.Issues.BindData() at Gemini.Issues.Page_Load(Object sender, EventArgs e)   31/05/2006 08:01:06 Access is denied: 'NHibernate'. at CounterSoft.GeminiDA.45f9694dc1888502..cctor()   31/05/2006 08:01:06 Access is denied: 'NHibernate'. at CounterSoft.GeminiDA.45f9694dc1888502..cctor()   31/05/2006 08:01:06 Access is denied: 'NHibernate'. at CounterSoft.GeminiDA.45f9694dc1888502..cctor()   31/05/2006 08:01:06 Access is denied: 'NHibernate'. at CounterSoft.GeminiDA.45f9694dc1888502..cctor()   31/05/2006 08:01:06 Access is denied: 'NHibernate'. at CounterSoft.GeminiDA.45f9694dc1888502..cctor()   31/05/2006 08:01:05 Access is denied: 'NHibernate'. at CounterSoft.GeminiDA.45f9694dc1888502..cctor()   31/05/2006 08:01:05 The type initializer for "CounterSoft.GeminiDA.45f9694dc1888502" threw an exception. at CounterSoft.GeminiBiz.33c10d769b8bcf93.7ffa17719addabb8(Int32 5575a8aa585d598f, Int32 b378eaa6f96e5474) at Gemini.Issues.BindData()   31/05/2006 08:01:05

LogicalGeekBoy
· 1
LogicalGeekBoy
Replies (4)
helpful
0
not helpful

This occurs when the web.config file has changed.

All you have to do is reboot your web app.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

I noticed the following in the user guide, could that be related?

12.3 Email Alerts – “Access is denied”

12.3.1 IIS 5.0
The “Access is denied” error occurs can occur when Gemini tries to send email alerts.
Ensure that the Windows ASPNET user account has read/execute permissions for the
“bin\plugins” folder below the Gemini web application folder.

12.3.2 IIS 6.0
If Gemini is configured to use the “default” application pool, you may need to ensure that the
“Network Service” has read/execute permissions on the “bin” folder.


LogicalGeekBoy
· 1
LogicalGeekBoy
helpful
0
not helpful

I've been making changes to the web.config to get things setup correctly and then keep getting this error. Any chance this can be fixed, and/or allow a user to change these setting from inside the application? For example, the smtp server, username, password etc?


LogicalGeekBoy
· 1
LogicalGeekBoy
helpful
0
not helpful

This will be moved to the database in version 2.1.


Mark Wing
· 9108
Mark Wing