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.




VS2008 Addin

visual-studio
add-ons

I'm getting Unknown error during logon using the 3.7.2 version of the VS 2008 addin

phatcher
· 1
phatcher
Replies (9)
helpful
0
not helpful

Which version of Gemini web are you running?
Can you please check the error log (%appdata%\countersof\Gemini\VisualStudio2008\app.log)?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

3.7.1 Build 2732


phatcher
· 1
phatcher
helpful
0
not helpful

Can you please check the error log (%appdata%\countersof\Gemini\VisualStudio2008\app.log)?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

I have the same error in the Outlook addin log

[2010-07-05 14:17:34,260] [ERROR] - LogMeIn
Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: <. Line 1, position 1.
   at Newtonsoft.Json.JsonTextReader.ParseValue(Char currentChar)
   at Newtonsoft.Json.JsonTextReader.Read()
   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType)
   at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
   at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
   at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
   at CounterSoft.Gemini.WebServices.BaseService.GetObjectFromResponse[T](Stream stream)
   at CounterSoft.Gemini.WebServices.BaseService.ProcessResponse[T](String url, Object obj, RequestType requestType)
   at CounterSoft.Gemini.WebServices.BaseService.WhoAmI()
   at CounterSoft.Gemini.Client.Commons.Model.GeminiModel.LogMeIn(Connection connection)


phatcher
· 1
phatcher
helpful
0
not helpful

It seems like the URL you are typing is wrong or inaccessible. Did you enter the URL in the form of http://server/gemini ?

Are you using windows authentication? If so, have you disabled anonymous access in IIS directory security for the Gemini site?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

No, the URL is http://issues.domain.com  with the host header set to to respond accordingly, and I'm using Forms Authentication.

The web site seems to function correctly, it's just the integration that's broken.


phatcher
· 1
phatcher
helpful
0
not helpful

Are you able to use a tool like Fiddler (http://www.fiddler2.com/fiddler2/) to check the response from the server?
If not let us know and we remote in to your box to see if we can solve the issue (support at countersoft dot com).


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Ok, found it - my bad.

New VPS server and I assumed that it had 3.5 SP1 - and didn't!

Once I installed 3.5 SP1 it all worked.


phatcher
· 1
phatcher
helpful
0
not helpful

Great news, thanks for the update.


Mark Wing
· 9108
Mark Wing