where do I put the files
- You cannot open a new topic into this forum
- Guests cannot post into this forum
Musta
Posts: 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
Thank you
Votes:141
Average:4.18
Musta
Posts: 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?
Votes:116
Average:5.34
iseki
Posts: 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.
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.
Votes:122
Average:5.82
Musta
Posts: 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"/>
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"/>
Votes:100
Average:4.90
iseki
Posts: 1581

Hi Musta,
Quote:
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.
Quote:
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.
Votes:261
Average:4.14
Musta
Posts: 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
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
Votes:84
Average:4.29
iseki
Posts: 1581

Hi,
Quote:
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?
Quote:
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?
Votes:127
Average:4.72
Musta
Posts: 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>
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>
Votes:93
Average:3.23
iseki
Posts: 1581

Is there bin/MoneyServer.ini ?
Votes:98
Average:4.80
Musta
Posts: 10

yes i see that file in the bin
Votes:105
Average:5.52
iseki
Posts: 1581

Hi
Quote:
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.
Quote:
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.
Votes:108
Average:6.57
Musta
Posts: 10

Hi Iseki, I checked the file and its the same one as the download
Votes:104
Average:4.71
Musta
Posts: 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
Votes:218
Average:1.97
iseki
Posts: 1581

Quote:
Did Money Server work? ????
Is used https (not http) for "CurrencyServer" at [Economy] section in OpenSim.ini?
Quote:
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?
Quote:
[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
Votes:132
Average:4.47
Musta
Posts: 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?
Any suggestions why the banker cant buy money or i cannot sell land or buy land?
Votes:111
Average:2.97
iseki
Posts: 1581

Please check version and log file of PHP.
Votes:78
Average:4.87
Musta
Posts: 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
in apache error log i get
[error][client xxx ip xxx ] script 'C:/xampp/htdocs/scripts/currency.php' not found or unable to stat
Votes:83
Average:4.34
Previous post
-
Next post
|
Parent
-
No child
|
Posted on 2012/4/13 12:20
iseki
Posts: 1581

Quote:
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)
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)
Votes:87
Average:4.02