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

Current master fails to build and start #10

Open
marcoaltiericoupa opened this issue Jun 1, 2020 · 2 comments
Open

Current master fails to build and start #10

marcoaltiericoupa opened this issue Jun 1, 2020 · 2 comments
Labels

Comments

@marcoaltiericoupa
Copy link

Steps to replicate (on Ubuntu with JDK 8):

  1. Replace api.yaml with https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/examples/v3.0/petstore.yaml
  2. Run ./gradlew build

The build fails because one of the tests do not pass.

When I ignored the failed test, I was able to build the project but I was not able to start it. It remained at 80% as shown in the following snippet:

Task :run
12:59:06,648 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
12:59:06,648 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
12:59:06,648 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/others/demo/kotlin-openapi-spring-functional-template/build/resources/main/logback.xml]
12:59:06,649 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs multiple times on the classpath.
12:59:06,649 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [file:/others/demo/kotlin-openapi-spring-functional-template/build/resources/main/logback.xml]
12:59:06,649 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [file:/others/demo/kotlin-openapi-spring-functional-template/src/main/resources/logback.xml]
12:59:06,704 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
12:59:06,705 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
12:59:06,711 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
12:59:06,719 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
12:59:06,763 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [reactor] to INFO
12:59:06,763 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [reactor.ipc.netty] to INFO
12:59:06,763 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
12:59:06,763 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
12:59:06,764 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
12:59:06,764 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3796751b - Registering current configuration as safe fallback point
==========---> 80% EXECUTING [15s]
==========---> 80% EXECUTING [16s]
==========---> 80% EXECUTING [1m 15s]
==========---> 80% EXECUTING [1m 16s]
=========---> 80% EXECUTING [1m 16s]
==========---> 80% EXECUTING [1m 16s]
==========---> 80% EXECUTING [1m 16s]
==========---> 80% EXECUTING [4m 1s]
:run

@marcoaltiericoupa marcoaltiericoupa changed the title Current master fails to build Current master fails to build and start Jun 1, 2020
@marcoaltiericoupa
Copy link
Author

Just noticed that the server does not start even with the OOTB api.yaml

@cdimascio cdimascio added the bug label Jun 2, 2020
@cdimascio
Copy link
Owner

once it hits 80%, what happens when you navigate to http://localhost:8080/index.html

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

No branches or pull requests

2 participants