Closed LifeGold closed 7 years ago
Is this in the grid or region server?
This seems to be related to a SendUserObject in the phpwebui but this was already removed a while ago
[Base HTTP server]: HandleRequest () threw System.Net.HttpListenerException (0x80004005): I / O operation has been aborted because of either a thread exit or an application request
in System.Net.HttpRequestStream.Read (Byte [] buffer, Int32 offset, Int32 size)
in Universe.Framework.Servers.HttpServer.HttpServerHandlerHelpers.ReadString (Stream stream) in the d: \ Virtual-Dev-master \ Universe \ Framework \ Servers \ HttpServer \ Http Methods \ GenericStreamHandler.cs: line 104
in Universe.Framework.Services.ServerHandler.Handle (String path, Stream requestData, OSHttpRequest httpRequest, OSHttpResponse httpResponse) in d: \ Virtual-Dev-master \ Universe \ Framework \ Services \ ConnectorBase.cs: line 399
in Universe.Framework.Servers.HttpServer.BaseHttpServer.HandleRequest (HttpListenerContext context) in the d: \ Virtual-Dev-master \ Universe \ Framework \ Servers \ HttpServer \ BaseHttpServer.cs: line 387
Also please @LifeGold please tell us how to reproduce this error
@ThunderLife @emperorstarfinder It was so. Removed all servers and databases. Once you have downloaded the newest, compiled it and ran it, put on avatar and went to the regions, this error in the Grid. I look after what action this happens.
Can you tell us what your doing when the error comes up? For example are you shutting down the server when the error comes up. If its on shutdown its not really an error to be concerned about but one we need to fix.
Also does this error come in Universe.exe or Universe.Server.exe
@ThunderLife Universe.Server.exe @emperorstarfinder Let me see what it is. Several times he was can not now repeat it.
Okay if you look at the log around the time it happens that should help
@emperorstarfinder When you run compile on Ubuntu 14.04 http://prntscr.com/cjiz00
no need to do sudo when doing the ./runprebuild.sh command
and if you insist on using sudo do it like
sudo bash runprebuilt.sh
@ThunderLife http://prntscr.com/cjja3y
technically if your running the prebuild.sh in sudo or even the grid and region server in sudo you will potentially cause unnecessary problems. As long as your not putting Virtual Universe in a directory that is considered a system directory and leave it in the Home directory sudo should not ever be needed
@emperorstarfinder What is interesting is that there's more than one error http://prntscr.com/cjjcjb
Pull from latest master now and build should be fine. That error is caused by the new CODE_NAME feature we are implementing just hasn't been fully implemented just yet. Build will work now.
@emperorstarfinder Work. There was a warning when creating the region. http://prntscr.com/cjjf7x
That is a warning but in fact its really not a bug as all region textures appear normally but we are aware of that particular error.
@emperorstarfinder Hi this is the error writes when the server shuts down http://prntscr.com/cjoe2i And another error when connecting to region http://prntscr.com/cjokp2
Okay that just basically means something is caught in process while terminating as long as your shutting your region server down first and letting a minute or so pass before shutting the grid server down you should be ok. Its an error but not really a major issue but one we definately will need to address.
@emperorstarfinder Error connecting to region. http://prntscr.com/cjsivo
Closing as user has reported no further issues and this appears to have been corrected in a recent commit.
Best Regards, Caseyrae Starfinder Governing Body Vice Chair (Europe) Core Developer Viewer Developer Work Group Leader Viewer Development Work Group Second Galaxy Development Team Email: caseyrae@secondgalaxy.com
[Base HTTP server]: HandleRequest() threw System.Net.HttpListenerException (0x80004005): Операция ввода/вывода была прервана из-за завершения потока команд или по запросу приложения в System.Net.HttpRequestStream.Read(Byte[] buffer, Int32 offset, Int32 size) в Universe.Framework.Servers.HttpServer.HttpServerHandlerHelpers.ReadString(Stream stream) в d:\Virtual-Dev-master\Universe\Framework\Servers\HttpServer\Http Methods\GenericStreamHandler.cs:строка 104 в Universe.Framework.Services.ServerHandler.Handle(String path, Stream requestData, OSHttpRequest httpRequest, OSHttpResponse httpResponse) в d:\Virtual-Dev-master\Universe\Framework\Services\ConnectorBase.cs:строка 399 в Universe.Framework.Servers.HttpServer.BaseHttpServer.HandleRequest(HttpListenerContext context) в d:\Virtual-Dev-master\Universe\Framework\Servers\HttpServer\BaseHttpServer.cs:строка 387
Operating system: Windows Server 2012 AND Ubuntu 14.04