flagflag  

Modlos-1.5.0_nosl on Window 2003 standalone opensim 0.702

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 .2 .3 .4 .5 .6 .7 .8 .9 .10 | Posted on 2010/11/20 10:20
venny  Just popping in   Posts: 11
Dear Modlos friends,

I installed modlos-1.5.0_nosl on my Moodle 1.9.10, and
followed Getting Start of Modlos and Common Simple Settings to
set up my standalone opensim 0.702.

In my Moodle OpenSim block, I can see:
DB Status: ONLINE
Total Users: 5
Total Regions: 0
Visitors last 30 days: 4
OnLine Now: 0

But all the functions cannot work.

World Map: error message
==================================================
function loadmap() { mapInstance = new ZoomSize(128); mapInstance = new WORLDMap(document.getElementById('map-container'), {hasZoomControls: false, hasPanningControls: true}); mapInstance.centerAndZoomAtWORLDCoord(new XYPoint(1000, 1000), 1); Database error: Invalid SQL: SELECT uuid,regionName,serverIP,serverURI,locX,locY,serverHttpPort FROM regions ORDER BY locX
MySQL error: 1146 (Table 'opensim.regions' doesn't exist)
Session halted.
=====================================================


Region List: error messge
================================
Database error: Invalid SQL: SELECT COUNT(*) FROM regions
MySQL error: 1146 (Table 'opensim.regions' doesn't exist)
Session halted
=====================================


Avatar list:
========================
Database error: Invalid SQL: SELECT regionName FROM regions WHERE uuid='1f05ac5f-27c9-4974-a850-04fb26531bf1'
MySQL error: 1146 (Table 'opensim.regions' doesn't exist)
Session halted.
=============================

Create avatar:
==================
Database error: Invalid SQL: SELECT regionName FROM regions ORDER BY regionName ASC
MySQL error: 1146 (Table 'opensim.regions' doesn't exist)
Session halted.
==================================


Thansk for your help!
Votes:313 Average:4.12
Previous post - Next post | Parent - No child | Posted on 2010/11/20 14:18 | Last modified
iseki  Home away from home   Posts: 1581
Hi.

When you use stand alone mode, you should change [GridService] section at bin/config-include/StandaloneCommon.ini
Please enable StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" line.

      [GridService]
      ;; For in-memory region storage (default)
      ; StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
      ;;--- For MySql region storage (alternative)
      StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
Votes:94 Average:4.15
Previous post - Next post | Parent - No child | Posted on 2010/11/30 23:47
venny  Just popping in   Posts: 11
Hi iseki,

Thanks so much!!!!
This works.

I hope this part can add into opensim.ini in "Common Simple Initial Settings"
to save people like me.

Thanks again!
Votes:86 Average:3.95
Previous post - Next post | Parent - Children.1 .2 | Posted on 2010/12/1 11:38
venny  Just popping in   Posts: 11
Hi Iseki and frineds,

After testing, I met new errors:


1. Max Number of Avatarsmodlos 1
2. Moodle user create avatar
Erro message: It failed in making user of Modlos!!

Moodle Administrator create avatar
Erro message: User not Found (venny su)
It failed in making user of Modlos!!
3. Avatars List: Cooperation with Sloodle
Error message: It failed in updating DB!!

Thanks for all you help!
Votes:110 Average:7.64
Previous post - Next post | Parent - No child | Posted on 2010/12/1 12:44 | Last modified
iseki  Home away from home   Posts: 1581
Hi,

Is it the same problem as following URL?

http://www.nsl.tuis.ac.jp/xoops/modules/d3forum/index.php?topic_id=42

If it is so, sorry, I am investigating now......
Votes:99 Average:5.45
Previous post - Next post | Parent - No child | Posted on 2010/12/1 18:43
iseki  Home away from home   Posts: 1581
Hi,

Are firstname or surtname included space charactor?
ex.) firstname is "ABC" and surname is "DE XYZ"

Quote:

1. Max Number of Avatarsmodlos 1
2. Moodle user create avatar
Erro message: It failed in making user of Modlos!!

Moodle Administrator create avatar
Erro message: User not Found (venny su)
It failed in making user of Modlos!!
3. Avatars List: Cooperation with Sloodle
Error message: It failed in updating DB!!

Thanks for all you help!
Votes:95 Average:5.89
Previous post - Next post | Parent - No child | Posted on 2010/12/1 23:22
venny  Just popping in   Posts: 11
Hi Iseki,

Thanks so much for your help!

1. There is no space in first name or surname.
2. Yep, I met the same problem as:
http://www.nsl.tuis.ac.jp/xoops/modules/d3forum/index.php?topic_id=42

Although I set up Max Number of Avatarsmodlos 1,
the user can create as many avatars as he wants.
Although, there's error message, the avatar's account
has created (I can see them in MySQL) and can log in.

The problem is the Moodle account doesn't link with the avatar account, I think.

Thanks again for your help!
Votes:104 Average:4.81
Previous post - Next post | Parent - No child | Posted on 2010/12/1 23:32
venny  Just popping in   Posts: 11
In Avatars List,
Status: Not Synchro DB
Owner: empty (no owner)
Votes:135 Average:3.70
Previous post - Next post | Parent - Children.1 | Posted on 2010/12/2 0:10
venny  Just popping in   Posts: 11
One more thing: I don't set up Robust.ini
As a standlone opensim, do I have to set up Robust.ini
as the following?

•for Modlos
[GridInfoService]
login = http://......:8002/
gridname = "Your Grid Name"
economy = MODLOS_URL/blocks/modlos/helper/
welcome = MODLOS_URL/blocks/modlos/helper/loginpage.php
Votes:98 Average:5.20
Previous post - Next post | Parent - No child | Posted on 2010/12/2 1:17
iseki  Home away from home   Posts: 1581
If you use StandAlone mode, you need not edit Robust.ini.
Robust.ini is not used at StandAlone mode.

Quote:

venny wrotes:
One more thing: I don't set up Robust.ini
As a standlone opensim, do I have to set up Robust.ini
as the following?

•for Modlos
[GridInfoService]
login = http://......:8002/
gridname = "Your Grid Name"
economy = MODLOS_URL/blocks/modlos/helper/
welcome = MODLOS_URL/blocks/modlos/helper/loginpage.php
Votes:165 Average:2.73
Previous post - Next post | Parent - Children.1 | Posted on 2010/12/3 22:46
venny  Just popping in   Posts: 11
Hi Iseki,

I'm lookinf forward to your solving this problem.
Thanks!
Votes:133 Average:5.79
Previous post - Next post | Parent - Children.1 | Posted on 2010/12/3 23:36 | Last modified
iseki  Home away from home   Posts: 1581
Hi,

I think that your problem is different from the problem below URL.

http://www.nsl.tuis.ac.jp/xoops/modules/d3forum/index.php?topic_id=42


So, please try use blow corrected version of modlos and write here your environment and error messages.

http://www.nsl.tuis.ac.jp/DownLoad/SoftWare/Moodle/modlos_1.5.0_1_nosl.tgz

Thanks.
Votes:97 Average:5.36
Previous post - Next post | Parent - No child | Posted on 2010/12/4 9:22
venny  Just popping in   Posts: 11
Hi

After updateing modlos block, the moodle system update a tabel, but I got the same errors:

Administrator create avatar:
Owner Name (venny su)
User not Found in Moodle (venny su)
It failed in making user of Modlos!!

But the avatar had created, and its status is:
Not Synchro DB

The Moodle account still does not link with Opensim account?

Thnks for your help!
Votes:138 Average:2.46
Previous post - Next post | Parent - No child | Posted on 2010/12/4 9:27
venny  Just popping in   Posts: 11
My environment:

Windows 2003
XAMPP Windows 1.7.3: Apache 2.2.14, MySQL 5.1.41 + PBXT engine, PHP 5.3.1
OpenSim 0.702 standalone
Moodle 1.9.10+
Votes:126 Average:3.49
Previous post - Next post | Parent - No child | Posted on 2010/12/6 2:57
iseki  Home away from home   Posts: 1581
Hi.

I tried install Xampp-1.7.3, Moodle-1.9.10+ and OpenSim-0.7.0.2 (Stand Alone) to Windows XP (I have not Windows 2003).
PHP and MySQL were used in Xampp-1.7.3

And I found that I mistaked file name in modlos_1.5.0_1_nosl.tgz, sorry!!
So, please download again from below URL.

http://www.nsl.tuis.ac.jp/DownLoad/SoftWare/Moodle/modlos_1.5.0_2_nosl.tgz

In this version, I can create new avatar and see avatars list with no problem.

Thanks
Votes:103 Average:4.95
Previous post - Next post | Parent - No child | Posted on 2010/12/11 12:30
venny  Just popping in   Posts: 11
Dear iseki,

This new 1.5.02 still doesn't work.
The same errors still appeared.

I installed a fresh new Moodle-1.9.10+, and
the same errors are still there,
although I could create avatars.

In Avatar list,
Status: Not Synchro DB
Owner: empty (no owner)

Thanks for all your help!
Votes:337 Average:5.10

  Advanced search


Site Search

Login

Username:

Password:


Lost Password?
Register now!!

Sub Menu

mini Calendar

Last MonthApr 2024Next Month
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
Today

Who's Online

105 user(s) are online (7 user(s) are browsing Forum)

Members: 0
Guests: 105

more...

Access Counter

Today : 5832583258325832
Yesterday : 1795517955179551795517955
Total : 2336480923364809233648092336480923364809233648092336480923364809
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com