<p>Thank you very much. <br>
I will definitely try it out and let you know.</p>
<p>Wayne</p>
<div class="gmail_quote">On Aug 20, 2011 6:02 PM, "Gary Banham" <<a href="mailto:banham1@telus.net">banham1@telus.net</a>> wrote:<br type="attribution">> Sometimes getting things to work can be very frustrating<br>
> <br>> GroupsServerURI = <a href="http://209.89.51.39/XmlRpcGroupsServer/xmlrpc.php">http://209.89.51.39/XmlRpcGroupsServer/xmlrpc.php</a><br>> <br>> I've set up a groups server on a small machine I have you are welcome to try<br>
> to connect to it and check you Opensim configuration<br>> <br>> make sure the Opensim is working then I'll try to walk you through the<br>> groups configuration<br>> <br>> I'll keep this url live for a few days<br>
> <br>> on you server side I'll try to complete a list of things you need to do to<br>> set it up<br>> <br>> <br>> <br>> TC<br>> <br>> Gary<br>> <br>> <br>> <br>> From: <a href="mailto:opensim-users-bounces@lists.berlios.de">opensim-users-bounces@lists.berlios.de</a><br>
> [mailto:<a href="mailto:opensim-users-bounces@lists.berlios.de">opensim-users-bounces@lists.berlios.de</a>] On Behalf Of Wayne<br>> Sent: Saturday, August 20, 2011 1:14 PM<br>> To: <a href="mailto:opensim-users@lists.berlios.de">opensim-users@lists.berlios.de</a><br>
> Subject: Re: [Opensim-users] Setting up groups<br>> <br>> <br>> <br>> Thanks Gary but still no luck.<br>> <br>> <br>> <br>> A group gets created called new group in the groups pane, but i can not edit<br>
> it or get into the info area to add members or roles.<br>> <br>> <br>> <br>> In the console I noticed this error message:<br>> <br>> <br>> <br>> [XMLRPC-GROUPS-CONNECTOR]: An error has occured while attempting to access<br>
> the XmlRpcGroups server method groups.getAgentGroupMemberships at<br>> <a href="http://localhost/XmlRpcGroupsServer/xmlrpc.php">http://localhost/XmlRpcGroupsServer/xmlrpc.php</a><br>> 2011-08-20 15:06:59,044 ERROR -<br>
> OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.XmlRpcGroupsServicesConne<br>> ctorModule [XMLRPC-GROUPS-CONNECTOR]: The server committed a protocol<br>> violation. Section=ResponseHeader Detail=CR must be followed by LF at<br>
> System.Net.HttpWebRequest.GetResponse()<br>> <br>> <br>> <br>> I have no idea what that means.<br>> <br>> <br>> <br>> Wayne<br>> <br>> On Sat, Aug 20, 2011 at 2:35 PM, Gary Banham <<a href="mailto:banham1@telus.net">banham1@telus.net</a>> wrote:<br>
> <br>> [Groups]<br>> <br>> ;# {Enabled} {} {Enable groups?} {true false} false<br>> <br>> ;; Enables the groups module<br>> <br>> Enabled = true<br>> <br>> <br>> <br>> ;# {Module} {Enabled:true} {Groups module to use? (Use GroupsModule to<br>
> use Flotsam/Simian)} {} Default<br>> <br>> ;; This is the current groups stub in Region.CoreModules.Avatar.Groups.<br>> <br>> ;; All the other settings below only really apply to the<br>> Flotsam/SimianGrid<br>
> <br>> ;; GroupsModule.<br>> <br>> ;; This module can use a PHP XmlRpc server from the Flotsam project at<br>> <br>> ;; <a href="http://code.google.com/p/flotsam/">http://code.google.com/p/flotsam/</a><br>
> <br>> ;; or from the SimianGrid project at<br>> <a href="http://code.google.com/p/openmetaverse">http://code.google.com/p/openmetaverse</a><br>> <br>> Module = GroupsModule<br>> <br>> <br>
> <br>> ;# {MessagingEnabled} {Module:GroupsModule} {Is groups messaging<br>> enabled?} {true false} true<br>> <br>> MessagingEnabled = true<br>> <br>> <br>> <br>> ;# {MessagingModule} {MessagingEnabled:true} {Module to use for groups<br>
> messaging} {GroupsMessagingModule} GroupsMessagingModule<br>> <br>> MessagingModule = GroupsMessagingModule<br>> <br>> <br>> <br>> ;# {ServicesConnectorModule} {Module:GroupsModule} {Service connector to<br>
> use for groups} {XmlRpcGroupsServicesConnector<br>> SimianGroupsServicesConnector} XmlRpcGroupsServicesConnector<br>> <br>> ;; Service connectors to the Groups Service as used in the GroupsModule.<br>> Select one depending on<br>
> <br>> ;; whether you're using a Flotsam XmlRpc backend or a SimianGrid backend<br>> <br>> ServicesConnectorModule = XmlRpcGroupsServicesConnector<br>> <br>> <br>> <br>> ;# {GroupsServerURI} {Module:GroupsModule} {Groups Server URI} {}<br>
> <br>> ;; URI for the groups services<br>> <br>> ;; e.g. <a href="http://yourxmlrpcserver.com/xmlrpc.php">http://yourxmlrpcserver.com/xmlrpc.php</a> for Flotsam XmlRpc<br>> <br>> ;; or <a href="http://mygridserver.com:82/Grid/">http://mygridserver.com:82/Grid/</a> for SimianGrid<br>
> <br>> GroupsServerURI = <a href="http://xxx.xx.xx.xx/XmlRpcGroupsServer/xmlrpc.php">http://xxx.xx.xx.xx/XmlRpcGroupsServer/xmlrpc.php</a><br>> <br>> <br>> <br>> ;# {NoticesEnabled} {Module:GroupsModule} {Enable group notices?} {true<br>
> false} true<br>> <br>> ;; Enable Group Notices<br>> <br>> NoticesEnabled = true<br>> <br>> <br>> <br>> ;; This makes the Groups modules very chatty on the console.<br>> <br>> ; DebugEnabled = false<br>
> <br>> <br>> <br>> ;; XmlRpc Security settings. These must match those set on your backend<br>> <br>> ;; groups service if the service is using these keys<br>> <br>> XmlRpcServiceReadKey = 1234<br>
> <br>> XmlRpcServiceWriteKey = 1234<br>> <br>> <br>> <br>> this is the setup i amusing in the opensim ini file<br>> <br>> GroupServerURI points to the root of my webserver on my machine that is<br>
> where i placed the groups module from the floatsam project<br>> <br>> basically from the XmlRpcGroupsServer file.<br>> <br>> the only thing i found is you need a server that handles XMLRPC information<br>
> <br>> i found the wamp and lamp servers did not<br>> <br>> I personally use the ZEND server comunity version but others use xamp as<br>> well<br>> <br>> When i changed to the server it started to work with no problem<br>
> <br>> Hope this helps<br>> <br>> Additionally i have managed to get profiles and some limited search to work<br>> as well<br>> <br>> <br>> <br>> TC<br>> <br>> Gary Banham <br>> <br>> <br>
> _______________________________________________<br>> Opensim-users mailing list<br>> <a href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a><br>> <a href="https://lists.berlios.de/mailman/listinfo/opensim-users">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
> <br>> <br>> <br></div>