more G-Labs products

Author Topic: Trouble running on HomeGenie_Mac  (Read 1160 times)

March 07, 2014, 02:12:28 AM
Read 1160 times

Johnny H

  • **
  • Information
  • Jr. Member
  • Posts: 47
Hi,

I am trying to run/compile the code on my MAC 10.8.5 via xamarin studio and it seems the web server fails to bind: homegenieserver() "Http port bind failed"

i just cant figure out why this is.
any insight appreciated.

Thanks,
Johnny

March 07, 2014, 02:23:51 AM
Reply #1

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
Try running Xamarin Studio with sudo.
 

March 08, 2014, 01:05:28 AM
Reply #2

Johnny H

  • **
  • Information
  • Jr. Member
  • Posts: 47
Tried that... still failed.

i step debugged a little further at this statement:
            migService.ConfigureWebGateway(port, 443, Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "html"), "/hg/html", systemConfiguration.HomeGenie.UserPassword);

Fails At:
MigService.cs StartService()

catch exception()
ErrorCode   10013   int
Message   "Access denied"   string
SocketErrorCode   AccessDenied   System.Net.Sockets.SocketError

i did some google'n and found this:
http://forums.xamarin.com/discussion/8870/mac-os-x-wcf-tcpbinding-problem

not sure if this makes sense or is application, its the same error number attempting to open a port...


thanks,
Johnny
« Last Edit: March 08, 2014, 01:10:55 AM by Johnny H »