Rest Service not connecting

Posted by mflanegan on 28-Aug-2014 00:29

Hi there,

My rest service is refusing to connect. My service is deployed and I can see it there but I am still being refused connection. 

Does anyone have any ideas to resolve this?

Thanks in advance.

All Replies

Posted by knavneet on 28-Aug-2014 01:23

Hi,

I would need some more information to suggest what could be going wrong.

Like, do you see any errors in WEB-INF/adapters/logs/<restservice>.log, or Tomcat's catalina logs?

What happens when you hit following URLs:

1. http:/host:ports/<RestService>

2. http:/host:port/<RestService>/rest

Thanks,

Navneet

Posted by mflanegan on 28-Aug-2014 02:01

Hi

 When trying to go to the URLs, We are able to go to the app using your first point. For your second point, we are able to access the listing.

Please see errors attached.[View:~/cfs-file.ashx/__key/communityserver-discussions-components-files/17/error_5F00_log.txt:550:0]

Posted by knavneet on 28-Aug-2014 02:39

It looks like there is a problem in connecting to the AppServer:

===

2014-08-28 08:53:51.691 [ERROR][REST] com.progress.open4gl.broker.BrokerException: General Error: Connection refused: connect

2014-08-28 08:53:51.691 [ERROR][REST]                 at com.progress.ubroker.client.BrokerSystem.processXID(BrokerSystem.java:1996)

2014-08-28 08:53:51.691 [ERROR][REST]                 at com.progress.ubroker.client.BrokerSystem.xid(BrokerSystem.java:842)

2014-08-28 08:53:51.691 [ERROR][REST]                 at com.progress.open4gl.dynamicapi.Session.connect(Session.java:244)

===

Can you verify it is running? Maybe restart it.

This thread is closed