0

I have been trying to connect to the openfin runtime using openfin java adapter. I am not specifying any port to connect to. I am also providing my own implementation of DesktopStateListener with the methods onReady, onClose, onError, onMessage, onOutgoingMessage. But when I call connect method for some reason the connection is not established and none of these methods are being called as well. It doesn't show any stacktrace about any possible exception as well. I am stuck in this scenario and not sure how to proceed further. Can someone tell me how I can figure this out.

I have been following the below openfin document

https://developer.openfin.co/docs/java/latest/

Any pointers would be much appreciated. Thanks in advance. Cheers!

1 Answers1

0

Are you providing an instance of the RuntimeConfiguration object as seen in the documentation here? To launch and connect to a runtime, I believe this needs to be passed into the connect method in order to resolve download and launch runtime to be connected to.

  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Nov 13 '21 at 06:22
  • Yes I am providing instance of RuntimeConfiguration. Even if the connection fails there should be some error thrown, right? I do not get any error as well. Any idea? – Sathiya Narayanan Nov 15 '21 at 12:46
  • @SathiyaNarayanan, would you happen to have a GitHub link to a repository with code that is failing to establish a runtime connection? – Adam Saland Nov 15 '21 at 16:57