You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
Gentics Mesh Version, operating system, or hardware.
Problem
There seems to be some translations are missing which cause errors while producing errors.
The text was updated successfully, but these errors were encountered: