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
I recently installed apiman v3.1.2 with the vertx gateway, and I'm stuck on this error:
[ERROR] 2023-10-12 14:15:21.316 [vert.x-eventloop-thread-7] DefaultPolicyErrorWriter - Invalid endpoint provided: /pagestatut.jsp
java.lang.IllegalArgumentException: Invalid endpoint provided: /pagestatut.jsp
at io.apiman.gateway.engine.impl.DefaultRequestPathParser.parseEndpoint(DefaultRequestPathParser.java:44) ~[apiman-gateway.jar:?]
at io.apiman.gateway.platforms.vertx3.http.HttpApiFactory.parsePath(HttpApiFactory.java:91) ~[apiman-gateway.jar:?]
at io.apiman.gateway.platforms.vertx3.http.HttpApiFactory.buildRequest(HttpApiFactory.java:84) ~[apiman-gateway.jar:?]
at io.apiman.gateway.platforms.vertx3.http.HttpPolicyAdapter._execute(HttpPolicyAdapter.java:74) ~[apiman-gateway.jar:?]
at io.apiman.gateway.platforms.vertx3.http.HttpPolicyAdapter.execute(HttpPolicyAdapter.java:61) ~[apiman-gateway.jar:?]
at io.apiman.gateway.platforms.vertx3.verticles.HttpsGatewayVerticle.requestHandler(HttpsGatewayVerticle.java:74) ~[apiman-gateway.jar:?]
at io.vertx.core.http.impl.WebSocketRequestHandler.handle(WebSocketRequestHandler.java:50) ~[apiman-gateway.jar:?]
at io.vertx.core.http.impl.WebSocketRequestHandler.handle(WebSocketRequestHandler.java:32) ~[apiman-gateway.jar:?]
at io.vertx.core.http.impl.Http1xServerConnection.handleMessage(Http1xServerConnection.java:136) ~[apiman-gateway.jar:?]
at io.vertx.core.impl.ContextImpl.executeTask(ContextImpl.java:366) ~[apiman-gateway.jar:?]
at io.vertx.core.impl.EventLoopContext.execute(EventLoopContext.java:43) ~[apiman-gateway.jar:?]
at io.vertx.core.impl.ContextImpl.executeFromIO(ContextImpl.java:229) ~[apiman-gateway.jar:?]
at io.vertx.core.net.impl.VertxHandler.channelRead(VertxHandler.java:164) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[apiman-gateway.jar:?]
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93) ~[apiman-gateway.jar:?]
at io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler.channelRead(WebSocketServerExtensionHandler.java:109) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[apiman-gateway.jar:?]
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[apiman-gateway.jar:?]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[apiman-gateway.jar:?]
at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1382) ~[apiman-gateway.jar:?]
at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1245) ~[apiman-gateway.jar:?]
at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1294) ~[apiman-gateway.jar:?]
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:529) ~[apiman-gateway.jar:?]
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:468) ~[apiman-gateway.jar:?]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[apiman-gateway.jar:?]
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[apiman-gateway.jar:?]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[apiman-gateway.jar:?]
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) ~[apiman-gateway.jar:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[apiman-gateway.jar:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[apiman-gateway.jar:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[apiman-gateway.jar:?]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[apiman-gateway.jar:?]
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[apiman-gateway.jar:?]
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[apiman-gateway.jar:?]
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[apiman-gateway.jar:?]
at java.lang.Thread.run(Thread.java:829) [?:?]
Do you have any idea of the cause?
As publicEndpoint, I have the value: "https://[host]:8081"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Hi,
I recently installed apiman v3.1.2 with the vertx gateway, and I'm stuck on this error:
[ERROR] 2023-10-12 14:15:21.316 [vert.x-eventloop-thread-7] DefaultPolicyErrorWriter - Invalid endpoint provided: /pagestatut.jsp
java.lang.IllegalArgumentException: Invalid endpoint provided: /pagestatut.jsp
at io.apiman.gateway.engine.impl.DefaultRequestPathParser.parseEndpoint(DefaultRequestPathParser.java:44) ~[apiman-gateway.jar:?]
at io.apiman.gateway.platforms.vertx3.http.HttpApiFactory.parsePath(HttpApiFactory.java:91) ~[apiman-gateway.jar:?]
at io.apiman.gateway.platforms.vertx3.http.HttpApiFactory.buildRequest(HttpApiFactory.java:84) ~[apiman-gateway.jar:?]
at io.apiman.gateway.platforms.vertx3.http.HttpPolicyAdapter._execute(HttpPolicyAdapter.java:74) ~[apiman-gateway.jar:?]
at io.apiman.gateway.platforms.vertx3.http.HttpPolicyAdapter.execute(HttpPolicyAdapter.java:61) ~[apiman-gateway.jar:?]
at io.apiman.gateway.platforms.vertx3.verticles.HttpsGatewayVerticle.requestHandler(HttpsGatewayVerticle.java:74) ~[apiman-gateway.jar:?]
at io.vertx.core.http.impl.WebSocketRequestHandler.handle(WebSocketRequestHandler.java:50) ~[apiman-gateway.jar:?]
at io.vertx.core.http.impl.WebSocketRequestHandler.handle(WebSocketRequestHandler.java:32) ~[apiman-gateway.jar:?]
at io.vertx.core.http.impl.Http1xServerConnection.handleMessage(Http1xServerConnection.java:136) ~[apiman-gateway.jar:?]
at io.vertx.core.impl.ContextImpl.executeTask(ContextImpl.java:366) ~[apiman-gateway.jar:?]
at io.vertx.core.impl.EventLoopContext.execute(EventLoopContext.java:43) ~[apiman-gateway.jar:?]
at io.vertx.core.impl.ContextImpl.executeFromIO(ContextImpl.java:229) ~[apiman-gateway.jar:?]
at io.vertx.core.net.impl.VertxHandler.channelRead(VertxHandler.java:164) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[apiman-gateway.jar:?]
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93) ~[apiman-gateway.jar:?]
at io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler.channelRead(WebSocketServerExtensionHandler.java:109) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[apiman-gateway.jar:?]
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[apiman-gateway.jar:?]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[apiman-gateway.jar:?]
at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1382) ~[apiman-gateway.jar:?]
at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1245) ~[apiman-gateway.jar:?]
at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1294) ~[apiman-gateway.jar:?]
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:529) ~[apiman-gateway.jar:?]
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:468) ~[apiman-gateway.jar:?]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[apiman-gateway.jar:?]
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[apiman-gateway.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[apiman-gateway.jar:?]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[apiman-gateway.jar:?]
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) ~[apiman-gateway.jar:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[apiman-gateway.jar:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[apiman-gateway.jar:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[apiman-gateway.jar:?]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[apiman-gateway.jar:?]
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[apiman-gateway.jar:?]
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[apiman-gateway.jar:?]
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[apiman-gateway.jar:?]
at java.lang.Thread.run(Thread.java:829) [?:?]
Do you have any idea of the cause?
As publicEndpoint, I have the value: "https://[host]:8081"
thanky you
Beta Was this translation helpful? Give feedback.
All reactions