integration logs

I have created a integration to a internal webservice a get call to return list of countries.

The integration was working yesterday morning but no longer working, this is in qa. I can call the webservice via browser on the appian box, however it no longer works when I try to get the data via  the test request in the integration.

 How do I see what is going on appian end, ie what logs can I view to get more information about this error.  JBoss logs doesn’t say much, only that connection is

ConnectorRuntimeException [title=Something went wrong, Failed to connect to https://xxxxx/reference/v1/country

  Discussion posts and replies are publicly visible

Parents Reply
  • This is fresh restart from jboss, this is only thing output once started.

    18:07:53,713 INFO [com.sun.jersey.server.impl.application.WebApplicationImpl] (ajp-/0.0.0.0:8009-1) Initiating Jersey application, version 'Jersey: 1.8-atlassian-6 03/12/2012 02:59 PM'
    18:13:18,153 INFO [stdout] (ajp-/0.0.0.0:8009-1) 2018-08-21 18:13:18,153 [ajp-/0.0.0.0:8009-1] ERROR com.appiancorp.connectedsystems.http.execution.AppianHttpRequestExecutor - ConnectorRuntimeException [title=Something went wrong, Failed to connect to https://xxxxxxreference/v1/country]
Children