more G-Labs products

Author Topic: Error with a fresh .482 install  (Read 1158 times)

March 09, 2015, 11:09:25 PM
Read 1158 times

Void

  • *
  • Information
  • Newbie
  • Posts: 18
Hi !

I've installed a fresh Debian 7 system. After that, i've installed the .deb and everything looks OK, but once i connect to HG the UI only shows the "thinking" animation.

I've launched HG manually and this is what i can see :

Once HG starts:

Code: [Select]
2015-03-09T23:00:56.6680550+01:00       HomeAutomation.HomeGenie        0       HomeGenie service ready SystemInfo.HttpPort     80
2015-03-09T23:00:56.9501290+01:00       HomeAutomation.HomeGenie        LoadConfiguration()     Exception has been thrown by the target of an invocation.       Exception.StackTrace      at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) [0x00000] in <filename unknown>:0
  at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x00000] in <filename unknown>:0
  at System.Xml.Serialization.XmlSerializationReaderInterpreter.ReadClassInstance (System.Xml.Serialization.XmlTypeMapping typeMap, Boolean isNullable, Boolean checkType) [0x00000] in <filename unknown>:0
  at System.Xml.Serialization.XmlSerializationReaderInterpreter.ReadObject (System.Xml.Serialization.XmlTypeMapping typeMap, Boolean isNullable, Boolean checkType) [0x00000] in <filename unknown>:0
  at System.Xml.Serialization.XmlSerializationReaderInterpreter.ReadObjectElement (System.Xml.Serialization.XmlTypeMapElementInfo elem) [0x00000] in <filename unknown>:0
  at System.Xml.Serialization.XmlSerializationReaderInterpreter.ReadListElement (System.Xml.Serialization.XmlTypeMapping typeMap, Boolean isNullable, System.Object list, Boolean canCreateInstance) [0x00000] in <filename unknown>:0
  at System.Xml.Serialization.XmlSerializationReaderInterpreter.ReadObject (System.Xml.Serialization.XmlTypeMapping typeMap, Boolean isNullable, Boolean checkType) [0x00000] in <filename unknown>:0
  at System.Xml.Serialization.XmlSerializationReaderInterpreter.ReadRoot (System.Xml.Serialization.XmlTypeMapping rootMap) [0x00000] in <filename unknown>:0
  at System.Xml.Serialization.XmlSerializationReaderInterpreter.ReadRoot () [0x00000] in <filename unknown>:0
  at System.Xml.Serialization.XmlSerializer.Deserialize (System.Xml.Serialization.XmlSerializationReader reader) [0x00000] in <filename unknown>:0
2015-03-09T23:00:57.1031090+01:00       HomeGenie.UpdateChecker 0       HomeGenie Update Checker        InstallProgress.Update  STARTED

And once started, i can see the next messages:

Code: [Select]
2015-03-09T23:01:02.3854960+01:00       MIG.Gateways.WebServiceGateway  192.168.100.170 api/HomeAutomation.HomeGenie/Config/Interfaces.List/1425938468525       HTTP    GET
System.TypeLoadException: A type load exception has occurred.
  at HomeGenie.Service.HomeGenieService.migService_ServiceRequestPreProcess (MIG.MIGClientRequest request, MIG.MIGInterfaceCommand migCommand) [0x00000] in <filename unknown>:0
  at MIG.MIGService.webGateway_ProcessRequest (System.Object gwRequest) [0x00000] in <filename unknown>:0
  at MIG.Gateways.WebServiceGateway.Worker (System.Object state) [0x00000] in <filename unknown>:0

March 09, 2015, 11:34:31 PM
Reply #1

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer

March 10, 2015, 12:10:05 AM
Reply #2

Void

  • *
  • Information
  • Newbie
  • Posts: 18
Thx G.

Yep, Debian 7 stable repo has a very old Mono version.

Once changed to testing repos, and upgraded to Mono 4 everything was working fine ;)