flagflag  If you want to see English page, please click "English" Button at Left.

Modlos-1.5.0_nosl on Window 2003 standalone opensim 0.702

  • このフォーラムに新しいトピックを立てることはできません
  • このフォーラムではゲスト投稿が禁止されています
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 .2 .3 .4 .5 .6 .7 .8 .9 .10 | 投稿日時 2010-11-20 10:20
venny  Just popping in   投稿数: 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!
投票数:313 平均点:4.12
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-11-20 14:18 | 最終変更
iseki  Home away from home   投稿数: 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"
投票数:94 平均点:4.15
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-11-30 23:47
venny  Just popping in   投稿数: 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!
投票数:86 平均点:3.95
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 .2 | 投稿日時 2010-12-1 11:38
venny  Just popping in   投稿数: 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!
投票数:110 平均点:7.64
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-12-1 12:44 | 最終変更
iseki  Home away from home   投稿数: 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......
投票数:99 平均点:5.45
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-12-1 18:43
iseki  Home away from home   投稿数: 1581
Hi,

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!
投票数:95 平均点:5.89
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-12-1 23:22
venny  Just popping in   投稿数: 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!
投票数:104 平均点:4.81
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-12-1 23:32
venny  Just popping in   投稿数: 11
In Avatars List,
Status: Not Synchro DB
Owner: empty (no owner)
投票数:134 平均点:3.66
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2010-12-2 0:10
venny  Just popping in   投稿数: 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
投票数:98 平均点:5.20
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-12-2 1:17
iseki  Home away from home   投稿数: 1581
If you use StandAlone mode, you need not edit Robust.ini.
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
投票数:165 平均点:2.73
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2010-12-3 22:46
venny  Just popping in   投稿数: 11
Hi Iseki,

I'm lookinf forward to your solving this problem.
Thanks!
投票数:133 平均点:5.79
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2010-12-3 23:36 | 最終変更
iseki  Home away from home   投稿数: 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.
投票数:97 平均点:5.36
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-12-4 9:22
venny  Just popping in   投稿数: 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!
投票数:138 平均点:2.46
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-12-4 9:27
venny  Just popping in   投稿数: 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+
投票数:125 平均点:3.44
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-12-6 2:57
iseki  Home away from home   投稿数: 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
投票数:103 平均点:4.95
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-12-11 12:30
venny  Just popping in   投稿数: 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!
投票数:337 平均点:5.10

  条件検索へ


サイト内 検索

ログイン

ユーザー名:

パスワード:


パスワード紛失
新規登録

サブ メニュー

ミニカレンダー

前月2024年 3月翌月
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
31
<今日>

オンライン状況

64 人のユーザが現在オンラインです。 (2 人のユーザが Forum を参照しています。)

登録ユーザ: 0
ゲスト: 64

もっと...

アクセスカウンタ

今日 : 4641464146414641
昨日 : 4222422242224222
総計 : 2317205523172055231720552317205523172055231720552317205523172055
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com