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.




Object reference not set to an instance of an object

web-app

Using version 2.0.2

Getting this message often when trying to update an existing issue.  If I delete my cookies it seems to fix it but obviously I can't do that on a routine basis.

 

memr
· 1
memr
Replies (21)
helpful
0
not helpful

Couple of points:

1. Are you using IIS 6.0?

2. Are you running IN-PROC session management?


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

(Jumping in here since I'm the person actually administering the Gemini server...)

* Yes, running IIS 6.0 (on a Windows Server 2003 server).

* Now running StateServer for session state (as per one of your other notes in one of the forums)

* Running against a SQL Server 2005 server (although hopefully that isn't an issue)

This seems to only occur for one specific user, and changing from InProc session management to StateServer did seem to reduce the frequency of the problem, but it does still occur.

- Bill


bbartlett
· 1
bbartlett
helpful
0
not helpful

In IIS 6.0, give Gemini a dedicated Application Pool.  Configure the recycling options to do so during quiet periods.

Long  shot.

Does is occur on FireFox & IE?

 


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

Gemini is already set up with its own dedicated "Gemini" application pool as per your docs.  (The settings of the application pool are all the defaults other than a 6:00 restart.)

The user is currently running IE6 (on WinXP SP2).  I just had her install FireFox -- I'll update this thread later with the results of having her use Gemini via FireFox.

- Bill


bbartlett
· 1
bbartlett
helpful
0
not helpful

I just upgraded Gemini 1.9.1 to 2.02. and I too am getting this error message.

Error Message Stack Trace Additional Info. Dated Object reference not set to an instance of an object. at CounterSoft.GeminiBiz.7cdfe764c33c38b0.0dd7228622330700(IssueEN 732c0a0fe634473a) at Gemini.CreateIssue.imgCreate_Click(Object sender, ImageClickEventArgs e)   1/27/2006 4:10:03 PM

It is not cookie initiated, application pooling, or browser specific.  What is the solution, please?!?!


rsherman
· 1
rsherman
helpful
0
not helpful

If this is occurring regularly after issue creation, then please make sure that the FullGeminiURL setting is set correctly.

 


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Our FullGeminiURL is set correctly; the error still occurs.


rsherman
· 1
rsherman
helpful
0
not helpful

We changed our browser to Firefox and we are getting the same error.  This happens to the same user over and over.

It it beginning to make Gemini unusable for us as the person that is getting all the errors is our front line support person. 


memr
· 1
memr
helpful
0
not helpful

We are working on fixing this issue.

We think we found what is causing it and if this is the case we will release a fix for it sometime next week. It will be announced on the announcement forum.

Thanks,

CounterSoft.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Any update on this issue yet.  We are having the same problem and it is frustrating. 


KCWaldo
· 1
KCWaldo
helpful
0
not helpful

http://www.countersoft.com/downloads/beta/geminiv203beta1.zip

Try this beta in TEST MODE only -- do not use in LIVE environments!


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

Invalid object name 'issuestatusfinal'. at CounterSoft.GeminiBiz.18b2290ddddeb155.bb74a08c6f5f6fb7(Int32 39aa6b45a7928cb9) at Gemini.Project.PageLoad(Object sender, EventArgs e)   09/02/2006 14:55:26 Invalid object name 'issuestatusfinal'. at CounterSoft.GeminiBiz.18b2290ddddeb155.bb74a08c6f5f6fb7(Int32 39aa6b45a7928cb9) at Gemini.Project.PageLoad(Object sender, EventArgs e)   09/02/2006 14:55:16 Invalid object name 'issuestatusfinal'. at CounterSoft.GeminiBiz.18b2290ddddeb155.bb74a08c6f5f6fb7(Int32 39aa6b45a7928cb9) at Gemini.Project.PageLoad(Object sender, EventArgs e)   09/02/2006 14:53:41 Invalid object name 'issuestatusfinal'. at CounterSoft.GeminiBiz.18b2290ddddeb155.bb74a08c6f5f6fb7(Int32 39aa6b45a7928cb9) at Gemini.Project.PageLoad(Object sender, EventArgs e)   09/02/2006 14:52:27 Invalid object name 'issuestatusfinal'. at CounterSoft.GeminiBiz.18b2290ddddeb155.bb74a08c6f5f6fb7(Int32 39aa6b45a7928cb9) at Gemini.Project.Page_Load(Object sender, EventArgs e)   09/02/2006 14:50:59

 

Kinda weird.  I can create an issue, well I can get to the page to create an issue just fine and a few others.  This is what is happening when I click on "Home" of a project.  Raodmap is giving the same kind of problem.  Maybe I missed something in the web config I am going to double check and see.


KCWaldo
· 1
KCWaldo
helpful
0
not helpful

Please open the Create_Views.sql script and re-create the issuestatusfinal view.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

All,

Anyone running ASP.NET  versions 2.0 and 1.1 together on the web server?

 


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

All,

What authentication are people using here? Forms? Windows?


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

http://www.countersoft.com/downloads/beta/Geminiv203beta2.zip

Folks, those of you who can should try to test this beta to see:

1. If your problems are resolved.

2. If you receive any additional informational messages in the Gemini Error Log (which may help us pipoint the problem).

Thanks.


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

OK I figured out my problem.  I had to change the owner on the views.  When I imported in the DB from SQL 2000 I did a detach and reattach.  I changed the owner on all tables and sp but forgot to change the views.

I run win2003,sql 2005,asp.net 1.1,2.0

Thanks for the help it pointed me in the right direction.


KCWaldo
· 1
KCWaldo
helpful
0
not helpful

We recommend that people test out the latest beta release and report back:

http://www.countersoft.com/downloads/beta/Geminiv203beta3.zip


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

http://www.countersoft.com/downloads/beta/Geminiv203beta4.zip

Many thanks for those of you who provided feedback on beta 3.

Please do try beta 4 and report back any issues!


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

I am and i am aslo getting errors all over the place when i try to drill into data. I cna see the home page and a few other pages although i can not get into details of anything.

 


JsonTerre1
· 1
JsonTerre1
helpful
0
not helpful

What are the errors? Which version of Gemini are you using?


Mark Wing
· 9108
Mark Wing