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

Error during translation of "error_field_container_without_node" #364

Closed
deckdom opened this issue Mar 27, 2018 · 1 comment
Closed

Error during translation of "error_field_container_without_node" #364

deckdom opened this issue Mar 27, 2018 · 1 comment

Comments

@deckdom
Copy link
Member

deckdom commented Mar 27, 2018

Gentics Mesh Version, operating system, or hardware.

  • v0.17.3

Problem

There seems to be some translations are missing which cause errors while producing errors.

13:45:29.557 [Nostalgic Ferrothorn] ERROR [vert.x-eventloop-thread-4] [FailureHandler.java:98] - Bad request in path: /api/v1/myproject/nodes/c3325738b4bf4b51b25738b4bffb516d?recursive=true with message 400 Bad Request error_field_container_without_node params {}
13:45:29.558 [Nostalgic Ferrothorn] ERROR [vert.x-eventloop-thread-4] [I18NUtil.java:94] - Could not format i18n message for key {error_field_container_without_node}
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key error_field_container_without_node
        at java.util.ResourceBundle.getObject(ResourceBundle.java:450) ~[na:1.8.0_151]
        at java.util.ResourceBundle.getString(ResourceBundle.java:407) ~[na:1.8.0_151]
        at com.gentics.mesh.core.data.i18n.I18NUtil.get(I18NUtil.java:91) [mesh-server-0.17.3.jar:na]
        at com.gentics.mesh.core.data.i18n.I18NUtil.get(I18NUtil.java:112) [mesh-server-0.17.3.jar:na]
        at com.gentics.mesh.router.route.FailureHandler.translateMessage(FailureHandler.java:153) [mesh-server-0.17.3.jar:na]
        at com.gentics.mesh.router.route.FailureHandler.handle(FailureHandler.java:118) [mesh-server-0.17.3.jar:na]
        at com.gentics.mesh.router.route.FailureHandler.handle(FailureHandler.java:26) [mesh-server-0.17.3.jar:na]
        at io.vertx.ext.web.impl.RouteImpl.handleFailure(RouteImpl.java:230) [mesh-server-0.17.3.jar:na]
        at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:99) [mesh-server-0.17.3.jar:na]
        at io.vertx.ext.web.impl.RoutingContextImpl.next(RoutingContextImpl.java:120) [mesh-server-0.17.3.jar:na]
        at io.vertx.ext.web.impl.RoutingContextImpl.doFail(RoutingContextImpl.java:452) [mesh-server-0.17.3.jar:na]
        at io.vertx.ext.web.impl.RoutingContextImpl.fail(RoutingContextImpl.java:153) [mesh-server-0.17.3.jar:na]
        at io.vertx.ext.web.impl.RoutingContextWrapper.fail(RoutingContextWrapper.java:73) [mesh-server-0.17.3.jar:na]
        at io.vertx.ext.web.impl.RoutingContextWrapper.fail(RoutingContextWrapper.java:73) [mesh-server-0.17.3.jar:na]
        at io.vertx.ext.web.impl.RoutingContextWrapper.fail(RoutingContextWrapper.java:73) [mesh-server-0.17.3.jar:na]
        at com.gentics.mesh.context.impl.InternalRoutingActionContextImpl.fail(InternalRoutingActionContextImpl.java:129) [mesh-server-0.17.3.jar:na]
        at com.gentics.mesh.core.verticle.handler.HandlerUtilities.lambda$async$18(HandlerUtilities.java:304) [mesh-server-0.17.3.jar:na]
        at io.vertx.core.impl.FutureImpl.setHandler(FutureImpl.java:81) ~[mesh-server-0.17.3.jar:na]
        at io.vertx.core.impl.ContextImpl.lambda$null$0(ContextImpl.java:294) ~[mesh-server-0.17.3.jar:na]
        at io.vertx.core.impl.ContextImpl.lambda$wrapTask$2(ContextImpl.java:344) ~[mesh-server-0.17.3.jar:na]
        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) ~[mesh-server-0.17.3.jar:na]
        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) ~[mesh-server-0.17.3.jar:na]
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) ~[mesh-server-0.17.3.jar:na]
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) ~[mesh-server-0.17.3.jar:na]
        at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_151]
@Jotschi
Copy link
Contributor

Jotschi commented May 28, 2019

Has already been fixed.

@Jotschi Jotschi closed this as completed May 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants