Ultraface19
New Member
- Apr 10, 2019
- 9
- 0
I have correctly configured the swf, the emulator config etc, I can enter through the VPS to the client, but when doing it from another machine it stays at 76%, when starting the emulator I get this message, I do not understand why it does not take the config file, If anyone can help me I would appreciate it, thank you very much! (I'm using IIS)
[2020-03-28 06:12:02,638] DEBUG com.cometproject.server.boot.Comet - No config args found, falling back to default configuration!
== Spark has ignited ...
>> Listening on 0.0.0.0:30001
[Thread-0] INFO org.eclipse.jetty.server.Server - jetty-9.0.2.v20130417
[Thread-0] INFO org.eclipse.jetty.server.ServerConnector - Started ServerConnector@19d79d9{HTTP/1.1}{0.0.0.0:30001}
EMU Config:
## Database Settings
comet.db.host=127.0.0.1
comet.db.username=root
comet.db.password=xxxxxx
comet.db.name=habbodb
## Database Pool Settings
comet.db.pool.max=100
comet.db.pool.min=10
comet.db.pool.count=2
comet.db.pool.idleMaxAgeSeconds=30
comet.db.pool.maxConnectionAgeSeconds=60
comet.db.pool.acquireRetryAttempts=50
comet.db.pool.autoReconnect=false
comet.db.pool.tcpKeepAlive=true
## Network Settings
comet.network.host=xxxxxx
comet.network.port=30000
comet.network.backlog=1500
comet.network.epoll=false
comet.network.acceptGroupThreads=2
comet.network.ioGroupThreads=2
comet.network.channelGroupThreads=4
comet.network.idleTimer.enabled=false
comet.network.idleTimer.readerIdleTime=60
comet.network.idleTimer.writerIdleTime=30
comet.network.idleTimer.allIdleTime=0
comet.network.alternativePacketHandling.enabled=false
comet.network.alternativePacketHandling.type=threadpool
comet.network.alternativePacketHandling.coreSize=8
comet.network.alternativePacketHandling.maxSize=32
## Game Settings
comet.game.rooms.data.max=5000
comet.game.rooms.data.lowerWatermark=0
## Logging Settings
comet.game.logging.enabled=true
## Cache Settings
comet.cache.enabled=false
comet.cache.connection.host=xxxxx
comet.cache.connection.port=6379
## System Settings
## The amount of threads in the pool used by rooms and other stuff.
comet.system.threads=16
## API
comet.api.enabled=true
comet.api.host=xxxxxx
comet.api.port=30001
comet.api.token=matouisgay
[2020-03-28 06:12:02,638] DEBUG com.cometproject.server.boot.Comet - No config args found, falling back to default configuration!
== Spark has ignited ...
>> Listening on 0.0.0.0:30001
[Thread-0] INFO org.eclipse.jetty.server.Server - jetty-9.0.2.v20130417
[Thread-0] INFO org.eclipse.jetty.server.ServerConnector - Started ServerConnector@19d79d9{HTTP/1.1}{0.0.0.0:30001}
EMU Config:
## Database Settings
comet.db.host=127.0.0.1
comet.db.username=root
comet.db.password=xxxxxx
comet.db.name=habbodb
## Database Pool Settings
comet.db.pool.max=100
comet.db.pool.min=10
comet.db.pool.count=2
comet.db.pool.idleMaxAgeSeconds=30
comet.db.pool.maxConnectionAgeSeconds=60
comet.db.pool.acquireRetryAttempts=50
comet.db.pool.autoReconnect=false
comet.db.pool.tcpKeepAlive=true
## Network Settings
comet.network.host=xxxxxx
comet.network.port=30000
comet.network.backlog=1500
comet.network.epoll=false
comet.network.acceptGroupThreads=2
comet.network.ioGroupThreads=2
comet.network.channelGroupThreads=4
comet.network.idleTimer.enabled=false
comet.network.idleTimer.readerIdleTime=60
comet.network.idleTimer.writerIdleTime=30
comet.network.idleTimer.allIdleTime=0
comet.network.alternativePacketHandling.enabled=false
comet.network.alternativePacketHandling.type=threadpool
comet.network.alternativePacketHandling.coreSize=8
comet.network.alternativePacketHandling.maxSize=32
## Game Settings
comet.game.rooms.data.max=5000
comet.game.rooms.data.lowerWatermark=0
## Logging Settings
comet.game.logging.enabled=true
## Cache Settings
comet.cache.enabled=false
comet.cache.connection.host=xxxxx
comet.cache.connection.port=6379
## System Settings
## The amount of threads in the pool used by rooms and other stuff.
comet.system.threads=16
## API
comet.api.enabled=true
comet.api.host=xxxxxx
comet.api.port=30001
comet.api.token=matouisgay