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

Problems starting v5.7.4 on Linux and MacOS #1307

Open
rrayst opened this issue Oct 14, 2024 · 1 comment
Open

Problems starting v5.7.4 on Linux and MacOS #1307

rrayst opened this issue Oct 14, 2024 · 1 comment

Comments

@rrayst
Copy link
Contributor

rrayst commented Oct 14, 2024

No description provided.

@rrayst
Copy link
Contributor Author

rrayst commented Oct 14, 2024

org.springframework.context.ApplicationContextException: Failed to start bean 'router'
        at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:288)
        at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:472)
        at java.base/java.lang.Iterable.forEach(Unknown Source)
        at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:257)
        at org.springframework.context.support.DefaultLifecycleProcessor.start(DefaultLifecycleProcessor.java:170)
        at org.springframework.context.support.AbstractApplicationContext.start(AbstractApplicationContext.java:1530)
        at com.predic8.membrane.core.Router.init(Router.java:147)
        at com.predic8.membrane.core.RouterCLI.main(RouterCLI.java:39)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.base/java.lang.reflect.Method.invoke(Unknown Source)
        at com.predic8.membrane.core.Starter.main(Starter.java:47)
Caused by: java.lang.RuntimeException: java.lang.NullPointerException
        at com.predic8.membrane.core.Router.start(Router.java:316)
        at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:285)
        ... 12 more
Caused by: java.lang.NullPointerException
        at java.base/java.io.FileInputStream.<init>(Unknown Source)
        at java.base/java.io.FileInputStream.<init>(Unknown Source)
        at com.predic8.membrane.core.openapi.util.Utils.getResourceAsStream(Utils.java:230)
        at com.predic8.membrane.core.openapi.serviceproxy.OpenAPIPublisherInterceptor.createTemplate(OpenAPIPublisherInterceptor.java:72)
        at com.predic8.membrane.core.openapi.serviceproxy.OpenAPIPublisherInterceptor.<init>(OpenAPIPublisherInterceptor.java:66)
        at com.predic8.membrane.core.openapi.serviceproxy.APIProxy.initOpenAPI(APIProxy.java:96)
        at com.predic8.membrane.core.openapi.serviceproxy.APIProxy.init(APIProxy.java:82)
        at com.predic8.membrane.core.rules.AbstractProxy.init(AbstractProxy.java:163)
        at com.predic8.membrane.core.Router.initRemainingRules(Router.java:269)
        at com.predic8.membrane.core.Router.init(Router.java:263)
        at com.predic8.membrane.core.Router.start(Router.java:288)
        ... 13 more

@t-burch t-burch changed the title Problems starting v5.7.4 von Linux and MacOS Problems starting v5.7.4 on Linux and MacOS Oct 14, 2024
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

1 participant