[Comet EMU] Does not detect config file?

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
 

Ultraface19

New Member
Apr 10, 2019
9
0
Have you checked port 30000 using an external port checker like
Thank you very much for always helping! I just reviewed it and it has the port closed (The first VPS that I see that has it closed) I am trying to open port 30000 from the admin panel, and it does not activate it, I have already sent a message to the support, and to see what they solve for me, I'll tell you later, and again, thank you very much for everything!
EDIT: I try to disable the firewall in the admin panel?
 
Last edited:

Johno

:: xHosts :: www.xhosts.uk
Sep 12, 2011
581
246
You should be able to open the port in your windows firewall, most providers should help with a small job like that if you create a ticket if you have issues doing that
 

Users who are viewing this thread

Top