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.




"Service Unavailable" error

install

I am trying to access Gemini but i got the error like "Service Unavailable HTTP Error 503. The service is unavailable. "

User29894
· 1
User29894
Replies (7)
helpful
0
not helpful

Please make sure asp.net (3.5 sp1) is enabled in IIS. also, check for errors in windows event viewer (appilication log).


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thanks for your reply.Its working now.I have one more question for you.I try to integrate MsTest with Gemini.I put gemini url,testplan id and testcase id.After i run the test, its throws an error like '500 - Internal server error'.Its not updating any stats in gemini.


User29894
· 1
User29894
helpful
0
not helpful

Which version of IIS are you running? Make sure that the application pool is set to .net 2.0 integrated mode.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

IIS 7.I channged to .net 2.0 integrated mode but still doesnt work.


User29894
· 1
User29894
helpful
0
not helpful

Can you please browse to http://you gemini/api/users.ashx? What do you see?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

I removed Main.aspx in the Gemini URL and its working now.Thanks a lot.Two more question for you.If the unit test fails then its creating a Gemini ticket and its not assigning to anybody.how do i set that?where do i configure not to create a Gemini ticket in the unit test?


User29894
· 1
User29894
helpful
0
not helpful

Remove the [GeminiRaiseBug] attribute to stop creating tickets when it fails. To assign a resource amend the GeminiRaiseBugAspect.cs (RecordTestBug method) file.


Saar Cohen
· 5000
Saar Cohen