Getting Internal server error while requesting url - plugins

ws_common: websphereHandleRequest: Failed to handle request rc=2
ws_common: websphereRequestHandler: Failed to find an app server to handle this request

Related

Xcode's Swift-Package-manager unable to connect Github,cannot search any repos

error mesage
When i open my proxy the error message in the image shows.
But if i close my proxy I get this error:
An unknown error occurred: User rejected certificate for github.com
(-17)

UNAUTHORIZED_PAYMENT Ionic 4, request failure with http statusCode:401,exception: , system error

paypal.sdk: request failure with http statusCode:401,exception:
paypal.sdk: request failed with server response:{"name":"UNAUTHORIZED_PAYMENT","message":"Unauthorized payment.","information_link":"https://developer.paypal.com/docs/api/payments/#errors","debug_id":"8c7aba64efbc"}
paypal.sdk: UNAUTHORIZED_PAYMENT

/linux-.tar.xz: Scheme missing with buildroot

I followed all the instructions mentioned on this link:http://free-electrons.com/doc/training/buildroot/buildroot-labs.pdf
but when I run :
make
I got these message errors:
>>> linux Downloading
/linux-.tar.xz: Scheme missing.
--2015-08-10 09:19:10-- http://sources.buildroot.net/linux-.tar.xz
Resolving sources.buildroot.net (sources.buildroot.net)... 176.9.16.109
Connecting to sources.buildroot.net (sources.buildroot.net)|176.9.16.109|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-08-10 09:19:10 ERROR 404: Not Found.
make: *** [/home/slim/Downloads/buildroot/output/build/linux-/.stamp_downloaded] Error 1

Paypal RefundTransaction API Operation (NVP) failing

I'm trying to hit the live paypal URL - https://api.paypal.com/nvl with valid login credentials.
But the call is failing with error -
A timeout error occurred whilst performing an SSL socket
operation - java.net.SocketTimeoutException: Read timed out
we are calling the interface using WMB and have setup the certificates in the truststore.

Fiddler 2 error: SecureClientPipeDirect failed: System.IO.IOException Unable to read data from the transport connection

I am trying to decrypt the https traffic by fiddler2 which has just been upgraded.
What is the problem to get this errror?
17:27:45:6821 !SecureClientPipeDirect failed: System.IO.IOException Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. < A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond on pipe to (CN=192.168.0.100, O=DO_NOT_TRUST, OU=Created by http://www.fiddler2.com)
Thanks
The error message indicates that the client failed to complete the HTTPS handshake. What was the client? This message typically indicates that the client isn't configured to trust Fiddler's Root Certificate.
What, if any, other messages are shown on the Log tab?