Virtual-Universe / Virtual-Universe-Release

Stable release repository for the Virtual Universe Open Source Project Arm. For bleeding edge development code please see the Virtual-Universe/Virtual-Dev or the Virtual-Universe/Virtual-Universe-Early-Dev repository. Please use this repository for production level grids.
https://virtual-planets.org
7 stars 6 forks source link

Group Role #17

Closed LifeGold closed 8 years ago

LifeGold commented 8 years ago

The role cannot be added http://prntscr.com/acdck1

emperorstarfinder commented 8 years ago

In order to ensure that you are not getting errors from bad configurations we recommend starting with a fresh setup. This means fresh database, and completely fresh bin and untouched configuration files. Please use the configurator via the consoles (Universe.Server.exe for grid and Universe.exe for regions). The command here is run configurator. This will ensure your configurations are clean and are not causing an error should one occur.

Our testing is unable to reproduce these issues. Thus we recommend a fresh setup.

Emperor Starfinder CEO/ Founder Core Developer Work Group Leader Grid Architecture Development Work Group Second Galaxy Development Team

LifeGold commented 8 years ago

Сonfiguration as it was initially provided by you in the source files and the changes did not belong . I understand you do not have it because it does not use Windows, on Windows, the group will not work with almost 100 % of the functions work around 20 % and that of spruce and 10 server restart.

emperorstarfinder commented 8 years ago

We actually do test on windows, Linux, and Mac OS X.

Can you send up a copy of the configuration files in a zip folder you can email them to me direct at emperor@secondgalaxy.com that way we can see if theres something with those particular files.

Emperor Starfinder CEO/ Founder Core Developer Work Group Leader Grid Architecture Development Work Group Second Galaxy Development Team

LifeGold commented 8 years ago

Submitted

emperorstarfinder commented 8 years ago

I will look at it after i eat dinner

Emperor Starfinder CEO/ Founder Core Developer Work Group Leader Grid Architecture Development Work Group Second Galaxy Development Team

emperorstarfinder commented 8 years ago

Okay on preliminary review while this shouldn't matter to the viewer to much you should reverse these in Config/Grid/ServerConfiguration/GridInfoService.ini

From:

;; long grid name: the long name of your grid gridname = "ReaL Life"

;; short grid name: the short name of your grid gridnick = "Real Life 3D"

To:

;; long grid name: the long name of your grid ;; this is the name of your grid gridname = "ReaL Life 3D"

;; short grid name: the short name of your grid ;; this is a shortened version of the grid name ;; for the viewers to use to distinguish your grid gridnick = "RealLife"

In Services.ini you have this:

[LibraryService] ;; Modify these if you want to change the name or owner of the ;; Universe Library (The system default inventory) LibraryName = "Universe Library" LibraryOwnerName = "Library Owner"

[SystemUserService] ;; Modify these if you want to change the name of a Virtual Universe system user GovernorName = "Mr ReaL_Life" RealEstateOwnerName = "ReaL Life" BankerName = "Bezdelnik Basya" MarketplaceOwnerName = "Mrs ReaL_Life"

It is never recommended to make your own accounts system users. The system accounts are designed to be fallback and sink accounts for various operations. This may cause issues with being unable to create group roles.

I will do a fresh set of configuration files for you so you can use that to see if that corrects the problems. This way if it does we will know it was just a configuration problem.

Emperor Starfinder CEO/ Founder Core Developer Work Group Leader Grid Architecture Development Work Group Second Galaxy Development Team

LifeGold commented 8 years ago

Unchanged still

emperorstarfinder commented 8 years ago

Alright,

I will have to pull an ISO image for Windows Server 2012 then and test to see whats going on. It is possible there is something going on in the server OS that would be a problem. The Windows Server OS does not behave necessarily the same way as regular windows.

It will however be a couple hours before i can do this as i have to be at a meeting for work this afternoon.

Emperor Starfinder CEO/ Founder Core Developer Work Group Leader Grid Architecture Development Work Group Second Galaxy Development Team

LifeGold commented 8 years ago

I put the new server . That's what gives .

Mar 09 12:37:56 - [LLClient View]: Caught exception while processing OpenMetaverse.Packets.MoneyBalanceRequestPacket for Mr ReaL_Life, Object reference not set to an instance of an object. at Universe.Modules.Currency.BaseCurrencyServiceModule.SendMoneyBalance(IClientAPI client, UUID agentId, UUID sessionId, UUID transactionId) in c:\Users\Administrator\Desktop\Virtual-Universe-master\Universe\Modules\Currency\BaseCurrency\Base.CurrencyServices.cs:line 414 at Universe.ClientStack.LLClientView.HandleMoneyBalanceRequest(IClientAPI sender, Packet Pack) in c:\Users\Administrator\Desktop\Virtual-Universe-master\Universe\ClientStack\LLClientView.cs:line 10416 at Universe.ClientStack.LLClientView.ProcessSpecificPacketAsync(Object state) in c:\Users\Administrator\Desktop\Virtual-Universe-master\Universe\ClientStack\LLClientView.cs:line 729

Mar 09 12:38:08 - [Base Http Server]: HandleRequest() threw System.NotImplementedException: The method or operation is not implemented. at Universe.Services.ProductInfoRequest.ProductInfoRequestCAP(String path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse) in c:\Users\Administrator\Desktop\Virtual-Universe-master\Universe\Services\GenericServices\CapsService\CAPModules\ProductInfoRequestCAPS.cs:line 81 at Universe.Framework.Servers.HttpServer.GenericStreamHandler.Handle(String path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse) in c:\Users\Administrator\Desktop\Virtual-Universe-master\Universe\Framework\Servers\HttpServer\Http Methods\GenericStreamHandler.cs:line 51 at Universe.Framework.Servers.HttpServer.BaseHttpServer.HandleRequest(HttpListenerContext context) in c:\Users\Administrator\Desktop\Virtual-Universe-master\Universe\Framework\Servers\HttpServer\BaseHttpServer.cs:line 385

emperorstarfinder commented 8 years ago

As stated before the message about the ProductInfoRequestCap is not really an error. This is just telling you that item is not yet implemented. That error does not affect in any way the rest of the operations. That is an error we are aware of. ProductInfo is a new feature just recently implemented in SecondLife so it has not fully made its way to being fully implemented in most virtual world architectures as of yet.

Issue #18 has been opened to remind the development team to complete the implementation for ProductInfoRequestCAP() however it is not a real error that will affect the rest of the services.

Emperor Starfinder CEO/ Founder Core Developer Work Group Leader Grid Architecture Development Work Group Second Galaxy Development Team

NoahStarfinder commented 8 years ago

This would be correct,

The error in the BaseCurrency is relating to the new ProductInfoRequestCap() which is not fully implemented. When I commit the next batch of updates tonight I will suppress that message so it won't cause confusion for folks.

That will get implemented shortly however. Please remember ProductInfo() features refer to the new Homes feature we are adding so thus this has not yet been fully implemented. This is coming apparently from Secondlife which does have what they call Linden Homes for premium members. It is just getting implemented now by many virtual world architecture projects that are open sourced.

Noah Starfinder Core Developer In-Galaxy Services and Features Developer Grid Architecture Development Work Group Member Second Galaxy Development Team

LifeGold commented 8 years ago

Install the update that is now here

Mar 09 03:10:20 - [LLCLIENTVIEW]: Caught exception while processing OpenMetaverse.Packets.MoneyBalanceRequestPacket for Mr ReaL_Life, Object reference not set to an instance of an object. at Universe.Modules.Currency.BaseCurrencyServiceModule.SendMoneyBalance(IClientAPI client, UUID agentId, UUID sessionId, UUID transactionId) in c:\Users\Administrator\Desktop\Virtual-Universe-master\Universe\Modules\Currency\BaseCurrency\Base.CurrencyServices.cs:line 414 at Universe.ClientStack.LLClientView.HandleMoneyBalanceRequest(IClientAPI sender, Packet Pack) in c:\Users\Administrator\Desktop\Virtual-Universe-master\Universe\ClientStack\LLClientView.cs:line 10422 at Universe.ClientStack.LLClientView.ProcessSpecificPacketAsync(Object state) in c:\Users\Administrator\Desktop\Virtual-Universe-master\Universe\ClientStack\LLClientView.cs:line 730

Mar 09 03:10:23 - [BASE HTTP SERVER]: HandleRequest() threw System.NotImplementedException: The method or operation is not implemented. at Universe.Services.ProductInfoRequest.ProductInfoRequestCAP(String path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse) in c:\Users\Administrator\Desktop\Virtual-Universe-master\Universe\Services\GenericServices\CapsService\CAPModules\ProductInfoRequestCAPS.cs:line 81 at Universe.Framework.Servers.HttpServer.GenericStreamHandler.Handle(String path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse) in c:\Users\Administrator\Desktop\Virtual-Universe-master\Universe\Framework\Servers\HttpServer\Http Methods\GenericStreamHandler.cs:line 51 at Universe.Framework.Servers.HttpServer.BaseHttpServer.HandleRequest(HttpListenerContext context) in c:\Users\Administrator\Desktop\Virtual-Universe-master\Universe\Framework\Servers\HttpServer\BaseHttpServer.cs:line 385

NoahStarfinder commented 8 years ago

Not an error. When you see that its not something to worry about. I didn't suppress that as we are working on that as we speak.

Noah Starfinder Core Developer In-Galaxy Services and Features Developer Grid Architecture Development Work Group Member Second Galaxy Development Team

emperorstarfinder commented 8 years ago

For the error message relating to ProductInfo() in BaseCurrency please refer to Issue #18

Emperor Starfinder CEO/ Founder Core Developer Work Group Leader Grid Architecture Development Work Group Second Galaxy Development Team

emperorstarfinder commented 8 years ago

Closing as this error is known in Issue #18 so we do not get confused.

In addition a fix for the ProductInfo() error is being worked on.

Emperor Starfinder CEO/ Founder Core Developer Work Group Leader Grid Architecture Development Work Group Second Galaxy Development Team