My server not starting
AnsweredHi,
I was developing a plugin. So was restarting my service through command line whenever i replace the DLL.
But now my server is not starting at all, it is always offline.
-
Is it still offline if you remove the plugin?
If server works without the plugin, then most likely the plugin causes server to crash. Please, check also server logs - what is the last line before server stops?
0 -
Thanks Evgeny, the plugin is the cause. I will wrap with exception handling.
During development, I follow the below steps, please confirm if these steps are fine::
1. Build the plugin
2. Stop the server from the tray
3. Copy the plugin
4.Restart the server.
5. Attach to media server process for debugging from visual studio
0 -
Hello vamsi krishna yesu ,
The described scenario is fine.
You can also run the Server under debugger right away from the Visual Studio.
0. Disable Server service in Windows.
1. Build the plugin
2. Copy the plugin (optionally you could build the plugin right to the server's plugin directory)
3. Start the Server under debugger.Here is a post for how to configure Visual Studio.
https://support.networkoptix.com/hc/en-us/community/posts/360046685314/comments/360011516774
0
Please sign in to leave a comment.
Comments
3 comments