Modlos-1.5.0_nosl on Window 2003 standalone opensim 0.702
- このフォーラムに新しいトピックを立てることはできません
- このフォーラムではゲスト投稿が禁止されています
venny
投稿数: 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!
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!
投票数:317
平均点:4.20
iseki
投稿数: 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.
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"
投票数:101
平均点:4.06
venny
投稿数: 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!
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!
投票数:89
平均点:3.93
venny
投稿数: 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!
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!
投票数:114
平均点:7.54
iseki
投稿数: 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......
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......
投票数:102
平均点:5.49
iseki
投稿数: 1581
Hi,
Are firstname or surtname included space charactor?
ex.) firstname is "ABC" and surname is "DE XYZ"
引用:
Are firstname or surtname included space charactor?
ex.) firstname is "ABC" and surname is "DE XYZ"
引用:
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!
投票数:100
平均点:5.80
venny
投稿数: 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!
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!
投票数:111
平均点:4.95
venny
投稿数: 11
In Avatars List,
Status: Not Synchro DB
Owner: empty (no owner)
Status: Not Synchro DB
Owner: empty (no owner)
投票数:139
平均点:3.74
venny
投稿数: 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
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
投票数:102
平均点:5.20
iseki
投稿数: 1581
If you use StandAlone mode, you need not edit Robust.ini.
Robust.ini is not used at StandAlone mode.
引用:
Robust.ini is not used at StandAlone mode.
引用:
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
投票数:170
平均点:2.82
venny
投稿数: 11
Hi Iseki,
I'm lookinf forward to your solving this problem.
Thanks!
I'm lookinf forward to your solving this problem.
Thanks!
投票数:135
平均点:5.70
iseki
投稿数: 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.
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.
投票数:99
平均点:5.35
venny
投稿数: 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!
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!
投票数:141
平均点:2.55
venny
投稿数: 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+
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+
投票数:132
平均点:3.64
iseki
投稿数: 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
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
投票数:107
平均点:5.05
venny
投稿数: 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!
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!
投票数:341
平均点:5.13