cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
madhavarao
Level 3

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)

0 Kudos
(3) Replies
jberthold
Revenera Moderator Revenera Moderator
Revenera Moderator

Hi @madhavarao ,

Please submit a support ticket so someone can directly work with you directly.

Thanks,

Jim

0 Kudos

Thank you, we are working with a support ticket now, will keep posted once the issue is resolved.

0 Kudos

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.