Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey ! I get the following error while trying to launch the game :

***************************
APPLICATION FAILED TO START
***************************

Description:

The Tomcat connector configured to listen on port 8080 failed to start. The port may already be in use or the connector may be misconfigured.

Action:

Verify the connector's configuration, identify and stop any process that's listening on port 8080, or configure this application to listen on another port.

2018-12-06 20:20:31.326  INFO 7892 --- [           main] ationConfigEmbeddedWebApplicationContext : Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@45ff54e6: startup date [Thu Dec 06 20:20:28 CET 2018]; root of context hierarchy
2018-12-06 20:20:31.328  INFO 7892 --- [           main] o.s.c.support.DefaultLifecycleProcessor  : Stopping beans in phase 2147483647
2018-12-06 20:20:31.330  INFO 7892 --- [           main] o.s.m.s.b.SimpleBrokerMessageHandler     : Stopping...
2018-12-06 20:20:31.330  INFO 7892 --- [           main] o.s.m.s.b.SimpleBrokerMessageHandler     : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]]
2018-12-06 20:20:31.331  INFO 7892 --- [           main] o.s.m.s.b.SimpleBrokerMessageHandler     : Stopped.
2018-12-06 20:20:31.331  INFO 7892 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Unregistering JMX-exposed beans on shutdown
2018-12-06 20:20:31.331  INFO 7892 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Shutting down ExecutorService 'brokerChannelExecutor'
2018-12-06 20:20:31.332  INFO 7892 --- [           main] o.s.s.c.ThreadPoolTaskScheduler          : Shutting down ExecutorService 'messageBrokerTaskScheduler'
2018-12-06 20:20:31.332  INFO 7892 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Shutting down ExecutorService 'clientOutboundChannelExecutor'
2018-12-06 20:20:31.332  INFO 7892 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Shutting down ExecutorService 'clientInboundChannelExecutor'


I'm sure that the 8080 port is not already taken, I've run netstat to make sure of it

Sorry for the late reply. We have updated the game so it's now hosted online so you don't need to run it locally :). But from what it looks like, you have something else running on port 8080. Perhaps another game server?

Look at the end of my first message :p I made sure that my 8080 port was unused with netstat