Setup issues
- depth:
- 0
Draven190
Posts: 24

Hello
I am currently trying to use the currency server with opensim 0.7.2. So the process i go through is.
My operating system is Ubuntu 10.10 64 Server. The Opensim is running in standalone mode and runs without any issue at all. Can someone please help me with what i'm doing wrong and perhaps a tutorial on how to do it properly
cd /home/director/opensim
(works fine this is where everything is stored)
svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.currency/trunk opensim.currency
(works fine i get a complete package)
patch -p1 < opensim.currency/opensim_currency_latest.patch
(fails with below output
atching file OpenSim/Framework/IMoneyModule.cs
Hunk #1 FAILED at 29.
Hunk #2 FAILED at 45.
2 out of 2 hunks FAILED -- saving rejects to file OpenSim/Framework/IMoneyModule.cs.rej
patching file OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
Hunk #1 FAILED at 1674.
1 out of 1 hunk FAILED -- saving rejects to file OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs.rej
patching file OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs
Hunk #1 FAILED at 104.
Hunk #2 FAILED at 241.
Hunk #3 FAILED at 767.
3 out of 3 hunks FAILED -- saving rejects to file OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs.rej
patching file OpenSim/Region/ScriptEngine/XEngine/EventManager.cs
Hunk #1 FAILED at 73.
Hunk #2 FAILED at 83.
Hunk #3 FAILED at 93.
Hunk #4 FAILED at 227.
4 out of 4 hunks FAILED -- saving rejects to file OpenSim/Region/ScriptEngine/XEngine/EventManager.cs.rej
I am a little confused as to the reason for this)
./runprebuild.sh && nant clean && nant
(this file does not exist and i can't seem to find it anywhere am i going blind??)
cd opensim.currency
(i can enter this directory)
./build.sh
This produces the below>>>
http://nant.sourceforge.net
Buildfile: file:///home/director/OpenSim/opensim.currency/OpenSim.Data.MySQL.MySQLMoneyDataWrapper/OpenSim.Data.MySQL.MySQLMoneyDataWrapper.build
Target framework: Mono 2.0 Profile
Target(s) specified: build
[echo] Project Directory is /home/director/OpenSim/opensim.currency/OpenSim.Data.MySQL.MySQLMoneyDataWrapper
build:
[csc] Compiling 4 files to '/home/director/OpenSim/opensim.currency/OpenSim.Data.MySQL.MySQLMoneyDataWrapper/OpenSim.Data.MySQL.MySQLMoneyDataWrapper.dll'.
BUILD SUCCEEDED
Total time: 2.2 seconds.
NAnt 0.85 (Build 0.85.2478.0; release; 14/10/2006)
Copyright (C) 2001-2006 Gerry Shaw
http://nant.sourceforge.net
Buildfile: file:///home/director/OpenSim/opensim.currency/OpenSim.Forge.Currency/OpenSim.Forge.Currency.build
Target framework: Mono 2.0 Profile
Target(s) specified: build
[echo] Project Directory is /home/director/OpenSim/opensim.currency/OpenSim.Forge.Currency
build:
[csc] Compiling 1 files to '/home/director/OpenSim/opensim.currency/OpenSim.Forge.Currency/OpenSim.Forge.Currency.dll'.
[csc] /home/director/OpenSim/opensim.currency/OpenSim.Forge.Currency/MoneyModule.cs(87,30): error CS0246: The type or namespace name `PostObjectPaid' could not be found. Are you missing a using directive or an assembly reference?
[csc] Compilation failed: 1 error(s), 0 warnings
BUILD FAILED - 0 non-fatal error(s), 1 warning(s)
/home/director/OpenSim/opensim.currency/OpenSim.Forge.Currency/OpenSim.Forge.Currency.build(8,4):
External Program Failed: /usr/lib/mono/2.0/gmcs.exe (return code was 1)
Total time: 2.6 seconds.
NAnt 0.85 (Build 0.85.2478.0; release; 14/10/2006)
Copyright (C) 2001-2006 Gerry Shaw
http://nant.sourceforge.net
Buildfile: file:///home/director/OpenSim/opensim.currency/OpenSim.Grid.MoneyServer/OpenSim.Grid.MoneyServer.build
Target framework: Mono 2.0 Profile
Target(s) specified: build
[echo] Project Directory is /home/director/OpenSim/opensim.currency/OpenSim.Grid.MoneyServer
build:
[csc] Compiling 6 files to '/home/director/OpenSim/opensim.currency/OpenSim.Grid.MoneyServer/OpenSim.Grid.MoneyServer.exe'.
[csc] /home/director/OpenSim/opensim.currency/OpenSim.Grid.MoneyServer/MoneyXmlRpcModule.cs(67,32): warning CS0414: The private field `OpenSim.Grid.MoneyServer.MoneyXmlRpcModule.m_opensimVersion' is assigned but its value is never used
[csc] Compilation succeeded - 1 warning(s)
BUILD SUCCEEDED - 0 non-fatal error(s), 1 warning(s)
Total time: 3.5 seconds.
cd ../bin
vi MoneyServer.ini (modify [MySql] section)
(edited fine)
Thanks Very much
I am currently trying to use the currency server with opensim 0.7.2. So the process i go through is.
My operating system is Ubuntu 10.10 64 Server. The Opensim is running in standalone mode and runs without any issue at all. Can someone please help me with what i'm doing wrong and perhaps a tutorial on how to do it properly
cd /home/director/opensim
(works fine this is where everything is stored)
svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.currency/trunk opensim.currency
(works fine i get a complete package)
patch -p1 < opensim.currency/opensim_currency_latest.patch
(fails with below output
atching file OpenSim/Framework/IMoneyModule.cs
Hunk #1 FAILED at 29.
Hunk #2 FAILED at 45.
2 out of 2 hunks FAILED -- saving rejects to file OpenSim/Framework/IMoneyModule.cs.rej
patching file OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
Hunk #1 FAILED at 1674.
1 out of 1 hunk FAILED -- saving rejects to file OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs.rej
patching file OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs
Hunk #1 FAILED at 104.
Hunk #2 FAILED at 241.
Hunk #3 FAILED at 767.
3 out of 3 hunks FAILED -- saving rejects to file OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs.rej
patching file OpenSim/Region/ScriptEngine/XEngine/EventManager.cs
Hunk #1 FAILED at 73.
Hunk #2 FAILED at 83.
Hunk #3 FAILED at 93.
Hunk #4 FAILED at 227.
4 out of 4 hunks FAILED -- saving rejects to file OpenSim/Region/ScriptEngine/XEngine/EventManager.cs.rej
I am a little confused as to the reason for this)
./runprebuild.sh && nant clean && nant
(this file does not exist and i can't seem to find it anywhere am i going blind??)
cd opensim.currency
(i can enter this directory)
./build.sh
This produces the below>>>
http://nant.sourceforge.net
Buildfile: file:///home/director/OpenSim/opensim.currency/OpenSim.Data.MySQL.MySQLMoneyDataWrapper/OpenSim.Data.MySQL.MySQLMoneyDataWrapper.build
Target framework: Mono 2.0 Profile
Target(s) specified: build
[echo] Project Directory is /home/director/OpenSim/opensim.currency/OpenSim.Data.MySQL.MySQLMoneyDataWrapper
build:
[csc] Compiling 4 files to '/home/director/OpenSim/opensim.currency/OpenSim.Data.MySQL.MySQLMoneyDataWrapper/OpenSim.Data.MySQL.MySQLMoneyDataWrapper.dll'.
BUILD SUCCEEDED
Total time: 2.2 seconds.
NAnt 0.85 (Build 0.85.2478.0; release; 14/10/2006)
Copyright (C) 2001-2006 Gerry Shaw
http://nant.sourceforge.net
Buildfile: file:///home/director/OpenSim/opensim.currency/OpenSim.Forge.Currency/OpenSim.Forge.Currency.build
Target framework: Mono 2.0 Profile
Target(s) specified: build
[echo] Project Directory is /home/director/OpenSim/opensim.currency/OpenSim.Forge.Currency
build:
[csc] Compiling 1 files to '/home/director/OpenSim/opensim.currency/OpenSim.Forge.Currency/OpenSim.Forge.Currency.dll'.
[csc] /home/director/OpenSim/opensim.currency/OpenSim.Forge.Currency/MoneyModule.cs(87,30): error CS0246: The type or namespace name `PostObjectPaid' could not be found. Are you missing a using directive or an assembly reference?
[csc] Compilation failed: 1 error(s), 0 warnings
BUILD FAILED - 0 non-fatal error(s), 1 warning(s)
/home/director/OpenSim/opensim.currency/OpenSim.Forge.Currency/OpenSim.Forge.Currency.build(8,4):
External Program Failed: /usr/lib/mono/2.0/gmcs.exe (return code was 1)
Total time: 2.6 seconds.
NAnt 0.85 (Build 0.85.2478.0; release; 14/10/2006)
Copyright (C) 2001-2006 Gerry Shaw
http://nant.sourceforge.net
Buildfile: file:///home/director/OpenSim/opensim.currency/OpenSim.Grid.MoneyServer/OpenSim.Grid.MoneyServer.build
Target framework: Mono 2.0 Profile
Target(s) specified: build
[echo] Project Directory is /home/director/OpenSim/opensim.currency/OpenSim.Grid.MoneyServer
build:
[csc] Compiling 6 files to '/home/director/OpenSim/opensim.currency/OpenSim.Grid.MoneyServer/OpenSim.Grid.MoneyServer.exe'.
[csc] /home/director/OpenSim/opensim.currency/OpenSim.Grid.MoneyServer/MoneyXmlRpcModule.cs(67,32): warning CS0414: The private field `OpenSim.Grid.MoneyServer.MoneyXmlRpcModule.m_opensimVersion' is assigned but its value is never used
[csc] Compilation succeeded - 1 warning(s)
BUILD SUCCEEDED - 0 non-fatal error(s), 1 warning(s)
Total time: 3.5 seconds.
cd ../bin
vi MoneyServer.ini (modify [MySql] section)
(edited fine)
Thanks Very much
Votes:171
Average:5.26
Posts tree
-
Setup issues (Draven190, 2011/3/3 1:42)
-
Re: Setup issues (iseki, 2011/3/3 10:58)
-
Re: Setup issues (Draven190, 2011/3/3 18:44)
-
Re: Setup issues (iseki, 2011/3/3 21:43)
-
-
Re: Setup issues (Draven190, 2011/3/3 23:42)
-
Re: Setup issues (Draven190, 2011/3/4 0:16)
-
Re: Setup issues (iseki, 2011/3/4 0:54)
-
-
Re: Setup issues (Draven190, 2011/3/4 19:59)
-
Re: Setup issues (iseki, 2011/3/4 23:26)
-
Re: Setup issues (iseki, 2011/3/5 0:10)
-
-
-
Re: Setup issues (Draven190, 2011/3/5 0:10)
-
Re: Setup issues (Draven190, 2011/3/5 1:14)
-
Re: Setup issues (Draven190, 2011/3/5 1:52)
-
Re: Setup issues (admin, 2011/3/5 2:28)
-
-
Re: Setup issues (Draven190, 2011/3/5 3:13)
-
Re: Setup issues (admin, 2011/3/5 7:44)
-
-
Re: Setup issues (Draven190, 2011/3/5 21:18)
-
Re: Setup issues (iseki, 2011/3/5 22:41)
-
-
Re: Setup issues (Draven190, 2011/3/6 22:20)
-
Re: Setup issues (Draven190, 2011/3/6 23:47)
-
Re: Setup issues (iseki, 2011/3/7 7:57)
-
-
Re: Setup issues (Draven190, 2011/3/6 23:52)
-
Re: Setup issues (Draven190, 2011/3/7 1:48)
-
Re: Setup issues (iseki, 2011/3/7 8:16)
-
-
Re: Setup issues (Draven190, 2011/3/7 18:45)
-
Re: Setup issues (Draven190, 2011/3/7 19:08)
-
Re: Setup issues (iseki, 2011/3/7 21:49)
-
-
Re: Setup issues (Draven190, 2011/3/7 21:39)
-
Re: Setup issues (iseki, 2011/3/7 21:58)
-
Re: Setup issues (iseki, 2011/3/7 22:06)
-
Re: Setup issues (iseki, 2011/3/7 22:22)
-
-
-
-
Re: Setup issues (Draven190, 2011/3/7 21:43)
-
Re: Setup issues (Draven190, 2011/3/7 22:08)
-
Re: Setup issues (Draven190, 2011/3/7 22:14)
-
Re: Setup issues (Draven190, 2011/3/7 22:28)
-
Re: Setup issues (iseki, 2011/3/7 22:39)
-
Re: Setup issues (iseki, 2011/3/7 22:51)
-
-
-
Re: Setup issues (Draven190, 2011/3/7 23:08)
-
Re: Setup issues (Draven190, 2011/3/7 23:14)
-
Re: Setup issues (iseki, 2011/3/7 23:29)
-
-
Re: Setup issues (Draven190, 2011/3/7 23:42)
-
Re: Setup issues (iseki, 2011/3/8 0:49)
-
-