rubyfox-server 2.3.0.pre2 → 2.3.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc ADDED
@@ -0,0 +1,35 @@
1
+ = Rubyfox server
2
+
3
+ SmartFox Server bundled as a gem.
4
+
5
+ Gem[https://rubygems.org/gems/rubyfox-server] |
6
+ Source[https://github.com/neopoly/rubyfox-server] |
7
+ Documentation[http://rubydoc.info/github/neopoly/rubyfox-server/master/file/README.rdoc]
8
+
9
+ See http://www.smartfoxserver.com
10
+
11
+ == Installation
12
+
13
+ gem install rubyfox-server
14
+
15
+ == Usage
16
+
17
+ smartfox install /path/to/smartfox
18
+
19
+ smartfox config /path/to/smartfox /path/to/template/dir
20
+
21
+ smartfox start /path/to/smartfox
22
+
23
+ == Version
24
+
25
+ The version of this gem is tied to the real version of SmartFox Server.
26
+
27
+ Example: Gem version 2.3.0.x contains SmartFox Server version 2.3.0.
28
+
29
+ == Contributing
30
+
31
+ 1. Fork it
32
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
33
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
34
+ 4. Push to the branch (`git push origin my-new-feature`)
35
+ 5. Create new Pull Request
@@ -1,5 +1,5 @@
1
1
  module Rubyfox
2
2
  module Server
3
- VERSION = "2.3.0.pre2"
3
+ VERSION = "2.3.0.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyfox-server
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: 6
5
- version: 2.3.0.pre2
4
+ prerelease:
5
+ version: 2.3.0.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Peter Suschlik
@@ -59,7 +59,7 @@ files:
59
59
  - .rvmrc
60
60
  - Gemfile
61
61
  - LICENSE.txt
62
- - README.md
62
+ - README.rdoc
63
63
  - Rakefile
64
64
  - bin/smartfox
65
65
  - lib/rubyfox/server.rb
@@ -895,7 +895,6 @@ files:
895
895
  - lib/rubyfox/server/data/logs/bluebox/.keep
896
896
  - lib/rubyfox/server/data/logs/boot/.keep
897
897
  - lib/rubyfox/server/data/logs/http/.keep
898
- - lib/rubyfox/server/data/logs/smartfox.log
899
898
  - lib/rubyfox/server/data/root/.keep
900
899
  - lib/rubyfox/server/data/root/_css_/default.css
901
900
  - lib/rubyfox/server/data/root/_css_/reset.css
@@ -1062,10 +1061,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
1062
1061
  none: false
1063
1062
  required_rubygems_version: !ruby/object:Gem::Requirement
1064
1063
  requirements:
1065
- - - !binary |-
1066
- Pg==
1064
+ - - ! '>='
1067
1065
  - !ruby/object:Gem::Version
1068
- version: 1.3.1
1066
+ version: !binary |-
1067
+ MA==
1069
1068
  none: false
1070
1069
  requirements: []
1071
1070
  rubyforge_project:
data/README.md DELETED
@@ -1,23 +0,0 @@
1
- # Rubyfox server
2
-
3
- SmartFox Server bundled as a gem.
4
-
5
- ## Installation
6
-
7
- $ gem install rubyfox-server
8
-
9
- ## Usage
10
-
11
- $ smartfox install /path/to/smartfox
12
-
13
- $ smartfox config /path/to/smartfox /path/to/template/dir
14
-
15
- $ smartfox start /path/to/smartfox
16
-
17
- ## Contributing
18
-
19
- 1. Fork it
20
- 2. Create your feature branch (`git checkout -b my-new-feature`)
21
- 3. Commit your changes (`git commit -am 'Add some feature'`)
22
- 4. Push to the branch (`git push origin my-new-feature`)
23
- 5. Create new Pull Request
@@ -1,295 +0,0 @@
1
- 30 Oct 2012 | 10:51:55,076 | INFO | main | smartfoxserver.v2.SmartFoxServer | | Boot sequence starts...
2
- 30 Oct 2012 | 10:51:55,084 | INFO | main | smartfoxserver.v2.SmartFoxServer | |
3
- _____ _____ _____ ___ __ __ _____ _____ _____ _____
4
- | __| __| __| |_ | | | | __ | | |_ _|
5
- |__ | __|__ | | _|- -| | __ -| | | | | | |
6
- |_____|__| |_____| |___|__|__| |_____|_____|_____| |_|
7
-
8
- 30 Oct 2012 | 10:51:55,587 | INFO | main | smartfoxserver.v2.SmartFoxServer | | License code not found, starting Community Edition license
9
- 30 Oct 2012 | 10:51:55,587 | INFO | main | v2.core.SFSEventManager | | AnonymousService-1 initalized
10
- 30 Oct 2012 | 10:51:55,602 | INFO | main | vfs.impl.DefaultFileReplicator | | Using "/tmp/vfs_cache" as temporary files store.
11
- 30 Oct 2012 | 10:51:55,717 | INFO | main | smartfoxserver.v2.SmartFoxServer | | License loaded:
12
-
13
- ===================================
14
- LICENSE DETAILS
15
- -----------------------------------
16
- Type : Community Edition
17
- Max users : 100
18
- ===================================
19
-
20
- 30 Oct 2012 | 10:51:55,719 | INFO | main | entities.managers.SFSBannedUserStorage | | BanUserStorage initialized
21
- 30 Oct 2012 | 10:51:55,723 | INFO | main | entities.managers.SFSBannedUserManager | | No BannedUser data available, starting with a clean DB.
22
- 30 Oct 2012 | 10:51:55,731 | INFO | main | smartfoxserver.v2.SmartFoxServer | | Protocol Type is: BINARY
23
- 30 Oct 2012 | 10:51:55,734 | INFO | main | v2.config.SFSConfigurator | | Loading: zones/BasicExamples.zone.xml
24
- 30 Oct 2012 | 10:51:55,768 | INFO | main | entities.managers.SFSZoneManager | |
25
-
26
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
27
- >> Zone: BasicExamples
28
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
29
-
30
- 30 Oct 2012 | 10:51:55,793 | INFO | main | entities.managers.SFSRoomManager | | Room created: { Zone: BasicExamples }, [ Room: The Lobby, Id: 0, Group: default, isGame: false ]
31
- 30 Oct 2012 | 10:51:55,801 | INFO | main | entities.managers.SFSRoomManager | | Room created: { Zone: --=={{{ AdminZone }}}==-- }, [ Room: AdminRoom, Id: 1, Group: default, isGame: false ]
32
- 30 Oct 2012 | 10:51:55,808 | INFO | main | v2.core.AdminToolService | | AdminTool Service started
33
- 30 Oct 2012 | 10:52:00,117 | WARN | main | org.mortbay.log | | failed SelectChannelConnector@0.0.0.0:8080: java.net.BindException: Address already in use
34
- 30 Oct 2012 | 10:52:00,117 | WARN | main | org.mortbay.log | | failed Server@1c7a0536: java.net.BindException: Address already in use
35
- 30 Oct 2012 | 10:52:00,118 | ERROR | main | smartfoxserver.v2.SmartFoxServer | |
36
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
37
- Exception: java.net.BindException
38
- Message: Address already in use
39
- Description: The specified TCP port cannot be bound to the configured IP address.
40
- Possible Causes: Probably you are running another instance of SFS2X. Please double check using the AdminTool.
41
- Start a new browser page at http://<your-sfs-domain>/admin/
42
- If the problem persists, email us the content of this error message to support[at]smartfoxserver.com
43
- +--- --- ---+
44
- Stack Trace:
45
- +--- --- ---+
46
- sun.nio.ch.Net.bind0(Native Method)
47
- sun.nio.ch.Net.bind(Net.java:344)
48
- sun.nio.ch.Net.bind(Net.java:336)
49
- sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:199)
50
- sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
51
- org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:216)
52
- org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:315)
53
- org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
54
- org.mortbay.jetty.Server.doStart(Server.java:235)
55
- org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
56
- com.smartfoxserver.v2.http.SFSHttpServer.start(SFSHttpServer.java:111)
57
- com.smartfoxserver.v2.SmartFoxServer.start(SmartFoxServer.java:246)
58
- com.smartfoxserver.v2.Main.main(Main.java:31)
59
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
60
-
61
- 30 Oct 2012 | 10:52:04,788 | INFO | Thread-0 | entities.managers.SFSZoneManager | | BuddyList saveAll...
62
- 30 Oct 2012 | 10:52:04,788 | WARN | SFS2X ShutdownHook | v2.core.SFSShutdownHook | | SFS2X is shutting down. The process may take a few seconds...
63
- 30 Oct 2012 | 10:52:04,808 | INFO | Thread-1 | entities.managers.SFSBannedUserManager | | BanUser data saved.
64
- 30 Oct 2012 | 10:52:11,441 | INFO | main | smartfoxserver.v2.SmartFoxServer | | Boot sequence starts...
65
- 30 Oct 2012 | 10:52:11,449 | INFO | main | smartfoxserver.v2.SmartFoxServer | |
66
- _____ _____ _____ ___ __ __ _____ _____ _____ _____
67
- | __| __| __| |_ | | | | __ | | |_ _|
68
- |__ | __|__ | | _|- -| | __ -| | | | | | |
69
- |_____|__| |_____| |___|__|__| |_____|_____|_____| |_|
70
-
71
- 30 Oct 2012 | 10:52:11,712 | INFO | Thread-0 | entities.managers.SFSZoneManager | | BuddyList saveAll...
72
- 30 Oct 2012 | 10:52:23,635 | INFO | main | smartfoxserver.v2.SmartFoxServer | | Boot sequence starts...
73
- 30 Oct 2012 | 10:52:23,643 | INFO | main | smartfoxserver.v2.SmartFoxServer | |
74
- _____ _____ _____ ___ __ __ _____ _____ _____ _____
75
- | __| __| __| |_ | | | | __ | | |_ _|
76
- |__ | __|__ | | _|- -| | __ -| | | | | | |
77
- |_____|__| |_____| |___|__|__| |_____|_____|_____| |_|
78
-
79
- 30 Oct 2012 | 10:52:24,117 | INFO | main | smartfoxserver.v2.SmartFoxServer | | License code not found, starting Community Edition license
80
- 30 Oct 2012 | 10:52:24,117 | INFO | main | v2.core.SFSEventManager | | AnonymousService-1 initalized
81
- 30 Oct 2012 | 10:52:24,132 | INFO | main | vfs.impl.DefaultFileReplicator | | Using "/tmp/vfs_cache" as temporary files store.
82
- 30 Oct 2012 | 10:52:24,207 | INFO | main | smartfoxserver.v2.SmartFoxServer | | License loaded:
83
-
84
- ===================================
85
- LICENSE DETAILS
86
- -----------------------------------
87
- Type : Community Edition
88
- Max users : 100
89
- ===================================
90
-
91
- 30 Oct 2012 | 10:52:24,208 | INFO | main | entities.managers.SFSBannedUserStorage | | BanUserStorage initialized
92
- 30 Oct 2012 | 10:52:24,220 | INFO | main | entities.managers.SFSBannedUserManager | | BanUser data loaded: 0 records.
93
- 30 Oct 2012 | 10:52:24,226 | INFO | main | smartfoxserver.v2.SmartFoxServer | | Protocol Type is: BINARY
94
- 30 Oct 2012 | 10:52:24,228 | INFO | main | v2.config.SFSConfigurator | | Loading: zones/BasicExamples.zone.xml
95
- 30 Oct 2012 | 10:52:24,261 | INFO | main | entities.managers.SFSZoneManager | |
96
-
97
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
98
- >> Zone: BasicExamples
99
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
100
-
101
- 30 Oct 2012 | 10:52:24,286 | INFO | main | entities.managers.SFSRoomManager | | Room created: { Zone: BasicExamples }, [ Room: The Lobby, Id: 0, Group: default, isGame: false ]
102
- 30 Oct 2012 | 10:52:24,293 | INFO | main | entities.managers.SFSRoomManager | | Room created: { Zone: --=={{{ AdminZone }}}==-- }, [ Room: AdminRoom, Id: 1, Group: default, isGame: false ]
103
- 30 Oct 2012 | 10:52:24,300 | INFO | main | v2.core.AdminToolService | | AdminTool Service started
104
- 30 Oct 2012 | 10:52:25,287 | WARN | main | org.mortbay.log | | failed SelectChannelConnector@0.0.0.0:8080: java.net.BindException: Address already in use
105
- 30 Oct 2012 | 10:52:25,287 | WARN | main | org.mortbay.log | | failed Server@4be699b0: java.net.BindException: Address already in use
106
- 30 Oct 2012 | 10:52:25,288 | ERROR | main | smartfoxserver.v2.SmartFoxServer | |
107
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
108
- Exception: java.net.BindException
109
- Message: Address already in use
110
- Description: The specified TCP port cannot be bound to the configured IP address.
111
- Possible Causes: Probably you are running another instance of SFS2X. Please double check using the AdminTool.
112
- Start a new browser page at http://<your-sfs-domain>/admin/
113
- If the problem persists, email us the content of this error message to support[at]smartfoxserver.com
114
- +--- --- ---+
115
- Stack Trace:
116
- +--- --- ---+
117
- sun.nio.ch.Net.bind0(Native Method)
118
- sun.nio.ch.Net.bind(Net.java:344)
119
- sun.nio.ch.Net.bind(Net.java:336)
120
- sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:199)
121
- sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
122
- org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:216)
123
- org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:315)
124
- org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
125
- org.mortbay.jetty.Server.doStart(Server.java:235)
126
- org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
127
- com.smartfoxserver.v2.http.SFSHttpServer.start(SFSHttpServer.java:111)
128
- com.smartfoxserver.v2.SmartFoxServer.start(SmartFoxServer.java:246)
129
- com.smartfoxserver.v2.Main.main(Main.java:31)
130
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
131
-
132
- 30 Oct 2012 | 10:52:30,106 | INFO | Thread-0 | entities.managers.SFSZoneManager | | BuddyList saveAll...
133
- 30 Oct 2012 | 10:52:30,107 | WARN | SFS2X ShutdownHook | v2.core.SFSShutdownHook | | SFS2X is shutting down. The process may take a few seconds...
134
- 30 Oct 2012 | 10:52:30,115 | INFO | Thread-1 | entities.managers.SFSBannedUserManager | | BanUser data saved.
135
- 30 Oct 2012 | 10:52:33,542 | INFO | main | smartfoxserver.v2.SmartFoxServer | | Boot sequence starts...
136
- 30 Oct 2012 | 10:52:33,550 | INFO | main | smartfoxserver.v2.SmartFoxServer | |
137
- _____ _____ _____ ___ __ __ _____ _____ _____ _____
138
- | __| __| __| |_ | | | | __ | | |_ _|
139
- |__ | __|__ | | _|- -| | __ -| | | | | | |
140
- |_____|__| |_____| |___|__|__| |_____|_____|_____| |_|
141
-
142
- 30 Oct 2012 | 10:52:34,037 | INFO | main | smartfoxserver.v2.SmartFoxServer | | License code not found, starting Community Edition license
143
- 30 Oct 2012 | 10:52:34,037 | INFO | main | v2.core.SFSEventManager | | AnonymousService-1 initalized
144
- 30 Oct 2012 | 10:52:34,052 | INFO | main | vfs.impl.DefaultFileReplicator | | Using "/tmp/vfs_cache" as temporary files store.
145
- 30 Oct 2012 | 10:52:34,127 | INFO | main | smartfoxserver.v2.SmartFoxServer | | License loaded:
146
-
147
- ===================================
148
- LICENSE DETAILS
149
- -----------------------------------
150
- Type : Community Edition
151
- Max users : 100
152
- ===================================
153
-
154
- 30 Oct 2012 | 10:52:34,128 | INFO | main | entities.managers.SFSBannedUserStorage | | BanUserStorage initialized
155
- 30 Oct 2012 | 10:52:34,140 | INFO | main | entities.managers.SFSBannedUserManager | | BanUser data loaded: 0 records.
156
- 30 Oct 2012 | 10:52:34,146 | INFO | main | smartfoxserver.v2.SmartFoxServer | | Protocol Type is: BINARY
157
- 30 Oct 2012 | 10:52:34,149 | INFO | main | v2.config.SFSConfigurator | | Loading: zones/BasicExamples.zone.xml
158
- 30 Oct 2012 | 10:52:34,181 | INFO | main | entities.managers.SFSZoneManager | |
159
-
160
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
161
- >> Zone: BasicExamples
162
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
163
-
164
- 30 Oct 2012 | 10:52:34,206 | INFO | main | entities.managers.SFSRoomManager | | Room created: { Zone: BasicExamples }, [ Room: The Lobby, Id: 0, Group: default, isGame: false ]
165
- 30 Oct 2012 | 10:52:34,214 | INFO | main | entities.managers.SFSRoomManager | | Room created: { Zone: --=={{{ AdminZone }}}==-- }, [ Room: AdminRoom, Id: 1, Group: default, isGame: false ]
166
- 30 Oct 2012 | 10:52:34,221 | INFO | main | v2.core.AdminToolService | | AdminTool Service started
167
- 30 Oct 2012 | 10:52:35,242 | WARN | main | org.mortbay.log | | failed SelectChannelConnector@0.0.0.0:8080: java.net.BindException: Address already in use
168
- 30 Oct 2012 | 10:52:35,242 | WARN | main | org.mortbay.log | | failed Server@54b07eeb: java.net.BindException: Address already in use
169
- 30 Oct 2012 | 10:52:35,243 | ERROR | main | smartfoxserver.v2.SmartFoxServer | |
170
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
171
- Exception: java.net.BindException
172
- Message: Address already in use
173
- Description: The specified TCP port cannot be bound to the configured IP address.
174
- Possible Causes: Probably you are running another instance of SFS2X. Please double check using the AdminTool.
175
- Start a new browser page at http://<your-sfs-domain>/admin/
176
- If the problem persists, email us the content of this error message to support[at]smartfoxserver.com
177
- +--- --- ---+
178
- Stack Trace:
179
- +--- --- ---+
180
- sun.nio.ch.Net.bind0(Native Method)
181
- sun.nio.ch.Net.bind(Net.java:344)
182
- sun.nio.ch.Net.bind(Net.java:336)
183
- sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:199)
184
- sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
185
- org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:216)
186
- org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:315)
187
- org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
188
- org.mortbay.jetty.Server.doStart(Server.java:235)
189
- org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
190
- com.smartfoxserver.v2.http.SFSHttpServer.start(SFSHttpServer.java:111)
191
- com.smartfoxserver.v2.SmartFoxServer.start(SmartFoxServer.java:246)
192
- com.smartfoxserver.v2.Main.main(Main.java:31)
193
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
194
-
195
- 30 Oct 2012 | 10:52:39,667 | INFO | Thread-0 | entities.managers.SFSZoneManager | | BuddyList saveAll...
196
- 30 Oct 2012 | 10:52:39,667 | WARN | SFS2X ShutdownHook | v2.core.SFSShutdownHook | | SFS2X is shutting down. The process may take a few seconds...
197
- 30 Oct 2012 | 10:52:39,676 | INFO | Thread-1 | entities.managers.SFSBannedUserManager | | BanUser data saved.
198
- 30 Oct 2012 | 10:52:42,419 | INFO | main | smartfoxserver.v2.SmartFoxServer | | Boot sequence starts...
199
- 30 Oct 2012 | 10:52:42,427 | INFO | main | smartfoxserver.v2.SmartFoxServer | |
200
- _____ _____ _____ ___ __ __ _____ _____ _____ _____
201
- | __| __| __| |_ | | | | __ | | |_ _|
202
- |__ | __|__ | | _|- -| | __ -| | | | | | |
203
- |_____|__| |_____| |___|__|__| |_____|_____|_____| |_|
204
-
205
- 30 Oct 2012 | 10:52:42,898 | INFO | main | smartfoxserver.v2.SmartFoxServer | | License code not found, starting Community Edition license
206
- 30 Oct 2012 | 10:52:42,899 | INFO | main | v2.core.SFSEventManager | | AnonymousService-1 initalized
207
- 30 Oct 2012 | 10:52:42,914 | INFO | main | vfs.impl.DefaultFileReplicator | | Using "/tmp/vfs_cache" as temporary files store.
208
- 30 Oct 2012 | 10:52:42,984 | INFO | main | smartfoxserver.v2.SmartFoxServer | | License loaded:
209
-
210
- ===================================
211
- LICENSE DETAILS
212
- -----------------------------------
213
- Type : Community Edition
214
- Max users : 100
215
- ===================================
216
-
217
- 30 Oct 2012 | 10:52:42,985 | INFO | main | entities.managers.SFSBannedUserStorage | | BanUserStorage initialized
218
- 30 Oct 2012 | 10:52:42,997 | INFO | main | entities.managers.SFSBannedUserManager | | BanUser data loaded: 0 records.
219
- 30 Oct 2012 | 10:52:43,003 | INFO | main | smartfoxserver.v2.SmartFoxServer | | Protocol Type is: BINARY
220
- 30 Oct 2012 | 10:52:43,005 | INFO | main | v2.config.SFSConfigurator | | Loading: zones/BasicExamples.zone.xml
221
- 30 Oct 2012 | 10:52:43,038 | INFO | main | entities.managers.SFSZoneManager | |
222
-
223
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
224
- >> Zone: BasicExamples
225
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
226
-
227
- 30 Oct 2012 | 10:52:43,064 | INFO | main | entities.managers.SFSRoomManager | | Room created: { Zone: BasicExamples }, [ Room: The Lobby, Id: 0, Group: default, isGame: false ]
228
- 30 Oct 2012 | 10:52:43,071 | INFO | main | entities.managers.SFSRoomManager | | Room created: { Zone: --=={{{ AdminZone }}}==-- }, [ Room: AdminRoom, Id: 1, Group: default, isGame: false ]
229
- 30 Oct 2012 | 10:52:43,078 | INFO | main | v2.core.AdminToolService | | AdminTool Service started
230
- 30 Oct 2012 | 10:52:44,112 | INFO | main | v2.http.SFSHttpServer | | Http Server started.
231
- 30 Oct 2012 | 10:52:44,148 | INFO | main | smartfoxserver.v2.SmartFoxServer | | Listening Sockets: { 127.0.0.1:9933, (Tcp) } { 127.0.0.1:9933, (Udp) }
232
- 30 Oct 2012 | 10:52:44,148 | INFO | main | smartfoxserver.v2.SmartFoxServer | |
233
- _____ _____ _____ ___ __ __
234
- | __| __| __| |_ | | |
235
- |__ | __|__ | | _|- -|
236
- |_____|__| |_____| |___|__|__|
237
- _____ _____ _____ ____ __ __
238
- | __ | __| _ | \| | |
239
- | -| __| | | |_ _|
240
- |__|__|_____|__|__|____/ |_|
241
- [ 2.3.0 ]
242
-
243
- 30 Oct 2012 | 10:52:44,150 | INFO | main | smartfoxserver.v2.SmartFoxServer | | SmartFoxServer 2X (2.3.0) READY!
244
- 30 Oct 2012 | 10:53:00,586 | INFO | Thread-0 | entities.managers.SFSZoneManager | | BuddyList saveAll...
245
- 30 Oct 2012 | 10:53:00,586 | WARN | SFS2X ShutdownHook | v2.core.SFSShutdownHook | | SFS2X is shutting down. The process may take a few seconds...
246
- 30 Oct 2012 | 10:53:00,594 | INFO | Thread-1 | entities.managers.SFSBannedUserManager | | BanUser data saved.
247
- 30 Oct 2012 | 10:54:24,553 | INFO | main | smartfoxserver.v2.SmartFoxServer | | Boot sequence starts...
248
- 30 Oct 2012 | 10:54:24,560 | INFO | main | smartfoxserver.v2.SmartFoxServer | |
249
- _____ _____ _____ ___ __ __ _____ _____ _____ _____
250
- | __| __| __| |_ | | | | __ | | |_ _|
251
- |__ | __|__ | | _|- -| | __ -| | | | | | |
252
- |_____|__| |_____| |___|__|__| |_____|_____|_____| |_|
253
-
254
- 30 Oct 2012 | 10:54:24,987 | INFO | main | smartfoxserver.v2.SmartFoxServer | | License code not found, starting Community Edition license
255
- 30 Oct 2012 | 10:54:24,988 | INFO | main | v2.core.SFSEventManager | | AnonymousService-1 initalized
256
- 30 Oct 2012 | 10:54:25,002 | INFO | main | vfs.impl.DefaultFileReplicator | | Using "/tmp/vfs_cache" as temporary files store.
257
- 30 Oct 2012 | 10:54:25,069 | INFO | main | smartfoxserver.v2.SmartFoxServer | | License loaded:
258
-
259
- ===================================
260
- LICENSE DETAILS
261
- -----------------------------------
262
- Type : Community Edition
263
- Max users : 100
264
- ===================================
265
-
266
- 30 Oct 2012 | 10:54:25,070 | INFO | main | entities.managers.SFSBannedUserStorage | | BanUserStorage initialized
267
- 30 Oct 2012 | 10:54:25,082 | INFO | main | entities.managers.SFSBannedUserManager | | BanUser data loaded: 0 records.
268
- 30 Oct 2012 | 10:54:25,088 | INFO | main | smartfoxserver.v2.SmartFoxServer | | Protocol Type is: BINARY
269
- 30 Oct 2012 | 10:54:25,090 | INFO | main | v2.config.SFSConfigurator | | Loading: zones/BasicExamples.zone.xml
270
- 30 Oct 2012 | 10:54:25,123 | INFO | main | entities.managers.SFSZoneManager | |
271
-
272
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
273
- >> Zone: BasicExamples
274
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
275
-
276
- 30 Oct 2012 | 10:54:25,150 | INFO | main | entities.managers.SFSRoomManager | | Room created: { Zone: BasicExamples }, [ Room: The Lobby, Id: 0, Group: default, isGame: false ]
277
- 30 Oct 2012 | 10:54:25,157 | INFO | main | entities.managers.SFSRoomManager | | Room created: { Zone: --=={{{ AdminZone }}}==-- }, [ Room: AdminRoom, Id: 1, Group: default, isGame: false ]
278
- 30 Oct 2012 | 10:54:25,164 | INFO | main | v2.core.AdminToolService | | AdminTool Service started
279
- 30 Oct 2012 | 10:54:25,820 | INFO | main | v2.http.SFSHttpServer | | Http Server started.
280
- 30 Oct 2012 | 10:54:25,858 | INFO | main | smartfoxserver.v2.SmartFoxServer | | Listening Sockets: { 127.0.0.1:9933, (Tcp) } { 127.0.0.1:9933, (Udp) }
281
- 30 Oct 2012 | 10:54:25,858 | INFO | main | smartfoxserver.v2.SmartFoxServer | |
282
- _____ _____ _____ ___ __ __
283
- | __| __| __| |_ | | |
284
- |__ | __|__ | | _|- -|
285
- |_____|__| |_____| |___|__|__|
286
- _____ _____ _____ ____ __ __
287
- | __ | __| _ | \| | |
288
- | -| __| | | |_ _|
289
- |__|__|_____|__|__|____/ |_|
290
- [ 2.3.0 ]
291
-
292
- 30 Oct 2012 | 10:54:25,861 | INFO | main | smartfoxserver.v2.SmartFoxServer | | SmartFoxServer 2X (2.3.0) READY!
293
- 30 Oct 2012 | 10:54:40,764 | INFO | Thread-0 | entities.managers.SFSZoneManager | | BuddyList saveAll...
294
- 30 Oct 2012 | 10:54:40,764 | WARN | SFS2X ShutdownHook | v2.core.SFSShutdownHook | | SFS2X is shutting down. The process may take a few seconds...
295
- 30 Oct 2012 | 10:54:40,770 | INFO | Thread-1 | entities.managers.SFSBannedUserManager | | BanUser data saved.