flagflag  

where do I put the files

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 .2 .3 .4 .5 .6 .7 .8 | Posted on 2011/9/1 12:27
Musta  Just popping in   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
Votes:132 Average:4.02
Previous post - Next post | Parent - No child | Posted on 2011/9/2 13:14
Musta  Just popping in   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:111 Average:5.32
Previous post - Next post | Parent - No child | Posted on 2011/9/2 13:25 | Last modified
iseki  Home away from home   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.
Votes:106 Average:5.94
Previous post - Next post | Parent - Children.1 | Posted on 2011/9/3 1:44
Musta  Just popping in   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"/>
Votes:91 Average:5.05
Previous post - Next post | Parent - No child | Posted on 2011/9/3 13:41 | Last modified
iseki  Home away from home   Posts: 1581
Hi Musta,

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:251 Average:4.02
Previous post - Next post | Parent - Children.1 | Posted on 2011/9/4 0:36
Musta  Just popping in   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
Votes:71 Average:3.94
Previous post - Next post | Parent - No child | Posted on 2011/9/4 1:29
iseki  Home away from home   Posts: 1581
Hi,

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:117 Average:4.70
Previous post - Next post | Parent - Children.1 .2 | Posted on 2011/9/4 1:43
Musta  Just popping in   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>
Votes:87 Average:3.10
Previous post - Next post | Parent - Children.1 | Posted on 2011/9/4 2:14
iseki  Home away from home   Posts: 1581
Is there bin/MoneyServer.ini ?
Votes:90 Average:4.78
Previous post - Next post | Parent - No child | Posted on 2011/9/4 2:35
Musta  Just popping in   Posts: 10
yes i see that file in the bin
Votes:99 Average:5.45
Previous post - Next post | Parent - No child | Posted on 2011/9/4 9:56
iseki  Home away from home   Posts: 1581
Hi

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:100 Average:6.70
Previous post - Next post | Parent - No child | Posted on 2011/9/5 0:20
Musta  Just popping in   Posts: 10
Hi Iseki, I checked the file and its the same one as the download
Votes:93 Average:4.62
Previous post - Next post | Parent - Children.1 | Posted on 2011/9/5 0:23
Musta  Just popping in   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:206 Average:1.84
Previous post - Next post | Parent - Children.1 | Posted on 2011/9/5 6:23
iseki  Home away from home   Posts: 1581
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:116 Average:4.66
Previous post - Next post | Parent - Children.1 | Posted on 2012/4/13 4:17
Musta  Just popping in   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?
Votes:61 Average:5.08
Previous post - Next post | Parent - No child | Posted on 2012/4/13 7:35
iseki  Home away from home   Posts: 1581
Please check version and log file of PHP.
Votes:68 Average:5.00
Previous post - Next post | Parent - Children.1 | Posted on 2012/4/13 9:30
Musta  Just popping in   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
Votes:72 Average:4.58
Previous post - Next post | Parent - No child | Posted on 2012/4/13 12:20
iseki  Home away from home   Posts: 1581
Quote:

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:78 Average:3.97

  Advanced search


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

86 user(s) are online (1 user(s) are browsing Forum)

Members: 0
Guests: 86

more...

Access Counter

Today : 1504015040150401504015040
Yesterday : 1412914129141291412914129
Total : 2346065023460650234606502346065023460650234606502346065023460650
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com