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

When i am trying to run the steve.jar file, i am getting below mentioned error: #1502

Open
rizkytri17-eng opened this issue Jul 2, 2024 · 2 comments

Comments

@rizkytri17-eng
Copy link

C:\Users\engin\steve>java -jar target/steve.jar
Log file: C:\Users\engin\logs\steve.log
Starting. FAILED!
Please refer to the log file for details
Exception in thread "main" java.util.concurrent.ExecutionException: java.lang.IllegalStateException: STOPPED
at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396)
at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2096)
at org.eclipse.jetty.server.Server.doStop(Server.java:490)
at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
at de.rwth.idsg.steve.JettyServer.stop(JettyServer.java:185)
at de.rwth.idsg.steve.SteveProdStarter.stop(SteveProdStarter.java:80)
at de.rwth.idsg.steve.Application.stop(Application.java:85)
at de.rwth.idsg.steve.Application.main(Application.java:68)
Caused by: java.lang.IllegalStateException: STOPPED
at org.eclipse.jetty.server.handler.ContextHandler.shutdown(ContextHandler.java:774)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575)
at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616)
at org.eclipse.jetty.util.component.Graceful.shutdown(Graceful.java:146)
... 6 more
Screenshot 2024-07-02 101457

@rizkytri17-eng
Copy link
Author

I attached steve.log
steve.log

@goekay
Copy link
Member

goekay commented Jul 14, 2024

it is not possible to understand the reason for steve stopping. the logs etc are not helpful unfortunately.

pls check your application.properties. maybe IP or port are occupied by another app etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants