Home Home
  login

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.




Invalid URL - matching web/desktop versions

desktop
add-ons

I can't get the desktop client to connect; it cites an invalid URL.

Versions: Web: v3.7.2 build 2784 Desktop: v3.7.7 build 2784

I'm using the default Gemini URL: http://localhost/Gemini

And the default account logins that come with the trial.

Windows Vista Ultimate 64-bit, DB is set up on this same machine using SQLexpress 2008

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

Can you please try and navigate (in a browser) to http://localhost/gemini/api/admin.ashx/test?
What do you get back?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

HTTP Error 500.21 - Internal Server Error Handler "GeminiApiAdmin" has a bad module "ManagedPipelineHandler" in its module list

Detailed error information: Module IIS Web Core Notification ExecuteRequestHandler Handler GeminiApiAdmin Error Code 0x8007000d


mptoyama
· 1
mptoyama
helpful
0
not helpful

Can you please remove from the web.config file the following lines (under the system.webserver tag)?
<add name="GeminiApiAdmin" verb="" path="api/Admin.ashx" type="CounterSoft.Gemini.Web.Api.AdminRestHandler, CounterSoft.Gemini.Web"/>
      <add name="GeminiApiAlerts" verb="
" path="api/Alerts.ashx" type="CounterSoft.Gemini.Web.Api.AlertsRestHandler, CounterSoft.Gemini.Web"/>
      <add name="GeminiApiCustomFields" verb="" path="api/CustomFields.ashx" type="CounterSoft.Gemini.Web.Api.CustomFieldsRestHandler, CounterSoft.Gemini.Web"/>
      <add name="GeminiApiGroups" verb="
" path="api/Groups.ashx" type="CounterSoft.Gemini.Web.Api.GroupsRestHandler, CounterSoft.Gemini.Web"/>
      <add name="GeminiApiIssues" verb="" path="api/Issues.ashx" type="CounterSoft.Gemini.Web.Api.IssuesRestHandler, CounterSoft.Gemini.Web"/>
      <add name="GeminiApiProjects" verb="
" path="api/Projects.ashx" type="CounterSoft.Gemini.Web.Api.ProjectsRestHandler, CounterSoft.Gemini.Web"/>
      <add name="GeminiApiUsers" verb="*" path="api/Users.ashx" type="CounterSoft.Gemini.Web.Api.UsersRestHandler, CounterSoft.Gemini.Web"/>

This should do the trick.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Fixed it. Encountered another error, but there was a thread on it already which took care of it.

Thanks!


mptoyama
· 1
mptoyama