Hi Team
I installed docker on windows.
deployed All in one yaml file on docker
But after that not able to login. PFA file
Below are the environment details in nlweb-backend
environment:
MEMORY_MAX: 1600m
MONGODB_HOST: mongo
MONGODB_PORT: 27017
MONGODB_MAX_POOLSIZE: 50
NEOLOAD_WEB_PUBLIC_URL: http://localhost/
NEOLOAD_WEB_API_PUBLIC_URL: http://localhost:8080
FILE_STORAGE_ROUTER_BASE_URL: http://localhost:8081
FILE_PROJECT_MAX_SIZE_IN_BYTES: 250000000
NLPROJECT_MAX_UPLOADED_FILES_PER_WEEK: 250
SEND_USAGE_STATISTICS: 'true'
NLWEB_SECRET_KEY: "amdocs1234" # set your passphrase here
All three containers are started
and i copied password in (Neoload_nlweb-backend.1.4k0glj3v7acxaivily62348jj ) but still getting issue
Getting error in nlWeb-fronetend logs:
07:15:06.706 [qtp1061804750-25] ERROR c.n.w.s.p.u.v.c.login.LoginViewImpl - Unknown login error
req.pathInfo=/PUSH, req.remoteHost=10.255.0.2, req.userAgent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36
io.vertx.core.eventbus.ReplyException: No handlers for address legacy-api/user-me/v1
at io.vertx.core.eventbus.impl.HandlerRegistration.sendAsyncResultFailure(HandlerRegistration.java:118)
at io.vertx.core.eventbus.impl.EventBusImpl.deliverMessageLocally(EventBusImpl.java:349)
at io.vertx.core.eventbus.impl.clustered.ClusteredEventBus.lambda$sendOrPub$342(ClusteredEventBus.java:263)
at io.vertx.spi.cluster.hazelcast.impl.HazelcastAsyncMultiMap.lambda$get$3(HazelcastAsyncMultiMap.java:116)
at io.vertx.core.impl.FutureImpl.checkCallHandler(FutureImpl.java:158)
at io.vertx.core.impl.FutureImpl.setHandler(FutureImpl.java:100)
at io.vertx.core.impl.ContextImpl.lambda$null$28(ContextImpl.java:315)
at io.vertx.core.impl.ContextImpl.lambda$wrapTask$30(ContextImpl.java:359)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:339)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:393)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:742)
at java.lang.Thread.run(Thread.java:748)