<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Thanks to Justin's changes, I was able to get the MySQL (5.5.16)
database tables created. I have PHP installed with IIS on a Windows
2008 server (tested with a helloworld.php script). Running OpenSim
0.7.2 with the OpenSim.ini module modified to include the following:<br>
<blockquote>Groups]<br>
;# {Enabled} {} {Enable groups?} {true false} false<br>
;; Enables the groups module<br>
Enabled = true<br>
<br>
;# {Module} {Enabled:true} {Groups module to use? (Use
GroupsModule to use Flotsam/Simian)} {} Default<br>
;; This is the current groups stub in
Region.CoreModules.Avatar.Groups.<br>
;; All the other settings below only really apply to the
Flotsam/SimianGrid<br>
;; GroupsModule.<br>
;; This module can use a PHP XmlRpc server from the Flotsam
project at<br>
;; <a class="moz-txt-link-freetext" href="http://code.google.com/p/flotsam/">http://code.google.com/p/flotsam/</a><br>
;; or from the SimianGrid project at
<a class="moz-txt-link-freetext" href="http://code.google.com/p/openmetaverse">http://code.google.com/p/openmetaverse</a><br>
Module = GroupsModule<br>
<br>
;# {MessagingEnabled} {Module:GroupsModule} {Is groups
messaging enabled?} {true false} true<br>
MessagingEnabled = true<br>
<br>
;# {MessagingModule} {MessagingEnabled:true} {Module to use
for groups messaging} {GroupsMessagingModule}
GroupsMessagingModule<br>
MessagingModule = GroupsMessagingModule<br>
<br>
;# {ServicesConnectorModule} {Module:GroupsModule} {Service
connector to use for groups} {XmlRpcGroupsServicesConnector
SimianGroupsServicesConnector} XmlRpcGroupsServicesConnector<br>
;; Service connectors to the Groups Service as used in the
GroupsModule. Select one depending on<br>
;; whether you're using a Flotsam XmlRpc backend or a
SimianGrid backend<br>
ServicesConnectorModule = XmlRpcGroupsServicesConnector<br>
XmlRpcServiceURL =
<a class="moz-txt-link-freetext" href="http://mosgrid.mitre.org/groups/xmlrpc.php">http://mosgrid.mitre.org/groups/xmlrpc.php</a><br>
<br>
;# {GroupsServerURI} {Module:GroupsModule} {Groups Server URI}
{}<br>
;; URI for the groups services<br>
;; e.g. <a class="moz-txt-link-freetext" href="http://yourxmlrpcserver.com/xmlrpc.php">http://yourxmlrpcserver.com/xmlrpc.php</a> for Flotsam
XmlRpc<br>
;; or <a class="moz-txt-link-freetext" href="http://mygridserver.com:82/Grid/">http://mygridserver.com:82/Grid/</a> for SimianGrid<br>
GroupsServerURI = <a class="moz-txt-link-freetext" href="http://mosgrid.mitre.org/groups/xmlrpc.php">http://mosgrid.mitre.org/groups/xmlrpc.php</a><br>
<br>
;# {NoticesEnabled} {Module:GroupsModule} {Enable group
notices?} {true false} true<br>
;; Enable Group Notices<br>
NoticesEnabled = true<br>
<br>
;; This makes the Groups modules very chatty on the console.<br>
DebugEnabled = true<br>
<br>
;; XmlRpc Security settings. These must match those set on
your backend<br>
;; groups service if the service is using these keys<br>
XmlRpcServiceReadKey = 1234<br>
XmlRpcServiceWriteKey = 1234<br>
<br>
; Disables HTTP Keep-Alive for XmlRpcGroupsServicesConnector
HTTP Requests,<br>
; this is a work around fora problem discovered on some
Windows based region servers.<br>
; Only disable keep alive if you see a large number (dozens)
of the following Exceptions:<br>
; System.Net.WebException: The request was aborted: The
request was canceled.<br>
;<br>
; XmlRpcDisableKeepAlive = false<br>
</blockquote>
When I attempt to create a new group, I get the following error
every time the XMLRPC-GROUPS-CONNECTOR is called.<br>
<blockquote>10:31:09 - [GROUPS]: CreateGroup called<br>
10:31:09 - [XMLRPC-GROUPS-CONNECTOR]: An error has occured while
attempting to a<br>
ccess the XmlRpcGroups server method groups.getGroup at
<a class="moz-txt-link-freetext" href="http://mosgrid.mitre.org/groups/xmlrpc.php">http://mosgrid.mitre.org/groups/xmlrpc.php</a><br>
10:31:09 - [XMLRPC-GROUPS-CONNECTOR]: Data at the root level is
invalid. Line 1, position 1. <br>
at System.Xml.XmlTextReaderImpl.Throw(Exception e)<br>
</blockquote>
The config.php file is correctly set up to point to the correct
database, with the right login and password.<br>
<br>
Any suggestions?<br>
Thanks in advance<br>
Kurt<br>
<br>
</body>
</html>