AilFactoryNotInitialized

Hello! GENESYS start learning. Plans to develop on .Net in VStudio. Download a sample and want to run it, there is an error

error.common.AilFactoryNotInitialized

This part is going well


mContext["Url"] = "http://gnome:8080/gis";
mContext["notification.HTTPport"] = (int)0;
mContext["notification.createHTTPchannel"] = (bool)true;
mContext["notification.objectURI"] = "NotifLoad";
mContext[ServiceFactory.DEFAULT_SERVICE_FACTORY] = ServiceFactory.DEFAULT_SERVICE_FACTORY;
mContext["gis.username"] = "default";
mContext["gis.password"] = "password";
mServiceFactory = ServiceFactory.createServiceFactory(ServiceFactory.DEFAULT_SERVICE_FACTORY, mContext, new Listener(this));
mEventService = mServiceFactory.createService(typeof(IEventService), null) as IEventService;
mAgentService = mServiceFactory.createService(typeof(IAgentService), null) as IAgentService;
mPlaceService = mServiceFactory.createService(typeof(IPlaceService), null) as IPlaceService;
mSystemService = mServiceFactory.createService(typeof(ISystemService), null) as ISystemService;
ConnectionStatus connectionStatus = mServiceFactory.ConnectionInfo.status; (CONNECTED)

And here there is an error

ServerDescriptionDTO[] dtos = mSystemService.getServersDescriptionDTO(new string[] { "system.server-info:type", "system.server-info:status" });

Read that the problem may be due to the license, but I check passes. Read that there are similar problems in GAD, but put it all starts up there. Tell me how to initialize, what’s my fault?
Thanks in advance for your help, and I apologize for my English.

When you open the GIS in the browser by clicking on the AIL section, it says:
state UnInitialized

If necessary, I can attach the logs. For several days, try to run it, and does not work … please help! :-\

Do not use GIS and AIL, but use PSDK and learn sample about it. GIS is “old” technology now

Thanks for the answer. I’m new to this technology, but if I understand correctly, the “Platform SDK (Java &. Net) Low-level protocol messaging.” Is it convenient to develop a standalone applications? Maybe somewhere there are examples from which I start? to quickly understand and master?
Thank you!

There are no official example of whole application, just little code blocks. You can contact Genesys and visit training for developers. Otherwise, you have to learn all by yourself.