Do not run server in Server Control
Just starting to learn the photon and the server can not start the server, I attach the log to launch. What could be the problem?
http://pastebin.com/NSEq8w28
http://pastebin.com/YuN5J85C
http://pastebin.com/NSEq8w28
http://pastebin.com/YuN5J85C
0
Comments
-
Hi @cimiox,
look in your log at the following lines:15080: 19:13:50.458 - Application will NOT restart if files matching the following are changed: "log4net.config"
15080: 19:13:50.458 - CService::OnException() - Exception: CCLRApplicationCollection::AddApplication( - Duplicate application name: "PhotonServer"
15080: 19:13:50.458 - Server shutting down...
You try to start two applications with the same name (PhotonServer). Inspect your configuration file.
Greetings Sebastian2