flagflag  
5: 2010-09-30 (Thu) 01:15:18 iseki source 6: 2010-09-30 (Thu) 10:04:43 admin source
Line 161: Line 161:
 # cd OPENSIM_INSTALL_DIR/nsl.modules  # cd OPENSIM_INSTALL_DIR/nsl.modules
 # ./build.sh  # ./build.sh
- # cp bin/NSLModules.Messaging.MuteList.dll ../bin 
#br #br
Line 184: Line 183:
 # cd OPENSIM_INSTALL_DIR/osprofile  # cd OPENSIM_INSTALL_DIR/osprofile
 # ./build.sh  # ./build.sh
- # cp bin/OpenSimProfile.Modules.dll ../bin 
-**** バグ [#yc2ef0fd]+**** 注意 [#yc2ef0fd]
- 全てのプロフィール機能が使用できるわけではない. - 全てのプロフィール機能が使用できるわけではない.
Line 210: Line 208:
 [Search]  [Search]
   SearchURL = "XOOPS_URL/modules/xoopensim/helper/query​.php"    SearchURL = "XOOPS_URL/modules/xoopensim/helper/query​.php"
 +
 +- 0.7.1Dev では [Modules]セクションの LoandService は設定する必要はない(他で設定済み)
 +#br
 +
 +**** RemoteLandServicesConnector [#z974dfdb]
 +- 0.7, 0.7.0.x では [Modules]セクションに ''LandServices = "RemoteLandServicesConnector"'' を指定すると,実行時にエラーを起こす.
 + 09:26:23 - [REGIONMODULE]: Adding scene TEST to shared module RemoteLandServicesConnector
 + 09:26:23 - [APPLICATION]:
 + APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs
 +
 + Exception: System.Exception: No IGridService available. This could happen if the config_include folder doesn't exist or if the OpenSim.ini [Architecture] section isn't set.  Please also check that you have the correct version of your inventory service dll.  Sometimes old versions of this dll will still exist.  Do a clean checkout and re-create the opensim.ini from the opensim.ini.example.
 +  at OpenSim.Region.Framework.Scenes.Scene.ge​t_GridService () [0x00000] in <filename unknown>:0
 +  at OpenSim.Region.CoreModules.ServiceConnec​torsOut.Land.RemoteLandServicesConnector​.AddRegion (OpenSim.Region.Framework.Scenes.Scene scene) [0x00000] in <filename unknown>:0
 +  at OpenSim.ApplicationPlugins.RegionModules​Controller.RegionModulesControllerPlugin​.AddRegionToModules (OpenSim.Region.Framework.Scenes.Scene scene) [0x00000] in <filename unknown>:0
 +  at OpenSim.OpenSimBase.CreateRegion (OpenSim.Framework.RegionInfo regionInfo, Boolean portadd_flag, Boolean do_post_init, IScene& mscene) [0x00000] in <filename unknown>:0
 +  at OpenSim.OpenSimBase.CreateRegion (OpenSim.Framework.RegionInfo regionInfo, Boolean portadd_flag, IScene& scene) [0x00000] in <filename unknown>:0
 +  at OpenSim.ApplicationPlugins.LoadRegions.L​oadRegionsPlugin.PostInitialise () [0x00000] in <filename unknown>:0
 +  at OpenSim.OpenSimBase.StartupSpecific () [0x00000] in <filename unknown>:0
 +  at OpenSim.OpenSim.StartupSpecific () [0x00000] in <filename unknown>:0
 +  at OpenSim.Framework.Servers.BaseOpenSimSer​ver.Startup () [0x00000] in <filename unknown>:0
 +  at OpenSim.Application.Main (System.String[] args) [0x00000] in <filename unknown>:0
 +
 +- この場合は,次のパッチをソースコードに適用してから,OpenSimを最コンパイルすること [[patch code:http://www.nsl.tuis.ac.jp/DownLoad/​SoftWare/OpenSim/opensim_nsl_0.7_remotel​and.patch]]. このパッチは,[[NSLで公開している 0.7用パッチ>http://www.nsl.tuis.ac.jp/xoops/modules​/d3downloads/index.php?page=singlefile&c​id=8&lid=17]] にも含まれている.
 +- このパッチを 0.7.0.2 に適用すると rejファイルが生成されるが,必要な変更は行われているので,問題はない.
 +
 +- 0.7.1Dev では config-inculde/Grid.ini などで RemoteLandServicesConnector は既に読み込まれているので,OpenSim.ini で指定する必要はない.
 +#br
**** モジュールの再コンパイル [#nd46b393] **** モジュールの再コンパイル [#nd46b393]
Line 216: Line 241:
 # cd OPENSIM_INSTALL_DIR/ossearch  # cd OPENSIM_INSTALL_DIR/ossearch
 # ./build.sh  # ./build.sh
- # cp bin/OpenSimSearch.Modules.dll ../bin 
-**** バグ [#z974dfdb]+**** 注意 [#z974dfdb]
- 全ての検索機能が使用できるわけではない. - 全ての検索機能が使用できるわけではない.
-- 0.7, 0.7.0.x では ''LandServices = "RemoteLandServicesConnector"'' を指定すると,実行時にエラーを起こす. 
- 
- 
#br #br
Line 253: Line 274:
*** スタンドアロンモードのサポート (0.7以降) [#edfeccee] *** スタンドアロンモードのサポート (0.7以降) [#edfeccee]
 +- 0.7以降では,スタンドアロンモードでも XoopenSim/Modlos を使用することが可能である.
 +- 0.7以降のスタンドアロンモードでも XoopenSim/Modlos を使用できるようにするには''bin/config-include/StandaloneCommon.in​i'' の ''[GridService]'' セクションの''StorageProvider'' を以下のように変更して,DBとしてMySQLを使用するように設定する.
 + [GridService]
 + ;; For in-memory region storage (default)
 + ; StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
 + ;;--- For MySql region storage (alternative)
 + StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
#br #br
 +
*** マネーサーバ [#tfb14120] *** マネーサーバ [#tfb14120]
- マネーサーバは XoopenSim/Modlos とは別の機能であるので,[[こちら>http://www.nsl.tuis.ac.jp/xoops/modules​/xpwiki/?OpenSim%2FMoneyServer]] を参照すること. - マネーサーバは XoopenSim/Modlos とは別の機能であるので,[[こちら>http://www.nsl.tuis.ac.jp/xoops/modules​/xpwiki/?OpenSim%2FMoneyServer]] を参照すること.
Line 278: Line 307:
*** テクスチャキャッシュのクリア [#r8a5776e] *** テクスチャキャッシュのクリア [#r8a5776e]
 +- XoopenSim/Modlos でOpenSim からロードしたテクスチャのキャッシュをクリアする.[[画像処理用プログラム>#c4b6383b]] を変更した場合や,テクスチャの表示がおかしくなった場合に実行する.
#br #br
*** ログイン情報のクリア [#rb982a6a] *** ログイン情報のクリア [#rb982a6a]
 +- リージョンサーバやビューアが異常終了した場合に,アバタがログインした状態のままデータベース上に残る場合がある(アバタリストなどでログインしていないのにログインしていると表示される).この場合に,このコマンドを実行すると,アバタのログイン情報を格納したデータベースのテーブルをクリアすることができる.
#br #br
*** ログインスクリーン 管理 [#e19f4713] *** ログインスクリーン 管理 [#e19f4713]
 +- ログインスクリーンのアラート情報Boxの内容を修正することができる.
#br #br


Front page   New List of Pages Search Recent changes   Help   RSS of recent changes (RSS 1.0) RSS of recent changes (RSS 2.0) RSS of recent changes (RSS Atom)

Site Search

Login

Username:

Password:


Lost Password?
Register now!!

Sub Menu

mini Calendar

Last MonthMay 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 31
Today

Who's Online

68 user(s) are online (14 user(s) are browsing xpwiki)

Members: 0
Guests: 68

more...

Access Counter

Today : 5110511051105110
Yesterday : 1038110381103811038110381
Total : 2359464323594643235946432359464323594643235946432359464323594643
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com