Fazer log-in no servidor de apresentação do PowerFlex apresenta um erro sobre GetMatched (string)

Summary: A interface do usuário da Web do Presentation Server (mgmt-server) não será carregada e o erro HTTP 500 about GetMatched (String) será exibido após a tentativa de fazer log-in.

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

O servidor de apresentação scaleio.log mostra os seguintes erros:

2023-06-19 10:17:19,797 [qtp1832255355-132|WARN |org.eclipse.jetty.server.HttpChannel.handleException] /
java.lang.UnsupportedOperationException: Use .getMatched(String) instead
	at org.eclipse.jetty.http.pathmap.PathMappings.getMatch(PathMappings.java:259) ~[jetty-http-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.servlet.ServletHandler.getMappedServlet(ServletHandler.java:572) ~[rxrpc-jetty-0.7.26.jar:?]
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:468) ~[rxrpc-jetty-0.7.26.jar:?]
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355) ~[jetty-server-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.server.handler.StatisticsHandler.handle(StatisticsHandler.java:181) ~[jetty-server-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:59) ~[jetty-server-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.49.v20220914.jar:9.4.49.v20220914]
	at com.emc.vxflexos.webui.backend.httpd.HttpResponseListenerHandlerWrapper.handle(HttpResponseListenerHandlerWrapper.java:24) ~[backend-server-3.6.1000.103.jar:?]
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.server.Server.handle(Server.java:516) ~[jetty-server-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487) ~[jetty-server-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732) ~[jetty-server-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479) [jetty-server-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277) [jetty-server-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [jetty-io-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:555) [jetty-io-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:410) [jetty-io-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:164) [jetty-io-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [jetty-io-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [jetty-io-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338) [jetty-util-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315) [jetty-util-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173) [jetty-util-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) [jetty-util-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409) [jetty-util-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) [jetty-util-9.4.49.v20220914.jar:9.4.49.v20220914]
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) [jetty-util-9.4.49.v20220914.jar:9.4.49.v20220914]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_371]

 

A IU da Web mostra uma tela de erro como esta:
image.png

 

Cause

Com o Presentation Server 3.6.1 e versões anteriores, a versão da biblioteca de jetty não é compatível com a biblioteca rxrpc . A compatibilidade foi corrigida no Presentation Server 3.6.2.

 

Resolution

Faça upgrade do presentation server para a versão 3.6.2. Observe que o Presentation Server 3.6.2 requer Java 11, conforme indicado nas Notas da versão.

 

Additional Information

Versões afetadas

Servidor de apresentação 3.6.1 e versões anteriores

Correção feita na versão

Servidor de apresentação 3.6.2
 

Article Properties
Article Number: 000217721
Article Type: Solution
Last Modified: 20 Nov 2023
Version:  4
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.