flagflag  

currency server does not compile om Auora opensim

  • 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 .9 .10 .11 .12 .13 .14 .15 | Posted on 2010/11/5 20:32
marcel123  Just popping in   Posts: 8
The currency server does not compile on the https://github.com/MatrixSmythe/Aurora opensim version.

I hope there will be a release wich will work with this opensim branch ?
Votes:117 Average:3.93
Previous post - Next post | Parent - No child | Posted on 2010/11/6 8:55 | Last modified
iseki  Home away from home   Posts: 1581
Hi

I want to try Aurora.
How is Aurora downloaded? Error occurred by git command .

[root@star-light local]:516# git clone https://github.com/MatrixSmythe/Aurora.git
Initialized empty Git repository in /usr/local/Aurora/.git/
got b44dba67cd6e69d13c48d6786fb8f488df3386f1
walk b44dba67cd6e69d13c48d6786fb8f488df3386f1
Getting alternates list for https://github.com/MatrixSmythe/Aurora.git
Getting pack list for https://github.com/MatrixSmythe/Aurora.git
Getting index for pack ee894b7d1e15c9792d6bd0c4f39776661c0058bb
Getting index for pack bdfd58dc10fb0ca7a6b9a03e2bb8be3fdd97e3e5
Getting index for pack ee0d705f00a08e456c63a7ac923396155d892ee7
Getting index for pack 5d6dd1fa9d2fa067154a053c21921a3c8b450b86
Getting index for pack e219ba649427691bb5250f7b97f4293f368be9a5
Getting index for pack 0a894d9547a3b5c9cfd1fda712cba6bd4cb70d73
Getting index for pack 1e14dcddcb0916b6926c596e0df9e723cb7091d6
Getting index for pack f20ace1eb928879743f3fc54e78860bb43024847
Getting index for pack b1e4d3bb3f1e2455bdba558a43df31bc73b2e59f
Getting pack ee894b7d1e15c9792d6bd0c4f39776661c0058bb
 which contains 923172d3382c01719c9e1c6c0eef9360f7c375fd
error: file /usr/local/Aurora/.git/objects/pack/pack-ee894b7d1e15c9792d6bd0c4f39776661c0058bb.pack is not a GIT packfile
fatal: packfile /usr/local/Aurora/.git/objects/pack/pack-ee894b7d1e15c9792d6bd0c4f39776661c0058bb.pack cannot be accessed
Votes:122 Average:5.90
Previous post - Next post | Parent - No child | Posted on 2010/11/6 9:06 | Last modified
iseki  Home away from home   Posts: 1581
I was able to download Aurora.

# git clone git://github.com/MatrixSmythe/Aurora.git

But, I look error message when execute nant

[csc] /usr/local/Aurora/OpenSim/Region/Physics/Manager/PhysicsPluginManager.cs(113,51): error CS0103: The name `AuroraModuleLoader' does not exist in the current context
[csc] /usr/local/Aurora/OpenSim/Region/Physics/Manager/PhysicsPluginManager.cs(114,51): error CS0103: The name `AuroraModuleLoader' does not exist in the current context
Votes:130 Average:4.38
Previous post - Next post | Parent - No child | Posted on 2010/11/6 16:57 | Last modified
iseki  Home away from home   Posts: 1581
OK.

I rewrote prebuild.xml, then I was able to compile Aurora.

Next, I try to execute Aurora.....
Votes:94 Average:5.21
Previous post - Next post | Parent - No child | Posted on 2010/11/7 1:24 | Last modified
iseki  Home away from home   Posts: 1581
DTL/NSL Currency Server for Aurora is available now :)
But, this is beta version.

# git clone git://github.com/MatrixSmythe/Aurora.git aurora
# cd aurora/
# svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.currency/branches/aurora opensim.currency.aurora
# patch -p1 < opensim.currency.aurora/aurora_currency_latest.patch 
# cp opensim.currency.aurora/config/prebuild.xml .
# ./runprebuild.sh
# nant
# cd opensim.currency.aurora/
# ./build.sh
# cd ../bin
# vi MoneyServer.ini
# ......
Votes:130 Average:3.15
Previous post - Next post | Parent - No child | Posted on 2010/11/7 3:17
marcel123  Just popping in   Posts: 8
tnx, it compiles now :)
Votes:101 Average:5.15
Previous post - Next post | Parent - Children.1 | Posted on 2010/11/8 1:40
marcel123  Just popping in   Posts: 8
The money server gives an error

log4net:ERROR XmlHierarchyConfigurator: Could not create Appender [Console] of type [OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console]. Reported error follows.
System.TypeLoadException: Could not load type 'OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console'.
at (wrapper managed-to-native) System.Type:internal_from_name (string,bool,bool)
at System.Type.GetType (System.String typeName, Boolean throwOnError, Boolean ignoreCase) [0x00000] in <filename unknown>:0
at log4net.Util.SystemInfo.GetTypeFromString (System.Reflection.Assembly relativeAssembly, System.String typeName, Boolean throwOnError, Boolean ignoreCase) [0x00000] in <filename unknown>:0
at log4net.Util.SystemInfo.GetTypeFromString (System.String typeName, Boolean throwOnError, Boolean ignoreCase) [0x00000] in <filename unknown>:0
at log4net.Repository.Hierarchy.XmlHierarchyConfigurator.ParseAppender (System.Xml.XmlElement appenderElement) [0x00000] in <filename unknown>:0
log4net:ERROR XmlHierarchyConfigurator: Appender named [Console] not found.
17:31:3 - No appender named Console found (see the log4net config file for this executable)!
Votes:128 Average:4.45
Previous post - Next post | Parent - Children.1 | Posted on 2010/11/8 7:37
marcel123  Just popping in   Posts: 8
The config does not load, cause the network section is not longer there.

Outcommenting line 99 through 105 fixes this.

The Economy.ini file in the configuration modules dir needs some extra variabeles

UserServer
CurrencyServer
EconomyBaseAccount /this is not in the currency server, but I use this since money needs to get from somewhere and needs to go somewhere.
Votes:108 Average:5.46
Previous post - Next post | Parent - No child | Posted on 2010/11/8 10:06 | Last modified
iseki  Home away from home   Posts: 1581
Is not it clean install?
I seem you use old OpenSim.Grid.MoneyServer.exe.config.
Please copy opensim.currency.aurora/config/OpenSim.Grid.MoneyServer.exe.config to bin directory

Quote:

The money server gives an error

log4net:ERROR XmlHierarchyConfigurator: Could not create Appender [Console] of type [OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console]. Reported error follows.
System.TypeLoadException: Could not load type 'OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console'.
at (wrapper managed-to-native) System.Type:internal_from_name (string,bool,bool)
at System.Type.GetType (System.String typeName, Boolean throwOnError, Boolean ignoreCase) [0x00000] in <filename unknown>:0
at log4net.Util.SystemInfo.GetTypeFromString (System.Reflection.Assembly relativeAssembly, System.String typeName, Boolean throwOnError, Boolean ignoreCase) [0x00000] in <filename unknown>:0
at log4net.Util.SystemInfo.GetTypeFromString (System.String typeName, Boolean throwOnError, Boolean ignoreCase) [0x00000] in <filename unknown>:0
at log4net.Repository.Hierarchy.XmlHierarchyConfigurator.ParseAppender (System.Xml.XmlElement appenderElement) [0x00000] in <filename unknown>:0
log4net:ERROR XmlHierarchyConfigurator: Appender named [Console] not found.
17:31:3 - No appender named Console found (see the log4net config file for this executable)!
Votes:184 Average:4.89
Previous post - Next post | Parent - No child | Posted on 2010/11/8 10:28 | Last modified
iseki  Home away from home   Posts: 1581
If UserServer exists in [Economy] section, [Network] section is ignored.

EconomyBaseAccount is not implemented yet, we want to implement it as BankerAvatar.

My Economy.ini is showed below.

[Economy]
    ;; These economy values get used in the BetaGridLikeMoneyModule.  - This module is for demonstration only -
    ;; Enables selling things for $0
    SellEnabled = true

    ; not use localhost or 127.0.0.1 for UserServer
    UserServer = "http://202.26.159.214:8002/" 
    CurrencyServer = "https://localhost:8008/"
    EconomyModule  = DTLMoneyModule

    ;; Money Unit fee to upload textures, animations etc
    PriceUpload = 0
    ....................................
    ....................................

Quote:

The config does not load, cause the network section is not longer there.

Outcommenting line 99 through 105 fixes this.

The Economy.ini file in the configuration modules dir needs some extra variabeles

UserServer
CurrencyServer
EconomyBaseAccount /this is not in the currency server, but I use this since money needs to get from somewhere and needs to go somewhere.
Votes:98 Average:4.29
Previous post - Next post | Parent - No child | Posted on 2010/11/14 5:14
marcel123  Just popping in   Posts: 8
The patches of the currency server are applied to the aurora source:

https://github.com/MatrixSmythe/Aurora/commit/fbd28e76b283e1ecae19f38ba7359d54ac55eb00
Votes:134 Average:4.33
Previous post - Next post | Parent - No child | Posted on 2010/11/15 23:41
marcel123  Just popping in   Posts: 8
The OpenSimBaseServer script seems to be removed from aurora, I think this script should added to the currency server.

http://meverhagen.nl/OpenSim.Grid.MoneyServer.tar.gz

I hope the currency server will compile without the need to patch and recompile the aurora source.
Votes:105 Average:4.57
Previous post - Next post | Parent - No child | Posted on 2011/1/8 1:36
master  Just can&#039;t stay away   Posts: 138
The repository for aurora has moved to git://github.com/aurora-sim/Aurora-Sim
You need to clone from this one now.
Tnx
Votes:75 Average:5.87
Previous post - Next post | Parent - No child | Posted on 2011/1/8 1:51
master  Just can&#039;t stay away   Posts: 138
One thing about sub branches (and there are many) is they tend to get re-absorbed eventualy back into core.
As cool as some of them are i tend to stay away from these off shoots, they tend to come and go alot.
Over the last 3 years i have tryed about 10 branches and all of them are no more or were re-absorbed for the most part back into core.

Just my experance, but you may see it differntly :)
I am not suggesting ppl should or should not use off shoots just that you may get left flat if they stop working on them and happens alot.

tnx
Votes:87 Average:5.52
Previous post - Next post | Parent - Children.1 | Posted on 2011/2/27 6:18
MarcoSIM  Just popping in   Posts: 2
Hi,
patch and built is not working with the last AuroraSim (git://github.com/aurora-sim/Aurora-Sim.git). May you give me the right instruction to do that ?
Thanks in advance. MarcoSIM
Votes:105 Average:4.76
Previous post - Next post | Parent - No child | Posted on 2011/2/27 21:53 | Last modified
iseki  Home away from home   Posts: 1581
Hi MarcoSIM

We did not check Aurora-Sim recently.
The change of Aurora-SIM is very early.
Therefore, maybe Money Server is not work in the latest version of Aurora-SIM.

I want to check Aurora-SIM, but I'm very busy the next week.
So, please give me time about two weeks. :)

Thanks
Votes:111 Average:5.23
Previous post - Next post | Parent - Children.1 | Posted on 2011/2/27 22:56
MarcoSIM  Just popping in   Posts: 2
Hi Iseky,
oh yes sure, thanks in advance to take care of that, I believe Aurora is a good and iinovative project trunk of opensim.
See you next

MarcoSIM
Votes:127 Average:4.17
Previous post - Next post | Parent - No child | Posted on 2011/3/14 12:40 | Last modified
iseki  Home away from home   Posts: 1581
Hi everyone.

In this earthquake in Japan, our staff is safe.
But as the electricity shortage, it is difficult that network and server work well.

We do not work enough.
Please wait for our jobs at a while (Ex. Aurora currency).

Sorry. Thanks.
Votes:170 Average:3.88
Previous post - Next post | Parent - No child | Posted on 2011/8/15 21:40
leozinho  Just popping in   Posts: 2
hello are doing a great job, I could help as the server Incorporation of money in aurorasim
Votes:109 Average:3.58
Previous post - Next post | Parent - Children.1 | Posted on 2011/8/15 21:40
leozinho  Just popping in   Posts: 2
hello are doing a great job, I could help as the server Incorporation of money in aurorasim
Votes:105 Average:4.57
Previous post - Next post | Parent - Children.1 | Posted on 2011/8/19 12:58
iseki  Home away from home   Posts: 1581
Money Server (for OpenSim Dev 0.7.2) does not need to patch of source code.

svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.currency/trunk opensim.currency

If AuroraSim supports https, Money Server (for OpenSim Dev 0.7.2) might work in AuroraSim.
My students are trying it, but their work is very slowly :(
Votes:171 Average:4.50
Previous post - Next post | Parent - Children.1 | Posted on 2011/8/30 10:11 | Last modified
iseki  Home away from home   Posts: 1581
Hi everybody of Aurora user,

I am rebuilding DTL/NSL Money Server for Aurora-Sim now.
Event functions, Iterface, DB structures and etc. of Aurora-Sim are quite different from OpenSim :(
It is hard work.:)

Some functions of DTL/NSL Money Server works on Aurora-Sim 0.4.3Dev now. :)

* Buy Object (Copy) ------------- OK
* Buy Object (Original) --------- OK
* Buy Object (Contents) --------- OK
* Pay to another avatar --------- OK
* Gift to another avatar -------- OK
* for ObjectGiveMoney() of LSL -- OK
* for money() event of LSL ------ OK

* Buy Money from System --------- NG
* Buy Land ---------------------- Not Tested Yet (Maybe NG)
* Upload Charge ----------------- Not Tested Yet
* Group Creation Charge --------- Not Tested Yet
* Bunus to avatar by PHP -------- Not Tested Yet
......


Table strucure of DB is very different from OpenSim.
I read source code, but I donot understand table structure well. (http://www.nsl.tuis.ac.jp/xoops/modules/xpwiki/?Aurora%2FDB)
Is there a manual of table structure of DB of Aurora-Sim anywhere? (Wiki?)
If you know it, please teach me.

And I can not make sales of land effective on Aurora-Sim. (I can do it on OpenSim)
What is bad?

Thanks.
Votes:158 Average:4.81
Previous post - Next post | Parent - Children.1 | Posted on 2011/9/2 15:38 | Last modified
iseki  Home away from home   Posts: 1581
Quote:
And I can not make sales of land effective on Aurora-Sim. (I can do it on OpenSim)
What is bad?

I had resolved this probleme. It is misstake of Aurora.ini and AuroraServer.ini (^^;;;;;;

Now
* Buy Money from System --------- OK
* Buy Land ---------------------- Testing Now
* Upload Asset Charge ----------- Maybe Impossibile? (There is not trigger function in Aurora-Sim 0.4.3Dev source code)
* Group Creation Charge --------- Maybe Impossibile? (There is not trigger function in Aurora-Sim 0.4.3Dev source code)
* Bunus to avatar by PHP -------- OK


By the way, anyone, do you know where is source code of 0.4 or 0.4.2?
Votes:150 Average:3.80
Previous post - Next post | Parent - Children.1 | Posted on 2011/9/3 15:26 | Last modified
iseki  Home away from home   Posts: 1581
Hi,

Money Server for Aurora-Sim (0.4.3Dev) is available.
But this is beta version and, "upload inventory" and "Group creation" are not suppoerted.

Please see http://www.nsl.tuis.ac.jp/xoops/modules/xpwiki/?OpenSim%2FMoneyServer

Bug reports are welcomed.

Thanks
Votes:82 Average:5.61
Previous post - Next post | Parent - No child | Posted on 2011/9/10 23:36 | Last modified
iseki  Home away from home   Posts: 1581
Votes:152 Average:2.11

  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

103 user(s) are online (2 user(s) are browsing Forum)

Members: 0
Guests: 103

more...

Access Counter

Today : 2232223222322232
Yesterday : 1766217662176621766217662
Total : 2355756423557564235575642355756423557564235575642355756423557564
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com