-
Notifications
You must be signed in to change notification settings - Fork 89
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
Add Support for io.vertx:vertx-core:4.3.5
#117
Labels
enhancement
New feature or request
Comments
|
This was referenced Nov 19, 2022
11月 21, 2022 7:41:36 下午 io.vertx.core.impl.launcher.commands.RunCommand
严重: Failed to load or instantiate the isolated deployer
java.lang.ClassNotFoundException: io.vertx.core.impl.launcher.commands.VertxIsolatedDeployer
at [email protected]/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:52)
11月 21, 2022 7:41:36 下午 com.hazelcast.config.XmlConfigBuilder
严重: Failed to parse the inputstream
Exception: Stream closed
11月 21, 2022 7:41:36 下午 io.vertx.core.impl.VertxImpl
严重: Failed to initialize clustered Vert.x
com.hazelcast.config.InvalidConfigurationException: Stream closed
at com.hazelcast.config.XmlConfigBuilder.parse(XmlConfigBuilder.java:213)
Caused by: java.io.IOException: Stream closed
at [email protected]/java.io.BufferedInputStream.getInIfOpen(BufferedInputStream.java:157)
11月 21, 2022 7:41:36 下午 com.hazelcast.config.XmlConfigBuilder
严重: Failed to parse the inputstream
Exception: Stream closed
11月 21, 2022 7:41:36 下午 io.vertx.core.impl.VertxImpl
严重: Failed to initialize clustered Vert.x
com.hazelcast.config.InvalidConfigurationException: Stream closed
at com.hazelcast.config.XmlConfigBuilder.parse(XmlConfigBuilder.java:213)
Caused by: java.io.IOException: Stream closed
at [email protected]/java.io.BufferedInputStream.getInIfOpen(BufferedInputStream.java:157)
11月 21, 2022 7:41:36 下午 io.vertx.core.impl.VertxImpl
严重: Failed to leave cluster
java.lang.NullPointerException
at io.vertx.spi.cluster.hazelcast.HazelcastClusterManager.lambda$leave$5(HazelcastClusterManager.java:243)
com.hazelcast.config.InvalidConfigurationException: Stream closed
at com.hazelcast.config.XmlConfigBuilder.parse(XmlConfigBuilder.java:213)
Caused by: java.io.IOException: Stream closed
at [email protected]/java.io.BufferedInputStream.getInIfOpen(BufferedInputStream.java:157)
com.hazelcast.config.InvalidConfigurationException: Stream closed
at com.hazelcast.config.XmlConfigBuilder.parse(XmlConfigBuilder.java:213)
Caused by: java.io.IOException: Stream closed
at [email protected]/java.io.BufferedInputStream.getInIfOpen(BufferedInputStream.java:157) |
2 tasks
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
io.vertx:vertx-core:4.3.5
.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: