- Revenera Community
- :
- FlexNet Embedded
- :
- FlexNet Embedded Forum
- :
- Re: We are getting Http not found. error message when we are trying with latest Flexnet LLS
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
We are getting Http not found. error message when we are trying with latest Flexnet LLS
Our FlexNet client microservice is a docker container based off the “registry.access.redhat.com/ubi9/ubi-minimal:9.1.0-1829” image on which we have installed “java-1.8.0-openjdk-headless”. I’ve also attached what I believe to be the relevant code snippets which can be combined with the stack track already provided to pinpoint exactly which call of the FlexNet libraries is producing the error. Let me know if there is anything else we can provide to assist in getting this diagnosed.
SEVERE: Http Not Found.
com.flexnet.lm.FlxException: Http Not Found.
at com.flexnet.lm.net.Comm.sendBinaryMessage(SourceFile:192)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @madhavarao ,
Please submit a support ticket so someone can directly work with you directly.
Thanks,
Jim
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Thank you, we are working with a support ticket now, will keep posted once the issue is resolved.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Finally we found that the URL formation that we were doing in our client code was wrong. It was appending the server ID but now directly call request URL and it worked.