Help - Error in Config Files!

Need help with SmartFoxServer? You didn't find an answer in our documentation? Please, post your questions here!

Moderators: Lapo, Bax

hucki
Posts: 3
Joined: 12 Nov 2009, 11:53

Help - Error in Config Files!

Postby hucki » 12 Nov 2009, 11:57

I installed SFS Pro yesterday, and it worked fine.
However, when I ran it today, it came up with an error (I've copied and pasted it below).
I uninstalled SFS, and re-installed it in a different location, and it still comes up with the error below.

If anyone can help, I'll be very grateful!

I'm using Windows XP, and it's currently installed in C:\Program Files\SmartFoxServer

Code: Select all

|::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::|
|                                                            |
|              ...:::  SmartFoxServer :::...                 |
|                Multiplayer Socket Server                   |
|                      version 1.6.6                         |
|                           ---                              |
|              (c) 2004 - 2009 gotoAndPlay()                 |
|                  www.smartfoxserver.com                    |
|                    www.gotoandplay.it                      |
|                                                            |
|::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::|

::::::::::: { BlueBox INITED } ::::::::::::
:                                         :
: Version 1.0.5 -- (c) 2008 gotoAndPlay() :
:                                         :
:::::::::::::::::::::::::::::::::::::::::::
11:56:37.125 - [ INFO ] > Starting h2 engine...
11:56:37.250 - [ WARNING ] > Cannot start H2 Engine: org.h2.jdbc.JdbcSQLExceptio
n: Exception opening port 9009 (port may be in use), cause: java.net.BindExcepti
on: Address already in use: JVM_Bind [90061-60]
org.h2.jdbc.JdbcSQLException: Exception opening port 9009 (port may be in use),
cause: java.net.BindException: Address already in use: JVM_Bind [90061-60]
        at org.h2.message.Message.getSQLException(Message.java:84)
        at org.h2.util.NetUtils.createServerSocketTry(NetUtils.java:54)
        at org.h2.util.NetUtils.createServerSocket(NetUtils.java:39)
        at org.h2.server.TcpServer.start(TcpServer.java:125)
        at org.h2.tools.Server.start(Server.java:362)
        at it.gotoandplay.smartfoxserver.SmartFoxServer.bootH2Engine(SmartFoxSer
ver.java:530)
        at it.gotoandplay.smartfoxserver.SmartFoxServer.run(SmartFoxServer.java:
579)
Caused by: java.net.BindException: Address already in use: JVM_Bind
        at java.net.PlainSocketImpl.socketBind(Native Method)
        at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
        at java.net.ServerSocket.bind(ServerSocket.java:319)
        at java.net.ServerSocket.<init>(ServerSocket.java:185)
        at java.net.ServerSocket.<init>(ServerSocket.java:97)
        at org.h2.util.NetUtils.createServerSocketTry(NetUtils.java:51)
        ... 5 more


--- [ System Info ] ------------------------------------------

System CPU(s): 2
VM Max memory: 66 MB

os.name: Windows XP
os.arch: x86
os.version: 5.1
java.version: 1.6.0_13
java.vendor: Sun Microsystems Inc.
java.vendor.url: http://java.sun.com/
java.vm.specification.version: 1.0
java.vm.version: 11.3-b02
java.vm.vendor: Sun Microsystems Inc.
java.vm.name: Java HotSpot(TM) Server VM


--- [ Network Cards ] -----------------------------------------

Card:MS TCP Loopback interface
 -> 127.0.0.1
Card:D-Link AirPlus XtremeG+ DWL-G520+ Wireless PCI Adapter - Packet Scheduler M
iniport
 -> 192.168.1.103
Card:Broadcom NetXtreme 57xx Gigabit Controller - Packet Scheduler Miniport


--- [ Licence Loaded ] ------------------------------------

License Type    -> PRO
License Owner   -> --== Free Demo Licence ==--
Max. Clients    -> 20
BlueBox Type    -> Demo Version

--- [ Zones & Rooms ] -------------------------------------

11:56:39.609 - [ INFO ] > Default Buddy List Persister <INITED>
Zone: simpleChat

        The Hall           (id: 1, max: 50, pass:N)
        The Kitchen        (id: 2, max: 50, pass:N)
        The Garden         (id: 3, max: 50, pass:N)
        The Bathroom       (id: 4, max: 50, pass:N)
        The Garage         (id: 5, max: 50, pass:N)
        The Living Room    (id: 6, max: 50, pass:Y)
11:56:40.671 - [ INFO ] > Zone Extension [ json ] created, for zone:simpleChat
[jsonSample.as]: JSON Example initialized

11:56:40.703 - [ INFO ] > Default Buddy List Persister <INITED>
Zone: dbZone

        MainRoom           (id: 7, max: 10, pass:N)
11:56:41.312 - [ INFO ] > Zone Extension [ dbTest ] created, for zone:dbZone
[dbExtension.as]: Initing dbExtension
[dbExtension.as]: DB Manager is not active in this Zone!
11:56:42.093 - [ INFO ] > Zone Extension [ dbTestAdv ] created, for zone:dbZone
[dbExtensionAdv.as]: DB Manager is not active in this Zone!
11:56:43.093 - [ INFO ] > Zone Extension [ simpleExt ] created, for zone:dbZone
[simpleExt.as]: Hello from the Simple Extension Example!

Zone: sftris

        The Entrance       (id: 8, max: 50, pass:N)

Zone: mazeGame

        The Entrance       (id: 9, max: 50, pass:N)

Zone: loginZone

        The Hall           (id: 10, max: 50, pass:N)
11:56:43.531 - [ INFO ] > Zone Extension [ loginEx ] created, for zone:loginZone


Zone: multiChat

        Main Lobby         (id: 11, max: 50, pass:N)

Zone: yahtzee

        The Entrance       (id: 12, max: 50, pass:N)

Zone: slogin

        The Lobby          (id: 13, max: 50, pass:N)
        The Garden         (id: 14, max: 50, pass:N)
        The Swimming Pool  (id: 15, max: 50, pass:N)
11:56:44.031 - [ INFO ] > Zone Extension [ slogin ] created, for zone:slogin

Zone: pixel

        The Basement       (id: 16, max: 4, pass:N)
11:56:44.875 - [ INFO ] > Zone Extension [ pixel ] created, for zone:pixel
[pixelGame.as]: PixelGame extension started!

Zone: letters

        Main               (id: 17, max: 50, pass:N)
11:56:45.375 - [ INFO ] > Zone Extension [ Letters ] created, for zone:letters
[Letters.as]: Letters script running.

11:56:45.484 - [ INFO ] > Default Buddy List Persister <INITED>
Zone: messenger

        Main               (id: 18, max: 40, pass:N)
11:56:45.609 - [ INFO ] > Zone Extension [ smsg ] created, for zone:messenger

Zone: imgMan

        MainLobby          (id: 19, max: 50, pass:N)
11:56:45.828 - [ INFO ] > Zone Extension [ imgman ] created, for zone:imgMan
[imageManager.as]: Image Manager extension starts...

Zone: bomberman

        Lobby              (id: 20, max: 50, pass:N)

        DB Manager Activated ( org.h2.Driver )
Zone: h2dbzone

        Lobby              (id: 21, max: 10, pass:N)
11:56:46.375 - [ INFO ] > Zone Extension [ h2db_ext ] created, for zone:h2dbzone

[internalDbDemo.as]: Initing dbExtension

java.lang.NullPointerException
        at it.gotoandplay.smartfoxserver.data.buddylist.persistence.AdvancedBudd
yListPersister.checkIfTableExists(AdvancedBuddyListPersister.java:270)
        at it.gotoandplay.smartfoxserver.data.buddylist.persistence.AdvancedBudd
yListPersister.init(AdvancedBuddyListPersister.java:40)
        at it.gotoandplay.smartfoxserver.SmartFoxServer.setupZone(SmartFoxServer
.java:1896)
        at it.gotoandplay.smartfoxserver.lib.ConfigReader.parse_Zones(ConfigRead
er.java:806)
        at it.gotoandplay.smartfoxserver.lib.ConfigReader.readZoneConfig(ConfigR
eader.java:174)
        at it.gotoandplay.smartfoxserver.SmartFoxServer.initServerSocket(SmartFo
xServer.java:339)
        at it.gotoandplay.smartfoxserver.SmartFoxServer.run(SmartFoxServer.java:
607)
Problems in config file: null
it.gotoandplay.smartfoxserver.exceptions.ConfigurationException
        at it.gotoandplay.smartfoxserver.lib.ConfigReader.readZoneConfig(ConfigR
eader.java:199)
        at it.gotoandplay.smartfoxserver.SmartFoxServer.initServerSocket(SmartFo
xServer.java:339)
        at it.gotoandplay.smartfoxserver.SmartFoxServer.run(SmartFoxServer.java:
607)

Errors found in configuration files.
Unable to start the server.


Shutting down server...

Press any key to continue . . .
hucki
Posts: 3
Joined: 12 Nov 2009, 11:53

Postby hucki » 12 Nov 2009, 12:00

I tried putting the config_template.xml file as config.xml to see if that worked.

That came up with a similar error, except that it says that this one is fatal.
It can be found below:

Code: Select all

|::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::|
|                                                            |
|              ...:::  SmartFoxServer :::...                 |
|                Multiplayer Socket Server                   |
|                      version 1.6.6                         |
|                           ---                              |
|              (c) 2004 - 2009 gotoAndPlay()                 |
|                  www.smartfoxserver.com                    |
|                    www.gotoandplay.it                      |
|                                                            |
|::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::|

::::::::::: { BlueBox INITED } ::::::::::::
:                                         :
: Version 1.0.5 -- (c) 2008 gotoAndPlay() :
:                                         :
:::::::::::::::::::::::::::::::::::::::::::
12:05:19.671 - [ INFO ] > Starting h2 engine...
12:05:19.781 - [ WARNING ] > Cannot start H2 Engine: org.h2.jdbc.JdbcSQLExceptio
n: Exception opening port 9009 (port may be in use), cause: java.net.BindExcepti
on: Address already in use: JVM_Bind [90061-60]
org.h2.jdbc.JdbcSQLException: Exception opening port 9009 (port may be in use),
cause: java.net.BindException: Address already in use: JVM_Bind [90061-60]
        at org.h2.message.Message.getSQLException(Message.java:84)
        at org.h2.util.NetUtils.createServerSocketTry(NetUtils.java:54)
        at org.h2.util.NetUtils.createServerSocket(NetUtils.java:39)
        at org.h2.server.TcpServer.start(TcpServer.java:125)
        at org.h2.tools.Server.start(Server.java:362)
        at it.gotoandplay.smartfoxserver.SmartFoxServer.bootH2Engine(SmartFoxSer
ver.java:530)
        at it.gotoandplay.smartfoxserver.SmartFoxServer.run(SmartFoxServer.java:
579)
Caused by: java.net.BindException: Address already in use: JVM_Bind
        at java.net.PlainSocketImpl.socketBind(Native Method)
        at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
        at java.net.ServerSocket.bind(ServerSocket.java:319)
        at java.net.ServerSocket.<init>(ServerSocket.java:185)
        at java.net.ServerSocket.<init>(ServerSocket.java:97)
        at org.h2.util.NetUtils.createServerSocketTry(NetUtils.java:51)
        ... 5 more


--- [ System Info ] ------------------------------------------

System CPU(s): 2
VM Max memory: 66 MB

os.name: Windows XP
os.arch: x86
os.version: 5.1
java.version: 1.6.0_13
java.vendor: Sun Microsystems Inc.
java.vendor.url: http://java.sun.com/
java.vm.specification.version: 1.0
java.vm.version: 11.3-b02
java.vm.vendor: Sun Microsystems Inc.
java.vm.name: Java HotSpot(TM) Server VM


--- [ Network Cards ] -----------------------------------------

Card:MS TCP Loopback interface
 -> 127.0.0.1
Card:D-Link AirPlus XtremeG+ DWL-G520+ Wireless PCI Adapter - Packet Scheduler M
iniport
 -> 192.168.1.103
Card:Broadcom NetXtreme 57xx Gigabit Controller - Packet Scheduler Miniport


--- [ Licence Loaded ] ------------------------------------

License Type    -> PRO
License Owner   -> --== Free Demo Licence ==--
Max. Clients    -> 20
BlueBox Type    -> Demo Version

--- [ Zones & Rooms ] -------------------------------------

Zone: sampleZone

        Main Lobby         (id: 1, max: 50, pass:N)

12:05:22.109 - [ SEVERE ] >

[ --> FATAL ERROR <-- ]: Error initializing server.

Check if server address and port are properly configured.

Exception caught in SmartFoxServer
java.net.BindException: Address already in use: bind
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:
119)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
        at it.gotoandplay.smartfoxserver.SmartFoxServer.initServerSocket(SmartFo
xServer.java:416)
        at it.gotoandplay.smartfoxserver.SmartFoxServer.run(SmartFoxServer.java:
607)


Shutting down server...

Press any key to continue . . .
User avatar
Lapo
Site Admin
Posts: 23007
Joined: 21 Mar 2005, 09:50
Location: Italy

Postby Lapo » 13 Nov 2009, 11:06

Hi,
you seem to be already running another SmartFoxServer instance.
Maybe you have installed SFS as a service and it's already running.
Check your Services under Windows.
Lapo
--
gotoAndPlay()
...addicted to flash games
hucki
Posts: 3
Joined: 12 Nov 2009, 11:53

Postby hucki » 13 Nov 2009, 16:12

Thanks!
I managed to fix it.
shlomi
Posts: 83
Joined: 21 Feb 2010, 10:38
Location: Israel

Postby shlomi » 21 Feb 2010, 12:33

hucki wrote:Thanks!
I managed to fix it.


hi

can you please tell how you fixed it?
arindam
Posts: 2
Joined: 20 Aug 2010, 06:18

Postby arindam » 20 Aug 2010, 06:20

Yes, I also want to know how did you fix it.
User avatar
BigFIsh
Posts: 1698
Joined: 25 Feb 2008, 19:26
Location: New Zealand

Postby BigFIsh » 20 Aug 2010, 07:25

Simply end the existing SmartFoxServer process by shutting it down. Does that not work for you?

If not, please clarify your OS/Platform that you're running your server on (is it on your machine, or on a dedicated/VPS machine? Most importantly, did you get exactly same problem as hucki?
Smartfox's forum is my daily newspaper.
arindam
Posts: 2
Joined: 20 Aug 2010, 06:18

I am getting this kind of error:

Postby arindam » 20 Aug 2010, 08:46

I can't find out any icon on my task bar so that I can stop the server, even not on my task manager.
I didn't change any thing on the config file. Please help me.

I am getting this kind of error:

|::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::|
| |
| ...::: SmartFoxServer :::... |
| Multiplayer Socket Server |
| version 1.6.6 |
| --- |
| (c) 2004 - 2009 gotoAndPlay() |
| www.smartfoxserver.com |
| www.gotoandplay.it |
| |
|::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::|

::::::::::: { BlueBox INITED } ::::::::::::
: :
: Version 1.0.5 -- (c) 2008 gotoAndPlay() :
: :
:::::::::::::::::::::::::::::::::::::::::::
12:40:17.359 - [ INFO ] > Starting h2 engine...
12:40:17.453 - [ WARNING ] > Cannot start H2 Engine: org.h2.jdbc.JdbcSQLExceptio
n: Exception opening port 9009 (port may be in use), cause: java.net.BindExcepti
on: Address already in use: JVM_Bind [90061-60]
org.h2.jdbc.JdbcSQLException: Exception opening port 9009 (port may be in use),
cause: java.net.BindException: Address already in use: JVM_Bind [90061-60]
at org.h2.message.Message.getSQLException(Message.java:84)
at org.h2.util.NetUtils.createServerSocketTry(NetUtils.java:54)
at org.h2.util.NetUtils.createServerSocket(NetUtils.java:39)
at org.h2.server.TcpServer.start(TcpServer.java:125)
at org.h2.tools.Server.start(Server.java:362)
at it.gotoandplay.smartfoxserver.SmartFoxServer.bootH2Engine(SmartFoxSer
ver.java:530)
at it.gotoandplay.smartfoxserver.SmartFoxServer.run(SmartFoxServer.java:
579)
Caused by: java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at java.net.ServerSocket.<init>(ServerSocket.java:97)
at org.h2.util.NetUtils.createServerSocketTry(NetUtils.java:51)
... 5 more


--- [ System Info ] ------------------------------------------

System CPU(s): 2
VM Max memory: 66 MB

os.name: Windows XP
os.arch: x86
os.version: 5.1
java.version: 1.6.0_13
java.vendor: Sun Microsystems Inc.
java.vendor.url: http://java.sun.com/
java.vm.specification.version: 1.0
java.vm.version: 11.3-b02
java.vm.vendor: Sun Microsystems Inc.
java.vm.name: Java HotSpot(TM) Server VM


--- [ Network Cards ] -----------------------------------------

Card:MS TCP Loopback interface
-> 127.0.0.1
Card:Realtek RTL8139 Family PCI Fast Ethernet NIC - Teefer2 Miniport
-> 10.0.2.101


--- [ Licence Loaded ] ------------------------------------

License Type -> PRO
License Owner -> --== Free Demo Licence ==--
Max. Clients -> 20
BlueBox Type -> Demo Version

--- [ Zones & Rooms ] -------------------------------------

12:40:19.656 - [ INFO ] > Default Buddy List Persister <INITED>
Zone: simpleChat

The Hall (id: 1, max: 50, pass:N)
The Kitchen (id: 2, max: 50, pass:N)
The Garden (id: 3, max: 50, pass:N)
The Bathroom (id: 4, max: 50, pass:N)
The Garage (id: 5, max: 50, pass:N)
The Living Room (id: 6, max: 50, pass:Y)
12:40:20.656 - [ INFO ] > Zone Extension [ json ] created, for zone:simpleChat
[jsonSample.as]: JSON Example initialized

12:40:20.671 - [ INFO ] > Default Buddy List Persister <INITED>
Zone: dbZone

MainRoom (id: 7, max: 10, pass:N)
12:40:21.171 - [ INFO ] > Zone Extension [ dbTest ] created, for zone:dbZone
[dbExtension.as]: Initing dbExtension
[dbExtension.as]: DB Manager is not active in this Zone!
12:40:22.046 - [ INFO ] > Zone Extension [ dbTestAdv ] created, for zone:dbZone
[dbExtensionAdv.as]: DB Manager is not active in this Zone!
12:40:22.421 - [ INFO ] > Zone Extension [ simpleExt ] created, for zone:dbZone
[simpleExt.as]: Hello from the Simple Extension Example!

Zone: sftris

The Entrance (id: 8, max: 50, pass:N)

Zone: mazeGame

The Entrance (id: 9, max: 50, pass:N)

Zone: loginZone

The Hall (id: 10, max: 50, pass:N)
12:40:22.890 - [ INFO ] > Zone Extension [ loginEx ] created, for zone:loginZone


Zone: multiChat

Main Lobby (id: 11, max: 50, pass:N)

Zone: yahtzee

The Entrance (id: 12, max: 50, pass:N)

Zone: slogin

The Lobby (id: 13, max: 50, pass:N)
The Garden (id: 14, max: 50, pass:N)
The Swimming Pool (id: 15, max: 50, pass:N)
12:40:23.781 - [ INFO ] > Zone Extension [ slogin ] created, for zone:slogin

Zone: pixel

The Basement (id: 16, max: 4, pass:N)
12:40:24.500 - [ INFO ] > Zone Extension [ pixel ] created, for zone:pixel
[pixelGame.as]: PixelGame extension started!

Zone: letters

Main (id: 17, max: 50, pass:N)
12:40:24.968 - [ INFO ] > Zone Extension [ Letters ] created, for zone:letters
[Letters.as]: Letters script running.

12:40:25.078 - [ INFO ] > Default Buddy List Persister <INITED>
Zone: messenger

Main (id: 18, max: 40, pass:N)
12:40:25.187 - [ INFO ] > Zone Extension [ smsg ] created, for zone:messenger

Zone: imgMan

MainLobby (id: 19, max: 50, pass:N)
12:40:25.296 - [ INFO ] > Zone Extension [ imgman ] created, for zone:imgMan
[imageManager.as]: Image Manager extension starts...

Zone: bomberman

Lobby (id: 20, max: 50, pass:N)

DB Manager Activated ( org.h2.Driver )
Zone: h2dbzone

Lobby (id: 21, max: 10, pass:N)
12:40:25.718 - [ INFO ] > Zone Extension [ h2db_ext ] created, for zone:h2dbzone

[internalDbDemo.as]: Initing dbExtension

java.lang.NullPointerException
at it.gotoandplay.smartfoxserver.data.buddylist.persistence.AdvancedBudd
yListPersister.checkIfTableExists(AdvancedBuddyListPersister.java:270)
at it.gotoandplay.smartfoxserver.data.buddylist.persistence.AdvancedBudd
yListPersister.init(AdvancedBuddyListPersister.java:40)
at it.gotoandplay.smartfoxserver.SmartFoxServer.setupZone(SmartFoxServer
.java:1896)
at it.gotoandplay.smartfoxserver.lib.ConfigReader.parse_Zones(ConfigRead
er.java:806)
at it.gotoandplay.smartfoxserver.lib.ConfigReader.readZoneConfig(ConfigR
eader.java:174)
at it.gotoandplay.smartfoxserver.SmartFoxServer.initServerSocket(SmartFo
xServer.java:339)
at it.gotoandplay.smartfoxserver.SmartFoxServer.run(SmartFoxServer.java:
607)
Problems in config file: null
it.gotoandplay.smartfoxserver.exceptions.ConfigurationException
at it.gotoandplay.smartfoxserver.lib.ConfigReader.readZoneConfig(ConfigR
eader.java:199)
at it.gotoandplay.smartfoxserver.SmartFoxServer.initServerSocket(SmartFo
xServer.java:339)
at it.gotoandplay.smartfoxserver.SmartFoxServer.run(SmartFoxServer.java:
607)

Errors found in configuration files.
Unable to start the server.


Shutting down server...

Press any key to continue . . .
iSteven
Posts: 79
Joined: 27 Jul 2010, 20:31

Postby iSteven » 20 Aug 2010, 22:41

Hello, please follow these simple steps:

1) Before we start make sure the smartfoxserver is closed.

2) Goto START>CONTROL PANEL>ADMINISTRATIVE TOOLS>SERVICES>Find SmartFoxServer>Right Click On It>PRESS "STOP">WAIT FOR IT TO LOAD>CLOSE ALL WINDOWS>YOU'RE DONE!

Make sure control panel is in Classic View.
SFS rocks!
PeredereevBoris
Posts: 16
Joined: 09 Aug 2010, 13:49

!!!

Postby PeredereevBoris » 17 Sep 2010, 15:06

I have the same trace with JDBC bla bla.
Server is not run I cant run him. OS is unix.
This is terrible.
User avatar
Lapo
Site Admin
Posts: 23007
Joined: 21 Mar 2005, 09:50
Location: Italy

Postby Lapo » 17 Sep 2010, 16:20

PeredereevBoris
If your machine is in production you should remove from your config all the example Zones and just leave those that pertain to your application.
I think this should solve the issue
Lapo

--

gotoAndPlay()

...addicted to flash games
Theirax
Posts: 1
Joined: 01 Jul 2018, 01:41

Re: Help - Error in Config Files!

Postby Theirax » 01 Jul 2018, 01:46

|::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::|
| |
| ...::: SmartFoxServer :::... |
| Multiplayer Socket Server |
| version 1.6.6 |
| --- |
| (c) 2004 - 2009 gotoAndPlay() |
| http://www.smartfoxserver.com |
| http://www.gotoandplay.it |
| |
|::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::|

::::::::::: { BlueBox INITED } ::::::::::::
: :
: Version 1.0.5 -- (c) 2008 gotoAndPlay() :
: :
:::::::::::::::::::::::::::::::::::::::::::
11:39:37.469 - [ INFO ] > Starting h2 engine...


--- [ System Info ] ------------------------------------------

System CPU(s): 4
VM Max memory: 3806 MB

os.name: Windows 8.1
os.arch: amd64
os.version: 6.3
java.version: 1.7.0_75
java.vendor: Oracle Corporation
java.vendor.url: http://java.oracle.com/
java.vm.specification.version: 1.7
java.vm.version: 24.75-b04
java.vm.vendor: Oracle Corporation
java.vm.name: Java HotSpot(TM) 64-Bit Server VM


--- [ Network Cards ] -----------------------------------------

Card:Software Loopback Interface 1
-> 127.0.0.1
-> 0:0:0:0:0:0:0:1
Card:Microsoft Wi-Fi Direct Virtual Adapter
-> fe80:0:0:0:df6:97d2:655a:575%2
Card:WAN Miniport (Network Monitor)
Card:WAN Miniport (L2TP)
Card:WAN Miniport (SSTP)
Card:Remote NDIS based Internet Sharing Device
Card:WAN Miniport (IPv6)
Card:Microsoft Kernel Debug Network Adapter
Card:LogMeIn Hamachi Virtual Ethernet Adapter
-> 25.55.46.236
-> 2620:9b:0:0:0:0:1937:2eec
-> fe80:0:0:0:c52b:95f1:f1b7:d89b%9
Card:RAS Async Adapter
Card:TAP-Win32 Adapter V9 (Tunngle)
Card:Microsoft Wi-Fi Direct Virtual Adapter #2
Card:WAN Miniport (IP)
Card:VirtualBox Host-Only Ethernet Adapter
Card:WAN Miniport (IKEv2)
Card:Killer E2400 Gigabit Ethernet Controller
-> fe80:0:0:0:38d6:7214:2413:7818%16
Card:WAN Miniport (PPTP)
Card:TP-LINK Wireless USB Adapter
-> 192.168.0.16
-> fe80:0:0:0:811:2f84:d7a6:192f%18
Card:TP-Link Wireless USB Adapter #2
Card:WAN Miniport (PPPOE)
Card:TAP-Win32 Adapter V9 (Tunngle)-WFP Native MAC Layer LightWeight Filter-0000
Card:LogMeIn Hamachi Virtual Ethernet Adapter-WFP Native MAC Layer LightWeight Filter-0000
Card:TAP-Win32 Adapter V9 (Tunngle)-VirtualBox NDIS Light-Weight Filter-0000
Card:LogMeIn Hamachi Virtual Ethernet Adapter-VirtualBox NDIS Light-Weight Filter-0000
Card:TAP-Win32 Adapter V9 (Tunngle)-WFP 802.3 MAC Layer LightWeight Filter-0000
Card:LogMeIn Hamachi Virtual Ethernet Adapter-Killer Network Bandwidth Control-0000
Card:LogMeIn Hamachi Virtual Ethernet Adapter-WFP 802.3 MAC Layer LightWeight Filter-0000
Card:Killer E2400 Gigabit Ethernet Controller-WFP Native MAC Layer LightWeight Filter-0000
Card:Killer E2400 Gigabit Ethernet Controller-VirtualBox NDIS Light-Weight Filter-0000
Card:Killer E2400 Gigabit Ethernet Controller-Killer Network Bandwidth Control-0000
Card:Killer E2400 Gigabit Ethernet Controller-QoS Packet Scheduler-0000
Card:Killer E2400 Gigabit Ethernet Controller-WFP 802.3 MAC Layer LightWeight Filter-0000
Card:TP-LINK Wireless USB Adapter-WFP Native MAC Layer LightWeight Filter-0000
Card:TP-LINK Wireless USB Adapter-Virtual WiFi Filter Driver-0000
Card:TP-LINK Wireless USB Adapter-Native WiFi Filter Driver-0000
Card:TP-LINK Wireless USB Adapter-VirtualBox NDIS Light-Weight Filter-0000
Card:TP-LINK Wireless USB Adapter-Killer Network Bandwidth Control-0000
Card:TP-LINK Wireless USB Adapter-QoS Packet Scheduler-0000
Card:TP-LINK Wireless USB Adapter-WFP 802.3 MAC Layer LightWeight Filter-0000
Card:Microsoft Wi-Fi Direct Virtual Adapter-WFP Native MAC Layer LightWeight Filter-0000
Card:Microsoft Wi-Fi Direct Virtual Adapter-Native WiFi Filter Driver-0000
Card:WAN Miniport (IP)-WFP Native MAC Layer LightWeight Filter-0000
Card:WAN Miniport (IP)-QoS Packet Scheduler-0000
Card:WAN Miniport (IPv6)-WFP Native MAC Layer LightWeight Filter-0000
Card:WAN Miniport (IPv6)-QoS Packet Scheduler-0000
Card:WAN Miniport (Network Monitor)-WFP Native MAC Layer LightWeight Filter-0000
Card:WAN Miniport (Network Monitor)-QoS Packet Scheduler-0000
Card:Microsoft Wi-Fi Direct Virtual Adapter-VirtualBox NDIS Light-Weight Filter-0000
Card:Microsoft Wi-Fi Direct Virtual Adapter-Killer Network Bandwidth Control-0000
Card:Microsoft Wi-Fi Direct Virtual Adapter-QoS Packet Scheduler-0000
Card:Microsoft Wi-Fi Direct Virtual Adapter-WFP 802.3 MAC Layer LightWeight Filter-0000


--- [ Licence Loaded ] ------------------------------------

License Type -> PRO
License Owner -> --== Crack By Sam ==--
Max. Clients -> Unlimited
BlueBox Type -> Demo Version

--- [ Zones & Rooms ] -------------------------------------

DB Manager Activated ( com.mysql.jdbc.Driver )
Zone: zone_master

Lobby (id: 1, max: 40, pass:N)
[ INFO ][ ExtensionHandler.createExtension ] Zone Extension [ zm ] created, for zone:zone_master
[ INFO ][ Database.<init> ] Database connections initialized.
[ INFO ][ WarzoneQueue.<init> ] WarzoneQueue intialized.
[ INFO ][ ACGiveaway.<init> ] ACGiveaway event initialized.
[ INFO ][ World.retrieveDatabaseObject ] Item objects retrieved.
[ INFO ][ World.retrieveDatabaseObject ] Map objects retrieved.
[ INFO ][ World.retrieveDatabaseObject ] Quest objects retrieved.
[ INFO ][ World.retrieveDatabaseObject ] Shop objects retrieved.
jdbchelper.NoResultException
at jdbchelper.JdbcHelper.genericQuery(JdbcHelper.java:353)
at jdbchelper.JdbcHelper.queryForString(JdbcHelper.java:913)
at augoeides.world.World.retrieveDatabaseObject(World.java:378)
at augoeides.world.World.retrieveDatabaseObject(World.java:392)
at augoeides.world.World.<init>(World.java:178)
at augoeides.AugoEidEs.init(AugoEidEs.java:68)
at it.gotoandplay.smartfoxserver.controllers.ExtensionHandler.createExtension(ExtensionHandler.java:246)
at it.gotoandplay.smartfoxserver.controllers.ExtensionHandler.createExtension(ExtensionHandler.java:189)
at it.gotoandplay.smartfoxserver.controllers.ExtensionHandler.parse_Extensions(ExtensionHandler.java:649)
at it.gotoandplay.smartfoxserver.SmartFoxServer.setupZone(SmartFoxServer.java:2085)
at it.gotoandplay.smartfoxserver.lib.ConfigReader.parse_Zones(ConfigReader.java:806)
at it.gotoandplay.smartfoxserver.lib.ConfigReader.readZoneConfig(ConfigReader.java:174)
at it.gotoandplay.smartfoxserver.SmartFoxServer.initServerSocket(SmartFoxServer.java:339)
at it.gotoandplay.smartfoxserver.SmartFoxServer.run(SmartFoxServer.java:607)
Problems in config file: null
it.gotoandplay.smartfoxserver.exceptions.ConfigurationException
at it.gotoandplay.smartfoxserver.lib.ConfigReader.readZoneConfig(ConfigReader.java:199)
at it.gotoandplay.smartfoxserver.SmartFoxServer.initServerSocket(SmartFoxServer.java:339)
at it.gotoandplay.smartfoxserver.SmartFoxServer.run(SmartFoxServer.java:607)

Errors found in configuration files.
Unable to start the server.


Shutting down server...

Press any key to continue . . .

PLEASE HELP
User avatar
Lapo
Site Admin
Posts: 23007
Joined: 21 Mar 2005, 09:50
Location: Italy

Re: Help - Error in Config Files!

Postby Lapo » 02 Jul 2018, 07:56

Hi,
I think this is the problem:
License Owner -> --== Crack By Sam ==--

:roll:

Cheers
Lapo

--

gotoAndPlay()

...addicted to flash games

Return to “SmartFoxServer 1.x Discussions and Help”

Who is online

Users browsing this forum: No registered users and 38 guests