Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker container crashes at startup #156

Closed
vmax opened this issue May 29, 2021 · 2 comments
Closed

Docker container crashes at startup #156

vmax opened this issue May 29, 2021 · 2 comments
Labels
bug Something isn't working Pri/L Low priority

Comments

@vmax
Copy link

vmax commented May 29, 2021

UPD: this is caused by OxalisCommunity/oxalis#518

Attempting to start norstella/oxalis-as4:5.0.1 image (latest at the time) throws an error:

2021-05-29 19:01:52,392  INFO [network.oxalis.server.Main] Starting server 
Exception in thread "main" java.lang.IllegalStateException: StatisticsHandler has no Wrapped Handler
	at org.eclipse.jetty.server.handler.StatisticsHandler.doStart(StatisticsHandler.java:251)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
	at org.eclipse.jetty.server.Server.start(Server.java:423)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:110)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97)
	at org.eclipse.jetty.server.Server.doStart(Server.java:387)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at network.oxalis.server.Main.run(Main.java:82)
	at network.oxalis.server.Main.main(Main.java:58)

I'm starting the container by bind-mounting keystore file & a config which only contains oxalis.keystore section (for passing in password)

@SuperJuell SuperJuell added bug Something isn't working Pri/M Medium priority labels Jun 2, 2021
@aaron-kumar
Copy link
Member

Docker images are created with the contribution of members like you @vmax .

We are not actively supporting docker images due to limitation of budget. Our main purpose is to support core components and we are relying on contributors to provide extensions. So you are free to raise PR (as you did: OxalisCommunity/oxalis#519 )

Below are repository hosting Oxalis and Oxalis-AS4:

Note: Norstella is just hosting docker images and we are not scanning these images as of now (probably in future, but not now). So please take necessary precautions when using these images.

@aaron-kumar
Copy link
Member

Fixed with Oxalis 5.0.3/ Oxalis-as4 5.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Pri/L Low priority
Projects
None yet
Development

No branches or pull requests

3 participants