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

currency server does not compile om Auora opensim

  • このフォーラムに新しいトピックを立てることはできません
  • このフォーラムではゲスト投稿が禁止されています
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 .2 .3 .4 .5 .6 .7 .8 .9 .10 .11 .12 .13 .14 .15 | 投稿日時 2010-11-5 20:32
marcel123  Just popping in   投稿数: 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 ?
投票数:116 平均点:3.88
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-11-6 8:55 | 最終変更
iseki  Home away from home   投稿数: 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
投票数:122 平均点:5.90
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-11-6 9:06 | 最終変更
iseki  Home away from home   投稿数: 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
投票数:130 平均点:4.38
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-11-6 16:57 | 最終変更
iseki  Home away from home   投稿数: 1581
OK.

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

Next, I try to execute Aurora.....
投票数:92 平均点:5.33
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-11-7 1:24 | 最終変更
iseki  Home away from home   投稿数: 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
# ......
投票数:129 平均点:3.18
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-11-7 3:17
marcel123  Just popping in   投稿数: 8
tnx, it compiles now :)
投票数:97 平均点:4.95
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2010-11-8 1:40
marcel123  Just popping in   投稿数: 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)!
投票数:128 平均点:4.45
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2010-11-8 7:37
marcel123  Just popping in   投稿数: 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.
投票数:108 平均点:5.46
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-11-8 10:06 | 最終変更
iseki  Home away from home   投稿数: 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

引用:

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)!
投票数:183 平均点:4.92
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-11-8 10:28 | 最終変更
iseki  Home away from home   投稿数: 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
    ....................................
    ....................................

引用:

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.
投票数:98 平均点:4.29
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-11-14 5:14
marcel123  Just popping in   投稿数: 8
The patches of the currency server are applied to the aurora source:

https://github.com/MatrixSmythe/Aurora/commit/fbd28e76b283e1ecae19f38ba7359d54ac55eb00
投票数:134 平均点:4.33
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-11-15 23:41
marcel123  Just popping in   投稿数: 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.
投票数:105 平均点:4.57
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-1-8 1:36
master  Just can&#039;t stay away   投稿数: 138
The repository for aurora has moved to git://github.com/aurora-sim/Aurora-Sim
You need to clone from this one now.
Tnx
投票数:75 平均点:5.87
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-1-8 1:51
master  Just can&#039;t stay away   投稿数: 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
投票数:87 平均点:5.52
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011-2-27 6:18
MarcoSIM  Just popping in   投稿数: 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
投票数:105 平均点:4.76
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-2-27 21:53 | 最終変更
iseki  Home away from home   投稿数: 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
投票数:110 平均点:5.27
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011-2-27 22:56
MarcoSIM  Just popping in   投稿数: 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
投票数:127 平均点:4.17
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-3-14 12:40 | 最終変更
iseki  Home away from home   投稿数: 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.
投票数:170 平均点:3.88
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-8-15 21:40
leozinho  Just popping in   投稿数: 2
hello are doing a great job, I could help as the server Incorporation of money in aurorasim
投票数:109 平均点:3.58
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011-8-15 21:40
leozinho  Just popping in   投稿数: 2
hello are doing a great job, I could help as the server Incorporation of money in aurorasim
投票数:105 平均点:4.57
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011-8-19 12:58
iseki  Home away from home   投稿数: 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 :(
投票数:171 平均点:4.50
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011-8-30 10:11 | 最終変更
iseki  Home away from home   投稿数: 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.
投票数:158 平均点:4.81
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011-9-2 15:38 | 最終変更
iseki  Home away from home   投稿数: 1581
引用:
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?
投票数:149 平均点:3.76
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011-9-3 15:26 | 最終変更
iseki  Home away from home   投稿数: 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
投票数:82 平均点:5.61
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-9-10 23:36 | 最終変更
iseki  Home away from home   投稿数: 1581
投票数:152 平均点:2.11

  条件検索へ


サイト内 検索

ログイン

ユーザー名:

パスワード:


パスワード紛失
新規登録

サブ メニュー

ミニカレンダー

前月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
<今日>

オンライン状況

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

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

もっと...

アクセスカウンタ

今日 : 1562415624156241562415624
昨日 : 1795517955179551795517955
総計 : 2337460123374601233746012337460123374601233746012337460123374601
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com