Rajesh Madhu
Rajesh Madhu

Reputation: 679

Getting error on WL.Logger.send in production server

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"

Upvotes: 0

Views: 142

Answers (1)

Bluewings
Bluewings

Reputation: 3488

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

Upvotes: 2

Related Questions