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

where do I put the files

  • このフォーラムに新しいトピックを立てることはできません
  • このフォーラムではゲスト投稿が禁止されています
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 .2 .3 .4 .5 .6 .7 .8 | 投稿日時 2011-9-1 12:27
Musta  Just popping in   投稿数: 10
ok i have a running opensim server 0.7.1 and modlos working , now i am trying to get a currency working , but when i try to start the currency server a black box appears and it shuts down , I think i have the currency server in the wrong place ,any help on this would be appreciated , oh and i am running on windows so i downloaded the link with the patch and have it up and running but the currency server still crashes on starting it up , any help would be appreciated

Thank you
投票数:132 平均点:4.02
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-9-2 13:14
Musta  Just popping in   投稿数: 10
Update, I got the money server up with no errors , but when i log into the grid with any viewer i get an error on my regionserver that says money server is not available . Any ideas?
投票数:111 平均点:5.32
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-9-2 13:25 | 最終変更
iseki  Home away from home   投稿数: 1581
Hi,

Please put OpenSim.Grid.MoneyServer.exe to same bin directory with OpenSim.exe

Still, when it doesn't work well, please execute OpenSim.Grid.MoneyServer.exe on Command Prompt of Windows.
And please teach me the error messages and your environments of Windows (ex. Is your Windows 7 or Vista? 32bit or 64bit?).

Thanks.
投票数:106 平均点:5.94
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011-9-3 1:44
Musta  Just popping in   投稿数: 10
ok. i am running it on windows XP with service pack 3 , error message i get when i run it from windows command prompt is
Log4net: ERROR XmlConfigurator: Failed to find configuration section 'log4net' in the application's .config file. Check your.config filefor the <log4net> and <configurations> elements. The configuration section should look like: <section name="log4net" type"log4net.Config.Log4NetConfigurationSectionHandler.log4net"/>
投票数:91 平均点:5.05
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-9-3 13:41 | 最終変更
iseki  Home away from home   投稿数: 1581
Hi Musta,

引用:

Musta wrotes:
Log4net: ERROR XmlConfigurator: Failed to find configuration section 'log4net' in the application's .config file. Check your.config filefor the <log4net> and <configurations> elements. The configuration section should look like: <section name="log4net" type"log4net.Config.Log4NetConfigurationSectionHandler.log4net"/>

This error message means that MoneyServer.exe.config is missing.
Please copy MoneyServer.exe.config from MoneyServer's config directory to OpenSim bin directory.
And you need to copy config/MoneyServer.ini and config/SineWaveCert.pfx to OpenSim bin directory, too.

Thanks.
投票数:251 平均点:4.02
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011-9-4 0:36
Musta  Just popping in   投稿数: 10
Thank You iseki, that got rid of that error and now have the error
at OpenSim.Grid.MoneyServer.MoneyServerBase.StartupSpecific()
at OpenSim.Framework.Servers.BaseOpenSimServer.Startup() in C:\test\opensim-0.7.1-source\OpenSim\Framework\Servers\BaseOpenSimServer.cs:line
289
i looked in the forum and seen another with the same error , but i checked the file and the patch is applied. the strange thing is that i dont have a C:\test\opensim-0.7.1-source directory on my computer. I have the file it refers to in C:Desktop\1\opensimp

Thanks
投票数:71 平均点:3.94
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-9-4 1:29
iseki  Home away from home   投稿数: 1581
Hi,

引用:

at OpenSim.Grid.MoneyServer.MoneyServerBase.StartupSpecific()
at OpenSim.Framework.Servers.BaseOpenSimServer.Startup() in C:\test\opensim-0.7.1-source\OpenSim\Framework\Servers\BaseOpenSimServer.cs:line
289

Are those error messages of all?
Please show all error messages.

By the way, binary OpenSim 0.7.1.1 with patched is here.

http://www.fdn.uq.edu.au/opensim/opensim​-0.7.1.1-patched.zip

If you use this, how about you?
投票数:117 平均点:4.70
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 .2 | 投稿日時 2011-9-4 1:43
Musta  Just popping in   投稿数: 10
yes i use the patched file, and this is the full error message
Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object.
at OpenSim.Grid.MoneyServer.MoneyServerBase.ReadIniConfig<>
at OpenSim.Grid.MoneyServer.MoneyServerBase.StartupSpecific<>
at OpenSim.Framework.Servers.BaseOpenSimServer.Startup() in C:\test\opensim-0.7.1-source\OpenSim\Framework\Servers\BaseOpenSimServer.cs:line
289
at OpenSim.Grid.MoneyServer.Program.Main<String[] args>
投票数:87 平均点:3.10
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011-9-4 2:14
iseki  Home away from home   投稿数: 1581
Is there bin/MoneyServer.ini ?
投票数:90 平均点:4.78
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-9-4 2:35
Musta  Just popping in   投稿数: 10
yes i see that file in the bin
投票数:99 平均点:5.45
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-9-4 9:56
iseki  Home away from home   投稿数: 1581
Hi

引用:

at OpenSim.Grid.MoneyServer.MoneyServerBase.ReadIniConfig<>

Error is occurred at "ReadIniConfig()".
Maybe MoneyServer.ini is old version.
Please check MoneyServer.ini. Is there [Startup] section?

Newest Sample of MoneyServer.ini is here.
http://www.nsl.tuis.ac.jp/xoops/modules/xpwiki/?OpenSim%2FMoneyServer%2FMoneyServer.ini

Thanks.
投票数:100 平均点:6.70
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-9-5 0:20
Musta  Just popping in   投稿数: 10
Hi Iseki, I checked the file and its the same one as the download
投票数:93 平均点:4.62
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011-9-5 0:23
Musta  Just popping in   投稿数: 10
Also when i run the OpenSim.Grid.MoneyServer.exe from the bin directly by double clicking it , it connects to database with no errors , but when i log in world i get an error on the Region Server that the Money Server is not available
投票数:206 平均点:1.84
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011-9-5 6:23
iseki  Home away from home   投稿数: 1581
引用:

Musta wrotes:
Also when i run the OpenSim.Grid.MoneyServer.exe from the bin directly by double clicking it , it connects to database with no errors , but when i log in world i get an error on the Region Server that the Money Server is not available

Did Money Server work? ????

Is used https (not http) for "CurrencyServer" at [Economy] section in OpenSim.ini?

引用:
[Economy]
SellEnabled = "true"
UserServer = "http://(UserServer's FQDN or IP address):8002/" ;; not use localhost or 127.0.0.1
CurrencyServer = "https://(MoneyServer's FQDN or IP address):8008/" ;; not use localhost or 127.0.0.1
EconomyModule = DTLMoneyModule
投票数:116 平均点:4.66
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2012-4-13 4:17
Musta  Just popping in   投稿数: 10
i have money server working , but i cannot sell land or buy money from banker, i also changed my operating system from xp to vista which helped alot

Any suggestions why the banker cant buy money or i cannot sell land or buy land?
投票数:61 平均点:5.08
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2012-4-13 7:35
iseki  Home away from home   投稿数: 1581
Please check version and log file of PHP.
投票数:68 平均点:5.00
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2012-4-13 9:30
Musta  Just popping in   投稿数: 10
opensim 7.3.1 , php version 5.2.9 also have the money server that corresponds with 7.3.1
in apache error log i get
[error][client xxx ip xxx ] script 'C:/xampp/htdocs/scripts/currency.php' not found or unable to stat
投票数:72 平均点:4.58
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2012-4-13 12:20
iseki  Home away from home   投稿数: 1581
引用:

Musta wrotes:
opensim 7.3.1 , php version 5.2.9 also have the money server that corresponds with 7.3.1
in apache error log i get
[error][client xxx ip xxx ] script 'C:/xampp/htdocs/scripts/currency.php' not found or unable to stat

The causes considered are
1. currency.php is missing
2. currency.php is broken
3. helper uri is wrong
4. config.php is wrong (path of currency.php)
投票数:78 平均点:3.97

  条件検索へ


サイト内 検索

ログイン

ユーザー名:

パスワード:


パスワード紛失
新規登録

サブ メニュー

ミニカレンダー

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

オンライン状況

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

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

もっと...

アクセスカウンタ

今日 : 1082810828108281082810828
昨日 : 1169911699116991169911699
総計 : 2329816323298163232981632329816323298163232981632329816323298163
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com