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.




NullReferenceException when I access Gemini

web-app

Hello

I just downloaded and installed Gemini 2.0.3. In web.config I set "RegisteredTo" and "RegistrationCode". But when I try to access Gemini (http://localhost/Gemini or using IP http://http://192.168.1.48/Gemini), I got error on server. A null reference Exception. Full listing is below.

Can anybody help me?

Thanks a lot, Gabo

---------------------------------------------------------------------------

Server Error in '/Gemini' Application.

Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:

[NullReferenceException: Object reference not set to an instance of an object.]
   System.Web.Hosting.ISAPIWorkerRequestInProc.GetServerVariable(String name) +1841
   System.Web.Hosting.ISAPIWorkerRequest.ReadRequestHeaders() +121
   System.Web.Hosting.ISAPIWorkerRequest.GetKnownRequestHeader(Int32 index) +126
   System.Web.Hosting.ISAPIWorkerRequestInProc.GetKnownRequestHeader(Int32 index) +104
   System.Web.HttpRequest.FillInHeadersCollection() +30
   System.Web.HttpRequest.get_Headers() +70
   System.Web.TraceContext.InitRequest() +603
   System.Web.TraceContext.VerifyStart() +170
   System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) +3445439
   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +300

Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42

gabo
· 1
gabo
Replies (3)
helpful
0
not helpful

At the moment, Gemini can only run on .NET 1.1. I see that you are using 2.0.

Please make sure that Gemini is running under 1.1.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

OK. I have changed settings for ASP.NET in my IIS server to 1.1 (1.1.4322). But now it's even worse. The only response i get when I access Gemini is:

 

-2147467259 (0x80004005)

 

Any ideas?


gabo
· 1
gabo
helpful
0
not helpful

No idea what casuses this error. Google it...

http://forums.asp.net/1243588/ShowThread.aspx


Saar Cohen
· 5000
Saar Cohen