Peter Geerts 2 Posted October 29, 2020 Share Posted October 29, 2020 Hi, I recently installed ftl 6.5 community edition on win 10. (and set all of the directories in the path variable) Now trying to follow-up on the quick start guide :https://community.tibco.com/wiki/tibco-ftlr-quick-start-guides starting a server and executing the first example withtibftlrecv localhost:8080 and tibftlsend work without problems. However when try to runtibrecvex -c 10 -d myDr -e tibrecv-persistentendpoint localhost:8080 and its counterpart I get error messages as follows: 10-28 14:57:12.838 warn rscl: Realm not responding at localhost:8080 ([Get Application (tibsend): application 'tibsend' does not exist] failed). 2020-10-29 12:28:20.411 warn rscl: Realm not responding at localhost:8080 ([Get Application (tibrecv): application 'tibrecv' does not exist] failed). I have seen that in the directory structure underneath ftl6.5 there is a tibrecv.exe but it looks like it is not recognized/resolved as such Can someone please assist Link to comment Share on other sites More sharing options...
Saurabh Prabhu Posted March 9, 2021 Share Posted March 9, 2021 As the error describes, the applicationstibsend andtibrecv have not been created in the realm config. To resolve the issue, either create these applications from the realm UI, or with tibsendex and tibrecvex specify the name of an existing application for example 'default' Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now