Pergunta

After setting the native capture to true I am calling WL.Logger.send() and getting a error as

"After calling send the server (url of the server) it responded with 200 and "

{ "errors" :["Runtime :adapter name must be specified"],"isSuccessfull": false,warnings :[],"info":[] }

Note: I have deployed my WLClientLogReceiver adapter in the production server .Also getting an error like "unable to move wl.log to wl.log.send"

Foi útil?

Solução

Check the versions conflicts of your client and server. If so re deploy your WAR file with the correct version of your client.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top