aristide / openmobster

Automatically exported from code.google.com/p/openmobster
0 stars 0 forks source link

Installation of openmobster cloud server on my windows m/c with server-ip other than localhost #193

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
 I'm trying to install openmobster cloud part over my local windows machine. It starting great when i'm installing with localhost with command- 
>run -c openmobster
And, i can see it running with url - 127.0.0.1/o

But, When i'm trying to install it with server ip other than localhost with 
command like -
>run -c openmobster -b 192.168.1.9 

Then, its not starting and i'm not able to access anything by going over url - 
192.168.1.9/o

Apart from that, when i see in console, though it shows that server has been 
started but scrolling up over cmd console, i find many places which highlights 
that ".....should be in state installed, but is actually in instantiated...."

Please, help me over here asap as documentation says that its necessary to 
start server with ip other localhost so that CRUD.apk running over android 
emulators can access this server.

Original issue reported on code.google.com by giris...@srijan.in on 22 Jul 2014 at 11:20